Commit Graph

6178 Commits

Author SHA1 Message Date
Wang Mingyu
6347f1f53c python3-awesomeversion: upgrade 23.5.0 -> 23.8.0
Changelog:
===========
Remove support for Python 3.7
Add hash dunder
Use OIDC for PyPI release

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-26 17:32:44 -07:00
Wang Mingyu
38aed97710 python3-alembic: upgrade 1.11.2 -> 1.11.3
Changelog:
==========
-Improved autogenerate compare of expression based indexes on PostgreSQL
 to produce fewer wrong detections.
-Fixed issue with NULLS NOT DISTINCT detection in postgresql that
 would keep detecting changes in the index or unique constraint.
-Added encoding="locale" setting to the use of Python's
 ConfigParser.read(), so that a warning is not generated when using the
 recently added Python feature PYTHONWARNDEFAULTENCODING specified in
 PEP 597. The encoding is passed as the "locale" string under Python
 3.10 and greater, which indicates that the system-level locale should be
 used, as was the case already here.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-26 17:32:44 -07:00
Wang Mingyu
fbef3f2dcd python3-redis: upgrade 4.6.0 -> 5.0.0
License-Update: Copyright year updated to 2023.

Changelog:
============
Fix timeout retrying on pipeline execution
Fix socket garbage collection

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-26 17:32:44 -07:00
Archana Polampalli
7bfbf9eee8 python3-pyroute2: fix ptest failure
The ptest fails after python3-pyroute2 is upgraded to 0.7.9.

Fixes:
=================================================
tests/test_unit/test_iproute_match/test_match.py:10: in <module>
with open('test_unit/test_iproute_match/links.dump', 'r') as f:
E   FileNotFoundError: [Errno 2] No such file or directory:
'test_unit/test_iproute_match/links.dump'

with open(sample, 'r') as buf:
E       FileNotFoundError: [Errno 2] No such file or directory:
'test_unit/test_nlmsg/gre_01.dump'
=================================================

root@qemux86-64:~# ptest-runner python3-pyroute2
START: ptest-runner
2023-08-22T10:31
BEGIN: /usr/lib/python3-pyroute2/ptest
============================= test session starts ==============================
platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
rootdir: /usr/lib/python3-pyroute2/ptest
collected 103 items

PASS: tests/test_unit/test_addr_pool.py::test_alloc_aligned
PASS: tests/test_unit/test_addr_pool.py::test_alloc_odd
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-26 17:32:44 -07:00
Trevor Gamblin
ff32ec898f python3-kivy: fix filename
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-22 10:07:09 -07:00
Roger Knecht
e1beecfff1 python3-schedule: add recipe
Add a recipe for python schedule library.

Signed-off-by: Roger Knecht <roger@norberthealth.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-19 10:46:14 -07:00
Frieder Schrempf
65f9d868bb python3-can: Add missing runtime dependencies
According to the setup.py of v4.2.2 [1] the following runtime
dependencies are currently missing. Add them.

* packaging
* setuptools

[1] https://github.com/hardbyte/python-can/blob/4.2.2/setup.py

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-17 16:54:40 -07:00
Khem Raj
e86cb4eabd python3-protobuf: Fix build errors seen with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-17 08:03:39 -07:00
Wang Mingyu
ce55a4029c python3-protobuf: upgrade 4.23.4 -> 4.24.0
Changelog:
https://github.com/protocolbuffers/protobuf/releases/tag/v24.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-17 08:03:39 -07:00
Marine Vovard
ed02d80a45 python3-kivy: Require X11 or Wayland in DISTRO_FEATURES
At least one of the following DISTRO_FEATURES needs to be present: X11 or
Wayland. The recipe now work with pure Wayland.

Signed-off-by: Marine Vovard <m.vovard@phytec.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-17 08:03:39 -07:00
Wang Mingyu
d2a9c15b90 python3-zeroconf: upgrade 0.71.4 -> 0.76.0
Changelog:
===========
Feature
--------
    Improve performance responding to queries (#1217) (69b33be)
    Expose flag to disable strict name checking in service registration (#1215) (5df8a57)
    Speed up processing incoming records (#1216) (aff625d)
    Speed up unpacking text records in ServiceInfo (#1212) (99a6f98)
    Add a cache to service_type_name (#1211) (53a694f)
    Speed up processing incoming records (#1206) (126849c)

Fix
-------
    Remove typing on reset_ttl for cython compat (#1213) (0094e26)
    Revert adding typing to DNSRecord.suppressed_by (#1210) (3dba5ae)
    Revert DNSIncoming cimport in _dns.pxd (#1209) (5f14b6d)
    Race with InvalidStateError when async_request times out (#1208) (2233b6b)
    Improve performance of ServiceInfo.async_request (#1205) (8019a73)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
ada906402e python3-yamlloader: upgrade 1.2.2 -> 1.3.2
Changelog:
 Python 3.11 upgrade, drop 3.7 (use old version < 1.3 if desired in Python 3.7)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
35e722ac49 python3-web3: upgrade 6.7.0 -> 6.8.0
Changelog:
===========
Bugfixes
----------
    Fix the type for the optional param asking for "full transactions" when subscribing to newPendingTransactions via eth_subscribe to bool. (#3067)

Improved Documentation
-----------------------
    Change docs to reflect AsyncHTTPProvider does accept ENS names now (#3070)

Features
-----------
    Return structured JSON-RPC errors for missing or unimplemented eth-tester methods. (#3061)
    ENS name-to-address support for eth_subscribe. (#3066)
    Asynchronous iterator support for AsyncWeb3 with WebsocketProviderV2 using async for syntax. (#3067)

Internal Changes - for web3.py Contributors
--------------------------------------------
    Minor fixes to type hinting in the core tests setup fixtures. (#3069)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
383cfbab10 python3-virtualenv: upgrade 20.24.2 -> 20.24.3
Changelog:
==========
-release 20.24.2
-Update compatibility docs
-fix ResourceWarning on process exit (#2472)
-added scripts in tasks directory to sdist on build (#2610)
-Bump wheel

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
9acde8f934 python3-uefi-firmware: upgrade 1.10 -> 1.11
License-Update:
 Remove Python version specific classifiers

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
59e614fe67 python3-tqdm: upgrade 4.65.0 -> 4.66.1
License-Update:
 MPLv2.0 changed to MPL-2.0
 setup.py and MANIFEST.in removed from files

Changelog:
===========
-  fix utils.envwrap types (#1493 <- #1491, #1320 <- #966, #1319)
-  drop mentions of unsupported Python versions
-  environment variables to override defaults (TQDM_*) (#1491 <- #1061, #950 <- #614, #1318, #619, #612, #370)
-  fix & update CLI completion
-  fix & update API docs
-  minor code tidy: replace os.path => pathlib.Path
-  fix docs image hosting
-  release with CI bot account again (https://github.com/cli/cli/issues/6680)
-  exclude examples from distributed wheel (#1492)
-  migrate setup.{cfg,py} => pyproject.toml (#1490)
    fix asv benchmarks
    update docs
-  fix snap build (#1490)
-  fix & update tests (#1490)
    fix flaky notebook tests
    bump pre-commit
    bump workflow actions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
653b49ad9c python3-tox: upgrade 4.6.4 -> 4.8.0
Changelog:
============
Features
--------
* --override can now take options in the form of foo+=bar which will append
  bar to the end of an existing list/dict, rather than replacing it. (#3087)
* Make –hashseed default to PYTHONHASHSEED, if defined
  The main motivation for this is to able to set the hash seed when building the
  documentation with “tox -e docs”, and thus avoid embedding a random value in
  the tox documentation for –help. This caused documentation builds to fail to
  build reproducibly. (#2942)

Bugfixes
----------
* Update a regular expression in tests to match the exception message in both
  Python 3.12 and older. (#3065)

Improved Documentation
------------------------
* Fix broken links

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
91c0e0463d python3-sh: upgrade 2.0.4 -> 2.0.6
Changelog:
===========
Allow nested with contexts #690
Call correct asyncio function for getting event loop
Add back appropriate sdist files comment

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
6d496a1f60 python3-regex: upgrade 2023.6.3 -> 2023.8.8
Changelog:
 emoved usage of _PyBytes_Join and did a little tidying of the code that makes the result string.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
8474402f1c python3-rdflib: upgrade 6.3.2 -> 7.0.0
Changelog:
https://github.com/RDFLib/rdflib/blob/main/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
9c4d6108d3 python3-pymisp: upgrade 2.4.173 -> 2.4.174
Changelog:
===========
- Bump version, templates.
- Bump deps, fix code accordingly.
- Push code changes related to deps upgrade...

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
c4230f24d0 python3-pyflakes: upgrade 3.0.1 -> 3.1.0
Changelog:
===========
    Drop support for EOL python 3.6 / 3.7
    Remove ContinueInFinally check (only relevant in python < 3.8)
    Fix forward annotations inside a nested scope
    Produce an error when a definition shadows an unused variable
    Fix accessed global annotation being redefined in a local scope
    Allow redefinition of functions across match arms
    Fix potential None for lineno during tokenization errors
    Add support for PEP 695 and python 3.12

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
6ab26c3e4e python3-pycodestyle: upgrade 2.10.0 -> 2.11.0
Changelog:
==========
    Drop EOL python 3.6 / 3.7. PR #1129, #1160.
    Add support for python 3.12. PR #1147, #1148, #1152, #1153, #1154, #1163, #1164, #1165, #1166, #1176, #1177, #1182.
    E721: adjust handling of type comparison. Allowed forms are now isinstance(x, t) or type(x) is t. PR #1086, #1167.
    Remove handling of python 2 <> operator. PR #1161.
    W606: removed. async / await are always keywords. PR #1162.
    Internal: move tests to pytest. PR #1168, #1169, #1171, #1173, #1174, #1175.
    Remove handling of python 2 ur'' strings. PR #1181.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
a38f430cfd python3-platformdirs: upgrade 3.9.1 -> 3.10.0
Changelog:
============
Fix docs build failure
platformdirs: introduce site_runtime_dir

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
cca00970ba python3-luma-oled: upgrade 3.12.0 -> 3.13.0
Changelog:
Add support for 128x128 SH1107

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
d95cd4b3a5 python3-joblib: upgrade 1.3.1 -> 1.3.2
Changelog:
===========
-Fix a regression in joblib.Parallel introduced in 1.3.0 where explicitly
 setting n_jobs=None was not interpreted as "unset".
-Fix a regression in joblib.Parallel introduced in 1.3.0 where joblib.Parallel
 logging methods exposed from inheritance to joblib.Logger didn't work because
 of missing logger initialization.
-Various maintenance updates to the doc, the ci and the test.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
08eecf6a6b python3-googleapis-common-protos: upgrade 1.59.1 -> 1.60.0
Changelog:
==========
Add google/api/policy.proto
Add method_policies to Control

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
b8862df2b1 python3-google-api-python-client: upgrade 2.95.0 -> 2.96.0
Changelog:
==========
https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
95959a950f python3-dnspython: upgrade 2.4.1 -> 2.4.2
Changelog:
==========
-  Async queries could wait forever instead of respecting the timeout if the
   timeout was 0 and a packet was lost. The timeout is now respected.
-  Restore HTTP/2 support which was accidentally broken during the https
   refactoring done as part of 2.4.0.
-  When an inception time and lifetime are specified, the signer now sets
   the expiration to the inception time plus lifetime, instead of the current
   time plus the lifetime.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
49b9f848a9 python3-coverage: upgrade 7.2.7 -> 7.3.0
Changelog:
==========
- Added a .Coverage.collect context manager to start and stop coverage data collection.
- Dropped support for Python 3.7.
- Fix: in unusual circumstances, SQLite cannot be set to asynchronous mode.
  Coverage.py would fail with the error Safety level may not be changed inside
  a transaction. This is now avoided, closing issue 1646.
- Docs: examples of configuration files now include separate examples for the
  different syntaxes: .coveragerc, pyproject.toml, setup.cfg, and tox.ini.
- Fix: added nosemgrep comments to our JavaScript code so that semgrep-based
  SAST security checks won't raise false alarms about security problems that
  aren't problems.
- Added a CITATION.cff file

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
3282cef428 python3-cmake: upgrade 3.27.0 -> 3.27.2
Changelog:
============
chore(deps): bump cmake from 3.27.0 to 3.27.1
chore(deps): bump pypa/cibuildwheel from 2.14.1 to 2.15.0
chore(deps): update pre-commit hooks
Update to CMake 3.27.2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
bf66e74115 python3-bitarray: upgrade 2.8.0 -> 2.8.1
Changelog:
============
 * use reconstructor function for pickling, see #207
 * simplify implementation of '.reverse()'

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
5f961da17d python3-async-timeout: upgrade 4.0.2 -> 4.0.3
Changelog:
=========
  Fixed compatibility with asyncio.timeout() on Python 3.11+.
  Added support for Python 3.11.
  Dropped support for Python 3.6.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
d513c2d68e python3-alembic: upgrade 1.11.1 -> 1.11.2
Changelog:
===========
- [feature] [operations] Added parameters if_exists and if_not_exists for index operations.
  Pull request courtesy of Max Adrian.
- [usecase] [typing] Added typing to the default script mako templates.
- [usecase] [autogenerate] Added support in autogenerate for NULLS NOT DISTINCT in
  the PostgreSQL dialect.
- [bug] Fixed format string logged when running a post write hook
  Pull request curtesy of Mathieu Défosse.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Khem Raj
1de54a3daa python3-dominate: Fix get_thread_context ptest on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-11 09:13:30 -07:00
Justin Bronder
9a8cfc75f5 python3-mypy: upgrade 0.971 -> 1.5.0
Switched RDEPEND to python3-modules as this is a complex package that is
still under fairly heavy development by python core contributors.  It's
likely that the dependency list will change from release to release and
unlikely that anyone wanting type-checking will be object to having a
full python installation.

Note for anyone attempting to backport this, you'll need to add
python3-tomli to RDEPENDS as python < 3.11 won't be in the stdlib.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-11 00:06:04 -07:00
Justin Bronder
32537d7b34 python3-types-psutil: add 5.9.5.16
Dependency of python3-mypy.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-11 00:06:04 -07:00
Justin Bronder
6a8b2a2f67 python3-typed-ast: remove EOL package
No longer required by python3-mypy and no longer maintained upstream.
https://github.com/python/typed_ast/issues/179

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-11 00:06:04 -07:00
Justin Bronder
99d7aca1f2 python3-types-setuptools: add 68.0.0.3
Dependency of python3-mypy.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-11 00:06:04 -07:00
Justin Bronder
ae8535a618 python3-mypy-extensions: upgrade 0.4.3 -> 1.0.0
Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-11 00:06:04 -07:00
Khem Raj
5adde6b9b8 python3-m2crypto: Remove __pycache__ files
They may not be appropriate for target due to cross compiling

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-07 09:01:00 -07:00
Michael Opdenacker
61d14138c2 meta-python: Remove unused AUTHOR variable
No longer used in generating packages
Also creates a possible confusion with the recipe maintainer
name.

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-05 09:29:56 -07:00
Wang Mingyu
b3052a5f92 python3-zeroconf: upgrade 0.71.0 -> 0.71.4
Changelog:
===========
 Cleanup naming from previous refactoring in ServiceInfo
 Pin python-semantic-release to fix release process
 No change re-release to fix wheel builds
 Add missing if TYPE_CHECKING guard to generate_service_query

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
ca4b22b3da python3-virtualenv: upgrade 20.24.0 -> 20.24.2
Changelog:
 Bump pip and wheel

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
be496d5b03 python3-typeguard: upgrade 4.0.0 -> 4.1.0
Changelog:
==========
- Added support for passing a tuple as expected_type to check_type(), making it
  more of a drop-in replacement for isinstance()
- Fixed regression where Literal inside a Union had quotes stripped from its
  contents, thus typically causing NameError to be raised when run
- Fixed handling of typing_extensions.Literal on Python 3.8 and 3.9 when
  typing_extensions>=4.6.0 is installed
- Fixed NameError when generated type checking code references an imported
  name from a method
- Fixed docstrings disappearing from instrumented functions
- Fixed @typechecked failing to instrument functions when there are more than
  one function within the same scope
- Fixed frozenset not being checked

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
a8eb40a150 python3-tomlkit: upgrade 0.11.8 -> 0.12.1
Changelog:
========
  Make float and int hashable.
  Allow users to specify encoders for custom types.
  Fix the incorrect sort when building a table with dotted keys.
  Complete the methods required for integer and float items.
  Replace the deprecated usage of datetime.utcnow().
  Minor performance improvements when iterating over the escape sequences.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
c686662c54 python3-robotframework: upgrade 6.1 -> 6.1.1
Changelog:
 https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-6.1.1.rst

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
5a38445182 python3-pymodbus: upgrade 3.3.2 -> 3.4.1
Changelog:
==========
  Fix serial startup problems. (#1701)
  pass source_address in tcp client. (#1700)
  serial server use source_address[0]. (#1699)
  Examples coverage nearly 100%. (#1694)
  new async serial (#1681)
  Docker is not supported (lack of maintainer). (#1693)
  Forwarder write_coil --> write_coil. (#1691)
  Change default source_address to (0.0.0.0, 502) (#1690)
  Update ruff to 0.0.277 (#1689)
  Fix dict comprehension (#1687)
  Removed requests dependency from contrib/explain.py (#1688)
  Fix broken test (#1685)
  Fix readme badges (#1682)
  Bump aiohttp from 3.8.3 to 3.8.5 (#1680)
  pygments from 2.14.0 to 2.15.0 (#1677)
  Handle partial local echo. (#1675)
  clarify handle_local_echo. (#1674)
  async_client: add retries/reconnect. (#1672)
  Fix 3.11 problem. (#1673)
  Add new example simulator server/client. (#1671)
  examples/contrib/explain.py leveraging Rapid SCADA (#1665)
  _logger missed basicConfig. (#1670)
  Bug fix for #1662 (#1663)
  Bug fix for #1661 (#1664)
  Fix typo in config.rst (#1660)
  test action_increment. (#1659)
  test codeql (#1655)
  mypy complaints. (#1656)
  Remove self.params from async client (#1640)
  Drop test of pypy with python 3.8.
  repair server_async.py (#1644)
  move common framer to base. (#1639)
  Restrict Return diag call to bytes. (#1638)
  use slave= in diag requests. (#1636)
  transport listen in server. (#1628)
  CI test.
  Integrate transport in server. (#1617)
  fix getFrameStart for ExceptionResponse (#1627)
  Add min/min to simulator actions.
  Change to "sync client" in forwarder example (#1625)
  Remove docker (lack of maintenance). (#1623)
  Clean defaults (#1618)
  Reduce CI log with no debug. (#1616)
  prepare server to use transport. (#1607)
  Fix RemoteSlaveContext (#1599)
  Combine stale and lock. (#1608)
  update pytest + extensions. (#1610)
  Change version follow PEP 440. (#1609)
  Fix regression with REPL server not listening (#1604)
  Remove handler= for server classes. (#1602)
  Fix write function codes (#1598)
  transport nullmodem (#1591)
  move test of examples to subdirectory. (#1592)
  transport as object, not base class. (#1572)
  Simple examples. (#1590)
  transport_connect as bool. (#1587)
  Prepare dev (#1588)
  Release corrections. (#1586)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
9bc5c823b1 python3-portion: upgrade 2.4.0 -> 2.4.1
Changelog:
 Import error when using create_api outside a REPL

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
1b3c3ae6bb python3-marshmallow: upgrade 3.19.0 -> 3.20.1
Changelog:
 Fix call to get_declared_fields: pass dict_cls again

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
9ba895eb3c python3-jedi: upgrade 0.18.2 -> 0.19.0
Changelog:
==========
-Python 3.11 support
-Massive improvements in performance for Interpreter (e.g. IPython) users.
 This especially affects pandas users with large datasets.
-Add jedi.settings.allow_unsafe_interpreter_executions to make it easier for
 IPython users to avoid unsafe executions.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
f67a317b5a python3-grpcio: upgrade 1.56.0 -> 1.56.2
Changelog:
==========
[WRR] backport (#33694) to 1.56
[backport][iomgr][EventEngine] Improve server handling of file descriptor exhaustion

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
c53753e715 python3-google-api-python-client: upgrade 2.93.0 -> 2.95.0
Changelog:
 https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
6db16c6090 python3-gnupg: upgrade 0.5.0 -> 0.5.1
Changelog:
==========
-Added TRUST_EXPIRED to trust_keys. Thanks to Leif Liddy for the patch.
-Fix #206: Remove deprecated --always-trust in favour of --trust-model always
-Fix #208: Add status_detail attribute to result objects which is populated when
 the status is 'invalid recipient' (encryption/decryption) or 'invalid signer'
 (signing).
-Add scan_keys_mem() function to scan keys in a string. Thanks to Sky Moore
 for the patch.
-Fix #214: Handle multiple signatures when one of them is invalid or unverified.
-A problems attribute was added which holds problems reported by gpg
 during verification.
-Fix #217: Use machine-readable interface to query the gpg version. Thanks to Justus
 Winter for the patch.
-Added the ability to export keys to a file. Thanks to Leif Liddy for the patch.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
ef673cde30 python3-flask-socketio: upgrade 5.3.4 -> 5.3.5
Changelog:
 Prevent allow_unsafe_werkzeug option from being passed to web servers

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
379fbedd86 python3-elementpath: upgrade 4.1.4 -> 4.1.5
Changelog:
 Fix typed value of ElementNode() if self.elem.text is None

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
2a5f5aeac9 python3-dnspython: upgrade 2.4.0 -> 2.4.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
f1b443bc78 python3-cytoolz: upgrade 0.12.1 -> 0.12.2
Changelog:
==========
 Support Cython 3.0
 Stop building wheels for PyPy 3.9 and PyPy 3.10, which stopped working for some reason

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
c08defc3f1 python3-configargparse: upgrade 1.5.5 -> 1.7
Changelog:
 added several missed global variables from the argparse module

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
cce2d4416c python3-cmake: upgrade 3.26.4 -> 3.27.0
Changelog:
==========
 chore(deps): bump cmake from 3.26.3 to 3.26.4
 chore: continue testing with python 2.7
 Update to CMake 3.27.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
e9ab80bc51 python3-click: upgrade 8.1.5 -> 8.1.6
Changelog:
 Fix an issue with type hints for @click.group()

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
cd5bfd3755 python3-bitarray: upgrade 2.7.6 -> 2.8.0
Changelog:
=========
* allow [integer sequence indexing](indexing.rst) by list of indices,
* add [masked indexing](indexing.rst) by bitarray masks,
* improve `.bytereverse()` docstring

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
ba5d26d1d8 python3-aiohttp: upgrade 3.8.4 -> 3.8.5
Changelog:
========
 Upgraded the vendored copy of llhttp_ to v8.1.1
 Added information to C parser exceptions to show which character caused the error.
 Fixed a transport is :data:None error

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
d246afe8e0 python3-web3: upgrade 6.3.0 -> 6.7.0
License-Update: change lib author to EF

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
d0805a5a16 python3-gunicorn: upgrade 20.1.0 -> 21.2.0
License-Update: year updated to 2009-2023

Changelog:
 fix thread worker: revert change considering connection as idle

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
61dd618932 python3-dill: upgrade 0.3.6 -> 0.3.7
License-Update:
 align LICENSE wording with BSD-3-Clause
 Copyright updated to 2023.

Changelog:
==========
 Fix _is_builtin_module
 minor changes from PR #554
 align LICENSE wording with BSD-3-Clause
 Python 3 Metaclasses [Support ABC and Enums - Part 1]
 Abstract Base Classes [Support ABC and Enums - Part 2]
 fix typo
 Bump requests from 2.27.1 to 2.31.0 in /docs
 Fixed crashed in _dill._is_builtin_module when a module's file is None
 Bump pygments from 2.11.2 to 2.15.0 in /docs

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Chase Qi
fc0e3cb91e meta-python: add python3-telnetlib3 package
telnetlib3 is a Telnet client and server library for python.

Signed-off-by: Chase Qi <chase.qi@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-27 08:54:40 -07:00
Khem Raj
917c577975 python3-pyaudio: Fix cross builds
Do not poison include paths with build system include and lib dirs
these paths get appended to cflags/ldflags when building the c extention

Fixes
| /mnt/b/yoe/master/build/tmp/work/cortexa72-cortexa53-crypto-yoe-linux/python3-pyaudio/0.2.13-r0/recipe-sysroot/usr/include/python3.11/pyconfig.h:23:10: fatal error: 'python3.11/pyconfig-32.h' file not found
|    23 | #include <python3.11/pyconfig-32.h>
|       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
| 1 error generated.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Trevor Gamblin <tgamblin@baylibre.com>
2023-07-27 08:54:40 -07:00
Trevor Gamblin
74e70284ac python3-sqlparse: upgrade 0.4.3 -> 0.4.4
- Use python_flit_core instead of setuptools3
- Modify 0001-sqlparse-change-shebang-to-python3.patch to apply on 0.4.4
- Remove CVE-2023-30608.patch since it's now upstream:

[tgamblin@megalith sqlparse]$ git tag --contains c457abd
0.4.4

Changelog (https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG):

Release 0.4.4 (Apr 18, 2023)
----------------------------

Notable Changes

* IMPORTANT: This release fixes a security vulnerability in the
  parser where a regular expression vulnerable to ReDOS (Regular
  Expression Denial of Service) was used. See the security advisory
  for details: https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-rrm6-wvj7-cwh2
  The vulnerability was discovered by @erik-krogh from GitHub
  Security Lab (GHSL). Thanks for reporting!

Bug Fixes

* Revert a change from 0.4.0 that changed IN to be a comparison (issue694).
  The primary expectation is that IN is treated as a keyword and not as a
  comparison operator. That also follows the definition of reserved keywords
  for the major SQL syntax definitions.
* Fix regular expressions for string parsing.

Other

* sqlparse now uses pyproject.toml instead of setup.cfg (issue685).

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-25 12:46:19 -07:00
Trevor Gamblin
7fc427838d python3-pybind11: upgrade 2.10.3 -> 2.11.1
Changelog: https://github.com/pybind/pybind11/releases

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-25 12:46:19 -07:00
Trevor Gamblin
c2d8018ba4 python3-pyaudio: upgrade 0.2.11 -> 0.2.13
License-Update: Move to LICENSE.txt

Changelog:

2022-12-26  Hubert Pham  <hubert@mit.edu>

  PyAudio 0.2.13

  * Move pyaudio.Stream to pyaudio.PyAudio.Stream.
    The pyaudio.Stream class is now pyaudio.PyAudio.Stream, nested under the
    existing pyaudio.PyAudio class. This should not affect existing code, as
    directly accessing the module-level pyaudio.Stream class has always been
    unsupported (use PyAudio.open instead). Accessing pyaudio.Stream
    directly is deprecated and will raise a DeprecationWarning.

  * Deprecate PaMacCoreStreamInfo's get_channel_map() and get_flags() methods.
    Use the channel_map and flags properties, respectively, instead. Also
    deprecates internal method _get_host_api_stream_object. Calling
    deprecated methods will raise a DeprecationWarning.

  * Package PyAudio as an actual package (directory).
    Previously, the library deployed a single pyaudio.py file and a C
    extension module to the root of site-packages. Now, the library deploys
    a Python package.

  * Add default shared library path for Homebrew installations on Apple Silicon.

  * Refactor and cleanup.
    - Refactor C extension for better maintainability.
    - Add more unit tests.
    - Update and modernize examples directory.
    - Improve C and python style conformance, plus many cosmetic updates.

2022-07-18  Hubert Pham  <hubert@mit.edu>

  PyAudio 0.2.12

  - Modernize build process for Microsoft Windows, using the native toolchain.

    Setuptool setup.py and INSTALL instructions are more streamlined.
    Building from Cygwin/MinGW is no longer supported nor tested.

    Thanks to Sean Zimmermann for the patches and general help!

  - Change default frames per buffer size to paFramesPerBufferUnspecified.

    Previously, pyaudio.py set a default frames per buffer size of 1024,
    which can lead to dropped frames on some systems.  Now, by default,
    PortAudio selects the buffer size based on host and latency
    requirements.

    Thanks to Jason Hihn for the suggestion!

  - Minor fixes and refactoring for compatibility with Python 3.7+.

    Updates include:
    * Remove call to deprecated PyEval_InitThreads() for Python 3.7+
    * Use Py_ssize_t types in appropriate places (for Python 3.10+).
    * Remove the min macro to ease compilation for Windows.

  - Use the locale's preferred encoding to decode device names.

    Thanks to Eiichi Takamori for the patch!

  - Unit tests: add skipIf decorators to skip tests that require hardware.

    Set the PYAUDIO_SKIP_HW_TESTS environment variable to disable tests that
    require sound hardware, useful for (automated) test environments without
    access to audio devices.

    Thanks to Matěj Cepl for the suggestion and patch!

  - Documentation, examples, and unit tests: various fixes.
    * Add more unit tests and repair a few that test the GIL on macOS.
    * Remove examples/error.py, which is redundant with tests/error_tests.py.
    * Fix type documentation of return value types in docstrings.

    Thanks to Vasily Zakharov for pointing out the return-value type errors!

  - Modernize packaging: add LICENSE.txt, pyproject.toml, and classifiers.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-25 12:46:19 -07:00
Trevor Gamblin
3a63fbf62a python3-matplotlib: upgrade 3.6.3 -> 3.7.2
- Adjust target lines in setup.py for LIC_FILES_CHKSUM, since the
  content of interest has moved (but not changed)
- Tweak matplotlib-disable-download.patch to apply on 3.7.2
- Remove backported patch since it's in 3.7.2:

[tgamblin@megalith matplotlib]$ git log --oneline --grep="removed RandomNumberGenerator class"
601d92a885 removed RandomNumberGenerator class, included <random>, replaced random_shuffle with shuffle and used mersenne twister engine to generate uniform random bit generator for the shuffle.
[tgamblin@megalith matplotlib]$ git tag --contains 601d92a885
v3.7.0
v3.7.0rc1
v3.7.1
v3.7.2

Changelog: https://github.com/matplotlib/matplotlib/releases

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-25 12:46:19 -07:00
Trevor Gamblin
fe48529f1c python3-m2crypto: upgrade 0.38.0 -> 0.39.0
Remove the CVE-2020-25657 patch, as it is fixed in 0.39.0:

[tgamblin@megalith m2crypto]$ git log --oneline --grep="CVE-2020-25657"
84c5395 Mitigate the Bleichenbacher timing attacks in the RSA decryption API (CVE-2020-25657)
[tgamblin@megalith m2crypto]$ git tag --contains 84c53958def0f510e92119fca14d74f94215827a
0.39.0

Changelog (https://gitlab.com/m2crypto/m2crypto/-/blob/master/CHANGES?ref_type=heads):

0.39.0 - 2023-01-31
-------------------

- SUPPORT FOR PYTHON 2 HAS BEEN DEPRECATED AND IT WILL BE
  COMPLETELY REMOVED IN THE NEXT RELEASE.
- Remove dependency on parameterized and use unittest.subTest
  instead.
- Upgrade embedded six.py module to 1.16.0 (really tiny
  inconsequential changes).
- Make tests working on MacOS again (test_bio_membuf: Use fork)
- Use OpenSSL_version_num() instead of unrealiable parsing of .h
  file.
- Mitigate the Bleichenbacher timing attacks in the RSA
  decryption API (CVE-2020-25657)
- Add functionality to extract EC key from public key + Update
  tests
- Worked around compatibility issues with OpenSSL 3.*
- Support for Twisted has been deprecated (they have their own
  SSL support anyway).
- Generate TAP while testing.
- Stop using GitHub for testing.
- Accept a small deviation from time in the testsuite (for
  systems with non-standard HZ kernel parameter).
- Use the default BIO.__del__ rather tha overriding in BIO.File
  (avoid a memleak).
- Resolve "X509_Name.as_der() method from X509.py -> class
  X509_Name caused segmentation fault"

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-25 12:46:19 -07:00
Trevor Gamblin
109055a814 python3-jsonpatch: upgrade 1.32 -> 1.33
Update-License: Change name from COPYING to LICENSE

No changelog provided. Commit log:

0b05203 (tag: v1.33) bump version to 1.33
45cfe90 Switch to GitHub actions (#144)
33562b0 Update license text to match official 3-clause-BSD (#142)
a76f742 feat(jsondiff): Add support for preserving Unicode characters (#145)
714df3c docs: fix simple typo, raies -> raise (#135)
e0b3a9b Merge pull request #134 from Ventilateur/b/fix-invalid-remove-index
46eef55 remove unused import
db194f8 fix invalid remove index
a652648 Merge pull request #132 from JulienPalard/mdk/TypeError
c9bfb91 FIX: TypeError when one forgot to put its operation in a list.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-25 12:46:19 -07:00
Trevor Gamblin
0a8776ac16 python3-fastjsonschema: upgrade 2.16.3 -> 2.18.0
Changelog (https://github.com/horejsek/python-fastjsonschema/blob/master/CHANGELOG.txt):

=== 2.18.0 (2023-07-22)

* Improved error message for required props - only missing are reported
* Fixed support of boolean schema in if-then-else application

=== 2.17.1 (2023-05-22)

* Fixed tests in sdist

=== 2.17.0 (2023-05-21)

* Added support for Decimals
* Added tests in sdist

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-25 12:46:19 -07:00
Trevor Gamblin
5942f5523b python3-beautifulsoup4: upgrade 4.11.1 -> 4.12.2
beautifulsoup4 uses hatchling now, so inherit python_hatchling.

License-Update: Rename from COPYING.txt to LICENSE, update year

Changelog: https://git.launchpad.net/beautifulsoup/tree/CHANGELOG

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-25 11:50:11 -07:00
Trevor Gamblin
8b8479ebf6 python3-werkzeug: upgrade 2.2.3 -> 2.3.6
Upstream states that the build backend is now flit, but inheriting
python_flit_core alone still causes the following error:

| ModuleNotFoundError: No module named 'setuptools'
|
| ERROR Backend 'setuptools.build_meta' is not available.

Instead, inherit python_setuptools_build_meta, which works OK.

Changelog: https://github.com/pallets/werkzeug/blob/main/CHANGES.rst

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-25 08:43:53 -07:00
Trevor Gamblin
ce2e087e9d python3-snagboot: upgrade 1.0 -> 1.1
The udev file was updated and renamed in 1.1 to 50-snagboot.rules.

Changelog (https://github.com/bootlin/snagboot/releases/tag/v1.1):

- udev: use uaccess tags instead of group assignments
- fix and test i.MX8QM and i.MX93 supports
- homogenize i.MX firmware configuration interfaces
- don't require contributors to modify license headers
- fix README links on PyPI

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-25 08:43:53 -07:00
Trevor Gamblin
e3e0f46aa7 python3-sh: upgrade 1.14.3 -> 2.0.4
- The project uses poetry now, so inherit python_poetry_core
- Add python3-asyncio and python3-compression to RDEPENDS

Changelog (https://github.com/amoffat/sh/blob/develop/CHANGELOG.md):

2.0.4 - 5/13/22

- Allow ok_code to be used with fg #665
- Make sure new_group never creates a new session #675

2.0.2 / 2.0.3 (misversioned) - 2/13/22

- Performance regression when using a generator with _in #650
- Adding test support for python 3.11

2.0.0 - 2/9/22

- Executed commands now return a unicode string by default
- Removed magical module-like execution contexts #636
- Added basic asyncio support via _async
- Dropped support for Python < 3.8
- Bumped default tty size to more standard (24, 80)
- First argument being a RunningCommand no longer automatically passes it as stdin
- RunningCommand.__eq__ no longer has the side effect of executing the command #518
- _tee now supports both "err" and "out" #215
- Removed the builtin override cd link
- Altered process launching model to behave more expectedly #495
- Bugfix where _no_out isn't allowed with _iter="err" #638
- Allow keyword arguments to have a list of values #529

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-25 08:43:53 -07:00
Trevor Gamblin
6804adf7b0 python3-semver: upgrade 2.13.0 -> 3.0.1
- Update to point at the proper license file with correct checksum.
  Previously it was pointing at a subset of a PKG-INFO file, which was
  a legacy output from distutils
- Update build backend and include python3-setuptools-scm-native in
  DEPENDS
- Modify ptest installation and run-ptest script since the tests have
  been moved into their own folder

Changelog: https://github.com/python-semver/python-semver/releases

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-25 08:43:53 -07:00
Trevor Gamblin
7e565b5c0c python3-rdflib: upgrade 6.2.0 -> 6.3.2
The LICENSE file's copyright year was updated, so the checksum changed.
rdflib now uses poetry as the backend, so switch from setuptools3.

Changelog: https://github.com/RDFLib/rdflib/releases

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-24 20:24:26 -07:00
Trevor Gamblin
b7653e2a1b python3-pyperf: upgrade 2.5.0 -> 2.6.1
inherit python_setuptools_build_meta instead of setuptools3.

Changelog: https://github.com/psf/pyperf/releases

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-24 20:24:26 -07:00
Trevor Gamblin
b4dbeba98b python3-pandas: upgrade 1.5.3 -> 2.0.3
pandas now requires versioneer, so add that to the DEPENDS list. The
LICENSE checksum changed but this was due to line endings and not a
difference in content.

Changelog: https://github.com/pandas-dev/pandas/releases

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-24 20:24:26 -07:00
Trevor Gamblin
98f3ebfa03 python3-parse: upgrade 1.19.0 -> 1.19.1
Switch to using git and a SRCREV to make sure we can keep the ptests.

Changelog (https://github.com/r1chardj0n3s/parse/releases):

- Add support for sign specifiers in number formats. by @anntzer in #134
- Fix handling of unused alignment by @tomerha in #132
- modern packaging by @wimglenn in #151
- universal wheel by @wimglenn in #155

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-24 20:24:26 -07:00
Trevor Gamblin
0eb4abcafd python3-versioneer: add recipe
This module is required by newer versions of pandas, so add it as a
recipe.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-24 20:24:26 -07:00
Trevor Gamblin
56d5b088e1 python3-humanize: upgrade 4.4.0 -> 4.7.0
humanize moved to hatchling as a build backend, so adjust the recipe to
match.

Changelog: https://github.com/python-humanize/humanize/releases

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-24 20:24:26 -07:00
Trevor Gamblin
a7278f9efa python3-greenstalk: upgrade 2.0.0 -> 2.0.2
Switch to python_setuptools_build_meta.

No changelog provided Commit history:

a4643c4 (HEAD -> main, tag: v2.0.2, origin/main, origin/HEAD) Release 2.0.2
87269f0 Remove redundant wheel dep from pyproject.toml
e30d3c4 (tag: v2.0.1) Release 2.0.1
36b348a Require a current version of Python
e189f4b Revert breaking API changes
868e9d0 Format with Black
5f4f424 Strip quotes from string stats
a31ad74 Add __repr__ to Job and Client
ebbb0f2 Improve names of private parsing functions
3ff9ef1 Use phony targets in Makefile
4feaf07 Format with Black
2c9165f Add test for drain mode
5068dc2 Enable strict mode in mypy
383176c Add type hints to integration test decorator
6fb0a48 Polish documentation
e8c5f20 Fix reportUnknownVariableType Pylance warnings
e7ac1da Polish API reference
9a384a8 Remove __slots__ from Job
45c53b4 Polish error handling
4f79e7c Document and type hint Job attributes
0f576a0 Remove sphinx-autodoc-typehints dev dependency
29a5499 Always use bytes for job bodies
3dc6430 Make it clear the requirements are for development
db496d5 Add command for building HTML docs
da73ed0 Fix Sphinx import path
c93efc0 Update link after changing default branch to main
7fc7eef Add PEP 561 py.typed marker file
5174142 Switch to package directory structure
40a9149 Add python_requires
18196e2 Add project_urls
59e3f99 Avoid installing unnecessary dependencies on CI
764f5bf Stop checking code coverage by default
45de080 Remove Codecov integration
1f0baf6 Specify license with license_files
74cad3b Switch to declarative package configuration
9e6aebb Remove unused Flake8 ignore
48cecff Use variable annotation syntax
56387c8 Drop support for Python 3.5
62e4bbf Update CI to only send one coverage report
d168cff Move CI to GitHub Actions
6281716 Add 3.9 to list of supported Python versions

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-23 16:36:14 -07:00
Trevor Gamblin
89b9e328fa python3-flask: add python3-blinker to RDEPENDS, alphabetize
flask started depending on blinker in 2.3.0:
https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-0

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-23 16:36:14 -07:00
Trevor Gamblin
d899bd8f64 python3-flask: upgrade 2.2.3 -> 2.3.2
flask has migrated to using pyproject.toml, so we need
python_setuptools_build_meta instead of setuptools3.

Changelog: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-0

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-23 16:36:14 -07:00
Trevor Gamblin
7ab47960e7 python3-execnet: upgrade 1.9.0 -> 2.0.2
execnet requires hatchling and hatch-vcs now, instead of setuptools.

Changelog (https://github.com/pytest-dev/execnet/blob/master/CHANGELOG.rst):

2.0.2 (2023-07-09)

- Re-release without code changes, just to include tox.ini into the source distribution.

2.0.1 (2023-07-08)

- Re-release without code changes, just to include docs and tests into the source distribution.

2.0.0 (2023-07-06)

- Removed support for Python < 3.7.
  - Applied pyupgrade --py37-plus.
  - Minimal mypy fixes and dropped Python 2 support code.
- Migrated packaging to hatch.
- Dropped deprecated APIs of old makegateway names.
- Removed py testing dependency.
- Explicitly pass encoding when opening files in the gateway to get rid of warnings when using PYTHONWARNDEFAULTENCODING=1 (#195).
- Fixed error when loading source code files from a path containing non-ascii characters.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-23 16:36:14 -07:00
Trevor Gamblin
ec003c58cd python3-blinker: add python3-asyncio to RDEPENDS
The module fails to import without this.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-23 16:36:14 -07:00
Trevor Gamblin
c2786d5a13 python3-blinker: upgrade 1.5 -> 1.6.2
blinker now needs setuptools.build_meta instead of setuptools3.

Changelog (https://github.com/pallets-eco/blinker/blob/main/CHANGES.rst):

Version 1.6.2
Released 2023-04-12

- Type annotations are not evaluated at runtime. typing-extensions is not a runtime dependency. :pr:`94`

Version 1.6.1
Released 2023-04-09

- Ensure that py.typed is present in the distributions (to enable other projects to use blinker's typing).
- Require typing-extensions > 4.2 to ensure it includes ParamSpec. :issue:`90`

Version 1.6
Released 2023-04-02

- Add a muted context manager to temporarily turn off a signal. :pr:`84`
- Allow int senders (alongside existing string senders). :pr:`83`
- Add a send_async method to the Signal to allow signals to send to coroutine receivers. :pr:`76`
- Update and modernise the project structure to match that used by the pallets projects. :pr:`77`
- Add an intial set of type hints for the project.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-23 16:36:14 -07:00
Trevor Gamblin
d14a710807 python3-bitstring: add python3-io to RDEPENDS, alphabetize
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-23 16:36:14 -07:00
Trevor Gamblin
1585969475 python3-bitstring: upgrade 3.1.9 -> 4.0.2
Changelog: https://github.com/scott-griffiths/bitstring/releases

The LICENSE checksum changed but this is because of a difference in line
endings; the content is the same.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-23 16:36:14 -07:00
Trevor Gamblin
ea614493f3 python3-binwalk: upgrade 2.3.3 -> 2.3.4
Changelog (https://github.com/ReFirmLabs/binwalk/releases/tag/v2.3.4):
- Merged patch to fix PFS directory traversal / code execution bug. Credit: Quentin Kaiser.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-23 16:36:14 -07:00
Trevor Gamblin
b968197cf3 python3-awesomeversion: upgrade 22.9.0 -> 23.5.0
The project has stopped using setuptools in favor of poetry, so inherit
python_poetry_core instead.

Changelog (https://github.com/ludeeus/awesomeversion/releases/tag/23.5.0):

- Add CI for Python 3.11 by @ludeeus in #191
- Add demo page by @ludeeus in #195
- Add better styles to demo by @ludeeus in #197
- Remove setuptools from dev-dependencies by @ludeeus in #202
- Update demo with compare by @ludeeus in #219
- Add Python 3.12 to CI by @ludeeus in #222
- Add in_range helper method by @ludeeus in #224
- Restructure README contents by @ludeeus in #225

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-23 16:36:14 -07:00
Trevor Gamblin
83e3242f0c python3-ipython: upgrade 8.12.0 -> 8.14.0
Changelog: https://ipython.readthedocs.io/en/stable/whatsnew/version8.html

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Trevor Gamblin
84c611db34 python3-django: upgrade 4.2.2 -> 4.2.3
Changelog: https://docs.djangoproject.com/en/4.2/releases/4.2.3/

Django 4.2.3 fixes a security issue with severity “moderate” and several
bugs in 4.2.2.

CVE-2023-36053: Potential regular expression denial of service
vulnerability in EmailValidator/URLValidator

EmailValidator and URLValidator were subject to potential regular
expression denial of service attack via a very large number of domain
name labels of emails and URLs.

Bugfixes

- Fixed a regression in Django 4.2 that caused incorrect alignment of
timezone warnings for DateField and TimeField in the admin (#34645).
- Fixed a regression in Django 4.2 that caused incorrect highlighting of
rows in the admin changelist view when ModelAdmin.list_editable
contained a BooleanField (#34638).

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
77c7af820c python3-zeroconf: upgrade 0.70.0 -> 0.71.0
Changelog:
 Improve incoming data processing performance

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
45cee91314 python3-virtualenv: upgrade 20.23.1 -> 20.24.0
Changelog:
==========
-release 20.23.1
-Fix the CI
-Quickstart guide
-Updated CLI documentation with config file name
-Exclude dependabot and pre-commit ci from release notes
-Export VIRTUAL_ENV_PROMPT in activation scripts (#2194)
-Upgrade setuptools

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
ec006ec36c python3-tox: upgrade 4.6.3 -> 4.6.4
Changelog:
===========
-Ensure tox r -e docs generates the documentation
-[pre-commit.ci] pre-commit autoupdate
-Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7
-s/setup.cfg/pyproject.toml/ in the development docs
-Fix hang and zombie process on interrupt (CTRL-C).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
0da49b20a4 python3-pymongo: upgrade 4.4.0 -> 4.4.1
Changelog:
===========
-Fixed a bug where pymongo would raise a ConfigurationError
-Fixed a minor reference counting bug in the C extension (PYTHON-3798 2).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
fa272dbc68 python3-pymisp: upgrade 2.4.172 -> 2.4.173
Changelog:
==========
- Maybe fixing a CakePHP issue.
- Use proper endpoint to unpublish event.
- Feat: introduce setter for galaxies.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
0b83dfbedb python3-protobuf: upgrade 4.23.3 -> 4.23.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
ee55f53a12 python3-platformdirs: upgrade 3.8.0 -> 3.9.1
Changelog:
==========
-unix: Optionally create the opinionated log/ in user_log_dir()
-BSD: provide a fallback for user_runtime_di

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
cd765ff58a python3-mock: upgrade 5.0.2 -> 5.1.0
Changelog:
===========
-bpo-44185: :func:'unittest.mock.mock_open' will call the :func:'close' method
 of the file handle mock when it is exiting from the context manager.
-gh-94924: :func:'unittest.mock.create_autospec' now properly returns coroutine
 functions compatible with :func:'inspect.iscoroutinefunction'
-bpo-17013: Add ThreadingMock to :mod:'unittest.mock' that can be used to create
 Mock objects that can wait until they are called.
-bpo-41768: :mod:'unittest.mock' speccing no longer calls class properties.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
7e3491b2d8 python3-google-auth: upgrade 2.21.0 -> 2.22.0
Changelog:
=============
Features
----------
    Adding meta header for trust boundary
    Introduce compatibility with native namespace packages

Bug Fixes
-----------
    Deprecate UserAccessTokenCredentials

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
5a355243ca python3-google-api-python-client: upgrade 2.92.0 -> 2.93.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
92b7f4661b python3-gevent: upgrade 22.10.2 -> 23.7.0
Changelog:
============
Features
----------
-Add preliminary support for Python 3.12, using greenlet 3.0a1.
-Update the bundled c-ares version to 1.19.1.

Bugfixes
------------
-Fix an edge case connecting a non-blocking SSLSocket that could result in an AttributeError.
-Make gevent's FileObjectThread (mostly used on Windows) implement readinto cooperatively.
-Work around an AttributeError during cyclic garbage collection when Python finalizers (__del__ and the like) attempt to use gevent APIs.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
d44f512eaf python3-frozenlist: upgrade 1.3.3 -> 1.4.0
Changelog:
============
 Removed an unused :py:data:'typing.Tuple' import
 Dropped Python 3.7 support.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
5db0c49710 python3-eth-utils: upgrade 2.1.1 -> 2.2.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
7256d14034 python3-engineio: upgrade 4.4.1 -> 4.5.1
Changelog:
==========
    Restore support for old versions of eventlet #321
    Configure eventlet's websocket max frame length #319
    Remove old Python 2 syntax in super() calls

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
8b9bf60513 python3-dnspython: upgrade 2.3.0 -> 2.4.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
50f3a9c47f python3-click: upgrade 8.1.3 -> 8.1.5
0001-tests-Fix-test_bytes_args.patch
removed since it's included in 8.1.5

Changelog:
==========
-Fix an issue with type hints for @click.command(), @click.option(), and other decorators. Introduce typing tests.
-Replace all typing.Dict occurrences to typing.MutableMapping for parameter hints. #2255
-Improve type hinting for decorators and give all generic types parameters. #2398
-Fix return value and type signature of shell_completion.add_completion_class function. #2421
-Bash version detection doesn’t fail on Windows. #2461
-Completion works if there is a dot (.) in the program name. #2166
-Improve type annotations for pyright type checker. #2268
-Improve responsiveness of click.clear(). #2284
-Improve command name detection when using Shiv or PEX. #2332
-Avoid showing empty lines if command help text is empty. #2368
-ZSH completion script works when loaded from fpath. #2344.
-EOFError and KeyboardInterrupt tracebacks are not suppressed when standalone_mode is disabled. #2380
-@group.command does not fail if the group was created with a custom command_class. #2416
-multiple=True is allowed for flag options again and does not require setting default=(). #2246, #2292, #2295
-Make the decorators returned by @argument() and @option() reusable when the cls parameter is used. #2294
-Don’t fail when writing filenames to streams with strict errors. Replace invalid bytes with the replacement character
-Remove unnecessary attempt to detect MSYS2 environment. #2355
-Remove outdated and unnecessary detection of App Engine environment. #2554
-echo() does not fail when no streams are attached, such as with pythonw on Windows. #2415
-Argument with expose_value=False do not cause completion to fail. #2336

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
b71dcebad5 python3-charset-normalizer: upgrade 3.1.0 -> 3.2.0
Changelog:
==========
Changed
---------
    Typehint for function from_path no longer enforce PathLike as its first argument
    Minor improvement over the global detection reliability

Added
---------
    Introduce function is_binary that relies on main capabilities, and optimized to detect binaries
    Propagate enable_fallback argument throughout from_bytes, from_path, and from_fp that allow a deeper control over the detection (default True)
    Explicit support for Python 3.12

Fixed
-----------
    Edge case detection failure where a file would contain 'very-long' camel cased word (Issue #289)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
5009fefd5d python3-path: upgrade 16.6.0 -> 16.7.1
License-Update: Remove unnecessary and incorrect copyright notice.

Changelog:
============
  Set stacklevel=2 in deprecation warning for .text. (#210)
  Added .permissions attribute. (#211)
  Require Python 3.8 or later.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Wang Mingyu
75d37f81e9 python3-obd: upgrade 0.7.1 -> 0.7.2
License-Update:
  Add a common issue section and document the Bluetooth issue.
  Adds support for the Mode 9 PIDS, including VIN and CVN.

Changelog:
===========
  Updated pint dependency for compatibility with python >= 3.10
  Support for Mode 9 PIDs
  Added 1 second read-retry loop for unresponsive dongles

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
Justin Bronder
0e3f5e5201 python3-pytest-asyncio: upgrade 0.16.0 -> 0.21.1
0.21.1
- Output a proper error message when an invalid asyncio_mode is selected.
- Extend warning message about unclosed event loops with additional
  possible cause. #531
- Previously, some tests reported "skipped" or "xfailed" as a result.
  Now all tests report a "success" result.

0.21.0
- Drop compatibility with pytest 6.1. Pytest-asyncio now depends on
  pytest 7.0 or newer.
- pytest-asyncio cleans up any stale event loops when setting up and
  tearing down the event_loop fixture. This behavior has been deprecated
  and pytest-asyncio emits a DeprecationWarning when tearing down the
  event_loop fixture and current event loop has not been closed.

0.18.2 (22-03-03)
- Fix asyncio auto mode not marking static methods. #295
- Fix a compatibility issue with Hypothesis 6.39.0. #302

0.18.1 (22-02-10)
- Fixes a regression that prevented async fixtures from working in
  synchronous tests.  #286

0.18.0 (22-02-07)
- Raise a warning if @pytest.mark.asyncio is applied to non-async
  function.  #275
- Support parametrized event_loop fixture.  #278

0.17.2 (22-01-17)
- Require typing-extensions on Python<3.8 only.  #269
- Fix a regression in tests collection introduced by 0.17.1, the plugin
  works fine with non-python tests again.  #267

0.17.1 (22-01-16)
- Fixes a bug that prevents async Hypothesis tests from working without
  explicit asyncio marker when --asyncio-mode=auto is set.  #258
- Fixed a bug that closes the default event loop if the loop doesn't
  exist #257
- Added type annotations.

0.17.0 (22-01-13)
- [pytest-asyncio]{.title-ref} no longer alters existing event loop
  policies.  #168, #188
- Drop support for Python 3.6
- Fixed an issue when pytest-asyncio was used in combination with
  [flaky]{.title-ref} or inherited asynchronous Hypothesis tests.  #178
  #231
- Added flaky to test dependencies
- Added unused_udp_port and unused_udp_port_factory fixtures (similar to
  unused_tcp_port and unused_tcp_port_factory counterparts.  #99
- Added the plugin modes: strict, auto, and legacy. See documentation
  for details.  #125
- Correctly process KeyboardInterrupt during async fixture setup phase
  #219

License-Update: whitespace

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-17 10:38:28 -07:00
Justin Bronder
4f93bd2c85 python3-asyncinotify: upgrade 3.0.1 -> 4.0.2
c5590c5 Switch from GitHub to gitlab
22b0ed7 make pass all mypy type checks
abd15f8 add __weakref__ to inotify and watch
5e57e0b add slots to all classes
f907237 restore support to 3.6
5269b9d improve documentation
2512aa3 Merge branch '16-add-timeout-for-the-sync-version-of-get-sync_get' into 'master'
5beff57 add sync_timeout
c8f8653 fix readthedocs
97056b9 remove package rule
faebfa9 move test after package
a75f116 version bump
6b4921f rework docs
35716a4 rework docs
c51d603 fix test for deprecations
ddd987c switch to pyproject.toml, test against all supported python versions

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-17 10:38:28 -07:00
Trevor Gamblin
906d494105 python3-bitarray: upgrade 2.7.3 -> 2.7.6
Changelog: https://github.com/ilanschnell/bitarray/blob/master/CHANGE_LOG

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-17 10:38:28 -07:00
Trevor Gamblin
8b6923579b python3-bandit: add python3-rich to RDEPENDS
bandit wasn't imported properly without the rich module, so add it.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-17 10:38:28 -07:00
Trevor Gamblin
5efd06fb99 python3-bandit: upgrade 1.7.4 -> 1.7.5
Changelog: https://github.com/PyCQA/bandit/releases/tag/1.7.5

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-17 10:38:28 -07:00
Trevor Gamblin
e5d95f2717 python3-autobahn: upgrade 23.6.1 -> 23.6.2
Changelog: https://github.com/crossbario/autobahn-python/blob/master/docs/changelog.rst

Changes:

- fix: use regular PyPI bitarray>=2.7.5 rather than from GitHub master

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-17 10:38:28 -07:00
Trevor Gamblin
a2e5746629 python3-astroid: upgrade 2.15.5 -> 2.15.6
Changelog: https://github.com/pylint-dev/astroid/releases/tag/v2.15.6

Changes:

- Harden get_module_part() against ".".
- Avoid expensive list/tuple multiplication operations that would result in MemoryError.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-17 10:38:28 -07:00
Trevor Gamblin
0093dadf6f python3-arpeggio: upgrade 2.0.0 -> 2.0.2
Changelog: https://github.com/textX/Arpeggio/releases

2.0.2 (released: 2023-07-09)

- fix: drop deprecated setup_requires and tests_require #116. Thanks @kloczek.

2.0.1 (released: 2023-07-09)

- fix: replace \n with \\n in error reports for matches #99. Thanks
@mettta and @stanislaw.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-17 10:38:28 -07:00
Trevor Gamblin
6f4e012098 python3-argcomplete: upgrade 3.1.0 -> 3.1.1
Changelog: https://github.com/kislyuk/argcomplete/blob/develop/Changes.rst

Changes for v3.1.1 (2023-06-11)

- Search through asdf shims
- Use ` as escape character in PowerShell (#434)

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-17 10:38:28 -07:00
Trevor Gamblin
234a1b9ac9 python3-sqlalchemy: upgrade 2.0.15 -> 2.0.19
Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-17 10:38:28 -07:00
Trevor Gamblin
5957eefacb python3-alembic: upgrade 1.10.4 -> 1.11.1
There are numerous changes between 1.10.4 and 1.11.1, including several
bug fixes. Changelog: https://github.com/sqlalchemy/alembic/releases

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-17 10:38:28 -07:00
Khem Raj
970766c297 python3-requests-toolbelt: Fix ptest failures seen with urllib3 2.0
Currently we see ptest failures like below

testseries | result_id : oeqa | runtime_meta-python-ptest-image-python3-requests-toolbelt_qemux86-64_20230713012809
    ptestresult.python3-requests-toolbelt.tests/test_dump.py::TestDumpRealResponses::test_dump_all
    ptestresult.python3-requests-toolbelt.tests/test_dump.py::TestDumpRealResponses::test_dump_response
    ptestresult.python3-requests-toolbelt.tests/test_sessions.py::TestBasedSession::test_prepared_request_override_base
    ptestresult.python3-requests-toolbelt.tests/test_sessions.py::TestBasedSession::test_prepared_request_with_base
    ptestresult.python3-requests-toolbelt.tests/test_sessions.py::TestBasedSession::test_request_override_base
    ptestresult.python3-requests-toolbelt.tests/test_sessions.py::TestBasedSession::test_request_with_base

These patches from a posted pull upstream fixes them

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-13 07:22:17 -07:00
Tim Orling
cd97171f02 python3-argh: upgrade 0.26.2 -> 0.28.1
* Switch inherit from setuptools3 to python_flit_core
* Correct SUMMARY
* Add DESCRIPTION
* Add python3-argcomplete to RDEPENDS (found with poky/scripts/pythondeps)

https://github.com/neithere/argh/blob/v0.28.1/CHANGES

License-Update: use COPYING.LESSER, change to LGPL-3.0-or-later

NOTE: Includes COPYING which is GPL-3.0 but README clearly states LGPL-3.0-or-later
https://github.com/neithere/argh/blob/v0.28.1/README.rst#licensing

Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-09 19:27:00 -07:00
Khem Raj
cc9d61c5a9 python3-grpcio-tools: Fix build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 14:35:29 -07:00
Khem Raj
7e1752ee19 python3-grpcio: Fix build on musl
Use off_t instead of deprecated off64_t LFS interface
makes it portable across musl and glibc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 09:00:59 -07:00
Khem Raj
1b58a4e64f python3-grpcio: Upgrade to 1.56.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 09:00:59 -07:00
Khem Raj
01b51cff3b python3-grpcio-tools: Upgrade to 1.56.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 09:00:59 -07:00
Wang Mingyu
2c8d862464 python3-zeroconf: upgrade 0.69.0 -> 0.70.0
Changelog:
Add support for sending to a specific addr and port with ServiceInfo.async_request and ServiceInfo.request

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Wang Mingyu
eddd177605 python3-virtualenv: upgrade 20.23.0 -> 20.23.1
Changelog:
============
release 20.23.0
Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6
feat:update and simplify nushell activation
Fix deprecation warning
Replace unmaintained pytest-freezegun
Update cli_interface.rst
Add ruff, test latest OS and bump setuptools

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Wang Mingyu
06e550a45c python3-tox: upgrade 4.6.0 -> 4.6.3
Changelog:
============
Made issue template have less whitespace
Docs link of env var subs section to set_env
Removed duplicate text in bug report template
Ensure get_requires* hook is called before prepare_metadata*

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Wang Mingyu
693edd5dfb python3-redis: upgrade 4.5.5 -> 4.6.0
Changelog:
==========
Experimental Features
-----------------------
 Support JSON.MERGE command (#2761)
 Support JSON.MSET command (#2766)

New Features
-------------
 Extract abstract async connection class (#2734)
 Add support for WAITAOF (#2760)
 Introduce OutOfMemoryError exception for Redis write command rejections due to OOM errors (#2778)
 Add WITHSCORE argument to ZRANK (#2758)
 Add support for sharded pubsub in sync client (#2762)

Bug Fixes
-----------
 Fix dead weakref in sentinel connection causing ReferenceError (#2767) (#2771)
 Fix Key Error in parse_xinfo_stream (#2788)
 Remove unnecessary __del__ handlers (#2755)
 Added support for missing argument to SentinelManagedConnection.read_response() (#2756)
 Fixed resp3 dict parse response (#2757)

Maintenance
-------------
 Fix type hint for retry_on_error in async cluster (#2804)
 Clean up documents and fix some redirects (#2801)
 Add unit tests for the connect method of all Redis connection classes (#2631)
 Docstring formatting fix (#2796)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Wang Mingyu
547e701369 python3-pillow: upgrade 9.5.0 -> 10.0.0
Changelog:
==========
    Fixed deallocating mask images #7246
    Added ImageFont.MAX_STRING_LENGTH #7244
    Fix Windows build with pyproject.toml #7230
    Do not close provided file handles with libtiff #7199
    Convert to HSV if mode is HSV in getcolor() #7226
    Added alpha_only argument to getbbox() #7123
    Prioritise speed in _repr_png_ #7242
    Do not use CFFI access by default on PyPy #7236
    Limit size even if one dimension is zero in decompression bomb check #7235
    Use --config-settings instead of deprecated --global-option #7171
    Better C integer definitions #6645
    Fixed finding dependencies on Cygwin #7175
    Changed grabclipboard() to use PNG instead of JPG compression on macOS #7219
    Added in_place argument to ImageOps.exif_transpose() #7092
    Fixed calling putpalette() on L and LA images before load() #7187
    Fixed saving TIFF multiframe images with LONG8 tag types #7078
    Fixed combining single duration across duplicate APNG frames #7146
    Remove temporary file when error is raised #7148
    Do not use temporary file when grabbing clipboard on Linux #7200
    If the clipboard fails to open on Windows, wait and try again #7141
    Fixed saving multiple 1 mode frames to GIF #7181
    Replaced absolute PIL import with relative import #7173
    Replaced deprecated Py_FileSystemDefaultEncoding for Python >= 3.12 #7192
    Improved wl-paste mimetype handling in ImageGrab #7094
    Added _repr_jpeg_() for IPython display_jpeg #7135
    Use "/sbin/ldconfig" if ldconfig is not found #7068
    Prefer screenshots using XCB over gnome-screenshot #7143
    Fixed joined corners for ImageDraw rounded_rectangle() odd dimensions #7151
    Support reading signed 8-bit TIFF images #7111
    Added width argument to ImageDraw regular_polygon #7132
    Support I mode for ImageFilter.BuiltinFilter #7108
    Raise error from stderr of Linux ImageGrab.grabclipboard() command #7112
    Added unpacker from I;16B to I;16 #7125
    Support float font sizes #7107
    Use later value for duplicate xref entries in PdfParser #7102
    Load before getting size in __getstate__ #7105
    Fixed type handling for include and lib directories #7069
    Remove deprecations for Pillow 10.0.0 #7059, #7080
    Drop support for soon-EOL Python 3.7 #7058

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Wang Mingyu
1737b8f5bd python3-joblib: upgrade 1.2.0 -> 1.3.1
Changelog:
============
-Fix compatibility with python 3.7 by vendor loky 3.4.1 which is compatible
  with this version. #1472
-Ensure native byte order for memmap arrays in joblib.load. #1353
-Add ability to change default Parallel backend in tests by setting the
 JOBLIB_TESTS_DEFAULT_PARALLEL_BACKEND environment variable. #1356
-Fix temporary folder creation in joblib.Parallel on Linux subsystems on
 Windows which do have /dev/shm but don't have the os.statvfs function #1353
-Drop runtime dependency on distutils. distutils is going away in Python 3.12
 and is deprecated from Python 3.10 onwards.
-A warning is raised when a pickling error occurs during caching operations.
-Avoid (module, name) collisions when caching nested functions.
-Add cache_validation_callback in :meth:'joblib.Memory.cache', to allow custom
 cache invalidation based on the metadata of the function call. #1149
-Add a return_as parameter for Parallel, that enables consuming results
 asynchronously. #1393, #1458
-Improve the behavior of joblib for n_jobs=1, with simplified tracebacks and
 more efficient running time. #1393
-Add the parallel_config context manager to allow for more fine-grained control
 over the backend configuration.
-Add items_limit and age_limit in :meth:'joblib.Memory.reduce_size' to make it
 easy to limit the number of items and remove items that have not been accessed
 for a long time in the cache. #1200
-Deprecate bytes_limit in Memory as this is not automatically enforced, the
 limit can be directly passed to :meth:'joblib.Memory.reduce_size' which needs
 to be called to actually enforce the limit. #1447
-Vendor loky 3.4.0 which includes various fixes. #1422
-Various updates to the documentation and to benchmarking tools.
-Move project metadata to pyproject.toml. #1382, #1433
-Add more tests to improve python nogil support. #1394, #1395

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Wang Mingyu
cf8fd5df12 python3-google-auth: upgrade 2.20.0 -> 2.21.0
Changelog:
===========
Features
---------
    Add framework for BYOID metrics headers (#1332) (1a8f50c)

Bug Fixes
----------
    Pypy unit test build (#1335) (33e4263)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Wang Mingyu
87a85fe656 python3-google-api-python-client: upgrade 2.90.0 -> 2.92.0
Changelog:
https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Wang Mingyu
077a33eaba python3-elementpath: upgrade 4.1.3 -> 4.1.4
Changelog:
===========
 Fix select of prefixed names (issue #68)
 Fix zero length xs:base64Binary (pull request #69)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Wang Mingyu
ab20fafe4f python3-configargparse : upgrade 1.5.3 -> 1.5.5
Changelog:
===========
fixed 'publish' step

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Wang Mingyu
8cf01add97 python3-aenum: upgrade 3.1.14 -> 3.1.15
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 08:59:27 -07:00
Petr Gotthard
ca6cc464ed python3-pyroute2: upgrade 0.5.19 -> 0.7.9
License-Update:
 The LICENSE file now explicitly says "GPL-2.0-or-later OR Apache-2.0".

Changelog:
 https://github.com/svinota/pyroute2/blob/master/CHANGELOG.rst

Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-28 13:53:12 -07:00
Wang Mingyu
7f1827647e python3-platformdirs: upgrade 3.6.0 -> 3.8.0
Changelog:
 Add missing user media directory docs

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-28 13:47:41 -07:00
Wang Mingyu
113bdfede7 python3-zeroconf: upgrade 0.68.0 -> 0.69.0
Changelog:
===========
 Cython3 support (#1190)
 Reorder incoming data handler to reduce overhead (#1189)
 Reduce debug logging overhead by adding missing checks to datagram_received

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-27 13:44:47 -07:00
Wang Mingyu
d6c78a9bec python3-sentry-sdk: upgrade 1.25.1 -> 1.26.0
Changelog:
=========
 Tracing without performance (#2136)
 Load tracing information from environment (#2176)
 Auto-enable HTTPX integration if HTTPX installed (#2177)
 Support for SOCKS proxies (#1050)
 Wrap parse_url calls in capture_internal_exceptions (#2162)
 Run 2.7 tests in CI again (#2181)
 Crons: Do not support sub-minute cron intervals (#2172)
 Profile: Add function name to profiler frame cache (#2164)
 Dependencies: bump checkouts/data-schemas from 0ed3357 to 7fdde87 (#2165)
 Update changelog (#2163)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-27 13:44:47 -07:00
Wang Mingyu
c1644a086e python3-requests-futures: upgrade 1.0.0 -> 1.0.1
Changelog:
===========
  Add pytest.mark.network to test cases
  pyproject.toml config for black, isort, and pytest

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-27 13:44:47 -07:00
Wang Mingyu
3f8e3427c7 python3-pyzstd: upgrade 0.15.7 -> 0.15.9
Changelog:
==========
 Add SeekableZstdFile class, it's a subclass of ZstdFile, supports Zstandard Seekable Format.
 Add mode argument to ZstdFile.flush() method, now it can flush a zstd frame.
 Add read_size and write_size arguments to ZstdFile.__init__() method, can work with Network File Systems better.
 Optimize ZstdFile performance to C language level.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-27 13:44:47 -07:00
Wang Mingyu
b5331178cd python3-pyscaffold: upgrade 4.4.1 -> 4.5
Changelog:
============
 Change macOS default configuration dir from ~/Library/Preferences to ~/Library/Application Support
 Simplify git command, by letting exceptions go through

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-27 13:44:47 -07:00
Wang Mingyu
b06bfdac6a python3-pymongo: upgrade 4.3.3 -> 4.4.0
Changelog:
==========
- Added support for MongoDB 7.0.
- Added support for Python 3.11.
- Added support for passing a list containing (key, direction) pairs or keys to
  create_index().
- Improved bson encoding performance (PYTHON-3717 and PYTHON-3718).
- Improved support for Pyright to improve typing support for IDEs like Visual
  Studio Code or Visual Studio.
- Improved support for type-checking with MyPy "strict" mode (-strict).
- Added create_encrypted_collection(), EncryptedCollectionError,
  encrypt_expression(), RangeOpts, and RANGEPREVIEW as part of the experimental
  Queryable Encryption beta.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-27 13:44:47 -07:00
Wang Mingyu
589be3edfa python3-pymodbus: upgrade 3.3.1 -> 3.3.2
Changelog:
=========
    Fix RemoteSlaveContext (#1599)
    Change version follow PEP 440. (#1609)
    Fix regression with REPL server not listening (#1604)
    Fix write function codes (#1598)
    Release corrections. (#1586)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-27 13:44:47 -07:00
Wang Mingyu
5b9ad3ab52 python3-natsort: upgrade 8.3.1 -> 8.4.0
Changelog:
==========
- The changelog now only explictly exists in the repository (issue #162)
- Inputs with spaces near adjascent to the extension are now sorted correctly
  for os_sorted on Windows (issues #165 and #166)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-27 13:44:47 -07:00
Wang Mingyu
1433fd7501 python3-h5py: upgrade 3.8.0 -> 3.9.0
Changelog:
==========
New features
------------
- New out argument to read_direct_chunk() to allow passing the output buffer
- The objects from Dataset.asstr() and Dataset.astype() now implement the
  __array__() method (PR 2269). This speeds up access for functions that
  support it, such as np.asarray().
- Validate key types when creating groups and attributes, giving better error
  messages when invalid types are used (PR 2266).

Bug fixes
----------
- Group.__contains__ and Group.get now use the default link access property
  list systematically (PR 2244).
- Removed various calls to the deprecated numpy.product function
- Fix the IPython tab-completion integration in IPython 8.12
- Replacing attributes with AttributeManager.create() now deletes the old
  attributes before creating the new one, rather than using a temporary name
  and renaming the new attribute (PR 2274).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-27 13:44:47 -07:00
Wang Mingyu
97babf063c python3-google-api-python-client: upgrade 2.89.0 -> 2.90.0
Changelog:
https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-27 13:44:47 -07:00
Wang Mingyu
b0cd805e83 python3-can: upgrade 4.2.1 -> 4.2.2
bugfixes:
=========
 Fix socketcan KeyError (#1598, #1599).
 Fix IXXAT not properly shutdown message (#1606).
 Fix Mf4Reader and TRCReader incompatibility with extra CLI args (#1610).
 Fix decoding error in Kvaser constructor for non-ASCII product name (#1613).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-27 13:44:47 -07:00
Wang Mingyu
0b35b7bc0a python3-aenum: upgrade 3.1.12 -> 3.1.14
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-27 13:44:47 -07:00
Jasper Orschulko
a3c5ac33f9 python3-tox: Add initial recipe 4.6.0
From the project description:

Tox aims to automate and standardize testing in Python. It is part of a larger
vision of easing the packaging, testing and release process of Python software
(alongside pytest and devpi).

tox is a generic virtual environment management and test command line tool you
can use for:

- checking your package builds and installs correctly under different
environments (such as different Python implementations, versions or
installation dependencies),
- running your tests in each of the environments with the test tool of choice,
- acting as a frontend to continuous integration servers, greatly reducing
boilerplate and merging CI and shell-based testing.

Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-26 05:12:55 -07:00
Jasper Orschulko
e5dc8ed33c python3-pyproject-api: Add initial recipe 1.5.1
Dependency for python3-tox

Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-26 05:12:55 -07:00
Jasper Orschulko
1c39d1a193 python3-virtualenv: Add initial recipe 20.23.0
Dependency for python3-tox

Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-26 05:12:55 -07:00
Jasper Orschulko
2956f275be python3-filelock: Add initial recipe 3.12.0
Dependency for python3-virtualenv and python3-tox

Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-26 05:12:55 -07:00
Jasper Orschulko
9c18924133 python3-distlib: Add initial recipe 0.3.6
Dependency for python3-virtualenv

Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-26 05:12:55 -07:00
Jasper Orschulko
c49157016a python3-platformdirs: Fix recipe version 3.6.0
python3-platformdirs version 3.6.0 requires hatchling build system.
Before this fix it would previously build without issue but throw error when
used in the final image.

Additionally, fixing the ptest which now requires two additional
dependencies.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-26 05:12:55 -07:00
Jasper Orschulko
effad10973 python3-covdefaults: Add initial recipe 2.3.0
Dependency for python3-platformdirs 3.6.0 ptest

Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-26 05:12:55 -07:00
Jasper Orschulko
fcdd12028b python3-pytest-cov: Add initial recipe 4.1.0
Dependency for python3-platformdirs 3.6.0 ptest

Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-26 05:12:55 -07:00
Bartosz Golaszewski
a2cbfc7f92 python3-setuptools-scm-git-archive: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:53 -07:00
Bartosz Golaszewski
2951081f72 python3-defusedxml: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:53 -07:00
Bartosz Golaszewski
fe17742088 python3-dbus-next: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:53 -07:00
Bartosz Golaszewski
9f28bbf6a4 python3-tzlocal: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:53 -07:00
Bartosz Golaszewski
f3f3e97ff1 python3-tzlocal: fix coding style
Stop using PYTHON_PN, order RDEPENDS alphabetically, fix whitespaces.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:53 -07:00
Bartosz Golaszewski
749847ab05 python3-dateparser: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:53 -07:00
Bartosz Golaszewski
b763bcfdbe python3-dateparser: fix coding style
Stop using PYTHON_PN, order RDEPENDS alphabetically, fix whitespaces.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:53 -07:00
Bartosz Golaszewski
74e076b277 python3-custom-inherit: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:53 -07:00
Bartosz Golaszewski
0f74b11f37 python3-coverage: fix coding style and RDEPENDS
Don't use PYTHON_PN, order RDEPENDS alphabetically. Replace toml with
tomllib to fix a run-time dependency issue.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:53 -07:00
Bartosz Golaszewski
f839d29ca6 python3-configshell-fb: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:53 -07:00
Bartosz Golaszewski
ab7141aebb python3-configobj: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:53 -07:00
Bartosz Golaszewski
7ed01ba2f0 python3-configobj: fix coding style
Stop using PYTHON_PN, fix whitespaces.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:53 -07:00
Bartosz Golaszewski
41c3a34e37 python3-colorzero: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:53 -07:00
Bartosz Golaszewski
23a86793f3 python3-colorlog: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:53 -07:00
Bartosz Golaszewski
2a0204670f python3-click-spinner: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
ae3bc8d14f python3-can: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
8edaa6a92e python3-can: fix coding style
Stop using PYTHON_PN, order RDEPENDS alphabetically, drop unneeded
class-target override, fix whitespaces.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
9d51bf9c9b python3-binwalk: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
378a1830e8 python3-betamax: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
57efc765ba python3-asyncio-throttle: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
866cfb9bd8 python3-aspectlib: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
54fba67fb4 python3-aioserial: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
2493f4c8ad python3-aioserial: fix coding style
Stop using PYTHON_PN, fix whitespaces, drop python3-core from RDEPENDS.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
25bb720fe8 python3-flask-script: remove recipe
This package has long been deprecated by upstream maintainers and doesn't
even work in meta-openembedded due to a run-time import error. Remove
the recipe.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
785fd8d117 python3-flask-sijax: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
cbfa641b94 python3-flask-sijax: stop using PYTHON_PN
We no longer support python2 so use python3 explicitly.

While at it: use '+=' for RDEPENDS assignment.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
741271afd8 python3-flask-mail: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
21a8212f26 python3-flask-mail: stop using PYTHON_PN
We no longer support python2 so use python3 explicitly.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
033392aac0 python3-h11: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
12e6ef8564 python-idna-ssl: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
33b910b51c python3-isodate: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
5f2ef32845 python3-isodate: stop using PYTHON_PN
We no longer support python2 so use python3 explicitly.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
7d45c76cb4 python3-isort: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
ebba7757fd python3-isort: fix coding style
Stop using PYTHON_PN and fix white spaces.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
e88c3c8440 python3-flask-user: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
625818eb0e python3-flask-user: fix coding style
Stop using PYTHON_PN, make indentation and line breaks consistent and
order dependencies alphabetically.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
3cecc1ca22 python3-et-xmlfile: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
a24e93b575 python3-et-xmlfile: fix coding style
Don't use PYTHON_PN and split RDEPENDS into multiple lines.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
d6ad0dae17 python3-ecdsa: don't install tests
If we don't want to pull python3-unittest at run-time then we must not
install test packages. This recipe doesn't provide ptest anyway.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
64dccc68b0 python3-path: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
6daa8faf69 python3-path: fix coding style
Stop using PYTHON_PN and make indentation consistent.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
a0151160bc python3-paramiko: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
be836c0115 python3-paramiko: stop using PYTHON_PN
We no longer support python2 so stop using PYTHON_PN and use python3
explicitly.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
edffdc715e python3-pako: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Bartosz Golaszewski
d2142c4bf6 python3-padatious: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-24 09:01:52 -07:00
Martin Jansa
be8c765c7c *.patch: add Upstream-Status to all patches
There is new patch-status QA check in oe-core:
https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a

This is temporary work around just to hide _many_ warnings from
optional patch-status (if you add it to WARN_QA).

This just added
Upstream-Status: Pending
everywhere without actually investigating what's the proper status.

This is just to hide current QA warnings and to catch new .patch files being
added without Upstream-Status, but the number of Pending patches is now terrible:

5 (26%) 	meta-xfce
6 (50%) 	meta-perl
15 (42%)        meta-webserver
21 (36%)        meta-gnome
25 (57%)        meta-filesystems
26 (43%)        meta-initramfs
45 (45%)        meta-python
47 (55%)        meta-multimedia
312 (63%)       meta-networking
756 (61%)       meta-oe

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-21 09:15:20 -07:00
Wang Mingyu
ed1a754819 python3-zeroconf: upgrade 0.64.1 -> 0.68.0
Changelog:
==========
 Reduce overhead to handle queries and responses (#1184) (81126b7)
 Speed up answering incoming questions (#1186) (8f37665)
 Optimize construction of outgoing dns records (#1182) (fc0341f)
 Reduce overhead to enumerate ip addresses in ServiceInfo (#1181) (6a85cbf)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Wang Mingyu
7a277a1b92 python3-xmodem: upgrade 0.4.6 -> 0.4.7
Changelog:
==========
  bugfix: stall on some kinds of error in recv(), PR #56
  bugfix: sequence number miscalculation in send(), PR #52
  enhancement: callback function added for recv() method, PR #53
  bugfix: receiving empty file and stall condition in recv(), PR #50
  bugfix: callback is now called for some kinds of errors and some CLI fixes, 8a798e8
  bugfix: remove DepreactionWarning for logging.warn(), PR #49

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Wang Mingyu
a2adca7a29 python3-xmlschema: upgrade 2.3.0 -> 2.3.1
Changelog:
==========
 Meta-schema elements and groups ignore xsi:type attributes (issue #350)
 Use the meta-schemas only for validating XSD sources otherwise create dummy schemas

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Wang Mingyu
2ec0f463d9 python3-ujson: upgrade 5.7.0 -> 5.8.0
Changelog:
==========
Added
--------
    Build wheel for Python 3.12 beta (built against 3.12.0b2)

Changed
--------
    Drop support for Python 3.7

Fixed
--------
    Include BSD-3-Clause and TCL license text

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Wang Mingyu
0d232da6d5 python3-robotframework: upgrade 6.0.2 -> 6.1
Changelog:
https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-6.1.rst

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Wang Mingyu
b473fb584d python3-pyproj: upgrade 3.5.0 -> 3.6.0
Changelog:
==========
 WHL: Wheels contain PROJ 9.2.1
 DEP: Minimum supported Python version 3.9
 ENH: Add CRS.to_2d()
 ENH: Added allow_superseded kwargs to TransformerGroup
 ENH: Added parameter output_axis_rule to CRS.to_wkt
 BUG: fix Geod.npts NaN handling
 MNT: Use pyproject.toml for project metadata

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Wang Mingyu
d48d4a02dc python3-protobuf: upgrade 4.23.2 -> 4.23.3
Changelog:
==========
C++
------
 Regenerate stale files (#13046) (58b6ddb)
 Use the same ABI for static and shared libraries on non-Windows platforms (#12983) (efa1ec7)

Objective-C
-----------
 Regenerate stale files (#13046) (58b6ddb)

UPB (Python/PHP/Ruby C-Extension)
----------------------------------
 Fixed a bug in upb_Map_Delete() that caused crashes in map.delete(k) for Ruby when string-keyed maps were in use.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Wang Mingyu
4f702b35f6 python3-imageio: upgrade 2.31.0 -> 2.31.1
Changelog:
==========
Match ExIf orientation tag behavior to ExIf spec in pillow(#983) (953029b)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Wang Mingyu
c9f80ccadc python3-google-auth: upgrade 2.19.1 -> 2.20.0
Changelog:
===========
Features
---------
    Add public API load_credentials_from_dict (#1326) (5467ad7)

Bug Fixes
---------
    Expiry in compute_engine.IDTokenCredentials (#1327) (56a6159), closes #1323
    Expiry in impersonated_credentials.IDTokenCredentials (#1330) (d1b887c)
    Invalid dev version identifiers in setup.py (#1322) (a9b8f12), closes #1321

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Wang Mingyu
908a719151 python3-googleapis-common-protos: upgrade 1.59.0 -> 1.59.1
Changelog:
==========
 Invalid dev version identifiers in setup.py

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Wang Mingyu
bdebd3cb3b python3-google-api-python-client: upgrade 2.88.0 -> 2.89.0
Changelog:
==========
Remove faulty version matcher in setup.py (#2152) (0a865da), closes #2151

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Wang Mingyu
c361dd18ad python3-google-api-core: upgrade 2.11.0 -> 2.11.1
Bug Fixes
==========
 Add actionable errors for GCE long running operations
 Invalid dev version identifiers in setup.py

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Wang Mingyu
5d1701a3d9 python3-elementpath: upgrade 4.1.2 -> 4.1.3
Changelog:
=========
 Fix XP30+ fn:path (issue #67)
 Fix weak tests (issues #64 and #66)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Wang Mingyu
3cf953e25c python3-croniter: upgrade 1.3.15 -> 1.4.1
Changelog:
===========
 Make a retrocompatible version of 1.4.0 change about supporting VIXIECRON bug.
 Added "implement_cron_bug" flag to make the cron parser compatible with a bug in Vixie/ISC Cron

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Wang Mingyu
0f622acba7 python3-pytest-mock: upgrade 3.10.0 -> 3.11.1
Changelog:
===========
 Fixed introspection for failed assert_has_calls (#365).
 Updated type annotations for mocker.patch and mocker.spy (#364).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Wang Mingyu
299324f671 python3-platformdirs: upgrade 3.5.3 -> 3.6.0
Changelog:
==========
platformdirs: introduce user_downloads_dir()

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Wang Mingyu
9c7101b1b1 python3-click-repl: upgrade 0.2.0 -> 0.3.0
License-Update:
 Add "Copyright (c) 2016-2026 Asif Saif Uddin & contributors." to
license file.

Changelog:
===========
  Drop Python 2 support, remove six.
  Uses PromptSession() class from prompt_toolkit instead of prompt() function (#63).
  Added filter for hidden commands and options (#86).
  Added click's autocompletion support (#88).
  Added tab-completion for Path and BOOL type arguments (#95).
  Added 'expand environmental variables in path' feature (#96).
  Delegate command dispatching to the actual group command.
  Updated completer class and tests based on new fix#92 (#102).
  Python 3.11 support.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19 10:24:49 -07:00
Joe Slater
f8df473476 python3-sqlparse: fix CVE-2023-30608
Backport from commit c457abd5f... upstream.

Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-15 15:04:51 -07:00
Peter Marko
a1dfcaeb59 python3-stopit: fix override syntax
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-15 10:28:20 -07:00
Zoltán Böszörményi
91e2bfb17f python3-meson-python: New recipe
This python module adds support for a new PEP517 build backend
used by recent versions of scikit-image, scipy and others.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:50:28 -07:00
Wang Mingyu
fc0c26d044 python3-zeroconf: upgrade 0.63.0 -> 0.64.1
Fix:
 Small internal typing cleanups

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
Wang Mingyu
f09cd0dfec python3-websocket-client: upgrade 1.5.2 -> 1.5.3
Changelog:
============
 - Add logic to avoid error in the case where content-length header does not exist, bug introduced in 1.5.2 (#911)
 - Fix wsdump.py script typing, bug introduced in 1.5.2 (#91)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
Wang Mingyu
36f4f6149c python3-sentry-sdk: upgrade 1.25.0 -> 1.25.1
Changelog:
==========
    Fix parse_url (#2161)
    Better version parsing in integrations (#2152)
    Align HTTP status code as span data field http.response.status_code (#2113)
    Do not encode cached value to determine size (#2143)
    Fix using unittest.mock whenever available (#1926)
    Fix 2.7 common tests (#2145)
    Bump actions/stale from 6 to 8 (#1978)
    Bump black from 22.12.0 to 23.3.0 (#1984)
    Bump mypy from 1.2.0 to 1.3.0 (#2110)
    Bump sphinx from 5.3.0 to 7.0.1 (#2112)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
Wang Mingyu
644f43be64 python3-pymodbus: upgrade 3.3.0 -> 3.3.1
Changelog:
============
  transport fixes and 100% test coverage. (#1580)
  Delay self.loop until connect(). (#1579)
  Added mechanism to determine if server did not start cleanly (#1539)
  Proof transport reconnect works. (#1577)
  Fix non-shared block doc in config.rst. (#1573)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
Wang Mingyu
3f92f31669 python3-pymisp: upgrade 2.4.171 -> 2.4.172
Changelog:
============
- Update settings.default.py - tags not tag.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
Wang Mingyu
73d5dab91d python3-imageio: upgrade 2.30.0 -> 2.31.0
Changelog:
===========
    Fix pilmode kwarg for get_reader/get_writer (#994) (21039b2)
    Decode gray 16-bit PNG as uint16 (not int32) if pillow allows (#987)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
Wang Mingyu
1147abcc0c python3-hexbytes: upgrade 0.3.0 -> 0.3.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
Wang Mingyu
0347cd1b97 python3-django: upgrade 4.2.1 -> 4.2.2
Changelog:
==========
- Fixed a regression in Django 4.2 that caused an unnecessary DBMS_LOB.SUBSTR()
  wrapping in the __isnull and __exact=None lookups for TextField()/BinaryField()
  on Oracle (#34544).
- Restored, following a regression in Django 4.2, get_prep_value() call in
  JSONField subclasses (#34539).
- Fixed a regression in Django 4.2 that caused a crash of QuerySet.defer() when
  passing a ManyToManyField or GenericForeignKey reference. While doing so is a
  no-op, it was allowed in older version (#34570).
- Fixed a regression in Django 4.2 that caused a crash of QuerySet.only() when
  passing a reverse OneToOneField reference (#34612).
- Fixed a bug in Django 4.2 where makemigrations --update didn't respect the
  --name option (#34568).
- Fixed a performance regression in Django 4.2 when compiling queries without
  ordering (#34580).
- Fixed a regression in Django 4.2 where nonexistent stylesheet was linked on a
  "Congratulations!" page (#34588).
- Fixed a regression in Django 4.2 that caused a crash of QuerySet.aggregate()
  with expressions referencing other aggregates (#34551).
- Fixed a regression in Django 4.2 that caused a crash of QuerySet.aggregate()
  with aggregates referencing subqueries (#34551).
- Fixed a regression in Django 4.2 that caused a crash of querysets on SQLite
  when filtering on DecimalField against values outside of the defined range (#34590).
- Fixed a regression in Django 4.2 that caused a serialization crash on a
  ManyToManyField without a natural key when its Manager's base QuerySet used select_related() (#34620).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
Wang Mingyu
49ae33aba5 python3-cmake: upgrade 3.26.3 -> 3.26.4
Changelog:
==========
    chore(deps): bump cmake from 3.26.1 to 3.26.3
    chore(deps): update pre-commit hooks
    chore: remove unused requirements-deploy.txt
    chore(deps): bump pypa/cibuildwheel from 2.12.1 to 2.12.3
    chore(deps): update pre-commit hooks
    chore(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to release/v1
    chore: only bump OpenSSL to 3.0.x (current LTS version)
    Update to CMake 3.26.4
    chore: use trusted publisher deployment
    chore(deps): update pre-commit hooks
    chore(deps): bump pypa/cibuildwheel from 2.12.3 to 2.13.0
    Update to OpenSSL 3.0.9
    fix(cross-compile): Fix download of arm64 CMake binaries

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
Wang Mingyu
0e409b3ced python3-cassandra-driver: upgrade 3.27.0 -> 3.28.0
Changelog:
============
Features
---------
    Add support for vector type (PYTHON-1352)
    Cryptography module is now an optional dependency (PYTHON-1351)

Bug Fixes
----------
    Store IV along with encrypted text when using column-level encryption (PYTHON-1350)
    Create session-specific protocol handlers to contain session-specific CLE policies (PYTHON-1356)

Others
---------
    Use Cython for smoke builds (PYTHON-1343)
    Don't fail when inserting UDTs with prepared queries with some missing fields (PR 1151)
    Convert print statement to function in docs (PR 1157)
    Update comment for retry policy (DOC-3278)
    Added error handling blog reference (DOC-2813)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
Wang Mingyu
3207049cd6 python3-autobahn: upgrade 23.1.2 -> 23.6.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
Wang Mingyu
3ab34152a0 python3-argcomplete: upgrade 3.0.8 -> 3.1.0
Changelog:
=========
    setup.py -> pyproject.toml migration start (#427)
    Improve user install logic in activate-global-python-argcomplete (#437)
    Ensure Python 3.7 compatibility in check_console_script (#436)
    ZSH implementation fixes (#431, #433)
    Documentation improvements

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
Wang Mingyu
c2dfc571db python3-platformdirs: upgrade 3.5.1 -> 3.5.3
Changelog:
 Add 3.12 marker

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
Wang Mingyu
ab16a3ac7e python3-eth-utils: upgrade 2.1.0 -> 2.1.1
License-Update: Copyright year updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
Wang Mingyu
0413f01a42 python3-eth-typing: upgrade 3.3.0 -> 3.4.0
License-Update: Copyright year updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
Wang Mingyu
4ca5c469d6 python3-eth-hash: upgrade 0.5.1 -> 0.5.2
License-Update: Copyright year updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
Wang Mingyu
092c35dfaa python3-eth-account: upgrade 0.8.0 -> 0.9.0
License-Update: Copyright year updated to 2023

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
Adrian Zaharia
812f091414 python3-stopit: add missing run-time dependencies
The stopit package needs setuptools python module so add it to RDEPENDS.

This fixes:
    File "/usr/lib64/python3.9/site-packages/stopit/__init__.py", line 10, in <module>
	import pkg_resources
    ModuleNotFoundError: No module named 'pkg_resources'

Signed-off-by: Adrian Zaharia <Adrian.Zaharia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-12 08:08:19 -07:00
Adrian Zaharia
586a4bfbac meta-python: Add stopit
stopit is a library to raise asynchronous exceptions in other threads, control
the timeout of blocks or callables with two context managers and two decorators.

The license isn't shipped in the pypi package, so it was extracted from the
github repo at [1].

[1] https://github.com/glenfant/stopit/blob/master/LICENSE

Signed-off-by: Adrian Zaharia <Adrian.Zaharia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-07 09:31:32 -07:00
Bartosz Golaszewski
7158a04cd0 python3-padaos: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
b7c4fbba0d python3-oslash: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
f45544fc8a python3-ninja: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
5a4b738dce python3-ninja-syntax: new package
Add a recipe for ninja-syntax - a package that allows to use all
features of python3-ninja.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
3191ece578 python3-netaddr: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
5876025dbe python3-netaddr: stop using PYTHON_PN
We no longer support python2 so switch to using python3 explicitly.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
e744872f30 python3-msm: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
cc10ce7dca python3-lazy: new recipe
Add a recipe for python3-lazy - a package on which python3-msm run-time
depends but which dependency is not satisfied by meta-python.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
4ceb44e391 python3-msm: fix coding style
Order run-time dependencies alphabetically and add some whitespaces for
consistency.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
bb70ead200 python3-lockfile: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
447881540a python3-linux-procfs: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
5639cfa039 python3-libevdev: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
126500b4c4 python3-kconfiglib: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
34c24888ff python3-jstyleson: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
b77a01c6f6 python3-jsonrpcclient: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
a80adf4507 python3-jsonpath-rw: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
0435f29e0e python3-pefile: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
26b54000a5 python3-petact: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
a6b6cf1eb5 python3-pickleshare: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
3644cc8b5c python3-pynetlinux: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
1a3d3d1364 python3-pynetlinux: fix relative imports
Pull in a patch from upstream that addresses an issue with relative
imports.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
b06204baf3 python3-pyexpect: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
09dfa7fcb6 python3-pyjks: fix run-time dependencies
This package actually depends on python3-pycryptodomex.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
5d67a7900c python3-pyjks: stop using PYTHON_PN
We no longer support python2, so use python3 explicitly. While at it:
add missing spaces for consistent coding style.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
2b6bed8995 python3-javaobj-py3: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:59 -07:00
Bartosz Golaszewski
fa62c45d26 python3-pyjwt: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
624376cdef python3-pyjwt: stop using PYTHON_PN
We no longer support python2, so use python3 explicitly.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
9dade3a31c python3-pylyrics: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
1ecee058a4 python3-classes: new package
Add a recipe for the package python3-pylyrics run-time depends on but
which was never provided by meta-python.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
e52fcc99fa python3-pyproj: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
b2618570bb python3-pyproj: drop unnecessary run-time dependency
libproj is already included in the rootfs as it's in recipe's DEPENDS.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
f6a169127b python3-pyproj: don't use PYTHON_PN
We no longer support python2. Drop PYTHON_PN and use python3 explicitly.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
2634a0b86c python3-pyproject-metadata: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
0ee52feaef python3-fcntl: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
7b44bb939a python3-pyroute2: fix coding style
Make indentations consistent and stop using PYTHON_PN.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
540efe037e python3-pytest-mock: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
e74592c1cb python3-pyusb: fix run-time dependencies
Add the missing dependency on ctypes and drop libusb1 from RDEPENDS as
it will be already present in the rootfs thanks to being in project's
build-time dependencies.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
2980505c41 python3-qrcode: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
9f8a0a0588 python3-pypng: new package
python3-qrcode has a run-time dependency on pypng but it's not provided
in meta-python. Add a recipe for it. It has no run-time dependencies
itself.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
d85c92d8f4 python3-raven: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
c37d47549e python3-redis: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
76038158de python3-redis: fix coding style
Don't use PYTHON_PN, order includes alphabetically and fix whitespaces.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
cf77af2bc5 python3-python-vlc: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
cd15edafa3 python3-pydantic: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
4465806d9a python3-pydantic: don't use PYTHON_PN and improve coding style
We no longer support python2. Drop PYTHON_PN and use python3 explicitly.
While at it: order dependencies alphabetically.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
ff3a9922f9 python3-pyatspi: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
e11f1d0ead python3-process-tests: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
83dcfaae48 python3-typeguard: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
e79fafa8fc python3-versiontools: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
c54a842045 python3-xlrd: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
8a0dbc0c53 python3-xlrd: fix coding style
Put RDEPENDS on separate lines, don't use PYTHON_PN.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
54f5b0087a python3-websockets: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
78ec5e1706 python3-websockets: fix coding style
Don't use PYTHON_PN as we're no longer supporting python2.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
0a75ee0a3f python3-uefi-firmware: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
e2bad28895 python3-web3: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
606040a374 python3-twofish: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
8eb1471a01 python3-trustme: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
817f7fb5af python3-tornado: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
f234cd90a3 python3-tornado: remove the testing submodule from FILES:${PN}-test
Tornado has the testing submodule in __all__ so calling:

  from tornado import *

fails if we don't include the ptest package. To fix it: put the testing
module into the main package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
7c40c50475 python3-tornado: fix coding style
Order RDEPENDS alphabetically and don't use PYTHON_PN.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
295fcd33a7 python3-tornado: drop ${PN} from RDEPENDS
Ptest package doesn't need to explicitly depend on the main package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
f0c8712c74 python3-tomlkit: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
ccccf35281 python3-sympy: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
44bbae5080 python3-stack-data: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
6c40d0d384 python3-stack-data: fix coding style
Use 4 spaces instead of tabs and order RDEPENDS alphabetically.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
2fc0c58e70 python3-pure-eval: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
6181b7a6d0 python3-sqlalchemy: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
b93e764225 python3-sqlalchemy: don't use PYTHON_PN and improve coding style
We no longer support python2. Drop PYTHON_PN and use python3 explicitly.
While at it: make indentation consistent.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
0be87961e8 python3-sqlsoup: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
6e86939978 python3-service-identity: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
35673dc1b7 python3-sdnotify: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
27af8cc88d python3-iperf: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
5cb0b48757 python3-pykwalify: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
6e280516f2 python3-pykwalify: don't use PYTHON_PN and improve coding style
We no longer support python2. Drop PYTHON_PN and use python3 explicitly.
While at it: make indentation consistent

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
59c95813d4 python3-editor: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
b1f49ef0f5 python3-xmlrunner: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
d165a12d7d python3-uswid: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
9cc72095ef python3-mpmath: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
182b6b7ad7 python3-pyiface: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
965583bf52 python3-meld3: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
2897a1020f python3-parse: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
99a83d6981 python3-parse: don't use PYTHON_PN and improve coding style
We no longer support python2. Drop PYTHON_PN and use python3 explicitly.
While at it: make indentation consistent.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
789f44c3ff python3-html2text: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
ed6aaf0293 python3-pyrad: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
b9ad32fc97 python3-mock: add missing run-time dependencies
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Bartosz Golaszewski
b9737fb064 python3-mock: cleanup RDEPENDS
Drop PYTHON_PN, improve coding-style and order the dependencies
alphabetically.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Geoff Parker
9207558bb2 python3-platformdirs: add nativesdk to BBCLASSEXTEND
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-06 23:07:58 -07:00
Wang Mingyu
036ccc767a python3-sentry-sdk: upgrade 1.24.0 -> 1.25.0
Changelog:
===========
    Support urllib3>=2.0.0 (#2148)
    Auto-retry tests on failure (#2134)
    Correct importlib.metadata check in test_modules (#2149)
    Fix distribution name normalization (PEP-0503) (#2144)
    Fix functions_to_trace typing (#2141)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-05 09:29:35 -07:00
Wang Mingyu
5bee3853d9 python3-regex: upgrade 2023.5.5 -> 2023.6.3
Changelog:
=============
  # Git issue 498: Conditional negative lookahead inside positive lookahead fails to match
    Conditional node needed an additional member that points to the true branch.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-05 09:29:35 -07:00
Wang Mingyu
b5d5a8565a python3-pymodbus: upgrade 3.2.2 -> 3.3.0
Changelog:
===========

    Stabilize windows tests. (#1567)
    Bump mypy 1.3.0 (#1568)
    Transport integrated in async clients. (#1541)
    Client async corrections (due to 3.1.2) (#1565)
    Server_async[udp], solve 3.1.1 problem. (#1564)
    Remove ModbusTcpDiagClient. (#1560)
    Remove old method from Python2/3 transition (#1559)
    Switch to ruff's version of bandit (#1557)
    Allow reading/writing address 0 in the simulator (#1552)
    Remove references to "defer_start". (#1548)
    Client more robust against faulty response. (#1547)
    Fix missing package_data directives for simulator web (#1544)
    Fix installation instructions (#1543)
    Solve pytest timeout problem. (#1540)
    DiagnosticStatus encode missing tuple check. (#1533)
    test SparseDataStore. (#1532)
    BinaryPayloadBuilder.to_string to BinaryPayloadBuilder.encode (#1526)
    Adding flake8-pytest-style` to ruff (#1520)
    Simplify version management. (#1522)
    pylint and pre-commit autoupdate (#1519)
    Add type hint (#1512)
    Add action to lock issues/PR. (#1508)
    New common transport layer. (#1492)
    Solve serial close raise problem.
    Remove old config values (#1503)
    Document pymodbus.simulator. (#1502)
    Refactor REPL server to reduce complexity (#1499)
    Don't catch KeyboardInterrupt twice for REPL server (#1498)
    Refactor REPL client to reduce complexity (#1489)
    pymodbus.server: listen on ID 1 by default (#1496)
    Clean framer/__init__.py (#1494)
    Duplicate transactions in UDP. (#1486)
    clean ProcessIncommingPacket. (#1491)
    Enable pyupgrade (U) rules in ruff (#1484)
    clean_workflow.yaml solve parameter problem.
    Correct wrong import in test. (#1483)
    Implement pyflakes-simplify (#1480)
    Test case for UDP duplicate msg issue (#1470)
    Test of write_coil. (#1479)
    Test reuse of client object. (#1475)
    Comment about addressing when shared=false (#1474)
    Remove old aliases to OSError (#1473)
    pymodbus.simulator fixes (#1463)
    Fix wrong error message with pymodbus console (#1456)
    update modbusrtuframer (#1435)
    Server multidrop test.: (#1451)
    mypy problem ModbusResponse.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-05 09:29:35 -07:00
Wang Mingyu
6076b0a9b2 python3-nocaselist: upgrade 1.1.1 -> 2.0.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-05 09:29:35 -07:00
Wang Mingyu
3829a65a62 python3-google-auth: upgrade 2.19.0 -> 2.19.1
Changelog:
===========
Bug Fixes
---------
    Check id token error response (#1315) (2a71f7b)
    Fix "AttributeError: 'str' object has no attribute 'get'" (dac7cc3)

Documentation
--------------
    Replacing abc.com with example.com (dac7cc3)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-05 09:29:35 -07:00
Wang Mingyu
e222096945 python3-google-api-python-client: upgrade 2.87.0 -> 2.88.0
Changelog:
https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-05 09:29:35 -07:00
Wang Mingyu
de8ba921c0 python3-cachecontrol: upgrade 0.12.12 -> 0.13.0
Changelog:
==========
    Fix #292: disuse HTTPResponse.strict
    fix: double reading error on urllib3 2.0
    Packaging the tests, or not
    Add type annotations
    Use Python's unittest mock
    feat: remove compat module
    tests: Support python 3.11
    fix: use pytest native method name
    Remove use of utcnow
    Release 0.13.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-05 09:29:35 -07:00
Wang Mingyu
f59053305f pamela: upgrade 1.0.0 -> 1.1.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-05 09:29:34 -07:00
Wang Mingyu
cf1c20bed3 python3-zeroconf: upgrade 0.62.0 -> 0.63.0
Changelog:
===========
    Small speed up to fetch dns addresses from ServiceInfo (#1176) (4deaa6e)
    Speed up the service registry (#1174) (360ceb2)
    Improve dns cache performance (#1172) (bb496a1)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-31 08:28:50 -07:00
Wang Mingyu
99db98a7b8 python3-xlsxwriter: upgrade 3.1.1 -> 3.1.2
Changelog:
===========
 Added worksheet page break preview mode via "worksheet.set_pagebreak_view()".

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-31 08:28:50 -07:00
Wang Mingyu
8c06d888e6 python3-protobuf: upgrade 4.23.1 -> 4.23.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-31 08:28:50 -07:00
Wang Mingyu
1487aa961b python3-pint: upgrade 0.21 -> 0.22
Changelog:
==========
- Drop Python 3.8 compatability following NEP-29.
- Drop NumPy < 1.21 following NEP-29.
- Improved typing experience.
- Migrated fully to pyproject.toml.
- Migrated to ruff.
- In order to make static typing possible as required by mypy
  and similar tools, the way to subclass the registry has been
  changed.
- Allow non-quantity atol parameters for isclose and allclose.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-31 08:28:50 -07:00
Wang Mingyu
bb522de379 python3-paramiko: upgrade 3.1.0 -> 3.2.0
Changelog:
https://www.paramiko.org/changelog.html

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-31 08:28:50 -07:00
Wang Mingyu
4124241db8 python3-lru-dict: upgrade 1.1.8 -> 1.2.0
0001-lru-Use-PyCFunction-instead-of-PyCFunctionWithKeywor.patch
removed since it's included in 1.2.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-31 08:28:50 -07:00
Wang Mingyu
cabfde8c84 python3-license-expression: upgrade 30.1.0 -> 30.1.1
Changelog:
=============
    Use latest skeleton
    Update license list to latest ScanCode and SPDX 3.20

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-31 08:28:50 -07:00
Wang Mingyu
2eb33feaae python3-imageio: upgrade 2.29.0 -> 2.30.0
Changelog:
==========
    SPE plugin: Support new SDT-control metadata (#989) (c93536c)
    Remove standard images from built package (#988) (6288f19)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-31 08:28:50 -07:00
Wang Mingyu
87cf0fb077 python3-google-auth: upgrade 2.18.1 -> 2.19.0
Changelog:
=========
    Add metrics (part 1) (#1298) (246dd07)
    Add metrics (part 2) (#1303) (ebd5af7)
    Add metrics (part 3) (#1305) (c7011b6)
    Expose universe_domain for external account creds (#1296) (ee07053)
    Remove python 2.7 from setup.py and nox tests (#1301) (8437490)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-31 08:28:50 -07:00
Wang Mingyu
cf8bddb4ca python3-google-api-python-client: upgrade 2.86.0 -> 2.87.0
Changelog:
https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-31 08:28:50 -07:00
Wang Mingyu
b6191b9917 python3-deprecated: upgrade 1.2.13 -> 1.2.14
Changelog:
===========
Fix
-------
    Fix #60: return a correctly dedented docstring when long docstring are using the D212 or D213 format.

Other
--------
    Add support for Python 3.11.
    Drop support for Python older than 3.7 in build systems like pytest and tox, while ensuring the library remains production-compatible.
    Update GitHub workflow to run in recent Python versions.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-31 08:28:50 -07:00
Wang Mingyu
df7e12a5e2 python3-croniter: upgrade 1.3.14 -> 1.3.15
Changelog:
==========
Fix hashed expressions omitting some entries
Enhance .match() precision for 6 position expressions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-31 08:28:50 -07:00
Wang Mingyu
b6939fc095 python3-coverage: upgrade 7.2.6 -> 7.2.7
Changelog:
=========
- Fix: reverted a change from 6.4.3 that helped Cython, but also increased the
  size of data files when using dynamic contexts, as described in the now-fixed
  issue 1586. The problem is now avoided due to a recent change (issue 1538).
- Wheels are now provided for CPython 3.12.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-31 08:28:50 -07:00
Wang Mingyu
0a1613d44a python3-cachetools: upgrade 5.3.0 -> 5.3.1
Changelog:
Depend on Python >= 3.7.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-31 08:28:50 -07:00
Wang Mingyu
d81f9b154f python3-asgiref: upgrade 3.7.1 -> 3.7.2
Changelog:
==========
* The type annotations for SyncToAsync and AsyncToSync have been changed to
  more accurately reflect the kind of callables they return.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-31 08:28:50 -07:00
Bartosz Golaszewski
ceb4c4019b python3-snagboot: new recipe
Add a recipe that builds snagrecover and snagflash. These tools are
useful for yocto-based distros used to control DUTs in board farms.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-28 16:35:00 -07:00
Wang Mingyu
a193ec78a7 python3-xmlschema: upgrade 2.2.3 -> 2.3.0
Changelog:
===========
 Improve sequence/all restriction checks for XSD 1.1
 Add schema argument to Wsdl11Document

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
4d763b8d6a python3-tzlocal: upgrade 4.3 -> 5.0.1
Changelog:
===========
- The logging info under windows made it look like it looked up the registry
  info even when you had a TZ environment, but it doesn't actually do that.
- Improved the handling of loggers.
- Fixed a bug in the new assert_tz_offset method.
- Change how the system offset is calculated to deal with non-DST
  temporary changes, such as Ramadan time in Morocco.
- Change the default to only warn when the timezone offset and system
  offset disagree (but still not even warn if TZ is set)
- Add the assert_tz_offset() method to the top level for those who want
  to explicitly check and fail.
- Removed the deprecation shim.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
413c42d14f python3-sentry-sdk: upgrade 1.22.2 -> 1.24.0
Changelog:
==========
New: Celery Beat exclude tasks option
New: Add support for ExceptionGroups
Prefer importlib.metadata over pkg_resources if available
Work with a copy of request, vars in the event
Pinned version of dependency that broke the build
Disable Django Cache spans by default.
New: Add loguru integration
Do not truncate request body if request_bodies is "always"
Fixed Celery headers for Beat auto-instrumentation
Add db.operation to Redis and MongoDB spans
Make sure we're importing redis the library
Add include_source_context option
Import Markup from markupsafe
Fix __qualname__ missing attribute in asyncio integration
Remove relay extension from AWS Layer
Add a note about pip freeze to the bug template

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
a0e0f20465 python3-stevedore: upgrade 5.0.0 -> 5.1.0
Changelog:
==========
* Revert "Moves supported python runtimes from version 3.8 to 3.10"
* Moves supported python runtimes from version 3.8 to 3.10
* Update master for stable/2023.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
b1bf3d7ac6 python3-websocket-client: upgrade 1.5.1 -> 1.5.2
Changelog:
=========
  - Add typehints (#908)
  - Fix pytype errors (#906)
  - Fix args passed to logging function (#898)
  - Standardize PEP 3101 formatting (c6a445f)
  - Add more verbose exception for unsuccessful handshake for #900

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
60f164d111 python3-xlsxwriter: upgrade 3.1.0 -> 3.1.1
Changelog:
==========
* Add support for new Excel dynamic functions added in 2023.
* Added support for adding a color to the 'invert_if_negative' chart option.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
22d4ce38cc python3-sqlalchemy: upgrade 2.0.13 -> 2.0.15
Changelog:
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.15

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
7d7d076618 python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1
Bug Fixes
========
-#907: Avoid remote calls during startup as execnet by default does not ensure
 remote affinity with the main thread and might accidentally schedule the
 pytest worker into a non-main thread, which breaks numerous frameworks, for
 example asyncio, anyio, PyQt/PySide, etc.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
ccdc1447e2 python3-google-auth: upgrade 2.18.0 -> 2.18.1
Bug Fixes
=========
    Self signed jwt token should be string type

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
db4970bb2f python3-django: upgrade 4.1.7 -> 4.2.1
Changelog:
https://docs.djangoproject.com/en/4.2/releases/4.2.1/

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
c5919a93ca python3-pulsectl: upgrade 23.5.1 -> 23.5.2
Changelog:
  Fix incorrect type for PA_SAMPLE_SPEC.channels, affecting big-endian architectures

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
164343172d python3-protobuf: upgrade 4.23.0 -> 4.23.1
Changelog:
===========
    Add a workaround for GCC constexpr bug (67ecdde)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
01500da178 python3-astroid: upgrade 2.15.4 -> 2.15.5
Changelog:
 Handle objects.Super in helpers.object_type().

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
5087609481 python3-u-msgpack-python: upgrade 2.7.2 -> 2.8.0
Changelog:
===========
 Migrate module to package.
 Migrate documentation to Sphinx.
 Improve types and formatting in docstrings.
 Add type stubs.

License-Update: Copyright year updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
e2055a8e6a python3-can: upgrade 4.2.0 -> 4.2.1
Bugfixes:
===========
 The ASCWriter now logs the correct channel for error frames (#1578, #1583).
 Fix PCAN library detection (#1579, #1580).
 On Windows, the first two periodic frames were sent without delay (#1590).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
4818d3f177 python3-asgiref: upgrade 3.6.0 -> 3.7.1
Changelog:
==========
* On Python 3.10 and below, the version of the "typing_extensions" package
  is now constrained to be at least version 4 (as we depend on functionality
  in that version and above)
* Contextvars are now required for the implementation of Local as Python 3.6
  is now no longer a supported version.
* sync_to_async and async_to_sync now pass-through
* Debug and Lifespan State extensions have resulted in a typing change for some
  request and response types. This change should be backwards-compatible.
* "asgiref" frames will now be hidden in Django tracebacks by default.
* Raw performance and garbage collection improvements in Local, SyncToAsync,
  and AsyncToSync.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
2b4797dbdd python3-imageio: upgrade 2.28.1 -> 2.29.0
Feature:
 New SPE v3 plugin

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
f8cf386372 python3-coverage: upgrade 7.2.5 -> 7.2.6
Changelog:
==========
- Fix: the lcov command could raise an IndexError exception if a file is
  translated to Python but then executed under its own name. Jinja2 does this
  when rendering templates. Fixes issue 1553.
- Python 3.12 beta 1 now inlines comprehensions. Previously they were compiled
  as invisible functions and coverage.py would warn you if they weren't
  completely executed. This no longer happens under Python 3.12.
- Fix: the coverage debug sys command includes some environment variables in its
  output. This could have included sensitive data. Those values are now hidden
  with asterisks, closing issue 1628.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
789a96494a python3-antlr4-runtime: upgrade 4.12.0 -> 4.13.0
Changelog:
==========
Issues fixed
------------
    antlr4 jar doubled in size in 4.9.3 (unicode, comp:performance)
    Go: exponentially bad/absymal performance as of ... (type:bug, target:go)
    Go runtime panic (type:bug, target:go)

Improvements, features
------------------------
    Update LexerATNSimulator.cs with virtual Consume (type:improvement, target:csharp)
    Feature/fixembedding (type:improvement, target:go, comp:performance)
    Provide Javascript port of TokenStreamRewriter (type:feature, target:javascript, target:typescript)

License-Update:
 Version updated to 4.13.0
 "Home-page" changed to "Project-URL: Homepage,"
 "Eric Vergnaud" removed from Author
 Author-email changed to "Eric Vergnaud <eric.vergnaud@wanadoo.fr>"

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
779b60363f python3-dominate: upgrade 2.7.0 -> 2.8.0
Changelog:
  Fix incorrect context handling when a tag is used 2+ levels deeper than it was created.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
ebd6694182 python3-flask-restful: upgrade 0.3.9 -> 0.3.10
Changelog:
Compatibility with Flask 2.3

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Ross Burton
c6a23344d0 python3-asyncio-glib: add features_check on gobject-introspection-data
This project uses gobject-introspection, so depend on the DISTRO_FEATURE.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:56:32 -07:00
Ross Burton
dac933e4e0 python3-pydbus: remove obsolete recipe
This project has been untouched since 2018 and doesn't appear to have
any real dependents.

If something similar to pydbus is needed, then a maintained alternative
would be https://github.com/rhinstaller/dasbus (recipe available in
meta-anaconda).

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:56:32 -07:00
Ross Burton
9f1553f5da python3-pydbus-manager: remove obsolete recipe
This project has been untouched upstream for six years and doesn't appear
to be considered "finished".

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:56:32 -07:00
Martin Jansa
1b8166a397 python3-anyjson: remove unused files
* the recipe was removed in:
  https://git.openembedded.org/meta-openembedded/commit/?id=09abb3ffad217edbbc0c95bc6dda41f2764f2b67

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-24 07:23:54 -07:00
Martin Jansa
e02a4d57b2 python3-pybind11: remove unused 0001-Do-not-strip-binaries.patch
* it was removed from SRC_URI in:
  https://git.openembedded.org/meta-openembedded/commit/?id=5c455804aede17e0ea0cbb7ab55f8580f912e664

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-24 07:23:54 -07:00
Martin Jansa
07fad37c98 meta-python: remove unused patches from python2 recipes
* python2 recipes were removed in:
  https://git.openembedded.org/meta-openembedded/commit/?id=05d0c5eee319055816bbea8b9dd972f723f68019
  but some of the unused patch files were left behind

* meta-python/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch:
  https://git.openembedded.org/meta-openembedded/diff/meta-python/recipes-devtools/python/python-pyrex_0.9.9.bb?id=05d0c5eee319055816bbea8b9dd972f723f68019

* meta-python/recipes-devtools/python/python-imaging/0001-python-imaging-setup.py-force-paths-for-zlib-freetyp.patch
  meta-python/recipes-devtools/python/python-imaging/allow.to.disable.some.features.patch
  meta-python/recipes-devtools/python/python-imaging/fix-freetype-includes.patch
  meta-python/recipes-devtools/python/python-imaging/python-imaging-CVE-2016-2533.patch
  meta-python/recipes-devtools/python/python-imaging/remove-host-libdir.patch
  https://git.openembedded.org/meta-openembedded/diff/meta-python/recipes-devtools/python/python-imaging_1.1.7.bb?id=05d0c5eee319055816bbea8b9dd972f723f68019

* meta-python/recipes-devtools/python/python-mccabe/0001-python-mccabe-remove-unnecessary-setup_requires-pyte.patch
  https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb?id=698c36f58434009844b90d7bda1ab38b5af3d62a

* meta-python/recipes-devtools/python/python-pygpgme/0001-reflect-2.1-reporting-for-key-imports.patch
  meta-python/recipes-devtools/python/python-pygpgme/0002-passphrase_cb-is-deprecated.patch
  meta-python/recipes-devtools/python/python-pygpgme/0003-handle-generic-error-when-no-passphrase-callback-pre.patch
  https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python-pygpgme_0.3.bb?id=698c36f58434009844b90d7bda1ab38b5af3d62a

* meta-python/recipes-devtools/python/python-daemon/0001-Workaround-for-issue-2-1.patch
  https://git.openembedded.org/meta-openembedded/diff/meta-python/recipes-devtools/python/python-daemon_2.1.2.bb?id=05d0c5eee319055816bbea8b9dd972f723f68019

* meta-python/recipes-devtools/python/python-numeric/0001-it-tries-to-define-this-function-differently-than-it.patch
  https://git.openembedded.org/meta-openembedded/diff/meta-python/recipes-devtools/python/python-numeric_24.2.bb?id=05d0c5eee319055816bbea8b9dd972f723f68019

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-24 07:23:54 -07:00
richardhb
761e5ffffd python3-bleak: add recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-23 15:04:38 -07:00
Ross Burton
98a80a5f6a python3-pyatspi: make dependent on gobject-introspection-data being enabled
Any user of pygobject needs to support gobject-introspection.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-20 00:45:51 -07:00
Ross Burton
4259e08c59 python3-kivy: depend on gobject-introspection-data DISTRO_FEATURE
Any user of python-gstreamer (and so, pygobject) needs to support
gobject-introspection.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-20 00:45:51 -07:00
ricoheller
67b7a44962 python3-aioredis: add recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-18 10:26:13 -07:00
ricoheller
ce56fd4336 python3-dbus-fast: add recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-18 10:26:13 -07:00
Trevor Gamblin
44fbe5a318 python3-pylint: omit failing pickle test
There is one test in the pylint suite involving pickling non-pickleable
plugins that fails on target (but not host). Disable this test for
ptest runs.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-15 09:37:58 -07:00
Trevor Gamblin
08de5f3969 python3-pylint: upgrade 2.17.3 -> 2.17.4
This upgrade fixes most of the ptest errors that have been seen with
pylint, which were caused by a tomlkit issue. Changelog (see also
https://github.com/pylint-dev/pylint/releases/tag/v2.17.4):

False Positives Fixed

- Fix a false positive for bad-dunder-name when there is a
user-defined __index__ method. Closes #8613

Other Bug Fixes

- pyreverse: added escaping of vertical bar character in annotation
labels produced by DOT printer to ensure it is not treated as field
separator of record-based nodes. Closes #8603

- Fixed a crash when generating a configuration file:
tomlkit.exceptions.TOMLKitError: Can't add a table to a dotted key
caused by tomlkit v0.11.8. Closes #8632

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-15 09:37:58 -07:00
Wang Mingyu
cf3738d775 python3-websockets: upgrade 11.0.2 -> 11.0.3
Changelog:
Fixed the threading implementation of servers on Windows.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-14 22:15:01 -07:00
Wang Mingyu
408198b1c5 python3-sqlalchemy: upgrade 2.0.12 -> 2.0.13
Changelog:
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.13

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-14 22:15:01 -07:00
Wang Mingyu
0504518b5a python3-typeguard: upgrade 3.0.2 -> 4.0.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-14 22:15:01 -07:00
Wang Mingyu
100afeb095 python3-sentry-sdk: upgrade 1.22.1 -> 1.22.2
Changelog:
==========
Fix: Django caching spans when using keyword arguments (#2086)
Fix: Duration in Celery Beat tasks monitoring (#2087)
Fix: Docstrings of SPANDATA (#2084)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-14 22:15:00 -07:00
Wang Mingyu
5eebfad42d python3-pytest-xdist: upgrade 3.2.1 -> 3.3.0
Changelog:
 #555: Improved progress output when collecting nodes to be less verbose.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-14 22:15:00 -07:00
Wang Mingyu
a563c0d30a python3-redis: upgrade 4.5.4 -> 4.5.5
Changelog:
===========
New Features
--------------
Add support for CLIENT NO-TOUCH (#2745)
Add support for CLUSTER MYSHARDID (#2704)
Add "address_remap" feature to RedisCluster (#2726)
Add WITHSCORES argument to ZREVRANK command (#2725)
Improve error output for master discovery (#2720)

Bug Fixes
----------
Fix XADD: allow non negative maxlen (#2739)
Fix create single connection client from url (#2752)
Optionally disable disconnects in read_response (#2695)
Fix SLOWLOG GET return value (#2732)
Fix potential race condition during disconnection (#2719)
Return response in case of KeyError (#2628)
Fix incorrect usage of once flag in async Sentinel (#2718)
Fix memory leak caused by hiredis in asyncio case (#2694)
Really do not use asyncio's timeout lib before 3.11.2 (#2699)

 Maintenance
-----------
Clean PytestUnraisableExceptionWarning from asycio client (#2731)
Add RedisCluster.remap_host_port, Update tests for CWE 404 (#2706)
Updated AWS Elasticache IAM connection example (#2702)
Update CONTRIBUTING guidelines (#2736)
Fix ClusterCommandProtocol type (#2729)
Fix TOPK list example. (#2724)
Improving vector similarity search example (#2661)
Update example of Redisearch creating index (#2703)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-14 22:15:00 -07:00
Wang Mingyu
f05b71562f python3-pyjwt: upgrade 2.6.0 -> 2.7.0
Changelog:
===========
Add classifier for Python 3.11
Add Algorithm.compute_hash_digest and use it to implement at_hash validation example
fix: use datetime.datetime.timestamp function to have a milliseconds
[pre-commit.ci] pre-commit autoupdate
Custom header configuration in jwk client
[pre-commit.ci] pre-commit autoupdate
[pre-commit.ci] pre-commit autoupdate
[pre-commit.ci] pre-commit autoupdate
Add PyJWT._{de,en}code_payload hooks
Add sort_headers parameter to api_jwt.encode
Make mypy configuration stricter and improve typing
Bump actions/stale from 6 to 7
[pre-commit.ci] pre-commit autoupdate
Add more types
Differentiate between two errors
Fix _validate_iat validation
Improve error messages when cryptography isn't installed
[pre-commit.ci] pre-commit autoupdate
[pre-commit.ci] pre-commit autoupdate
[pre-commit.ci] pre-commit autoupdate
Make Algorithm an abstract base class
docs: correct mistake in the changelog about verify param
[pre-commit.ci] pre-commit autoupdate
Bump actions/stale from 7 to 8
[pre-commit.ci] pre-commit autoupdate
Add a timeout for PyJWKClient requests
Add client connection error exception
Add complete types to take all allowed keys into account
[pre-commit.ci] pre-commit autoupdate
Build and upload PyPI package
Fix for issue #862 - ignore invalid keys in a jwks.
Add as_dict option to Algorithm.to_jwk

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-14 22:15:00 -07:00
Wang Mingyu
684029c9c1 python3-pymisp: upgrade 2.4.170.2 -> 2.4.171
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-14 22:15:00 -07:00
Wang Mingyu
904abfec17 python3-pulsectl: upgrade 23.5.0 -> 23.5.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-14 22:15:00 -07:00
Wang Mingyu
faabeecf2a python3-protobuf: upgrade 4.22.4 -> 4.23.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-14 22:15:00 -07:00
Wang Mingyu
6c6a2fd7f9 python3-google-auth: upgrade 2.17.3 -> 2.18.0
Changelog:
=========
Add smbios check to detect GCE residency (#1276) (22d241b)
Universe domain support for service account (#1286) (821c1b6)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-14 22:15:00 -07:00
Wang Mingyu
ab22fd9e7d python3-sympy: upgrade 1.11.1 -> 1.12
License-Update: Copyright year updated to 2023

Changelog:
https://github.com/sympy/sympy/wiki/release-notes-for-1.12

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-14 22:15:00 -07:00
Wang Mingyu
ae89a479f9 python3-platformdirs: upgrade 3.5.0 -> 3.5.1
Changelog:
=========
Add 3.12 support
Add tox.ini to sdist
removing Windows versions
Better handling for UNIX support

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-14 15:35:52 -07:00
Khem Raj
3e5378b42a python3-pylint: Fix missing deps for ptests
Disable benchmarks in ptest run

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-12 10:42:45 -07:00
Trevor Gamblin
7a75c2d6b4 python3-pylint: add ptest
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-12 10:33:54 -07:00
Trevor Gamblin
b9b6308f3d python3-pylint: upgrade 2.14.5 -> 2.17.3
Change pylint to inherit python_setuptools_build_meta instead of
setuptools3. Also add a patch to remove hard-coded version depdendencies
for wheel and setuptools from the pyproject.toml, otherwise the
following error occurs during do_compile:

| ERROR Missing dependencies:
|       wheel~=0.37.1
|       setuptools~=62.6

Release note links:
2.17.x: https://pylint.readthedocs.io/en/latest/whatsnew/2/2.17/index.html
2.16.x: https://pylint.readthedocs.io/en/latest/whatsnew/2/2.16/index.html
2.15.x: https://pylint.readthedocs.io/en/latest/whatsnew/2/2.15/index.html
2.14.x: https://pylint.readthedocs.io/en/latest/whatsnew/2/2.14/index.html

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-12 10:33:54 -07:00
Trevor Gamblin
1410b40c2f python3-platformdirs: Add recipe
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-12 10:33:54 -07:00
Jun Nie
a1ee6eb4b5 python3-uswid: Add initial support
Software Identification (SWID) tags provide an extensible XML-based structure
to identify and describe individual software components, patches, and
installation bundles.

CoSWID supports a similar set of semantics and features as SWID tags, as well
as new semantics that allow us to describe additional types of information,
all in a more memory efficient format.

python3-uswid is used to generate the CoSWID data blob. For example, fwupd
project requires CoSWID data to be embedded into firmware binary to hold the
version information.

Signed-off-by: Jun Nie <jun.nie@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-11 07:18:59 -07:00
Jun Nie
15eb91e30f python3-pefile: Add initial support
To parse and work with Portable Executable (PE) files

Signed-off-by: Jun Nie <jun.nie@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-11 07:18:59 -07:00
Trevor Gamblin
430ed94067 python3-tomlkit: Add recipe
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-09 16:22:00 -07:00
Trevor Gamblin
204dea23c5 python3-pytest-mock: Add recipe
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-09 16:22:00 -07:00
Wang Mingyu
ba7c586172 python3-requests-toolbelt: upgrade 0.10.1 -> 1.0.0
Changelog:
=========
    Removed Google App Engine support to allow using urllib3 2.0
    Ensured the test suite no longer reaches the Internet
    Added explicit support for Python 3.11

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-09 10:12:44 -07:00
Wang Mingyu
e192f375ca python3-xstatic: upgrade 1.0.2 -> 1.0.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:56 -07:00
Wang Mingyu
143031328f python3-zeroconf: upgrade 0.56.0 -> 0.62.0
Changelog:
==========
 Improve performance of ServiceBrowser outgoing query scheduler (#1170) (963d022)
 Speed up parsing NSEC records (#1169) (06fa94d)
 Speed up processing incoming data (#1167) (fbaaf7b)
 Speed up decoding dns questions when processing incoming data (#1168) (f927190)
 Re-release to rebuild failed wheels (#1165) (4986271)
 Reduce cast calls in service browser (#1164) (c0d65ae)
 Speed up incoming parser (#1163) (4626399)
 Speed up incoming data parser (#1161) (cb4c3b2)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:56 -07:00
Wang Mingyu
5050c1c27a python3-web3: upgrade 6.2.0 -> 6.3.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:56 -07:00
Wang Mingyu
e31e437b62 python3-twitter: upgrade 4.13.0 -> 4.14.0
Changelog:
=========
New Features / Improvements
------------------------------
    Add constants for potential model object fields (f3f73bc)
        DIRECT_MESSAGE_EVENT_FIELDS
        DM_EVENT_FIELDS
        LIST_FIELDS
        MEDIA_FIELDS
        PLACE_FIELDS
        POLL_FIELDS
        PUBLIC_SPACE_FIELDS
        SPACE_FIELDS
        PUBLIC_TWEET_FIELDS
        TWEET_FIELDS
        USER_FIELDS
    Add creator_id field for Space (a13726a)

Twitter API Backwards-Incompatible Changes
-------------------------------------------
    Remove support for streaming with Twitter API v1.1 status/filter endpoint (c8a02eb)
        Stream
        AsyncStream
    Remove support for deprecated Premium v1.1 Search APIs (a955f30)
        API.search_30_day
        API.search_full_archive

Misc
------
    Overhaul Getting Started documentation (addb9f7)
    Remove no longer valid Twitter API version badges in README (880e7bf)
    Update and improve various documentation

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:56 -07:00
Wang Mingyu
539a97ffce python3-termcolor: upgrade 2.2.0 -> 2.3.0
Changelog:
==========
Add no_color and force_color parameters to override env vars
Add support for Python 3.12

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:56 -07:00
Wang Mingyu
7a0a4698c0 python3-sqlalchemy: upgrade 2.0.9 -> 2.0.12
Changelog:
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.12

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:56 -07:00
Wang Mingyu
342d189e13 python3-sentry-sdk: upgrade 1.20.0 -> 1.22.1
Changelog:
===========
 Fix: Handle a list of keys (not just a single key) in Django cache spans (#2082)
 Add cache.hit and cache.item_size to Django (#2057)
 Use http.method instead of method (#2054)
 Handle non-int exc.status_code in Starlette (#2075)
 Handle SQLAlchemy engine.name being bytes (#2074)
 Fix KeyError in capture_checkin if SDK is not initialized (#2073)
 Use functools.wrap for ThreadingIntegration patches to fix attributes (#2080)
 Pin urllib3 to <2.0.0 for now (#2069)
 Do not send monitor_config when unset (#2058)
 Add db.system span data (#2040, #2042)
 Fix memory leak in profiling (#2049)
 Fix crash loop when returning none in before_send (#2045)
 Better handling of redis span/breadcrumb data (#2033)
 Add db.system to redis and SQLAlchemy db spans (#2037, #2038, #2039) (#2037)
 Upgraded linting tooling (#2026)
 Made code more resilient. (#2031)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:56 -07:00
Wang Mingyu
d4cb5d585d python3-smpplib: upgrade 2.2.2 -> 2.2.3
Changelog:
Fix: correct UCS2 part length following #184

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:56 -07:00
Wang Mingyu
cc3e1a2693 python3-regex: upgrade 2023.3.23 -> 2023.5.5
Changelog:
=========
    Removed semicolon after 'else' in 'munge_name'.
    Fixed pyproject.toml and setup.py.
    pyproject.toml was missing.
    Added pyproject.toml.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:56 -07:00
Wang Mingyu
db583fa3a8 python3-pyudev: upgrade 0.24.0 -> 0.24.1
Changelog:
=========
    Add support for PySide6: #487
    Add missing 'priority' argument for GLib.to_add_watch() #479
    Tidies and Maintenance: #486 #485 #484 #481 #480 #477 #474

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:55 -07:00
Wang Mingyu
f2d8691aac python3-pymisp: upgrade 2.4.170.1 -> 2.4.170.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:55 -07:00
Wang Mingyu
6ba3a9ae44 python3-pika: upgrade 1.3.1 -> 1.3.2
Changelog:
=========
Closed issues:
----------------
    GeventConnection may now work on Windows #1407
    ExchangeType should be from str type #1409

Merged pull requests:
---------------------
    Attempt to re-enable GeventConnection on Windows #1417
    fix typo #1414
    Fix exchange type enum type #1410

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:55 -07:00
Wang Mingyu
96a48e99bf python3-pulsectl: upgrade 22.3.2 -> 23.5.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:55 -07:00
Wang Mingyu
3f1300becf python3-pint: upgrade 0.20.1 -> 0.21
Changelog:
==========
- Add PEP621/631 support.
- Exposed matplotlib unit formatter (PR #1703)
- Fix error when when re-registering a formatter.
- Add new SI prefixes: ronna-, ronto-, quetta-, quecto-.
- Fix unit check with 'atol' using 'np.allclose' & 'np.isclose'.
- Implementation for numpy.positive added for Quantity.
- Changed frequency to angular frequency in the docs.
- Remove deprecated 'alen' numpy function
- Updated URLs for log and offset unit errors.
- Patched TYPE_CHECKING import regression.
- Parse '°' along with previous text, rather than adding a space,
  allowing as a unit.
- Improved escaping of special characters for LaTeX format
- Avoid addition of spurious trailing zeros when converting units and non-int-type is
  Decimal (PR #1625).
- Implementation for numpy.delete added for Quantity.
- Fixed Quantity type returned from '__dask_postcompute__'.
- Added Townsend unit
- Fix get_compatible_units() in dynamically added units.
- Fix pint-convert script
- Honor non_int_type when dividing.
- Fix 'trapz', 'dot', and 'cross' to work properly with non-multiplicative units
- Support percent and ppm units. Support the '%' symbol.
- Fix error when parsing subtraction operator followed by white space.
- Removed Td as an alias for denier (within the Textile group)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:55 -07:00
Wang Mingyu
2e66316954 python3-protobuf: upgrade 4.22.3 -> 4.22.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:55 -07:00
Wang Mingyu
ab1d10fcf2 python3-nocasedict: upgrade 2.0.0 -> 2.0.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:55 -07:00
Wang Mingyu
42f66b252a python3-elementpath: upgrade 4.1.1 -> 4.1.2
Changelog:
==========
    Add support for Python 3.12
    Fix self shortcut operator (adding is_schema_node() to node classes)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:55 -07:00
Wang Mingyu
cfa6e663b0 python3-flask-socketio: upgrade 5.3.3 -> 5.3.4
Changelog:
=========
Fixed cookie handling in Test Client for Flask >= 2.3 #1982
Correctly handle ConnectionRefusedError in connect handler #1959
More secure nginx configuration examples #1966

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:55 -07:00
Wang Mingyu
0f4dba6506 python3-langtable: upgrade 0.0.61 -> 0.0.62
Changelog:
=========
    Get translation changes from CLDR
    Add more translations from CLDR
    Add Norwegian keyboard layout to keyboards.xml (Resolves: #16)
    Add Hang script to Southern Aymara

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:55 -07:00
Wang Mingyu
25d3e39047 python3-gast: upgrade 0.5.3 -> 0.5.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:55 -07:00
Wang Mingyu
0373e3429d python3-imageio: upgrade 2.27.0 -> 2.28.1
Changelog:
========
Fix
-----
    Avoid exception when n_frames is not set by Pillow
    Forward get_reader/get_writer kwargs to read/write (#979)
    Allow incremental write in pillow (#978)
    Add writeable_output=True to pillow plugin to ensure data is writable by default (#976)

Other
-----
    Refactor invoke in no-internet CI (#986)
    Fixed typo in CI script (#985)
    Fix typo in PyPI link tooltip (#980)
    Generate images in temporary folders (#977)

Feature
--------
    Expose v3 plugins via v2 API (#824)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:54 -07:00
Wang Mingyu
a5bafa5b49 python3-coverage: upgrade 7.2.3 -> 7.2.5
Changelog:
==========
- Fix: html_report() could fail with an AttributeError on isatty if run in an
  unusual environment where sys.stdout had been replaced.
- Fix: with relative_files = true, specifying a specific file to include or
  omit wouldn't work correctly (issue 1604).
- Fix: the XML report would have an incorrect <source> element when using
  relative files and the source option ended with a slash (issue 1541).
- When the HTML report location is printed to the terminal, it's now a
  terminal-compatible URL, so that you can click the location to open the HTML
  file in your browser.
- Docs: a new :ref:'Migrating page <migrating>' with details about how to
  migrate between major versions of coverage.py. It currently covers the
  wildcard changes in 7.x.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:54 -07:00
Wang Mingyu
b1ec882cce python3-argcomplete: upgrade 3.0.5 -> 3.0.8
Changelog:
==========
-  Test suite shell wrapper: Accept OSError on exit
-  Test suite: Use general regex to cut zsh reset ANSI sequences (#425)
-  Allow importlib-metadata 6.x; skip test failures on Python 3.7 (#420,
   #424)
-  Note completers can return iterables of strings, not just lists
   (#422)
-  Documentation and test improvements

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:54 -07:00
Wang Mingyu
7774a91adc python3-astroid: upgrade 2.15.3 -> 2.15.4
Changelog:
 Add visitor function for TryStar to AsStringVisitor and add TryStar to astroid.nodes.ALL_NODE_CLASSES.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:54 -07:00
Wang Mingyu
d73d59cb66 python3-can: upgrade 4.1.0 -> 4.2.0
Changelog:
 https://github.com/hardbyte/python-can/releases/tag/v4.2.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:54 -07:00
Wang Mingyu
800ecdc902 python3-cassandra-driver: upgrade 3.26.0 -> 3.27.0
Changelog:
Add support for client-side encryption (PYTHON-1341)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:54 -07:00
Wang Mingyu
b6d5a4453f python3-alembic: upgrade 1.10.3 -> 1.10.4
Changelog:
=========
feature
----------
  Added support for autogenerate comparison of indexes on PostgreSQL which
  include SQL sort option, such as ASC or NULLS FIRST.

bug
---------
  Fixed issue where using a directive such as op.create_foreign_key() to
  create a self-referential constraint on a single table where the same
  column were present on both sides (e.g. within a composite foreign key)
  would produce an error under SQLAlchemy 2.0 and a warning under SQLAlchemy 1.4
  indicating that a duplicate column were being added to a table.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:54 -07:00
Wang Mingyu
afca23cd71 python3-yarl: upgrade 1.8.2 -> 1.9.2
Changelog:
 Fix regression with truediv and absolute URLs with empty paths causing the raw path to lack the leading /.

License-Update:Update the LICENSE file to contain the license used (Apache-2.0)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08 21:45:54 -07:00
Bhargav Das
e573b67604 python3-libevdev: Add recipe for python libevdev module.
Signed-off-by: Bhargav Das <bhargav.das@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-04 15:34:11 -07:00
Ross Burton
15bc6cc2f0 python3-ninja: simplify recipe
Delete more code from __init__.py as we'll never be running from inside
a build tree.

Replace the use of skbuild.setup() with setuptools.setup(): the same
Python module is built and the only value-add is the potential build of
ninja, which we don't want and delete anyway.

This means we can remove most of the DEPENDS and RDEPENDS.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-04 10:23:40 -07:00
Markus Volk
7cb34209fc python3-pillow: add libxcb to RDEPENDS for x11
This fixes:
ERROR: python3-pillow-9.5.0-r0 do_package_qa: QA Issue: /usr/lib/python3.11/site-packages/PIL/_imaging.cpython-311-x86_64-linux-gnu.so contained in package python3-pillow requires libxcb.so.1()(64bit), but no providers found in RDEPENDS:python3-pillow? [file-rdeps]
ERROR: python3-pillow-9.5.0-r0 do_package_qa: Fatal QA errors were found, failing task.
ERROR: Logfile of failure stored in: /home/flk/poky/build-intel-sway/tmp/work/corei7-64-poky-linux/python3-pillow/9.5.0-r0/temp/log.do_package_qa.2328146
ERROR: Task (/home/flk/poky/meta-openembedded/meta-python/recipes-devtools/python/python3-pillow_9.5.0.bb:do_package_qa) failed with exit code '1'

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-04 06:47:00 -07:00
Khem Raj
c5f6d61ae2 python3-pyzstd: Disable LTO on clang+arm
clang-16 segfaults on arm while compiling with -flto

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-03 21:24:55 -07:00
Khem Raj
647468e3e1 python3-click: Fix ptest failure
test_bytes_args fails especially on musl, therefore use mocked sys.stdin.encoding

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-27 22:37:56 -07:00
Johannes Pointner
583190fb9a python3-pyzstd: add new recipe
Add recipe for python bindings to ZStandard (zstd) compression library

Signed-off-by: Johannes Pointner <johannes.pointner@br-automation.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-27 09:58:33 -07:00
Wang Mingyu
4a59976e97 python3-xmlschema: upgrade 2.2.2 -> 2.2.3
Changelog:
==========
    Add support for Python 3.12
    Detach content iteration methods from ModelVisitor

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23 21:55:52 -07:00
Wang Mingyu
59c3093ac1 python3-tornado: upgrade 6.2 -> 6.3
Changelog:
 https://github.com/tornadoweb/tornado/releases/tag/v6.3.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23 21:55:52 -07:00
Wang Mingyu
429fd951bc python3-websockets: upgrade 11.0.1 -> 11.0.2
Changelog:
Fixed a deadlock in the threading implementation when closing a connection without reading all messages.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23 21:55:52 -07:00
Wang Mingyu
5629cd6bca python3-pyscaffold: upgrade 4.4 -> 4.4.1
Changelog:
==========
    Re-use pre-built wheels in CI for upgrade tests in #702
    Make security permissions explicit in GHA template #704
    Fix GITHUB_TOKEN variable in GHA template #715

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23 21:55:52 -07:00
Wang Mingyu
495557be28 python3-sentry-sdk: upgrade 1.19.1 -> 1.20.0
Changelog:
==========
 Send all events to /envelope endpoint when tracing is enabled
 Note: If you’re self-hosting Sentry 9, you need to stay in the previous version of the SDK or update your self-hosted to at least 20.6.0
 Profiling: Remove profile context from SDK
 Profiling: Additionl performance improvements to the profiler
 Fix: Celery Beat monitoring without restarting the Beat process
 Fix: Using the Codecov uploader instead of deprecated python package
 Fix: Support for Quart

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23 21:55:52 -07:00
Wang Mingyu
4a1e88b75a python3-python-vlc: upgrade 3.0.18121 -> 3.0.18122
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23 21:55:52 -07:00
Wang Mingyu
e41eb35a2c python3-pymisp: upgrade 2.4.170 -> 2.4.170.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23 21:55:52 -07:00
Wang Mingyu
a4828449a3 python3-icu: upgrade 2.10.2 -> 2.11
Changelog:
===========
 - fixed bug PluralFormat.format accepting python strings, which are immutable
 - fixed bug with UWordBreak wrapping wrong enum (UBreakIteratorType)
 - added wrappers for UBreakIteratorType, ULine|SentenceBreakTag
 - added wrappers for DateTimePatternGenerator::set|getDateTimeFormat()
 - added wrappers for Precision::incrementExact()
 - Locale objects can now be sorted (Fredrik Roubert)
 - added wrapper for Calendar::inTemporalLeapYear()
 - added wrappers for Calendar::get|getTemporalMonthCode()
 - changed all Calendar setters to return self instead of None, setter chaining

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23 21:55:52 -07:00
Wang Mingyu
353982a14e python3-pyalsaaudio: upgrade 0.9.2 -> 0.10.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23 21:55:52 -07:00
Wang Mingyu
c916e99b50 python3-mock: upgrade 5.0.1 -> 5.0.2
Changelog:
==========
 gh-102978: Fixes :func:'unittest.mock.patch' not enforcing function signatures for methods decorated with @classmethod or @staticmethod when patch is called with autospec=True.
 gh-103329: Regression tests for the behaviour of unittest.mock.PropertyMock were added.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23 21:55:52 -07:00
Wang Mingyu
2ba3867591 python3-google-api-python-client: upgrade 2.85.0 -> 2.86.0
Changelog:
https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23 21:55:52 -07:00
Wang Mingyu
953c406dcb python3-soupsieve: upgrade 2.4 -> 2.4.1
License-Update: Copyright year updated to 2023.

Changelog:
 FIX: Attribute syntax for case insensitive flag optionally allows a space, it does not require one.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23 21:55:52 -07:00
Wang Mingyu
28b0ca2785 python3-engineio: upgrade 4.4.0 -> 4.4.1
Changelog:
==========
Prevent crash when closing simple-websocket connection
Fix server/client mixup in client docstrings

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23 21:55:52 -07:00
Wang Mingyu
0a08431bf7 python3-diskcache: upgrade 5.5.1 -> 5.6.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23 21:55:52 -07:00
Wang Mingyu
ee38717082 python3-astroid: upgrade 2.15.2 -> 2.15.3
Changelog:
==========
* Fix "infer_call_result()" crash on methods called "with_metaclass()".
* Suppress "UserWarning" when finding module specs.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23 21:55:52 -07:00
Wang Mingyu
416c6168bb python3-periphery: upgrade 2.3.0 -> 2.4.1
Changelog:
===========
  Fix realtime timestamp reporting for line events in gpio-cdev v2 implementation.
  Avoid writing direction and inverted on open to retain existing state with sysfs GPIOs
  Add support for gpio-cdev v2 ABI.
  Add type stubs.

License-Update: Copyright year updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23 21:55:52 -07:00
Ari Parkkila
54f5199706 python3-appdirs: add native and nativesdk to BBCLASSEXTEND
Signed-off-by: Ari Parkkila <ari.parkkila@qt.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17 17:54:25 -07:00
Wang Mingyu
18b3626576 python3-zeroconf: upgrade 0.55.0 -> 0.56.0
Feature
==========
    Reduce denial of service protection overhead

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17 09:53:31 -07:00
Wang Mingyu
3e3799c49c python3-xlsxwriter: upgrade 3.0.9 -> 3.1.0
Changelog:
 Minor fix for cell color issue.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17 09:53:31 -07:00
Wang Mingyu
c21ffb1403 python3-pymisp: upgrade 2.4.169.3 -> 2.4.170
Changelog:
==========
- Add: support breakOnDuplicate option for attributes:add()
- Update reportlab_generator.py.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17 09:53:31 -07:00
Wang Mingyu
6ea2e3ec8e python3-web3: upgrade 6.1.0 -> 6.2.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17 09:53:31 -07:00
Wang Mingyu
604efddff8 python3-protobuf: upgrade 4.22.1 -> 4.22.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17 09:53:31 -07:00
Wang Mingyu
336d9a4eee python3-google-auth: upgrade 2.17.2 -> 2.17.3
Bug Fixes
=========
    Add useEmailAzp claim for id token iam flow

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17 09:53:31 -07:00
Wang Mingyu
407ef093bb python3-google-api-python-client: upgrade 2.84.0 -> 2.85.0
Changelog:
https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17 09:53:31 -07:00
Wang Mingyu
6d86ed5ab5 python3-elementpath: upgrade 4.1.0 -> 4.1.1
Changelog:
=========
 Simplify type annotations for XSD datatypes
 Full test coverage of sequence type functions with bugfixes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17 09:53:31 -07:00
Wang Mingyu
cbe106d4a1 python3-cmake: upgrade 3.26.1 -> 3.26.3
Changelog:
==========
 update pre-commit hooks (#350, #353)
 bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17 09:53:31 -07:00
Wang Mingyu
c0ab58aa04 python3-diskcache: upgrade 5.4.0 -> 5.5.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17 09:53:31 -07:00
Wang Mingyu
63d1875430 python3-croniter: upgrade 1.3.8 -> 1.3.14
Changelog:
==========
    Add check for range begin/end
    restore py2 compat
    Do not expose i into global namespace
    Fix DOW hash parsing
    better error handling on py3

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17 09:53:31 -07:00
Khem Raj
1b7380bc0f python3-pandas: Fix TMPDIR references in dbg files
These are embedded into comments in C source code generated with cython
during do_compile.

Fixes

WARNING: python3-pandas-1.5.3-r0 do_package_qa: QA Issue: File /usr/src/debug/python3-pandas/1.5.3-r0/pandas/_libs/hashing.c in package python3-pandas-src contains reference to TMPDIR

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-16 07:58:58 -07:00
Khem Raj
56ac2a69a8 python3-h5py: Fix TMPDIR references in dbg files
These are embedded into comments in C source code generated with cython
during do_compile.

Fixes

WARNING: python3-h5py-3.8.0-r0 do_package_qa: QA Issue: File /usr/src/debug/python3-h5py/3.8.0-r0/h5py/_conv.c in package python3-h5py-src contains reference to TMPDIR
File /usr/src/debug/python3-h5py/3.8.0-r0/h5py/h5fd.c in package python3-h5py-src contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-16 07:58:58 -07:00
Jasper Orschulko
5564dbb8ff python3-gcovr: Add missing runtime dependency
python3-gcovr requires standard python module multiprocessing as runtime
dependency.

Upstream-Status: Inappropriate [configuration]

Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-16 00:09:06 -07:00
Bartosz Golaszewski
930436d900 python3-gpiod: fetch sources from pypi
Python bindings to libgpiod are now available on pypi. The source
package is a limited subset of the original repository. As such the
ptest package now requires the libgpiod-ptest to be available at
run-time (for libgpiosim.so against which the test C extension is
linked).

The problem with installing the C extensions for tests is now fixed so
drop the do_install:append(). We no longer have to pass any additional
CFLAGS to setup.py either.

We update the version of the recipe but the changes only apply to
building and packaging, there are no functional changes to the code.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-14 08:45:14 -07:00
Bartosz Golaszewski
ce5cf625cd python3-gpiod: add missing run-time dependencies
The gpiod package needs some standard python modules so add them to
RDEPENDS.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-14 08:45:14 -07:00
Bartosz Golaszewski
61e84230ae python3-gpiod: don't hardcode the project version in recipe
Use the provided PV variable when referring to project's version.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-11 14:54:22 -07:00
Wang Mingyu
942740b286 python3-sentry-sdk: upgrade 1.18.0 -> 1.19.1
Changelog:
==========
Make auto monitoring beat update support Celery 4 and 5
New: Celery Beat auto monitoring
New: gRPC integration
New: gRPC integration
Fix: Do not trim span descriptions.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-10 09:39:38 -07:00
Wang Mingyu
bbf30898f3 python3-sqlalchemy: upgrade 2.0.7 -> 2.0.9
Changelog:
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.9

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-10 09:39:38 -07:00
Wang Mingyu
c402247a9b python3-web3: upgrade 6.0.0 -> 6.1.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-10 09:39:38 -07:00
Wang Mingyu
8f2476d29b python3-zeroconf: upgrade 0.47.4 -> 0.55.0
Feature
=======
    Improve performance of processing incoming records

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-10 09:39:38 -07:00
Wang Mingyu
ae43241fa2 python3-networkx: upgrade 3.0 -> 3.1
Changelog:
Supports Python 3.8, 3.9, 3.10, and 3.11.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-10 09:39:38 -07:00
Wang Mingyu
3c49711ad7 python3-simplejson: upgrade 3.18.4 -> 3.19.1
Changelog:
============
* This release contains security hardening measures based on recommendations
  by a security audit sponsored by OSTIF and conducted by X41 D-Sec GmbH.
  Several of these measures include changing defaults to be more strict,
  by default simplejson will now only consume and produce compliant JSON,
  but the flags still exist for any backwards compatibility needs.
  No high priority issues were discovered, the reference count
  leak is thought to be unreachable since the digits of the float are
  checked before PyOS_string_to_double is called.
  A link to the public version of this report will be included in a
  future release of simplejson. The following fixes were implemented in
  one PR: https://github.com/simplejson/simplejson/pull/313
* Fix invalid handling of unicode escape sequences in the pure Python
  implementation of the decoder (SJ-PT-23-01)
* Fix missing reference count decrease if PyOS_string_to_double raises
  an exception in Python 2.x; was probably unreachable (SJ-PT-23-02)
* Backport the integer string length limitation from Python 3.11 to
  limit quadratic number parsing (SJ-PT-23-03)
* Fix inconsistencies with error messages between the C and Python
  implementations (SJ-PT-23-100)
* Remove unused unichr import from encoder (SJ-PT-23-101)
* Remove unused namedtuple_as_object and tuple_as_array arguments from
  simplejson.load (SJ-PT-23-102)
* Remove vestigial _one_shot code from iterencode (SJ-PT-23-103)
* Change default of allow_nan from True to False and add allow_nan
  to decoder (SJ-PT-23-107)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-10 09:39:38 -07:00
Wang Mingyu
82ce84ecc6 python3-pychromecast: upgrade 13.0.6 -> 13.0.7
Changelog:
===========
 Wait longer when attempting to play media
 Bump black from 23.1.0 to 23.3.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-10 09:39:38 -07:00
Wang Mingyu
1290752044 python3-imgtool: upgrade 1.9.0 -> 1.10.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-10 09:39:38 -07:00
Wang Mingyu
c77c509218 python3-google-auth: upgrade 2.17.1 -> 2.17.2
Bug Fixes
==========
    Do not create new JWT credentials if they make the same claims as the existing.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-10 09:39:38 -07:00
Wang Mingyu
398bdf2e38 python3-google-api-python-client: upgrade 2.83.0 -> 2.84.0
Changelog:
https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-10 09:39:38 -07:00
Wang Mingyu
4ea55900fd python3-coverage: upgrade 7.2.2 -> 7.2.3
Changelog:
==========
- Fix: the :ref:`config_run_sigterm` setting was meant to capture data if a
  process was terminated with a SIGTERM signal, but it didn't always.
- Performance: HTML reports with context information are now much more compact.
  File sizes are typically as small as one-third the previous size, but can be
  dramatically smaller.
- Development dependencies no longer use hashed pins, closing issue 1592.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-10 09:39:38 -07:00
Wang Mingyu
1d58644dcd python3-astroid: upgrade 2.15.1 -> 2.15.2
Changelog:
=========
* Support more possible usages of "attrs" decorators.
  Closes pylint-dev/pylint#7884

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-10 09:39:38 -07:00
Wang Mingyu
68ee3ed5fb python3-alembic: upgrade 1.10.2 -> 1.10.3
Changelog:
==========
 [bug] [typing] Fixed various typing issues observed with pyright, including issues
 involving the combination of Function and
 MigrationContext.begin_transaction().

 [bug] [autogenerate] Fixed error raised by alembic when running autogenerate after removing
 a function based index.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-10 09:39:38 -07:00