Commit Graph

4834 Commits

Author SHA1 Message Date
Xu Huan
f36b4c7eee python3-eth-typing: upgrade 3.0.0 -> 3.1.0
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:03 -04:00
Xu Huan
3e342c93ad python3-colorama: upgrade 0.4.4 -> 0.4.5
Changelog:
============
  Catch a racy ValueError that could occur on exit.
  Create README-hacking.md, for Colorama contributors.
  Tweak some README unicode characters that don't render correctly on PyPI.
  Fix some tests that were failing on some operating systems.
  Add support for Python 3.9.
  Add support for PyPy3.
  Add support for pickling with the dill module.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:03 -04:00
Xu Huan
a561591329 python3-charset-normalizer: upgrade 2.0.12 -> 2.1.0
Changelog:
==========
Added
--------
    Output the Unicode table version when running the CLI with --version (PR #194)

Changed
--------
    Re-use decoded buffer for single byte character sets
    Fixing some performance bottlenecks

Fixed
--------
    Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR #175)
    CLI default threshold aligned with the API threshold from @oleksandr-kuzmenko (PR #181)

Removed
--------
    Support for Python 3.5 (PR #192)

Deprecated
--------
    Use of backport unicodedata from unicodedata2 as Python is quickly catching up, scheduled for removal in 3.0 (PR #194)

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:03 -04:00
Xu Huan
6945bd02df python3-astroid: upgrade 2.11.5 -> 2.11.6
Changelog:
==========
The Qt brain now correctly treats calling .disconnect() (with no
arguments) on a slot as valid.

The argparse brain no longer incorrectly adds "Namespace" to the locals
of functions that return an argparse.Namespace object.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:03 -04:00
Xu Huan
0c2491a4c6 python3-aiohue: upgrade 4.4.1 -> 4.4.2
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:03 -04:00
wangmy
f58f1f4a77 python3-websocket-client: upgrade 1.3.2 -> 1.3.3
Changelog:
=========
  - Fix unclosed socket error (#826)
  - Update header dict access (#818)
  - Add utf8 workaround to docs (fc9ee9f)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00
wangmy
9e08d46f3a python3-watchdog: upgrade 2.1.8 -> 2.1.9
Changelog:
=========
    [fsevents] Fix flakey test to assert that there are no errors when stopping the emitter.
    [inotify] Suppress occasional OSError: [Errno 9] Bad file descriptor at shutdown. #805
    [watchmedo] Make auto-restart restart the sub-process if it terminates. #896
    [watchmedo] Avoid zombie sub-processes when running shell-command without --wait. #405

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00
wangmy
b2969e571d python3-ujson: upgrade 5.1.0 -> 5.3.0
0001-setup.py-Do-not-strip-debugging-symbols.patch
refreshed for new version.

License-Update:
 version updated to 5.3.0
 Build options added

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00
wangmy
520790c435 python3-robotframework-seriallibrary: upgrade 0.3.1 -> 0.4.3
e31d5fdf2ea00ac6349e64580a20816783064dd4.patch
removed since it's not available in 0.4.3

License-Update:
 version updated to 0.4.3
 The content location of the description of the license has changed

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00
wangmy
9ed9bd46fa python3-dill: upgrade 0.3.4 -> 0.3.5.1
License-Update: Copyright year updated to 2022.

Add dependence python3-logging.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00
Leon Anavi
41b5aa1836 python3-humanize: Upgrade 4.1.0 -> 4.2.0
Upgrade to release 4.2.0:

- Add humanize.metric() for converting big/small numbers to SI units
- Add type hints

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00
Leon Anavi
22b35c45c0 python3-traitlets: Upgrade 5.2.1 -> 5.3.0
Upgrade to release 5.3.0:

- Fix traitlet name in docstring
- Re-support multiple-alias key for ArgParseConfigLoader

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00
Xu Huan
8a4f94f705 python3-redis: upgrade 4.3.1 -> 4.3.3
Changelog:
==========
    Fix Lock crash, and versioning 4.3.3 (#2210)
    Async cluster: improve docs (#2208)

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00
Xu Huan
e3a2d28609 python3-pyscaffold: upgrade 4.2.2 -> 4.2.3
Changelog:
==========
    Fix github action creating the demo-repo by, #644
    Update GitHub actions, #645
    Automatically create directory when saving config file, #648

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00
Xu Huan
a54ae844c4 python3-pylint: upgrade 2.14.1 -> 2.14.3
Changelog:
==========
* Fixed two false positives for bad-super-call for calls that refer to a non-direct parent.
* Fixed a false positive for useless-super-delegation for subclasses that specify the number of
  of parameters against a parent that uses a variadic argument.
* Allow suppressing undefined-loop-variable and undefined-variable without raising useless-suppression.
* Fixed false positive for undefined-variable for __class__ in inner methods.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00
Xu Huan
a792bab368 python3-pychromecast: upgrade 12.1.2 -> 12.1.3
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00
Xu Huan
5454cf8647 python3-pillow: upgrade 9.0.1 -> 9.1.1
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00
zhengruoqin
0126568ef4 python3-nmap: upgrade 1.5.1 -> 1.5.4
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00
zhengruoqin
434f5eda22 python3-kiwisolver: upgrade 1.4.2 -> 1.4.3
Changelog:
=========
   add support for Python 3.11 PR #142
   do not install tests PR #143
   fix packaging for latest setuptools PR #140

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00
zhengruoqin
60fb436ab9 python3-google-api-python-client: upgrade 2.50.0 -> 2.51.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00
zhengruoqin
33f84731aa python3-gnupg: upgrade 0.4.8 -> 0.4.9
License-Update: Copyright year updated to 2022.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00
zhengruoqin
3a9d9ff914 python3-flask-wtf: upgrade 0.15.1 -> 1.0.1
License-Update : license check file changed from LICENSE to LICENSE.rst

Changelog from 0.15.1 to 1.0.1:
===============================
    Update compatibility with the latest Werkzeug release. #511

    Deprecated items removal #484

    Support for alternatives captcha services #425 #342 #387 #384

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:02 -04:00
Bartosz Golaszewski
e200d70d09 python3-pybluez: fix a runtime issue with python 3.10
Add an upstream patch that's not part of any release yet that addresses
an issue with python 3.10 (related to a missing macro).

Link: https://github.com/pybluez/pybluez/issues/426
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:01 -04:00
Zoltán Böszörményi
0205d371e0 python3-pyproj: New recipe for pyproj version 3.3.1
It needs PROJ.4 >= 8.x.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-02 11:37:01 -04:00
Daide Li
05c60ac89e python3-iperf: initial add 0.1.11
Signed-off-by: Daide Li <dai-de.li@leica-geosystems.com.cn>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:29 -04:00
Xu Huan
1e1232557a python3-smbus2: upgrade 0.4.1 -> 0.4.2
Changelog:
=========
*  Explicitly export from top level of package #69.
*  Transitioned pipelines from Travis-CI to GitHub Actions.
      Python 3.10 added.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:28 -04:00
Xu Huan
c2a1c2330a python3-pylint: upgrade 2.13.9 -> 2.14.1
Changelog:
=========
Avoid reporting unnecessary-dict-index-lookup or unnecessary-list-index-lookup
when the index lookup is part of a destructuring assignment.

Fixed parsing of unrelated options in tox.ini.

Fixed a crash when linting __new__() methods that return a call expression.

Don't crash if we can't find the user's home directory.

Fixed false positives for unused-import when aliasing typing e.g. as t
and guarding imports under t.TYPE_CHECKING.

Fixed a false positive regression in 2.13 for used-before-assignment where it is safe to rely
on a name defined only in an except block because the else block returned.

Fixed the use of abbreviations for some special options on the command line.

Fix a crash in the optional pylint.extensions.private_import extension.

bad-option-value (E0012) is now a warning unknown-option-value (W0012). Deleted messages that do not exist
anymore in pylint now raise useless-option-value (R0022) instead of bad-option-value. This allows to
distinguish between genuine typos and configuration that could be cleaned up. Existing message disables for
bad-option-value will still work on both new messages.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:28 -04:00
Xu Huan
ccdcc6e459 python3-mypy: upgrade 0.960 -> 0.961
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:28 -04:00
Ross Burton
1c4b7cd709 python3-cbor2: upgrade 5.4.2 to 5.4.3
Now that we have a new enough setuptools, cbor2 5.4.3 successfully builds.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:28 -04:00
Ben Powell
3c7b2d5ae2 python3-can: Add typing-extensions dependency
The python-can 4.0.0 release introduced a dependency on the
typing_extensions module:

    $ python3
    Python 3.8.10 (default, Mar 15 2022, 12:22:08)
    [GCC 9.4.0] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import can
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File "python-can/can/__init__.py", line 17, in <module>
        from .listener import Listener, BufferedReader, RedirectReader, AsyncBufferedReader
      File "python-can/can/listener.py", line 12, in <module>
        from can.message import Message
      File "python-can/can/message.py", line 11, in <module>
        from . import typechecking
      File "python-can/can/typechecking.py", line 9, in <module>
        import typing_extensions
    ModuleNotFoundError: No module named 'typing_extensions'

Signed-off-by: Ben Powell <ben_powell@trimble.com>
Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com>
Signed-off-by: Theodore A. Roth <troth@openavr.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:28 -04:00
zhengruoqin
bfba7120aa python3-xmlschema: upgrade 1.11.1 -> 1.11.2
Changelog:
==========
Fix 'replace_existing' argument usage in XsdElement.get_binding method
Add Russian full translation

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:28 -04:00
zhengruoqin
423a927f05 python3-google-auth: upgrade 2.6.6 -> 2.7.0
Changelog:
==========
Features
----------
    add experimental enterprise cert support (#1052) (dda7dda)
    add experimental GDCH support (#1022) (5367aac)
    Pluggable auth support (#995) (62daa73)

Bug Fixes
----------
    validate urls for external accounts (#1031) (61b1f15)

Reverts
---------
    pluggable auth support #995 (#1039) (513d999)
    revert experimental GDCH support (#1022) (#1042) (c720995)

Documentation
-------------
    fix changelog header to consistent size (#1046) (e64d084)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:28 -04:00
zhengruoqin
f12e3a8419 python3-google-api-python-client: upgrade 2.49.0 -> 2.50.0
Changelog:
fix changelog header to consistent size (#1818) (b698f9c)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:28 -04:00
zhengruoqin
a797016b39 python3-bitstruct: upgrade 8.14.1 -> 8.15.1
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:28 -04:00
wangmy
06f3da2238 python3-xmlschema: upgrade 1.11.0 -> 1.11.1
Changelog:
===========
    Protect converter calls in iter_decode()/iter_encode()
    Extend XSD type matching for code generators

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:27 -04:00
wangmy
ef4e48c7a0 python3-waitress: upgrade 2.1.1 -> 2.1.2
Remove change of default for clear_untrusted_proxy_headers

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:27 -04:00
wangmy
dcd22f1e9e python3-twine: upgrade 4.0.0 -> 4.0.1
Bugfixes
==========
    Improve logging when keyring fails. (#890)
    Reconfgure root logger to show all log messages. (#896)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:27 -04:00
wangmy
bf5a06d9a8 python3-sqlalchemy: upgrade 1.4.36 -> 1.4.37
Changelog:https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:27 -04:00
wangmy
6a4d6bdf5d python3-regex: upgrade 2022.4.24 -> 2022.6.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:26 -04:00
zhengruoqin
ea095540a9 python3-msk: upgrade 0.3.16 -> 0.4.0
License-Update: replace '~/.local/share' for '/opt'

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:26 -04:00
zhengruoqin
5f1c246e0d python3-crc32c: upgrade 2.2.post0 -> 2.3
Changelog:
==========
*Improved macro definition logic and platform detection to enable building
 universal2 binary wheels for macOS, alongside arm64 and x86_64 ones;
 added step to GitHub Actions to generate and publish them (#28).
*Mention explicit support for Python 3.10.
*Fixed minor compilation warning in ARM64 builds.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:26 -04:00
wangmy
a77834523d python3-cantools: upgrade 37.0.7 -> 37.1.0
Add dependence asyncio.

Changelog:
==========
    Parse SPNs in SYM Files
    Miscellaneous smaller fixes
    Implement support for AUTOSAR secure on-board communication
    Distribute & expose type annotations per PEP 561
    Add more type annotations
    Improve encoding performance
    Add Support for Dumping Database as SYM File
    Fix SYM file bugs
    Fix parsing of referenced data in CDDs
    implement decoding of partial messages
    Use floating point scaling in encoding
    Small improvements after #417
    minor bug fixes and improvements

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:26 -04:00
zhengruoqin
6ac26e1e80 python3-asyncinotify: upgrade 2.0.3 -> 2.0.4
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:26 -04:00
zhengruoqin
b27d4822e2 python3-alembic: upgrade 1.7.7 -> 1.8.0
Changelog:
===========
*Alembic 1.8 now supports Python 3.7 and above.
*The "Pylons" environment template has been removed as of Alembic 1.8. This
 template was based on the very old pre-Pyramid Pylons web framework which
 has been long superseded by Pyramid.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:26 -04:00
zhengruoqin
703a8271f1 python3-absl: upgrade 1.0.0 -> 1.1.0
Changelog:
==========
*Flag instances now raise an error if used in a bool context.
 This prevents the occasional mistake of testing an instance for truthiness
 rather than testing flag.value.
*absl-py no longer depends on six.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:26 -04:00
Xu Huan
56e364126b python3-protobuf: upgrade 3.20.1 -> 4.21.1
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:26 -04:00
Xu Huan
1a9f5cd473 python3-msgpack: upgrade 1.0.3 -> 1.0.4
Changelog:
==========
    Support Python 3.11 (beta)
    refresh ci settings.
    Don't define _*ENDIAN macro on Unix.
    Update setuptools and black
    Use PyFloat_Pack8() on Python 3.11a7
    Upgrade black to fix CI
    Fix Unpacker max_buffer_length handling
    ci: Update action versions.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:26 -04:00
Xu Huan
c49a022759 python3-lxml: upgrade 4.8.0 -> 4.9.0
Changelog:
=========
Bugs fixed
----------

* GH#341: The mixin inheritance order in ''lxml.html'' was corrected.
  Patch by xmo-odoo.

Other changes
-------------

* Built with Cython 0.29.30 to adapt to changes in Python 3.11 and 3.12.

* Wheels include zlib 1.2.12, libxml2 2.9.14 and libxslt 1.1.35
  (libxml2 2.9.12+ and libxslt 1.1.34 on Windows).

* GH#343: Windows-AArch64 build support in Visual Studio.
  Patch by Steve Dower.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:26 -04:00
Wang Mingyu
e3c53ea34f python3-awesomeversion: upgrade 22.5.1 -> 22.5.2
Add dependeces: python3-profile python3-logging

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-01 21:43:46 -07:00
zhengrq.fnst
59136f176f python3-imageio: upgrade 2.19.2 -> 2.19.3
Changelog:
===========
Fix
----
    Correctly read STK volumes in v3 (#805) (9b739ab)

Other
-----
    Include py.typed in package (#815) (ba63485)
    Add GA token (#814) (c9a2852)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-01 19:52:12 -07:00
zhengrq.fnst
43a7569d8f python3-googleapis-common-protos: upgrade 1.56.1 -> 1.56.2
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-01 19:52:12 -07:00
zhengrq.fnst
80938a36fa python3-google-api-python-client: upgrade 2.48.0 -> 2.49.0
Changelog:
https://github.com/googleapis/google-api-python-client/releases/tag/v2.49.0

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-01 19:52:12 -07:00
zhengrq.fnst
01e4f02da8 python3-cachetools: upgrade 5.1.0 -> 5.2.0
Changelog:
=========
  Add cachetools.keys.methodkey().
  Add cache_clear() function to decorators.
  Add src directory to sys.path for Sphinx autodoc.
  Modernize func wrappers.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-01 19:52:12 -07:00
Xu Huan
1ebf31315e python3-pyscaffold: upgrade 4.2.1 -> 4.2.2
Changelog:
=========
    Update .github/workflows/ci.yml template, #637, #640
    Change note in skeleton to emphasize it can be removed/renamed, #641

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-01 19:52:12 -07:00
Xu Huan
9947322eba python3-mypy: upgrade 0.950 -> 0.960
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-01 19:52:12 -07:00
Xu Huan
3ab8ea73d3 python3-lz4: upgrade 4.0.0 -> 4.0.1
Changelog:
Add flush method to LZ4FrameFile.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-01 19:52:12 -07:00
Xu Huan
234a4c5016 python3-h5py: upgrade 3.6.0 -> 3.7.0
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-01 19:52:12 -07:00
Xu Huan
072e94812c python3-flask-socketio: upgrade 5.1.2 -> 5.2.0
Changelog:
==========
  Better handling of message_queue connection argument #1130
  More robust handling of to and room arguments of emit and send #1771

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-01 19:52:12 -07:00
Adrian Fiergolski
d4e70a1960 python3-matplotlib: add missing dependency
In order to fix the dependency issue on PIL module, python3-pillow is required.

Signed-off-by: Adrian Fiergolski <adrian.fiergolski@fastree3d.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-01 08:43:01 -07:00
Khem Raj
0021b0d85b python3-uinput: Fix build on 32bit arches using 64bit times_t
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Bartosz Golaszewski <brgl@bgdev.pl>
2022-05-29 06:39:14 -07:00
zhengrq.fnst
4770284e6d python3-pychromecast: upgrade 12.1.1 -> 12.1.2
Changelog:
=========
Add some additional cast types (#622)
Format some code (#621)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
zhengrq.fnst
760b96f583 python3-humanize: upgrade 4.0.0 -> 4.1.0
Changelog:
==========
Added
------
    Support Python 3.11 (#13)
    Add Arabic language (jmoiron/humanize#256)
    Docs: add dark mode toggle and default to system preference (jmoiron/humanize#255)
    Documentation improvements (jmoiron/humanize#254)

Changed
-------
    Update repo links (#2)

Fixed
-------
    Removed VERSION from __all__ (#11)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
zhengrq.fnst
beca364c76 python3-paramiko: upgrade 2.10.4 -> 2.11.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
zhengrq.fnst
ebeb4f98b9 python3-openpyxl: upgrade 3.0.9 -> 3.0.10
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
zhengrq.fnst
222289aec6 python3-grpcio-tools: upgrade 1.46.0 -> 1.46.3
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Wang Mingyu
8948bcd3b8 python3-yappi: upgrade 1.3.3 -> 1.3.5
1.3.5 (2022-05-20)

- Fix an exception with matplotlib on Python 3.10 (#97)
- Fix incorrect walltime when same coroutine is ran with concurrent tasks (#58)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Wang Mingyu
9f91b0fc43 python3-sqlalchemy: upgrade 1.4.35 -> 1.4.36
Changelog:
https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Wang Mingyu
bfe815dc44 python3-xmlschema: upgrade 1.10.0 -> 1.11.0
Changelog:
=========
    Add localization for XSD parsing and validation related error messages
    Add full Italian translation
    Add Russian partial translation (from PR #293)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Wang Mingyu
8fd4fe78e4 python3-web3: upgrade 5.29.0 -> 5.29.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Wang Mingyu
fbad4123cd python3-watchdog: upgrade 2.1.7 -> 2.1.8
Changelog:
==========
  Fix adding failed emitters on observer schedule. (#872)
  [inotify] Fix hang when unscheduling watch on a path in an unmounted filesystem. (#869)
  [watchmedo] Fix broken parsing of --kill-after argument for the auto-restart command. (#870)
  [watchmedo] Fix broken parsing of boolean arguments. (#887)
  [watchmedo] Fix broken parsing of commands from auto-restart, and shell-command. (#888)
  [watchmedo] Support setting verbosity level via -q/--quiet and -v/--verbose arguments. (#889)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Wang Mingyu
0c14b6bb6c python3-robotframework: upgrade 5.0 -> 5.0.1
Changelog:
https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-5.0.1.rst

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
zhengrq.fnst
e008ad6ba0 python3-google-api-python-client: upgrade 2.45.0 -> 2.48.0
Changelog:
https://github.com/googleapis/google-api-python-client/releases

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Xu Huan
5109b21e5e python3-google-api-core: upgrade 2.7.3 -> 2.8.0
Changelog:
=========
    adds support for audience in client_options (#379) (c97c498)

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Xu Huan
94f564fc96 python3-croniter: upgrade 1.3.4 -> 1.3.5
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Xu Huan
375e2ae246 python3-asyncinotify: upgrade 2.0.2 -> 2.0.3
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Xu Huan
39a599a8c0 python3-imageio: upgrade 2.19.1 -> 2.19.2
Changelog:
==========
Fix
    Don't treat im_mode ? as im_mode V

Other
    Add stacklevel=2 to some warnings.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Xu Huan
8563c476ee python3-cachetools: upgrade 5.0.0 -> 5.1.0
License-Update: Copyright year updated to 2022.

Changelog:
Add cache decorator parameters as wrapper function attributes.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Xu Huan
51faef2f34 python3-astroid: upgrade 2.11.3 -> 2.11.5
Changelog:
=========
-  Fix crash while obtaining object_type() of an Unknown node.
-  Fix a bug where in attempting to handle the patching of distutils by virtualenv,
   library submodules called distutils (e.g. numpy.distutils) were included also.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Ross Burton
05c8572943 python3-setuptools-declarative-requirements: add new recipe
Some Python packages use this in their setup.cfg.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Ross Burton
3e0e2277a2 python3-editables: add new recipe
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Ross Burton
4aebf7e4b2 python3-hatchling: add new recipe and build class
Hatchling is the build backend used by the Hatch tool.  Add the recipe
and a pep517 build class.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Ross Burton
07c2e3273c python3-pathspec: add new recipe
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Ross Burton
a0adaee858 python3-traitlets: upgrade to 5.2.1
This now uses hatching to build.

Also remove redundant PYPI_PACKAGE assignment.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Ross Burton
fa8929b9b6 python3-setuptools-scm-git-archive: add new recipe
Some Python packages use this at build time.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Ross Burton
a2790f4316 python3-cppy: fix inherits and DEPENDS
This recipe inherited python_flit_core, but actually builds with setuptools.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Xu Huan
50e60e6549 python3-sentry-sdk: upgrade 1.5.10 -> 1.5.12
Changelog:
==========
    feat(measurements): Add experimental set_measurement api on transaction
    fix: Remove incorrect usage from flask helper example

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Xu Huan
12093fb679 python3-zeroconf: upgrade 0.38.4 -> 0.38.6
Changelog:
===========
Performance improvements for fetching ServiceInfo

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
zhengruoqin
5b79c2171d python3-wrapt: upgrade 1.14.0 -> 1.14.1
License-Update: Copyright year updated to 2022.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Xu Huan
0704ebad0d python3-werkzeug: upgrade 2.1.1 -> 2.1.2
Changelog:
==========
    The development server does not set Transfer-Encoding: chunked for 1xx, 204, 304, and HEAD responses.
    Response HTML for exceptions and redirects starts with <!doctype html> and <html lang=en>.
    Fix ability to set some cache_control attributes to False.
    Disable keep-alive connections in the development server, which are not supported sufficiently by Python’s http.server.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Xu Huan
a20ba58cfa python3-redis: upgrade 4.2.2 -> 4.3.1
Changelog:
=========
changes:
--------
    Fix asyncio Search crash
    Replace OSError exceptions from can_read with redis.ConnectionError
    Updated FUNCTION LOAD changes (from release 7.0 rc3 to support redis 7.0 final)

New Features
--------------
    Get command keys for subcommands
    Add support for CLUSTER SHARDS
    Add support for COMMAND LIST
    Add Async RedisCluster
    ACL SETUSER - add selectors and key based permissions
    Support for redis 7 streams features
    Async Connection: Allow PubSub.run() without previous subscribe()
    Implemented LATENCY HISTOGRAM by always throwing NotImplementedError
    Add async supoort for SEARCH commands
    Retry(): Support negative retries value
    Add support for MODULE LOADEX
    INFO - add support for taking multiple section arguments
    CONFIG SET - add the ability to set multiple parameters in one call
    CONFIG GET - add the ability to pass multiple pattern parameters in one call
    Add support for COMMAND GETKEYSANDFLAGS
    Support CASESENSITIVE for TAG fields

Bug Fixes
---------
    Rename 'update_supported_erros' to 'update_supported_errors' in Retry module
    Fix execute_command() determining nodes error when no key command
    Fix incorrect return statement in aut

Maintenance
------------
    Add unittest for PubSub.connect()
    Fix incorrect return annotation in asyncio.lock
    Minor cleanups in commands/cluster.py
    Update xtrim type annotation
    Async tests for redis commands, json, bloom, timeseries
    Fixed typing in getex command

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Xu Huan
c1d31b4a6a python3-pylint: upgrade 2.13.7 -> 2.13.9
Changelog:
==========
2.13.9 is the last release supporting python interpreter between 3.6.2 and 3.7.2.
---------------------------------------------------------------------------------
    Respect ignore configuration options with --recursive=y.
    Fix false positives for no-name-in-module and import-error for numpy.distutils and pydantic.
    Fix IndexError crash in uninferable_final_decorators method.
    Fix a crash in unnecessary-dict-index-lookup when subscripting an attribute.
    Fix a crash when accessing __code__ and assigning it to a variable.
    Fix a false positive for undefined-loop-variable when using enumerate().

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
zhengruoqin
99ee03c7a0 python3-pyjwt: upgrade 2.3.0 -> 2.4.0
License-Update: copyright year updated to 2022

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Xu Huan
958e81813d python3-pint: upgrade 0.19.1 -> 0.19.2
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
zhengruoqin
236bfb814b python3-imageio: upgrade 2.18.0 -> 2.19.1
Changelog:
=========
Fix

    Reset request when iterating over plugins (#792) (46a49c4)
    Rename format_hint to extension and prefer it over actual file extensions (#807) (4830f15)

Other

    Fix broken links in readme (#806) (52954bc)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
zhengruoqin
e7e7299dae python3-googleapis-common-protos: upgrade 1.56.0 -> 1.56.1
Bug Fixes

    deps: require protobuf >=1.15.0 (f04ed64)
    include tests directory (#103) (72e5df1)
    regenerate pb2 files using the latest version of grpcio-tools (f04ed64)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
zhengruoqin
a1bb195cac python3-eventlet: upgrade 0.33.0 -> 0.33.1
Changelog:
==========
* Prevent deadlock on logging._lock https://github.com/eventlet/eventlet/issues/742

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
zhengruoqin
1ebab47a8d python3-bitarray: upgrade 2.5.0 -> 2.5.1
Changelog:
==========
 * optimize '.reverse()', see #177
 * allow negative (byte) indices in '.bytereverse()'

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Bartosz Golaszewski
3413265185 python3-speedtest-cli: fix RDEPENDS
There are packages missing in RDEPENDS needed to run speedtest-cli. Add
them and use += for the assignment as we don't know what inherited
classes may have added.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-29 06:39:14 -07:00
Bartosz Golaszewski
dda4a40fcf python3-uinput: new package
Add a recipe for python3-uinput: a python module for controlling the
virtual input devices on linux.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-26 18:54:39 -07:00
wangmy
6e32f8b0de python3-traitlets: upgrade 5.1.1 -> 5.2.0
License-Update: remove extra spaces.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-05-19 09:50:56 -04:00
wangmy
fad425c023 python3-awesomeversion : add recipe
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-05-19 09:50:56 -04:00
wangmy
172ac082dc python3-aiohue: upgrade 3.0.11 -> 4.4.1
add dependence: python3-awesomeversion

Changelog from 3.0.11 to 4.4.1
==============================
    Switch to limit per host on tcp connector
    Delay initializing workaround dict
    Bump black from 21.12b0 to 22.1.0
    Put back asyncio-throttle because still in use for v1 API
    Mac address got lost in translation
    Update to final models and fix parser errors
    Fix python 3.9 compatibility
    Fix typo in button events handler
    Add diagnostics feature
    Small follow up fix in event logic
    Allow motion sensor state to be null/none when sensor is disabled
    Add basic tests
    Fix float int conversion
    Fix race condition(s) while adding/removing a light/device
    Loosen up a bit on parser errors
    Fix button workaround
    Add setting effect feature on light
    Add missing parameters to the grouped_light set_state
    Fix typo in default enum member
    Add timed effects feature to light
    Add support for aggregated grouped_lights commands
    Hide dependencies in release-drafter
    Fix and cleanup of button workaround code
    Fix typo in timed effects featur

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-05-19 09:50:56 -04:00
Samuli Piippo
643bad4d31 python3-qface: upgrade 2.0.7 -> 2.0.8
Adds compatibility with antlr4 version 4.10.

Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-17 08:10:53 -07:00
Bartosz Golaszewski
9de3008c5a python3-inotify: new package
We have a recipe for python3-pyinotify (not to be confused with the
recently added python3-pyfanotify) but this project has been abandoned
years ago. There's another - still maintained - project called simply
inotify on pypi and this adds the recipe for it.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-16 09:09:47 -07:00
Ross Burton
f4d74702b2 Revert "python3-cbor2: upgrade 5.4.2 -> 5.4.3"
This build is broken and doesn't generate any files: it is missing a
DEPENDS on python3-setuptools-scm-native, and our setuptools recipe
isn't new enough to build this version.

This reverts commit 1e050deca1.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-16 09:09:46 -07:00
Xu Huan
1fa8cfed01 python3-pychromecast: upgrade 11.0.0 -> 12.1.1
Changelog:
=========
Add load_media_failed callback to MediaStatusListener
Tweak media status
Lookup known cast models in mDNS discovery
Fix default value for fetching model name in discovery

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Xu Huan
3349ac3dd2 python3-grpcio-tools: upgrade 1.45.0 -> 1.46.0
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Xu Huan
58d8cf2c8f python3-pyalsaaudio: upgrade 0.9.0 -> 0.9.2
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Xu Huan
ebbb6bd411 python3-mypy: upgrade 0.942 -> 0.950
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Xu Huan
93aa3b1c28 python3-google-auth: upgrade 2.6.3 -> 2.6.6
Changelog:
==========
fix missing import in _default.py
add additional missing import in _default.py
silence TypeError during tear down stage

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Xu Huan
029376cd61 python3-google-api-core: upgrade 2.7.1 -> 2.7.3
Changelog:
==========
    allow grpc without grpcio-status
    remove dependency on pkg_resources
    Avoid AttributeError if grpcio-status is not installed

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Xu Huan
da02029962 python3-flask: upgrade 2.1.1 -> 2.1.2
Changelog:
==========
Fix type annotation for json.loads, it accepts str or bytes.
The --cert and --key options on flask run can be given in either order.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Xu Huan
e4ccf8db97 python3-flask-login: upgrade 0.6.0 -> 0.6.1
Changelog:
==========
    Only preserve subdomain or host view args in unauthorized redirect
    The new utility function login_remembered returns True if the current login is remembered across sessions.
    Fix side effect potentially executing view twice for same request.
    Clarify usage of FlaskLoginClient test client in docs.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Xu Huan
716ace7843 python3-click: upgrade 8.1.2 -> 8.1.3
Released 2022-04-28
    Use verbose form of typing.Callable for @command and @group.
    Show error when attempting to create an option with multiple=True, is_flag=True. Use count instead.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Xu Huan
1e050deca1 python3-cbor2: upgrade 5.4.2 -> 5.4.3
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
zhengrq.fnst
b035f02715 python3-bitarray: upgrade 2.4.1 -> 2.5.0
2022-05-04   2.5.0:
-------------------
  * add calculating of canonical Huffman codes 'util.canonical_huffman()'
    and decoding thereof 'util.canonical_decode()', see #173
  * allow creating "Huffman codes" from frequency maps with a single symbol
    in 'util.huffman_code()' and 'util.canonical_huffman()', see #172
  * allow bytes-like argument in '.frombytes()' and '.pack()' - previously,
    the arguments were limited to the 'bytes' object, see #174
  * allow bytes-like arguments in 'util.deserialize()'
  * add official pyodide support
  * add [DEFLATE decompression](../examples/puff/) example
  * optimize '.bytereverse()'
  * optimize 'delslice()' for cases like 'del a[1:17:2]' when 'a' is large
  * fix 'examples/huffman/compress.py' to handle files with 0 or 1 characters,
    see also #172
  * add 'skipIF' decorator for skipping tests
  * add test

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
zhengrq.fnst
a4c38d5910 python3-autobahn: upgrade 22.3.2 -> 22.4.2
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
zhengrq.fnst
37ce1df17a python3-pika: upgrade 1.2.0 -> 1.2.1
License-Update: Copyright year updated to 2021

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
zhengrq.fnst
47b8c97b76 python3-booleanpy: upgrade 3.8 -> 4.0
License-Update: remove year from Copyright

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
zhengrq.fnst
8476e93e8b python3-antlr4-runtime: upgrade 4.9.2 -> 4.10
License-Update: Version updated to 4.10

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Bartosz Golaszewski
103354c765 python3-web3: new package
Add a recipe for web3: a library for interacting with Ethereum.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Bartosz Golaszewski
d7458db054 python3-lru-dict: new package
Add a recipe for lru-dict: a fixed size dict like container.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Bartosz Golaszewski
a8915808b1 python3-eth-account: new package
Add a recipe for python3-eth-account: a tool for signing Ethereum
transactions and messages with local private keys.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Bartosz Golaszewski
e5b828d01b python3-eth-abi: new package
Add a recipe for eth-abi: utilities for working with Ethereum ABI definitions.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Bartosz Golaszewski
ba30fa8a64 python3-parsimonious: new package
Add a recipe for parsimonious: an arbitrary-lookahead parser written in
pure Python.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Bartosz Golaszewski
5e5e36e307 python3-eth-rlp: new package
Add a recipe for eth-rlp: RLP definitions for common Ethereum objects.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Bartosz Golaszewski
fdb908056a python3-rlp: new package
Add a recipe for rlp: a Python implementation of Recursive Length
Prefix encoding (RLP).

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Bartosz Golaszewski
2bcdde7354 python3-hexbytes: new package
Add a recipe for hexbytes: a Python bytes subclass that decodes hex,
with a readable console output.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Bartosz Golaszewski
56ab82fe23 python3-eth-keyfile: new package
Add a recipe for eth-keyfile: a library for handling the encrypted
keyfiles used to store ethereum private keys.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Bartosz Golaszewski
5ba8fdacdb python3-eth-keys: new package
Add a recipe for eth-keys: common API for Ethereum key operations.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Bartosz Golaszewski
6e4ec4b180 python3-eth-utils: new package
Add a recipe for eth-utils: utility functions for codebases
which interact with ethereum.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Bartosz Golaszewski
becd9ec57a python3-eth-typing: new package
Add a recipe for eth-typing: common type annotations for ethereum
python packages.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Bartosz Golaszewski
a2c050abb7 python3-eth-hash: new package
Add a recipe for eth-hash: the Ethereum hashing function module.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Bartosz Golaszewski
b865cada4e python3-decouple: new package
Add a recipe for python-decouple: generic tool for separating settings
from code.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Bartosz Golaszewski
7b4643bea0 python3-cytoolz: new package
Add a recipe for cytoolz: cython implementation of the toolz package.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Bartosz Golaszewski
cbe064cb6e python3-toolz: new package
Add a recipe for toolz: a set of utility functions for iterators,
functions, and dictionaries.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-14 08:17:25 -07:00
Bartosz Golaszewski
9eacd39eaa python3-pyfanotify: new package
This adds a recipe for pyfanotify - a python wrapper around linux'
fanotify interface.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:13 -07:00
wangmy
54c6e9b80f python3-websockets: upgrade 10.2 -> 10.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:13 -07:00
wangmy
9119b0ab7b python3-twisted: upgrade 22.2.0 -> 22.4.0
Changelog:
https://github.com/twisted/twisted/releases/tag/twisted-22.4.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
wangmy
40ce6710c0 python3-textparser: upgrade 0.23.0 -> 0.24.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
wangmy
b456893306 python3-socketio: upgrade 5.5.2 -> 5.6.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
wangmy
e0cc9f481a python3-sentry-sdk: upgrade 1.5.8 -> 1.5.10
Changelog:
===========
    Remove Flask version contraint (#1395)
    Change ordering of event drop mechanisms (#1390)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
zhengruoqin
b3b1ba3f4b python3-regex: upgrade 2022.3.15 -> 2022.4.24
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
zhengruoqin
5bfe98cb40 python3-pymongo: upgrade 4.1.0 -> 4.1.1
Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-1-1-released/157895

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
zhengruoqin
e6efb90fcb python3-pylint: upgrade 2.13.5 -> 2.13.7
Changelog:
==========
Fix a crash caused by using the new config from 2.14.0 in 2.13.x code.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
zhengruoqin
bb4de45c79 python3-protobuf: upgrade 3.20.0 -> 3.20.1
Changelog:
=========
PHP
-------
    Fix building packaged PHP extension (#9727)
    Fixed composer.json to only advertise compatibility with PHP 7.0+. (#9819)

Ruby
----------
    Disable the aarch64 build on macOS until it can be fixed. (#9816)

Other
-------
    Fix versioning issues in 3.20.0

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
zhengruoqin
5d0530a6cf python3-paramiko: upgrade 2.10.3 -> 2.10.4
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
zhengruoqin
78540125d9 python3-langtable: upgrade 0.0.57 -> 0.0.58
Changelog:
=========
    Add syr locale
    Get translation changes from CLDR
    Add more translations from CLDR
    Fix names for keyboard layouts which have changed
    Add ab_GE locale
    Add rif language

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
zhengruoqin
cdf317cc16 python3-imageio: upgrade 2.17.0 -> 2.18.0
Fix
==========
    Do not pass optional kwargs by position in tifffile (#794) (512fe11)
    Ensure pts increases even if pyav doesn't flush the frame immediately (#787) (5b74e8d)

Feature
=========
    Allow writing bayer formats in pyav (#788) (4596262)

Other
======
    Update imopen types (#793) (7ecea02)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
Xu Huan
441a8c49c2 python3-graphviz: upgrade 0.19.2 -> 0.20
Changelog:
==========
- Add keyword-only neato_no_op argument to .render(), .pipe(), and stand-alone
  graphviz.render() and graphviz.pipe().
- When building a Graph or Digraph, warn about an expected DOT syntax error in
  rendering when passing a string that ends with an odd number of backslashes
  (e.g. invalid dot.node('spam', label='\\') instead of correct ..., label=r'\\'
  for a node labled as a backslash).
- Increase visibility of graphviz.escape() in the documentation.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
Xu Huan
3db42b30e7 python3-google-api-python-client: upgrade 2.43.0 -> 2.45.0
Features
========
    androidmanagement: update the api 3d37600 (e691ed3)
    apigee: update the api aa29053 (e691ed3)
    baremetalsolution: update the api 629a968 (e691ed3)
    bigtableadmin: update the api 2d50872 (e691ed3)
    certificatemanager: update the api 40bf958 (e691ed3)
    civicinfo: update the api 95321d9 (e691ed3)
    cloudasset: update the api 3eee9ca (e691ed3)
    clouddeploy: update the api acd6b20 (e691ed3)
    container: update the api 7c592ee (e691ed3)
    dataflow: update the api 53c9c70 (e691ed3)
    dataproc: update the api 3119767 (e691ed3)
    datastream: update the api aea557f (e691ed3)
    documentai: update the api 9a6bad2 (e691ed3)
    file: update the api b527c56 (e691ed3)
    firebaseappcheck: update the api 3be993a (e691ed3)
    gkehub: update the api a77aded (e691ed3)
    logging: update the api cc08e8e (e691ed3)
    policytroubleshooter: update the api 3f20c2e (e691ed3)
    prod_tt_sasportal: update the api bacc9ef (e691ed3)
    run: update the api 1b566dc (e691ed3)
    servicemanagement: update the api 6d783b7 (e691ed3)
    vmmigration: update the api a0b42c2 (e691ed3)

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
Xu Huan
8848a2d0ba python3-flask-socketio: upgrade 5.1.1 -> 5.1.2
Changelog:
==========
    No need to push a new app context in the test client #1669
    Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8
    Improve documentation on start_background_task() function
    changed room argument to to in documentation examples #1665
    Fix documentation typo #1793
    Fix example code in documentation #1787

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
Xu Huan
73262a9f0c python3-engineio: upgrade 4.3.1 -> 4.3.2
Changelog:
==========
    Option to use a callable for cors_allowed_origins #264
    Close aiohttp session when disconnecting #272
    Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
Xu Huan
4edfb7ac9f python3-cachecontrol: upgrade 0.12.10 -> 0.12.11
License-Updated:
PKG-INFO changes from "SPDX-License-Identifier: Apache-2.0"
to "Classifier: Environment :: Web Environment"

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
Xu Huan
12df23be74 python3-bitstruct: upgrade 8.14.0 -> 8.14.1
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
Xu Huan
890bf7dffe python3-astroid: upgrade 2.11.2 -> 2.11.3
Changelog:
==========
    Fixed an error in the Qt brain when building instance_attrs.
    Fixed a crash in the gi brain.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-02 14:12:12 -07:00
Xu Huan
35f0d19d4f python3-imageio: upgrade 2.16.1 -> 2.17.0
License-Updated:
years update to 2022

changelog:
================================================================
Feature:
-New Plugin for pyAV
-Add plugin default sentinel

Other:
-Better Type Annotations + mypy support
-Add fast-paths for pyav formats
-Update readme
-Fix docs on standard images

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-22 16:26:22 +00:00
Xu Huan
bc92c3e718 python3-django: upgrade 2.2.27 -> 2.2.28
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-22 16:26:22 +00:00
Xu Huan
0f00037a20 python3-cmd2: upgrade 2.4.0 -> 2.4.1
changelog:

-Bug Fixes
Fixed value for ansi.Bg.YELLOW.
Fixed unit tests for ansi.allow_style.

-Enhancements
async_alert() raises a RuntimeError if called from the main thread.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-22 16:26:22 +00:00
Xu Huan
c6022c3ffb python3-aws-iot-device-sdk-python: upgrade 1.5.1 -> 1.5.2
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-22 16:26:22 +00:00
Xu Huan
a2683269de python3-aenum: upgrade 3.1.8 -> 3.1.11
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-22 16:26:22 +00:00
Leon Anavi
a1b80175b3 python3-marshmallow: Upgrade 3.14.1 -> 3.15.0
Upgrade to release 3.15.0:

- Allow passing a dict to fields.Nested
- Address distutils deprecation warning in Python 3.10
- Add py310 to black target-version
- Drop support for Python 3.6
- Use postponed evaluation of annotations

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-22 16:26:22 +00:00
Leon Anavi
9881151e80 python3-bitstruct: Upgrade 8.13.0 -> 8.14.0
Upgrade to release 8.14.0:
- C implementation: allow partial decoding of truncated data
- Python implementation: allow partial decoding of truncated data
- fix segmentation faults on CI

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-22 16:26:22 +00:00
wangmy
b3be90be2f python3-cppy: upgrade 1.2.0 -> 1.2.1
Add patch 0001-Fix-build-error-as-following.patch to fix build bug.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-22 16:26:22 +00:00
Xu Huan
6fbe7f7487 python3-kivy: upgrade 2.0.0 -> 2.1.0
License-Updated:
years update to 2022

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-17 16:46:16 +00:00
Xu Huan
eef9ef6b87 python3-graphviz: upgrade 0.19.1 -> 0.19.2
License-Updated:
years update to 2022

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-17 16:46:16 +00:00
zhengruoqin
1805056eb8 python3-nocasedict: upgrade 1.0.2 -> 1.0.3
License-Update: type of file changed
 "ASCII text, with CRLF line terminators" -> "ASCII text"

changelog:
===============================================================================
Bug fixes:

-Mitigated the coveralls HTTP status 422 by pinning coveralls-python to <3.0.0 .
-Fixed issues raised by new Pylint 2.9 and 2.10.
-Fixed a dependency error that caused importlib-metadata to be installed on
Python 3.8, while it is included in the Python base.
-Disabled new Pylint issue 'consider-using-f-string', since f-strings were
introduced only in Python 3.6.
-Fixed install error of wrapt 1.13.0 on Python 2.7 on Windows due to lack of
MS Visual C++ 9.0 on GitHub Actions, by pinning it to <1.13.
-Fixed potential issue with Sphinx/docutils versions on Python 2.7.
-Fixed error when installing virtualenv in install test on Python 2.7.
-Fixed that the added setup.py commands (test, leaktest, installtest) were not
displayed. They are now displayed at verbosity level 1 (using '-v').

Enhancements:

-Enhanced test matrix on GitHub Actions to always include Python 2.7 and
Python 3.4 on Ubuntu and Windows, and Python 2.7 and Python 3.5 on macOS.
-Support for Python 3.10: Added Python 3.10 in GitHub Actions tests, and in
package metadata.

Cleanup:
-Removed old tools that were needed for travis and Appveyor but no longer on
GitHub Actions: remove_duplicate_setuptools.py, retry.bat

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-17 16:46:15 +00:00
Xu Huan
e95728476b python3-sqlalchemy: upgrade 1.4.34 -> 1.4.35
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-17 16:46:15 +00:00
Xu Huan
ad41b4a069 python3-sentry-sdk: upgrade 1.5.7 -> 1.5.8
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-17 16:46:15 +00:00
Xu Huan
81ba04a7ee python3-redis: upgrade 4.2.1 -> 4.2.2
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-17 16:46:15 +00:00
zhengruoqin
5c9742f6f4 python3-pylint: upgrade 2.13.2 -> 2.13.5
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-17 16:46:15 +00:00
zhengruoqin
cdb5c21bad python3-nocaselist: upgrade 1.0.4 -> 1.0.5
License-Update: type of file changed
 "ASCII text, with CRLF line terminators" -> "ASCII text"

Changelog:
=========
Bug fixes:
----------
Mitigated the coveralls HTTP status 422 by pinning coveralls-python to <3.0.0 (issue #55).
Fixed a dependency error that caused importlib-metadata to be installed on Python 3.8, while it is included in the Python base.
Fixed new issues raised by Pylint 2.10.
Disabled new Pylint issue ‘consider-using-f-string’, since f-strings were introduced only in Python 3.6.
Fixed install error of wrapt 1.13.0 on Python 2.7 on Windows due to lack of MS Visual C++ 9.0 on GitHub Actions, by pinning it to <1.13.
Fixed TypeError when running Sphinx due to using docutils 0.18 on Python 2.7.
Fixed error when installing virtualenv in install test on Python 2.7.
Fixed that the added setup.py commands (test, leaktest, installtest) were not displayed. They are now displayed at verbosity level 1 (using ‘-v’).

Enhancements:
------------
Enhanced test matrix on GitHub Actions to always include Python 2.7 and Python 3.4 on Ubuntu and Windows, and Python 2.7 and Python 3.5 on macOS.
Support for Python 3.10: Added Python 3.10 in GitHub Actions tests, and in package metadata.

Cleanup:
-----------
Removed old tools that were needed on Travis and Appveyor but no longer on GitHub Actions: remove_duplicate_setuptools.py, retry.bat

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-17 16:46:15 +00:00
zhengruoqin
d96c65e712 python3-googleapis-common-protos: upgrade 1.54.0 -> 1.56.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-17 16:46:15 +00:00
zhengruoqin
9a6cc59e57 python3-google-api-python-client: upgrade 2.42.0 -> 2.43.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-17 16:46:15 +00:00
Oleksandr Kravchuk
e1036f24a3 python3-imgtool: update to 1.9.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
2022-04-17 16:46:15 +00:00
Oleksandr Kravchuk
22fa522261 python3-zeroconf: update to 0.38.4
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
079f04dbb2 python3-xmlschema: update to 1.10.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
c7b81b9038 python3-twitter: update to 4.8.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
22ce644f15 python3-tqdm: update to 4.64.1
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
4158bd57db python3-sympy: update to 1.10.1
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
917127aec5 python3-regex: update to 2022.3.15
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
82f1f3d165 python3-pytest-helpers-namespace: update to 2021.12.29
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
5d72100f74 python3-pyscaffold: update to 4.2.1
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
f42937f461 python3-pymogo: update to 4.1.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
2d24d2964c python3-pycurl: update to 7.45.1
License-Update: copyright years updated.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
30a9117412 python3-pulsectl: update to 22.3.2
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
c2d4089100 python3-pint: update to 0.19.1
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
2b62902692 python3-mypy: update to 0.942
License-Update: copyright years updated.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
09c9b9b004 python3-jmespath: update to 1.0.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
bd3643a5c3 python3-ipython: update to 8.2.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
9827b0faf8 python3-grpcio-tools: update to 1.45.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
cf279b1fe6 python3-google-auth: update to 2.6.3
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
48ac68e512 python3-google-api-core: update to 2.7.1
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
e43b914f4f python3-gcovr: update to 5.1
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
db1c8cea6a python3-flask: update to 2.1.1
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
50378fee90 python3-flask-login: update to 0.6.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
a8589dd218 python3-elementpath: update to 2.5.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
8bfdee2f78 python3-can: update t 4.0.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
2f55a5ee2f python3-bidict: update to 0.22.0
License-Update: copyright years updated.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Oleksandr Kravchuk
7177c2ec0f python3-beautifulsoup: update to 4.11.1
License-Update: copyright years updated.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-11 09:22:30 -04:00
Khem Raj
6305aacfde Revert "python3-cppy: upgrade 1.2.0 -> 1.2.1"
This reverts commit c4c2a90040.

This update fails to build python3-kiwisolver, it works ok with 1.2.0

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Wang Mingyu <wangmy@fujitsu.com>
2022-04-10 10:05:35 -07:00
Samuli Piippo
f00ec3db13 python3-qface: upgrade 2.0.6 -> 2.0.7
Adds compatibility with jinja 3.1.1

Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-06 14:55:16 -04:00
wangmy
d1896eee1e python3-werkzeug: upgrade 2.0.3 -> 2.1.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-06 14:55:16 -04:00
wangmy
868aac2188 python3-websocket-client: upgrade 1.3.1 -> 1.3.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-06 14:55:16 -04:00
wangmy
241970c5db python3-tzlocal: upgrade 4.1 -> 4.2
Add dependency : python3-datetime

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-06 14:55:16 -04:00
wangmy
6897a20aea python3-twine: upgrade 3.8.0 -> 4.0.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-06 14:55:16 -04:00
wangmy
e0e359d632 python3-trafaret: upgrade 2.1.0 -> 2.1.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-06 14:55:16 -04:00
wangmy
6e5e78935b python3-sqlalchemy: upgrade 1.4.32 -> 1.4.34
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-06 14:55:16 -04:00
wangmy
693b48eea5 python3-redis: upgrade 4.2.0 -> 4.2.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-06 14:55:16 -04:00
wangmy
166cfe0ae2 python3-pychromecast: upgrade 10.3.0 -> 11.0.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-06 14:55:16 -04:00
wangmy
9e20c76207 python3-protobuf: upgrade 3.19.4 -> 3.20.0
License-Update:
  modify the description of License: change from 3-Clause BSD License to BSD-3-Clause

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-06 14:55:16 -04:00
wangmy
15f39bff0f python3-pandas: upgrade 1.4.1 -> 1.4.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-06 14:55:16 -04:00
wangmy
c4c2a90040 python3-cppy: upgrade 1.2.0 -> 1.2.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-06 14:55:16 -04:00
wangmy
048db8d5e2 python3-click: upgrade 8.0.4 -> 8.1.2
Changelog from 8.0.4 to 8.1.2:
==============================
- Fix error message for readable path check that was mixed up with the executable
  check. #2236
- Restore parameter order for Path, placing the executable parameter at the end.
  It is recommended to use keyword arguments instead of positional arguments. #2235
- Fix an issue with decorator typing that caused type checking to report that a
  command was not callable. #2227
- Drop support for Python 3.6. #2129
- Remove previously deprecated code. #2130
- Group.resultcallback is renamed to result_callback.
- autocompletion parameter to Command is renamed to shell_complete.
- get_terminal_size is removed, use shutil.get_terminal_size instead.
- get_os_args is removed, use sys.argv[1:] instead.
- Rely on PEP 538 and PEP 540 to handle selecting UTF-8 encoding instead of ASCII.
  Click's locale encoding detection is removed. #2198
- Single options boolean flags with show_default=True only show the default if it is True. #1971
- The command and group decorators can be applied with or without parentheses. #1359
- The Path type can check whether the target is executable. #1961
- Command.show_default overrides Context.show_default, instead of the other way around. #1963
- Parameter decorators and @group handles cls=None the same as not passing cls.
  @option handles help=None the same as not passing help. #1959
- A flag option with required=True requires that the flag is passed instead of
  choosing the implicit default value. #1978
- Indentation in help text passed to Option and Command is cleaned the same as
  using the @option and @command decorators does. A command's epilog and
  short_help are also processed. #1985
- Store unprocessed Command.help, epilog and short_help strings. Processing is
  only done when formatting help text for output. #2149
- Allow empty str input for prompt() when confirmation_prompt=True and default="". #2157
- Windows glob pattern expansion doesn't fail if a value is an invalid pattern. #2195
- It's possible to pass a list of params to @command. Any params defined with
  decorators are appended to the passed params. #2131.
- @command decorator is annotated as returning the correct type if a cls argument is used. #2211
- A Group with invoke_without_command=True and chain=False will invoke its
  result callback with the group function's return value. #2124
- to_info_dict will not fail if a ParamType doesn't define a name. #2168
- Shell completion prioritizes option values with option prefixes over new options. #2040
- Options that get an environment variable value using autoenvvar_prefix treat
  an empty value as None, consistent with a direct envvar. #2146

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-06 14:55:16 -04:00
wangmy
667c8e52da python3-bitarray: upgrade 2.4.0 -> 2.4.1
Changelog:
==========
  * improve 'resize()', see #167
  * optimize 'copy_n()' by avoiding loops, #171
  * '.bytereverse()' no longer sets unused bits to zero

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-06 14:55:16 -04:00
zhengrq.fnst
173352732d python3-kiwisolver: upgrade 1.4.0 -> 1.4.2
Changelog:
=========
This allows to buil with setuptools >= 61.2

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-04 09:08:21 -04:00
zhengrq.fnst
ff91dcb865 python3-jdatetime: upgrade 4.0.0 -> 4.1.0
Changelog:
===========
 feat(strptime):handle %b and %B directive.
 Improve README.
 ZWNJ Replacement.
 feat(strptime):handle %z directive.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-04 09:08:21 -04:00
Xu Huan
dcd071e3d9 python3-grpcio: upgrade 1.44.0 -> 1.45.0
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-04 09:08:21 -04:00
Xu Huan
bbc35b7cab python3-itsdangerous: upgrade 2.1.1 -> 2.1.2
changelog:
Handle date overflow in timed unsign on 32-bit systems.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-04 09:08:21 -04:00
Xu Huan
56f4d9d6f3 python3-google-api-python-client: upgrade 2.36.0 -> 2.42.0
changelog:
===============================================================================
https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-04 09:08:21 -04:00
Xu Huan
9ed8af2ff6 python3-evdev: upgrade 1.4.0 -> 1.5.0
changelog:
===============================================================================
-Fix documentation.
-Re-enable TTY echo at evtest exit.
-Fix ImportError: sys.meta_path is None, Python is likely shutting down.
-Closing the input device file descriptor in InputDevice.close() now happens in
the main thread, instead of in a new thread.
-Fix util.find_ecodes_by_regex not working across all supported Python versions.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-04 09:08:21 -04:00
Xu Huan
88602b17c8 python3-cheetah: upgrade 3.2.6.post2 -> 3.2.6
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-04-04 09:08:21 -04:00
S. Lockwood-Childs
8781a8fbcb python3-evdev: fix host header contamination
The attempt to pass in correct headers was being ignored,
because it never got updated after distutils class was removed.
Switch to SETUPTOOLS_BUILD_ARGS, which setuptools3 class does
pay attention to.

Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-30 07:51:38 -07:00
Wang Mingyu
9a52bfc4a6 python3-pytest-metadata: upgrade 1.11.0 -> 2.0.1
Changelog from 1.11.0 to 2.0.1:
=========
Fix issues with switching to pyproject.toml
Drop support for python 2.7 and 3.6
Add support for python 3.9 and 3.10
Introduce pyproject.toml
Provide metadata via JSON file

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-30 09:09:07 -04:00
Wang Mingyu
48e7ec3986 python3-watchdog: upgrade 2.1.6 -> 2.1.7
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-30 09:09:07 -04:00
Wang Mingyu
b409d6853b python3-tqdm: upgrade 4.63.0 -> 4.63.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-30 09:09:07 -04:00
Wang Mingyu
ee2dad0097 python3-robotframework: upgrade 4.1.3 -> 5.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-30 09:09:07 -04:00
Wang Mingyu
73c2c0c22b python3-redis: upgrade 4.1.4 -> 4.2.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-30 09:09:07 -04:00
Wang Mingyu
3f4df03f84 python3-pymisp: upgrade 2.4.155.1 -> 2.4.157
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-30 09:09:07 -04:00
Wang Mingyu
e552a6ec39 python3-pylint: upgrade 2.12.2 -> 2.13.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-30 09:09:07 -04:00
Wang Mingyu
bfcd769d09 python3-autobahn: upgrade 22.2.2 -> 22.3.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-30 09:09:07 -04:00
Wang Mingyu
a395411e47 python3-astroid: upgrade 2.11.0 -> 2.11.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-30 09:09:07 -04:00
Trevor Gamblin
0c32da8efe python3-paramiko: upgrade 2.9.2 -> 2.10.3
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-28 08:35:32 -04:00
Trevor Gamblin
c366052d2e python3-h5py: upgrade 3.5.0 -> 3.6.0
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-28 08:35:32 -04:00
Trevor Gamblin
86c6eb9ce9 python3-protobuf: upgrade 3.19.3 -> 3.19.4
From the release notes (https://github.com/protocolbuffers/protobuf/releases):

- Make libprotobuf symbols local on OSX to fix issue #9395 (#9435)

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-28 08:35:32 -04:00
Xu Huan
a239510c2e python3-intervals: upgrade 1.10.0.post1 -> 1.10.0
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-28 08:35:32 -04:00
Xu Huan
0e469258cf python3-cantools: upgrade 37.0.1 -> 37.0.7
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-28 08:35:32 -04:00
Xu Huan
4b32f59717 python3-cachetools: upgrade 4.2.4 -> 5.0.0
changelog:
===============================================================================
-Require Python 3.7 or later (breaking change).
-Remove deprecated submodules (breaking change).

The cache, fifo, lfu, lru, mru, rr and ttl submodules have been deleted.
Therefore, statements like from cachetools.ttl import TTLCache will no longer
work. Use from cachetools import TTLCacheinstead.

-Pass self to @cachedmethod key function (breaking change).

The key function passed to the @cachedmethod decorator is now called as key
(self, *args, **kwargs).
The default key function has been changed to ignore its first argument, so
this should only affect applications using custom key functions with the
@cachedmethod decorator.

-Change exact time of expiration in TTLCache (breaking change).

TTLCache items now get expired if their expiration time is less than or equal
to timer(). For applications using the default timer(), this should be barely
noticable, but it may affect the use of custom timers with larger tick
intervals. Note that this also implies that a TTLCache with ttl=0 can no longer
hold any items, since they will expire immediately.

-Change Cache.__repr__() format (breaking change).

String representations of cache instances now use a more compact and efficient
format, e.g.LRUCache({1: 1, 2: 2}, maxsize=10, currsize=2)

-Add TLRU cache implementation.
-Documentation improvements.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-28 08:35:31 -04:00
Xu Huan
d26f61f21d python3-arpeggio: upgrade 1.10.2 -> 2.0.0
changelog:
Added eval_attrs call to NoMatch exceptions (ebfd60).
Dropped support for deprecated Python versions.
The lowest supported version is 3.6.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-28 08:35:31 -04:00
Xu Huan
bbb4260852 python3-alembic: upgrade 1.7.6 -> 1.7.7
changelog:
===============================================================================
-[bug] [operations]

Fixed issue where using Operations.create_table() in conjunction with a
CheckConstraint that referred to table-bound Column objects rather than string
expressions would be added to the parent table potentially multiple times,
resulting in an incorrect DDL sequence. Pull request courtesy Nicolas CANIART.

-[bug] [environment]

The logging.fileConfig() line in env.py templates, which is used to setup Python
logging for the migration run, is now conditional on Config.config_file_name not
being None. Otherwise, the line is skipped as there is no default logging
configuration present.

-[bug] [mssql]

Fixed bug where an Operations.alter_column() operation would change a “NOT NULL”
column to “NULL” by emitting an ALTER COLUMN statement that did not specify
“NOT NULL”. (In the absence of “NOT NULL” T-SQL was implicitly assuming “NULL”).
An Operations.alter_column() operation that specifies
Operations.alter_column.type should also specify include either
Operations.alter_column.nullable or Operations.alter_column.existing_nullable to
inform Alembic as to whether the emitted DDL should include “NULL” or “NOT NULL”;
a warning is now emitted if this is missing under this scenario.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-28 08:35:31 -04:00
Trevor Gamblin
890249c29a python3-prettytable: add python3-pytest-lazy-fixture to ptest RDEPENDS
Now that the recipe for python3-pytest-lazy-fixture exists, add it to
RDEPENDS to fix the broken python3-prettytable ptests.

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-23 09:46:31 -04:00
Trevor Gamblin
716ff86b3f python3-pytest-lazy-fixture: add recipe
This is a minor extension of pytest that is used by some ptests, such as
python3-prettytable. There is a set of ptests included (run-ptest script
is based on the one from python3-aspectlib).

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-23 09:46:31 -04:00
Scott Murray
5a91f2b8f9 python3-urllib3: Remove
This recipe has been moved to oe-core.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-23 09:46:31 -04:00
Scott Murray
230dcc9829 python3-requests: Remove
This recipe has been moved to oe-core.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-23 09:46:31 -04:00
Scott Murray
90b54805d7 python3-pysocks: Remove
This recipe has been moved to oe-core.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-23 09:46:31 -04:00
Scott Murray
46928e1fc7 python3-pyopenssl: Remove
This recipe has been moved to oe-core.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-23 09:46:31 -04:00
Scott Murray
120bfa2aa0 python3-pyasn1: Remove
This recipe has been moved to oe-core.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-23 09:46:31 -04:00
Scott Murray
4fe5813434 python3-ndg-httpsclient: Remove
This recipe has been moved to oe-core.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-23 09:46:31 -04:00
Scott Murray
296b5ffea3 python3-certifi: Remove
This recipe has been moved to oe-core.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-23 09:46:31 -04:00
Scott Murray
e863e7d232 python3-babel: Remove
This recipe has been moved to oe-core.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-23 09:46:31 -04:00
wangmy
baed0f9cd7 python3-waitress: upgrade 2.1.0 -> 2.1.1
Aadd dependency : python3-logging

Changelog:
=========
Fix for HTTP request smuggling due to incorrect validation

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-23 09:46:31 -04:00
Ross Burton
f42408bafc python3-lz4: add ptest
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-21 09:57:28 -04:00
Wang Mingyu
1adfa91ddb python3-jsonrpcserver: upgrade 5.0.6 -> 5.0.7
Changelog:
=========
Upgrade to jsonschema 4.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-21 09:57:28 -04:00
Wang Mingyu
2b488ec612 python3-itsdangerous: upgrade 2.1.0 -> 2.1.1
Changelog:
==========
Handle date overflow in timed unsign.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-21 09:57:28 -04:00
Ross Burton
1e48da0f1e python3-lz4: use system lz4 library
Instead of using the copy of lz4 that is embedded in the python3-lz4
source code, use the system lz4 library.

python3-lz4: PKGSIZE changed from 718282 to 165043 (-77%)
python3-lz4: RDEPENDS: added "lz4 (['>= 1.9.3'])"

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-21 09:57:28 -04:00
Xu Huan
9b4c80a410 python3-sentry-sdk: upgrade 1.5.6 -> 1.5.7
changelog:

fix(serializer): Make sentry_repr dunder method to avoid mock problems

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-21 09:57:28 -04:00
Xu Huan
874cf44878 python3-sqlalchemy: upgrade 1.4.31 -> 1.4.32
changelog see https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-1.4.32

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-21 09:57:28 -04:00
Xu Huan
b073e6fe04 python3-wrapt: upgrade 1.13.3 -> 1.14.0
changelog:
===============================================================================
-Bugs Fixed

Python 3.11 dropped inspect.formatargspec() which was used in creating
signature changing decorators. Now bundling a version of this function which
uses Parameter and Signature from inspect module when available. The
replacement function is exposed as wrapt.formatargspec() if need it for
your own code.

When using a decorator on a class, isinstance() checks wouldn’t previously
work as expected and you had to manually use Type.__wrapped__ to access the
real type when doing instance checks. The __instancecheck__ hook is now
implemented such that you don’t have to use Type.__wrapped__ instead of Type
as last argument to isinstance().
Eliminated deprecation warnings related to Python module import system, which
would have turned into broken code in Python 3.12. This was used by the post
import hook mechanism.

-New Features

Binary wheels provided on PyPi for aarch64 Linux systems and macOS native
silicon where supported by Python when using pypa/cibuildwheel.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-21 09:57:28 -04:00
Ross Burton
7f27771b28 Update for setuptools_build_meta renamed to python_setuptools_build_meta
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-19 19:00:34 -07:00
Khem Raj
ffc43211bd recipes: Adjust for renaming flit_core -> python_flit_core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-17 10:00:11 -07:00
Khem Raj
271461ace5 python3-pytest-runner: Remove
Moved to oe-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-17 08:54:17 -04:00
Khem Raj
1967a4c6e6 python3-chardet: Remove
Its moved to oe-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-17 08:54:17 -04:00
Khem Raj
e05b3cc881 python3-pyruvate: Update libc to 0.2.120
Drop upstreamed patches
Move riscv32/musl patches to meta-riscv

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-17 08:54:17 -04:00
Khem Raj
25b6058ab5 python3-kiwisolver: Upgrade to 1.4.0
License-Update: There is separate License file now so use that for
checksums

use setuptools_build_meta since normal setuptools3 bbclass ends up
in errors

| distutils.errors.DistutilsError: Command '['/mnt/b/yoe/master/build/tmp/work/riscv32-yoe-linux-musl/python3-kiwisolver/1.4.0-r0/recipe-sysroot-native/usr/bin/python3-native/python3', '-m
', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpmeo45wf4', '--quiet', 'cppy>=1.2.0']' returned non-zero exit status 1.
| ERROR: 'python3 setup.py bdist_wheel ' execution failed.

Release is here [1]

[1] https://github.com/nucleic/kiwi/releases/tag/1.4.0

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-17 08:54:17 -04:00
Wang Mingyu
93c65ca715 python3-dnspython: upgrade 2.2.0 -> 2.2.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-17 08:54:17 -04:00
Wang Mingyu
82330ddf02 python3-cppy: upgrade 1.1.0 -> 1.2.0
add dependence : python3-setuptools python3-distutils

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-17 08:54:17 -04:00
Wang Mingyu
9400c8da18 python3-bitstruct: upgrade 8.12.1 -> 8.13.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-17 08:54:17 -04:00
Wang Mingyu
f8a52dacc5 python3-astroid: upgrade 2.10.0 -> 2.11.0
Changelog:
=========
Add new (optional) doc_node attribute to nodes.Module, nodes.ClassDef,
and nodes.FunctionDef.

Accessing the doc attribute of nodes.Module, nodes.ClassDef, and
nodes.FunctionDef has been deprecated in favour of the doc_node attribute.
Note: doc_node is an (optional) nodes.Const whereas doc was an (optional) str.

Passing the doc argument to the __init__ of nodes.Module, nodes.ClassDef,
and nodes.FunctionDef has been deprecated in favour of the postinit doc_node attribute.
Note: doc_node is an (optional) nodes.Const whereas doc was an (optional) str.

Replace custom cachedproperty with functools.cached_property and deprecate it
for Python 3.8+.

Closes #1410

Set end_lineno and end_col_offset attributes to None for all nodes
with PyPy 3.8. PyPy 3.8 assigns these attributes inconsistently which could lead
to unexpected errors. Overwriting them with None will cause a fallback
to the already supported way of PyPy 3.7.

Add missing shape parameter to numpy zeros_like, ones_like,
and full_like methods.

Closes PyCQA/pylint#5871

Only pin wrapt on the major version.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-17 08:54:17 -04:00
Tim Orling
888570237a python3-pytz: move to oe-core
This recipe has been moved to oe-core in support of
python3-cryptography.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-16 09:25:28 -04:00
Tim Orling
996bfa2f91 python3-pytest-subtests: move to oe-core
This recipe has been moved to oe-core in support of
python3-cryptography.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-16 09:25:28 -04:00
Tim Orling
2c1423850d python3-pretend: move to oe-core
This recipe has been moved to oe-core in support of
python3-cryptography.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-16 09:25:28 -04:00
Tim Orling
e97f8df274 python3-poetry-core: move to oe-core
The poetry_core.bbclass (renamed to python_poetry_core) has been moved
to oe-core, as has this recipe, in support of python3-cryptography.

The recipe that needed poetry-core is python3-iso8601.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-16 09:25:28 -04:00
Tim Orling
c563ea16e8 python3-ply: move to oe-core
This recipe has been moved to oe-core in support of
python3-cryptography.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-16 09:25:28 -04:00
Tim Orling
81402595ee python3-iso8601: move to oe-core
This recipe has been moved to oe-core in support of
python3-cryptography.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-16 09:25:28 -04:00
Khem Raj
fbd8aec8a6 python3-psutil: Remove
Moved to oe-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-16 09:25:28 -04:00
Khem Raj
f26ca7749b python3-bcrypt: Remove
Moved to oe-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-16 09:25:28 -04:00
Khem Raj
d30cd125d5 python3-pyrad: Change poetry bbclass inherit to match oe-core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-16 09:25:28 -04:00
Alejandro Enedino Hernandez Samaniego
bb9d3688f1 meta-python: Clean up recipes and classes that were moved to oe-core
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro.hernandez@linux.microsoft.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-16 09:25:28 -04:00
Khem Raj
b9936f62ab python3-grpcio, python3-grpcio-tools: Upgrade to 1.44.0
- Fix build on ppc64le/musl
- Add patch to fix abseil on ppc64
- Changes are here [1]

[1] https://github.com/grpc/grpc/releases/tag/v1.44.0

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-15 15:34:22 -04:00
Justin Bronder
f5a978bb7e python3-pymodbus: add asyncio to package config
When using asyncio as the backend for asynchronous communication,
pymodbus depends on python3-pyserial-asyncio.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-15 15:34:22 -04:00
Khem Raj
f792874431 python3-poetry-core: Setting PIP_INSTALL_PACKAGE is no longer needed
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-15 15:34:22 -04:00
Trevor Gamblin
4c1e31f906 python3-django: upgrade 4.0.1 -> 4.0.2
4.0.2 fixes CVE-2022-22818 and CVE-2022-23833. See:
https://docs.djangoproject.com/en/dev/releases/4.0.2/

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-15 15:34:22 -04:00
Trevor Gamblin
f15c046c74 python3-django: upgrade 3.2.11 -> 3.2.12
3.2.12 fixes CVE-2022-22818 and CVE-2022-23833. See:
https://docs.djangoproject.com/en/dev/releases/3.2.12/

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
2022-03-15 15:34:22 -04:00
Ross Burton
168a39d2bf meta-*: remove obsolete PYPA_WHEEL and PIP_INSTALL_PACKAGE assignments
These variables are no longer used by pip_install_wheel, so remove them
from all recipes that set them.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-11 11:20:55 -08:00
Ross Burton
ff7312f048 meta-python: migrate away from setuptool3 where possible
Many recipes are currently building with setuptools3 but can use a more
modern tool: typically setuptools_build_meta but ordered-set can use
flit_core and pyrad can use poetry_core.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-11 08:48:38 -05:00
Ross Burton
935dd6efa8 python3-pylint: upgrade to 2.12.2
The test suite is no longer shipped in the sources, so remove PN-tests.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-11 08:48:38 -05:00
Ross Burton
ce5e0278cf python3-twisted: remove empty PN-src and PN-dbg
Nothing is packaged in these, there are no debug symbols and the sources
are packaged into the regular packages.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-11 08:48:38 -05:00
Ross Burton
f3bacf644e python3-pycurl: fix DEPENDS
By assigning directly to DEPENDS the dependencies in setuptools3 are
overwritten, so python3-setuptools-native is present to let the build
succeed entirely through luck.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-11 08:48:38 -05:00
Ross Burton
8ca5c4b0bc python3-pyzmq: clean up recipe
Put the patch into a directory named after PN to avoid needing to set
FILESEXTRAPATHS.

Remove explicit FILES:${PN}-dbg, as these are packaged automatically.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-11 08:48:38 -05:00
Ross Burton
620689d4ef python3-backports-functional-lru-cache: remove, not needed for Python 3
This is a backport of the Python 3 lru_cache for Python 2 users, so
obviously it makes no sense to have for Python 3.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-11 08:48:38 -05:00
Ross Burton
ce9f9e98c7 python3-configparser: remove, not needed for Python 3
This is a backport of the Python 3 configparser for Python 2 users, so
obviously it makes no sense to have for Python 3.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-11 08:48:38 -05:00
Ross Burton
b2ad05a178 python3-pystache: remove, unmaintained
Pystache hasn't been maintained since 2014.  One maintained alternative
is https://github.com/noahmorrison/chevron.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-11 08:48:38 -05:00
Khem Raj
d1b150ae8e Revert "python3-smbus: fix wheel build"
This reverts commit b7042fabd1.

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-10 10:03:30 -05:00
Wang Mingyu
d31d4f6fbe python3-pychromecast: upgrade 10.2.3 -> 10.3.0
Changelog:
=========
Show diff when black fails
Fix f-string
Fix black fail introduced
Log error code on exception
Bump protobuf to 3.19.1 and regenerate protobuf files
Bump black from 21.12b0 to 22.1.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-10 10:03:30 -05:00
Wang Mingyu
9d16fb8d06 python3-networkx: upgrade 2.7 -> 2.7.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-10 10:03:30 -05:00
Wang Mingyu
cbd06ffcb9 python3-pymisp: upgrade 2.4.152 -> 2.4.155.1
Changelog:
=========
Changes
-------
- Bump required python version for doc.
- Remove python 3.6 from metadata.
- Re-bump changelog.
- Bump version.
- Bump changelog.
- Bump misp-objects.
- Bump deps.
- Bump new minimal python version to 3.7.
- Perl dependencies not longer required.
- Simplify submodules checkout.
- Use https for link to documentation.
- Bump deps.
- [misp-objects] updated to the latest version.
- [FIPS] no clean way to support OpenSSL hashlib interface for FIPS.
- [FIPS] falling back on older version of Python not having
  usedforsecurity.
- [FIPS] in some cases, the `usedforsecurity` is not used. So fail if
  the FIPS compliance is required and then the `usedforsecurity` is
  disabled.
- [feeds] FIPS: when MD5 hashes are generated for fast-lookup it's not
  for security.

  hashlib provides an option to tell if the hash is used for security or
  not. By default, it's set to True. For the feed cache generation, it's
  not. Then usedforsecurity=False
- Bump deps.
- Bump deps, objects.

Fix
-----
- Incorrect call when requesting a new API key.
- Libfuzzy-dev is not longer required.
- [mispevent] cannot type.
- Make mypy happy.

New
------
- Get_new_authkey for a user.
- [dep] Use pydeep2 instead of pydeep.

Other
------
- Create add_filetype_object_from_csv.py.
- Add feed option for local tag exclusion #817.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-10 10:03:30 -05:00
Wang Mingyu
a624f7ced2 python3-python-vlc: upgrade 3.0.12118 -> 3.0.16120
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-10 10:03:30 -05:00
Wang Mingyu
195a4ad006 python3-imageio: upgrade 2.16.0 -> 2.16.1
Changelog:
=========
Ignore TIFF XResolution or YResolution with 0 in the denominator.
Add section on freezing
Update "python_requires" to 3.7+

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-10 10:03:30 -05:00
Wang Mingyu
87e1c68ec1 python3-aws-iot-device-sdk-python: upgrade 1.5.0-> 1.5.1
Changelog:
=========
change append to extend to fix bytestream error

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-10 10:03:29 -05:00
Wang Mingyu
9b1f94bb6a python3-bitarray: upgrade 2.3.7 -> 2.4.0
setup.py-use-setuptools-instead-of-distutils.patch
removed since it's included in 2.4.0

Changelog:
=========
* enable building wheels for multiple platforms and Python versions using
  pypa/cibuildwheel, see #165 and #170
* use setuptools instead of distutils in 'setup.py', #168
* add missing type hinting for '.count()' step argument

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-10 10:03:29 -05:00
Wang Mingyu
4700abe438 python3-astroid: upgrade 2.9.3 -> 2.10.0
Changelog:
=========
* Fixed inference of "self" in binary operations in which "self"
  is part of a list or tuple.
* Fixed builtin inference on `property` calls not calling the `postinit` of the new node, which
  resulted in instance arguments missing on these nodes.
* Fixed a crash on "Super.getattr" when the attribute was previously uninferable due to a cache
  limit size. This limit can be hit when the inheritance pattern of a class (and therefore of the
  "__init__" attribute) is very large.
* Inlcude names of keyword-only arguments in "astroid.scoped_nodes.Lambda.argnames".
* Fixed a crash inferring on a "NewType" named with an f-string.
* Add support for [attrs v21.3.0](https://github.com/python-attrs/attrs/releases/tag/21.3.0) which
  added a new `attrs` module alongside the existing `attr`.
* Use the "end_lineno" attribute for the "NodeNG.tolineno" property
  when it is available.
* Add "is_dataclass" attribute to "ClassDef" nodes.
* Use "sysconfig" instead of "distutils" to determine the location of
  python stdlib files and packages.
* Fixed crash with recursion error for inference of class attributes that referenced
  the class itself.
* Fixed crash when trying to infer "items()" on the "__dict__"
  attribute of an imported module.
* Add optional "NodeNG.position" attribute.
  Used for block nodes to highlight position of keyword(s) and name
  in cases where the AST doesn't provide good enough positional information.
  E.g. "nodes.ClassDef", "nodes.FunctionDef".
* Fix "ClassDef.fromlineno". For Python < 3.8 the "lineno" attribute includes decorators.
  "fromlineno" should return the line of the "class" statement itself.
* Performance improvements. Only run expensive decorator functions when
  non-default Deprecation warnings are enabled, eg. during a Pytest run.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-10 10:03:29 -05:00
Xu Huan
da657e3eba python3-pymongo: upgrade 4.0.1 -> 4.0.2
changelog:
===============================================================================
Fixed a bug pymongo.collection.Collection.bulk_write() did not apply the
collection’s CodecOptions to upserted_ids result (PYTHON-3075).

Fixes the High Availability and PyMongo example for initializing a replica
set (PYTHON-3041).

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-10 10:03:29 -05:00
Xu Huan
236928869b python3-regex :upgrade 2021.11.10 -> 2022.3.2
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-10 10:03:29 -05:00
Xu Huan
6088c607b9 python3-txaio: upgrade 21.2.1 -> 22.2.1
changelog:
=============================================================

- fix: cancel handling in python 3.8/3.9.
- fix: gracefully fail if coroutine called with wrong args
- fix: eliminate redundant dep. on mock
- fix: doc note that twisted supports native coroutines

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-10 10:03:29 -05:00
Xu Huan
3c74c0c8e5 python3-xxhash: upgrade 2.0.2 -> 3.0.0
changelog:
===============================================================================
New set algorithms_available lists all implemented algorithms in xxhash package.
Upgrade xxHash to v0.8.1.
Drop support for EOL Python versions, require python >= 3.6 from now on.
Migrate to github actions and build arm64 wheels for macOS.
Always release GIL.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-10 10:03:29 -05:00
Ross Burton
81fcb00241 python3-poetry-core: self-bootstrap
Poetry can bootstrap itself, so just inherit poetry_core.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:04 -08:00
Kai Kang
f1b8711837 Revert "python3-ipy: drop recipe"
This reverts commit df077258b6.

Add python3-ipy back and inherit setuptools3-legacy.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:04 -08:00
Justin Bronder
fb4085c98d python3-asyncinotify: add 2.0.2
Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:04 -08:00
Justin Bronder
2b994372e1 python3-pymodbus: add 2.5.3
Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:04 -08:00
Justin Bronder
8968c92747 python3-pyserial-asyncio: add 0.6
Dependency of python3-pymodbus.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:04 -08:00
Wang Mingyu
d5ee9d2d53 python3-waitress: upgrade 2.0.0 -> 2.1.0
Changelog:
=========
Python Version Support
----------------------
- Python 3.6 is no longer supported by Waitress
- Python 3.10 is fully supported by Waitress

Bugfix
-------
- "wsgi.file_wrapper" now sets the "seekable", "seek", and "tell"
  attributes from the underlying file if the underlying file is seekable. This
  allows WSGI middleware to implement things like range requests for example

  See https://github.com/Pylons/waitress/issues/359 and
  https://github.com/Pylons/waitress/pull/363

- In Python 3 "OSError" is no longer subscriptable, this caused failures on
  Windows attempting to loop to find an socket that would work for use in the
  trigger.

  See https://github.com/Pylons/waitress/pull/361

- Fixed an issue whereby "BytesIO" objects were not properly closed, and
  thereby would not get cleaned up until garbage collection would get around to
  it.

  This led to potential for random memory spikes/memory issues, see
  https://github.com/Pylons/waitress/pull/358 and
  https://github.com/Pylons/waitress/issues/357 .

Features
--------
- When the WSGI app starts sending data to the output buffer, we now attempt to
  send data directly to the socket. This avoids needing to wake up the main
  thread to start sending data. Allowing faster transmission of the first byte.
  See https://github.com/Pylons/waitress/pull/364

- Add REQUEST_URI to the WSGI environment.

  REQUEST_URI is similar to "request_uri" in nginx. It is a string that
  contains the request path before separating the query string and
  decoding "%"-escaped characters.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:04 -08:00
Wang Mingyu
91f74f01a0 python3-twisted: upgrade 22.1.0 -> 22.2.0
Changelog:
=========
Bugfixes
--------
- twisted.internet.gireactor.PortableGIReactor.simulate and
  twisted.internet.gtk2reactor.PortableGtkReactor.simulate no longer raises
  TypeError when there are no delayed called. This was a regression introduced
  with the migration to Python 3 in which the builtin 'min' function no longer
  accepts 'None' as an argument. (#9660)
- twisted.conch.ssh.transport.SSHTransportBase now disconnects the remote peer
  if the SSH version string is not sent in the first 4096 bytes.
  (#10284, CVE-2022-21716, GHSA-rv6r-3f5q-9rgx)

Improved Documentation
----------------------
- Add type annotations for twisted.web.http.Request.getHeader. (#10270)

Deprecations and Removals
-------------------------
- Support for Python 3.6, which is EoL as of 2021-09-04, has been deprecated. (#10303)

Bugfixes
--------
- _dist.test.test_workertrial now correctly compare strings via assertEqual() and pass on PyPy3 (#10302)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:04 -08:00
Wang Mingyu
6663fdcf14 python3-tqdm: upgrade 4.62.3 -> 4.63.0
Changelog:
==========
-add __reversed__()
-add efficient __contains__()
-improve CLI startup time (replace pkg_resources => importlib)
-tqdm.autonotebook warning & std fallback on missing ipywidgets (#1218 <- #1082, #1217)
-warn on positional CLI arguments
-misc build/test framework updates
 enable py3.10 tests
 add conda dependencies
 update pre-commit hooks
 fix pytest config (nbval, asyncio)
 fix dependencies & tests
 fix site deployment

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:04 -08:00
Wang Mingyu
a3b2e75285 python3-scrypt: upgrade 0.8.19 -> 0.8.20
Changelog:
=========
Fix #8 by adding missing gettimeofday.c to MANIFEST.in

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:04 -08:00
Wang Mingyu
d59e7d90de python3-redis: upgrade 4.1.1 -> 4.1.4
Changelog:
=========
New features:
-------------
Adding ExecutionPlan support for graph (#1993)
Vector similiary search support (#1986)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:04 -08:00
Wang Mingyu
ad1ad149f7 python3-pyscaffold: upgrade 4.1.4 -> 4.1.5
Changelog:
=========
Main Changes
------------
Add pyenv's .python-version into .gitignore, #576
Added more --very-verbose logging to make clearer what's going on, #578
Updated versions of containers in CI config, #583
Fixed coverage config template for namespaced packages, #610
Replaced internal appdirs dependency with platformdirs, #584

Documentation Changes
---------------------
Mention python -m setuptools_scm as a form of debugging, #574
Mention setting the default branch in git in docs, #577
Fix documented path to pyscaffold/default.cfg, #580

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:04 -08:00
Wang Mingyu
0cf785935d python3-lxml: upgrade 4.7.1 -> 4.8.0
0001-setupinfo.py-check-the-return-value.patch
removed since it's included in 4.8.0.

Changelog:
=========
Features added
--------------

* GH#337: Path-like objects are now supported throughout the API instead of just strings.
  Patch by Henning Janssen.

* The ''ElementMaker'' now supports ''QName'' values as tags, which always override
  the default namespace of the factory.

Bugs fixed
----------

* GH#338: In lxml.objectify, the XSI float annotation "nan" and "inf" were spelled in
  lower case, whereas XML Schema datatypes define them as "NaN" and "INF" respectively.
  Patch by Tobias Deiminger.

Other changes
-------------

* Built with Cython 0.29.28.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:04 -08:00
Wang Mingyu
a44a0c859c python3-jsonrpcserver: upgrade 5.0.3 -> 5.0.6
Changelog:
==========
Fix reversed Result Either type ([#227]
(https://github.com/explodinglabs/jsonrpcserver/pull/227)).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:04 -08:00
Wang Mingyu
b38d31c1c2 python3-icu: upgrade 2.8 -> 2.8.1
refresh 0001-Fix-host-contamination-of-include-files.patch
for new version.

License-Update: year updated to 2022.

Changelog:
=========
  - renamed _icu extension module to _icu_ and moved it into icu module
  - moved icu python module sources into py directory
  - deleted long deprecated PyICU.py file

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:03 -08:00
Wang Mingyu
8ecdd900b9 python3-httplib2: upgrade 0.20.2- > 0.20.4
Changelog:
=========
  proxy: support proxy urls with ipv6 address
  https://github.com/httplib2/httplib2/pull/217

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:03 -08:00
Wang Mingyu
030a747ac1 python3-django: upgrade 2.2.26 -> 2.2.27
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:03 -08:00
Wang Mingyu
eda0645bbc python3-cheetah: upgrade 3.2.6.post1 -> 3.2.6.post2
Changelog:
=========
Build wheels for aarch64 at Travis; publish them at PyPI.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:03 -08:00
Wang Mingyu
6ccdbe5662 python3-autobahn: upgrade 22.1.1 -> 22.2.2
Changelog:
=========
fix: auto ping/pong logs should be debug instead of info (#1524)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:03 -08:00
Khem Raj
1cf791b208 python3-pyruvate: Fix build on riscv32
refresh upstream status as needed.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:03 -08:00
Khem Raj
bc8241129c python3-crc32c: set target platform via setup.cfg
Do not poke at build system for finding platform
platform is target specific and when cross compiling it should be
detected differently, in this case lets pass it via environment so that
it can be set in recipe

Looks like we're not the first to need to specify the target platform
[1]
when building this package.  According to upstream, we can just update
setup.cfg instead of patching setup.py.

[1] https://github.com/ICRAR/crc32c/pull/10

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-09 07:37:03 -08:00
Leon Anavi
5f11eefb8d python3-bandit: Upgrade 1.7.2 -> 1.7.4
Upgrade to release 1.7.4:

- Fix traceback in hashlib_insecure_functions
- Add version 1.7.3 to dropdown
- core/config: Fix ConfigError missing argument if toml is missing
- Add 1.7.4 in issue template

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-07 09:27:53 -08:00
Khem Raj
ee0f7dc9b7 recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-04 17:41:45 -08:00
Khem Raj
238814e5a1 python3-slip-dbus: Fix build with wheel packaging
Migrate to use setuptools instead of distutils
merge slip.dbus into slip module since we use
slip.dbus, it works fine for OE

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Leon Anavi
b879b58b86 python3-typed-ast: Upgrade 1.4.3 -> 1.5.2
Upgrade to release 1.5.2:

- Add support for building aarch64 wheels
- Remove update process document
- Port ast27 to Python 3.11
- Define _PyUnicode_DecodeUnicodeEscape even on Python 3.6+

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Leon Anavi
9a8ecd420f python3-humanize: Upgrade 3.14.0 -> 4.0.0
Upgrade to release 4.0.0:

- Drop support for Python 3.6
- Remove deprecated VERSION, use version instead
- Remove when from naturaldelta() and allow largest timedelta
- Remove deprecated private function aliases

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Leon Anavi
e5187f9683 python3-h11: Upgrade 0.12.0 -> 0.13.0
Upgrade to release 0.13.0:

- Clarify that the Headers class is a Sequence and inherit from
  the collections Sequence abstract base class to also indicate
  this (and gain the mixin methods)
- Switch event classes to dataclasses for easier typing and
  slightly  improved performan
- Shorten traceback of protocol errors for easier readability
- Add typing including a PEP 561 marker for usage by type checkers
- Expand the allowed status codes to [0, 999] from [0, 600]

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Leon Anavi
322e04edfb python3-networkx: Upgrade 2.6.3 -> 2.7
Upgrade to release 2.7:

- Dropped support for Python 3.7
- Added the Asadpour algorithm for solving the asymmetric traveling
  salesman problem
- Removed all internal usage of the numpy.matrix class, and added a
  FutureWarning to all functions that return a numpy.matrix
  instance
- Added support for the scipy.sparse array interface
- Added generic dtype support to
  ~networkx.convert_matrix.to_numpy_array
- Added support for computing betweenness centrality on multigraphs
- Added support for directed graphs and multigraphs to
  greedy_modularity_communities

License-Update: Update year

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Leon Anavi
657ba1e540 python3-semantic-version: Upgrade 2.8.5 -> 2.9.0
Upgrade to release 2.9.0:

- Add support for Django 3.1, 3.2, 4.0
- Add support for Python 3.7 / 3.8 / 3.9 / 3.10

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Khem Raj
b08d16afa2 python3-aws-iot-device-sdk-python: Upgrade to 1.5.0
Use github to fetch it since its not yet available on pypi
Port to use setuptools

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Khem Raj
605e9d1809 python3-dbussy: Define PIP_INSTALL_PACKAGE
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Khem Raj
9c80fa20da python3-pymetno: Define PIP_INSTALL_PACKAGE
Fixes build with wheel packaging

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Khem Raj
66e04f5746 python3-keras-applications: Define PIP_INSTALL_PACKAGE
Fixes build with wheel packaging

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Justin Bronder
7513effd0d python3-pyscaffold: fix wheel build and license
Without python3-setuptools-scm-native, the version on the generated
wheel is 0.0.0, not ${PV} as expected which causes
pip_install_wheel_do_install to fail to find the wheel.

Consulting the LICENSE.txt distributed with the source, the template
files under pyscaffold.templates, which are installed as part of this
recipe, are licensed as BSD-0-Clause

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Justin Bronder
f7f407aa81 python3-configshell-fb: set PIP_INSTALL_PACKAGE
Recipe does not inherit pypi nor would PN resolve to the name of the
wheel so we must set PIP_INSTALL_PACKAGE appropriately.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Xu Huan
2ecb3388d5 python3-twine: upgrade 3.7.1 -> 3.8.0
changelog:
===============================================================================

Add --verbose logging for querying keyring credentials.
Log all upload responses with --verbose.
Show more helpful error message for invalid metadata.

-Bugfixes
Require a recent version of urllib3.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Xu Huan
b1c9ede083 python3-snappy upgrade 0.6.0 -> 0.6.1
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Xu Huan
91e1461a28 python3-pillow: upgrade 9.0.0 -> 9.0.1
changelog:

In show_file, use os.remove to remove temporary images. CVE-2022-24303
Restrict builtins within lambdas for ImageMath.eval. CVE-2022-22817

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Khem Raj
43e0cd7034 python3-poetry-core: Define PIP_INSTALL_PACKAGE
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Khem Raj
046dcdaa00 python3-dateutil: Define PIP_INSTALL_PACKAGE
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Khem Raj
85ea0d3a77 python3-setuptools-rust-native: Define PIP_INSTALL_PACKAGE
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Khem Raj
85848a20be python3-pytest-runner: Define PIP_INSTALL_PACKAGE
Guessing code fails, so aid it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Justin Bronder
7e809b06e7 python3-lrparsing: use setuptools instead of distutils
Recipe also does not inherit pypi nor would PN be a good guess at the
name of the wheel. Set PIP_INSTALL_PACKAGE appropriately.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Justin Bronder
689a4a54fe python3-ntplib: pull from PyPI
Switch back to pulling from PyPI which now does have appropriate release
tarballs.  This fixes building the wheel.

While touching the recipe, also add HOMEPAGE and point LIC_FILES_CHKSUM
at the LICENSE file that's now part of the release tarball.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Tim Orling
c340e94cd0 python3-aiofiles: inherit poetry_core
Use PEP-517 build-backend instead of setuptools3.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Tim Orling
c2b210d209 python3-pymisp: inherit poetry_core
* Use PEP-517 build-backend instead of setuptools3.
* Also set PIP_INSTALL_PACKAGE = "pymisp"

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Tim Orling
be04fddedc python3-isort: inherit poetry_core
Use PEP-517 build-backend instead of setuptools3.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Tim Orling
604bba13fd python3-rsa: inherit poetry_core
Use PEP-517 build-backend instead of setuptools3.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Tim Orling
c4df283929 python3-iso8601: inherit poetry_core
Use PEP-517 build-backend instead of setuptools3.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:07 -08:00
Tim Orling
b9943b26ad python3-pkgconfig: inherit poetry_core
Use PEP-517 build-backend instead of setuptools3.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:06 -08:00
Tim Orling
325166ecb2 python3-dnspython: inherit poetry_core
Use PEP-517 build-backend instead of setuptools3.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:06 -08:00
Tim Orling
006c409677 python3-poetry-core: add v1.0.8
A PEP 517 build backend implementation developed for Poetry. This project
is intended to be a light weight, fully compliant, self-contained package
allowing PEP 517 compatible build frontends to build Poetry managed projects.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:06 -08:00
Khem Raj
6f5a01762a python3-xmodem: Move docs to /usr/share/doc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:06 -08:00
Justin Bronder
ce2692fc0e python3-prctl: fix wheel build
Recipe does not inherit pypi nor would PN be a good guess at the name of
the wheel. Set PIP_INSTALL_PACKAGE appropriately.

Also dropping '+git${SRCPV}' from PV as the SRCREV is pointing to the
1.8.1 tag.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:06 -08:00
Justin Bronder
ad10b55072 python3-gcovr: fix wheel build
Recipe does not inherit pypi nor would PN be a good guess at the name of
the wheel. Set PIP_INSTALL_PACKAGE appropriately.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:06 -08:00
Justin Bronder
4771d7f886 python3-crcmod: use setuptools instead of distutils
Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:06 -08:00
Daniel Gomez
048e1e40b2 python3-flask-versioned: Fix PYPA_WHEEL name
Add function to generate expected PYPA_WHEEL name.

Generated name:
/yp/builds/meta-qtec-distro/tmp/work/dbfp4-poky-linux/python3-flask-versioned/0.9.4-20101221-r0/Flask-Versioned-0.9.4-20101221/dist/
Flask_Versioned-0.9.4.post20101221-py3-none-any.whl

Default (wrong) name:
Flask_Versioned-0.9.4-20101221-*.whl

Error:
WARNING: Requirement '/yp/builds/meta-qtec-distro/tmp/work/dbfp4-poky-linux/python3-flask-versioned/0.9.4-20101221-r0/Flask-Versioned-0.9.4-20101221/dist/Flask_Versioned-0.9.4-20101221-*.whl'
looks like a filename, but the file does not exist
ERROR: Flask_Versioned-0.9.4-20101221-*.whl is not a valid wheel filename.

Signed-off-by: Daniel Gomez <daniel@qtec.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:06 -08:00
Samuli Piippo
87efb46649 python3-qface: add recipe
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:06 -08:00
Samuli Piippo
2d39634bd5 python3-antlr4-runtime: add recipe
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:06 -08:00
Samuli Piippo
7f9792fa10 python3-path: add recipe
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:06 -08:00
Tim Orling
df077258b6 python3-ipy: drop recipe
Does not build with bdist_wheel. If you need this package please work
with upstream to update to PEP-517 packaging.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-03 08:48:06 -08:00
Xu Huan
94b0efb42f python3-mccabe: upgrade 0.6.1 -> 0.7.0
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Xu Huan
7c10499afc python3-lz4: upgrade 3.1.10 -> 4.0.0
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Wang Mingyu
fb291a7b23 python3-sentry-sdk: upgrade 1.5.3 -> 1.5.6
Changelog:
=========
Create feature.yml
Update contribution guide
chore: add bug issue template
Added default value for auto_session_tracking
docs(readme): reordered content
fix(tests): Removed unsupported Django 1.6 from tests to avoid confusion
Group captured warnings under separate issues
build(changelogs): Use automated changelogs from Craft
fix(aiohttp): AioHttpIntegration sentry_app_handle() now ignores ConnectionResetError
meta: Remove black GH action
feat(flask): Add sentry_trace() template helper

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Wang Mingyu
1d4bc7ffab python3-socketio: upgrade 5.5.1 -> 5.5.2
Changelog:
=========
Connect with an empty auth object instead of None
Fix indentation in the "Rooms" docs example.
Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Justin Bronder
4ad76aaaea python3-astor: fix wheel build
Recipe does not inherit pypi nor would PN resolve to the name of the
wheel so we must set PIP_INSTALL_PACKAGE appropriately.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Khem Raj
dbdd3a84f7 python3-termcolor: Use setuptools instead of distutils
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Justin Bronder
ea8c24aabc python3-kivy: fix wheel build
Recipe does not inherity pypi and the package name is capitalized
regardless.  Set PIP_INSTALL_PACKAGE appropriately.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Justin Bronder
11e3224015 python3-bitarray: switch to setuptools
Backported patch from https://github.com/ilanschnell/bitarray/pull/168,
committed upstream as
947d364841

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Justin Bronder
8988542616 python3-coloredlogs: fix location of coloredlogs.pth
When calling setup.py with bdist_wheel, the find_pth_directory() in
setup.py correctly install the pth file to
${D}${PYTHON_SITEPACKAGES_DIR}.  It's not clear why setup.py was being
patched original when the recipe was added in 2019, but it doesn't
appear to be necessary now.

This fixes the recipe to build with the recent PEP-517 changes.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Tom Hochstein
2f4a34cb1e python3-pybind11: Override pip install variables
Fix the pip install variables since the default values don't work
here.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Justin Bronder
02543ea3ef python3-feedformatter: drop recipe
The current SRC_URI is pointing to a fork of an abandoned
code.google.com project, the latter being what is actually on pypi.
Aside from some activity in 2012 porting to python3, the fork hasn't
seen any real activity.

The package doesn't have wheel support and has no dependents in
meta-openembedded

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Tim Orling
fbb90ed4ee python3-pyiface: upgrade to latest git
Upstream hasn't done a release, but has commits which among other things
switches from distutils to setuptools.

Now DEPENDS on python3-setuptools-scm-native

Set PV to what the version of the 'wheel' is.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Tim Orling
2dcff9296a python3-pynetlinux: patch to use setuptools
setup.py bdist_wheel does not work with distutils (which is deprecated
anyway). Add a patch to switch to setuptools to allow the wheel to be
built.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Tim Orling
42c0a75600 python3-sdnotify: patch to use setuptools
setup.py bdist_wheel does not work with distutils (which is deprecated
anyway). Add a patch to switch to setuptools to allow the wheel to be
built.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Justin Bronder
9045feb0d9 python3-crc32c: add 2.2.post0
Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Theodore A. Roth
548badd77d python3-marshmallow: fix wheel build
Recipe does not inherit pypi nor would PN be a good guess at the name of
the wheel. Set PIP_INSTALL_PACKAGE appropriately.

Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com>
Signed-off-by: Theodore A. Roth <troth@openavr.org>
Reviewed-by: TIm Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Matthias Klein
b7042fabd1 python3-smbus: fix wheel build
Recipe does not inherit pypi nor would PN be a good guess for the wheel
name so set PIP_INSTALL_PACKAGE appropriately.
PYPA_WHEEL doesn't respect SETUPTOOLS_SETUP_PATH so set PYPA_WHEEL
appropriately.

Signed-off-by: Matthias Klein <matthias@extraklein.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Wang Mingyu
099c6a575b python3-xlsxwriter: upgrade 3.0.2 -> 3.0.3
Changelog:
Added :func:'print_black_and_white' worksheet method to set "Black and
White" print options.

License-Update: year updated to 2022.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Wang Mingyu
62c31d9138 python3-websocket-client: upgrade 1.2.3 -> 1.3.1
License-Update: year updated to 2022.

ChangeLog
============
- Fix 10 year old bug and improve dispatcher handling for run_forever (#795)
- Fix run_forever to never return None, only return True or False, and add two
  tests (#788)
- Remove Python 3.6 support, EOL in Dec 2021

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Wang Mingyu
c53c3c8160 python3-websockets: upgrade 10.1 -> 10.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Tim Orling
62a5f30896 python3-twofish: patch to use setuptools
setup.py bdist_wheel does not work with distutils (which is deprecated
anyway). Add a patch to switch to setuptools to allow wheel to be built.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Tim Orling
870a9bd263 python3-systemd: patch to use setuptools
setup.py bdist_wheel does not work with ditutils (which is deprecated
anyway). Add a patch to switch to setuptools to allow wheel to be built.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Tim Orling
2481bc359f python3-configobj: backport patch for setuptools
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-01 09:06:56 -08:00
Khem Raj
df5cf7197b Revert "python3-twofish: drop recipe"
This reverts commit 4ee3cc1ac5.
2022-02-28 08:38:31 -08:00
Tim Orling
fcd5c793a7 python3-pako: remove duplicate LICENSE
The LICENSE is already included in the wheel and therefore packaged like
any other wheel. Remove the duplicate LICENSE erroneously installed in
/usr/pako/LICENSE.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-02-28 08:32:19 -08:00
Tim Orling
b0878793f3 python3-geomet: fix wheel build
Recipe does not inherit pypi nor would PN be a good guess at the name of
the wheel. Set PIP_INSTALL_PACKAGE appropriately.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-02-28 08:32:19 -08:00
Tim Orling
54ed60507b python3-monotonic: fix wheel build
Recipe does not inherit pypi nor would PN be a good guess for the wheel
name so set PIP_INSTALL_PACKAGE appropriately.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-02-28 08:32:19 -08:00
Tim Orling
4ee3cc1ac5 python3-twofish: drop recipe
The code has not been touched since 2013 and does not build with
bdist_wheel. If you depend upon this recipe, please work with upstream
to update the package to PEP-517 packaging.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-02-28 08:32:19 -08:00
Tim Orling
33ac9025c6 python3-xlrd: fix wheel build
Recipe does not inherit pypi nor would PN resolve to a useful name for
the wheel. Set PIP_INSTALL_PACKAGE appropriately.

Recipe builds wheel in ${S}/dist so set PIP_INSTALL_DIST_PATH
appropriately.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-02-28 08:32:19 -08:00
Tim Orling
b56940049d python3-pillow: fix wheel build
Recipe does not inherit pypi nor would PN resolve to the name of the
wheel so we must set PIP_INSTALL_PACKAGE appropriately.

The recipe also builds its wheel in ${S}/dist so we must set
PIP_INSTALL_DIST_PATH appropriately.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-02-28 08:32:19 -08:00
Tim Orling
770cba1d55 python3-twisted: also ship Twisted-*.dist-info
With the PEP-517 packaging, we need to ship additional FILES-${PN} (the
wheel dist-info standard files).

This recipe may be overly complicated. This commit is only an attempt to
fix the install of the wheel.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-02-28 08:32:19 -08:00
Tim Orling
9e5f9a7e2d python3-pyserial: also remove /usr/bin/__pycache__
PEP-517 packaging tries to also ship ${bindir}/__pycache__,
since we are removing all the scripts from ${bindir}, remove the cache
as well.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-02-28 08:32:19 -08:00
Tim Orling
645452c8df python3-ptyprocess: inherit flit_core
Upstream provides a pyproject.toml which declares a flit_core.buildapi
build backend for PEP-517 packaging.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-02-28 08:32:19 -08:00
Tim Orling
63856541d4 python3-backcall: inherit flit_core
Upstream provides a pyproject.toml which declares the flit_core.buildapi
backend for PEP-517 packaging.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-02-28 08:32:19 -08:00
Tim Orling
7b0c8989bf python3-pyruvate: fix wheel build
Like python3-setuptools-rust-native, the wheel is being built in
${S}/dist rather than ${B}/dist so set PIP_INSTALL_DIST_PATH
accordingly.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-02-28 08:32:19 -08:00