Commit Graph

5242 Commits

Author SHA1 Message Date
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
Wang Mingyu
05dda95465 python3-websockets: upgrade 10.4 -> 11.0.1
License-Update: Use standard licence text and SPDX identifier.

Changelog:
==========
Bug fixes
----------
Restored the C extension in the source distribution.

Backwards-incompatible changes
-------------------------------
The Sans-I/O implementation was moved.
Sans-I/O protocol constructors now use keyword-only arguments.
Closing a connection without an empty close frame is OK.
serve() times out on the opening handshake after 10 seconds by default.

New features
-------------
websockets 10.0 introduces a implementation on top of threading.
Added open_timeout to serve().
Made it possible to close a server without closing existing connections.
Added select_subprotocol to customize negotiation of subprotocols in the Sans-I/O layer.

Improvements
--------------
Added platform-independent wheels.
Improved error handling in broadcast().
Set server_hostname automatically on TLS connections when providing a sock argument to connect().

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
ebe266a0b4 python3-pillow: upgrade 9.4.0 -> 9.5.0
License-Update:
 Alex Clark -> Jeffrey A. Clark (Alex)
 Update HPND wording in LICENSE file

Changelog:
==========
    Added ImageSourceData to TAGS_V2 #7053
    Clear PPM half token after use #7052
    Removed absolute path to ldconfig #7044
    Support custom comments and PLT markers when saving JPEG2000 images #6903
    Load before getting size in __array_interface__ #7034
    Support creating BGR;15, BGR;16 and BGR;24 images, but drop support for BGR;32 #7010
    Consider transparency when applying APNG blend mask #7018
    Round duration when saving animated WebP images #6996
    Added reading of JPEG2000 comments #6909
    Decrement reference count #7003
    Allow libtiff_support_custom_tags to be missing #7020
    Improved I;16N support #6834
    Added QOI reading #6852
    Added saving RGBA images as PDFs #6925
    Do not raise an error if os.environ does not contain PATH #6935
    Close OleFileIO instance when closing or exiting FPX or MIC #7005
    Added __int__ to IFDRational for Python >= 3.11 #6998
    Added memoryview support to Dib.frombytes() #6988
    Close file pointer copy in the libtiff encoder if still open #6986
    Raise an error if ImageDraw co-ordinates are incorrectly ordered #6978
    Added "corners" argument to ImageDraw rounded_rectangle() #6954
    Added memoryview support to frombytes() #6974
    Allow comments in FITS images #6973
    Support saving PDF with different X and Y resolutions #6961
    Fixed writing int as UNDEFINED tag #6950
    Raise an error if EXIF data is too long when saving JPEG #6939
    Handle more than one directory returned by pkg-config #6896
    Do not retry past formats when loading all formats for the first time #6902
    Do not retry specified formats if they failed when opening #6893
    Do not unintentionally load TIFF format at first #6892
    Stop reading when EPS line becomes too long #6897
    Allow writing IFDRational to BYTE tag #6890
    Raise ValueError for BoxBlur filter with negative radius #6874
    Support arbitrary number of loaded modules on Windows #6761

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
Khem Raj
95a76614a6 python3-pyruvate: Upgrade to 1.2.1
Add fixes to build with musl and riscv32

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-08 10:05:00 -07:00
Khem Raj
08a95252e8 python3-pyruvate: regenerate with updated bbclass
* it's needed for compatibility with updated fetcher from:
  https://patchwork.yoctoproject.org/project/bitbake/patch/20230405122125.3358972-1-enrico.scholz@sigma-chemnitz.de/

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-06 22:38:34 -07:00
Ever ATILANO
74dcb3aa17 meta-python: python3-lorem: Add ptest
Signed-off-by: Ever ATILANO <ever.atilano@smile.fr>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:57:09 -07:00
Ever ATILANO
7e4947d0b0 meta-python: python3-path: Add ptest
Signed-off-by: Ever ATILANO <ever.atilano@smile.fr>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:57:09 -07:00
Peter Kjellerstedt
b1d0b6f06c python3-crc32c: Correct the license information
Correct "startline=" to "beginline=" in LIC_FILES_CHKSUM so that the
correct lines from crc32c_adler.c are used.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
0d028d944e python3-watchdog: upgrade 2.3.1 -> 3.0.0
Changelog:
==========
    Drop support for Python 3.6.
    watchdog is now PEP 561 compatible, and tested with mypy
    Fix missing > in FileSystemEvent.__repr__() (#980)
    [ci] Lots of improvements
    [inotify] Return from InotifyEmitter.queue_events() if not launched when thread is inactive (#963)
    [tests] Stability improvements
    [utils] Remove handling of threading.Event.isSet spelling (#962)
    [watchmedo] Fixed tricks YAML generation (#965)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
3ba7498ed9 python3-sentry-sdk: upgrade 1.17.0 -> 1.18.0
Changelog:
==========
Updated denylist to include other widely used cookies/headers (#1972)
Forward all sentry- baggage items (#1970)
Update OSS licensing (#1973)
Profiling: Handle non frame types in profiler (#1965)
Tests: Bad arq dependency in tests (#1966)
Better naming (#1962)
New: Implement EventScrubber (#1943)
New: Added new functions_to_trace option for central way of performance instrumentation (#1960)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
d871faa66b python3-typeguard: upgrade 3.0.1 -> 3.0.2
Changelog:
===========
    Improved warnings by ensuring that they target user code and not Typeguard internal code
    Fixed warn_on_error() not showing where the type violation actually occurred
    Fixed local assignment to *args or **kwargs being type checked incorrectly
    Fixed TypeError on check_type(..., None)
    Fixed unpacking assignment not working with a starred variable (x, *y = ...) in the target tuple
    Fixed variable multi-assignment (a = b = c = ...) being type checked incorrectly

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
9917d11343 python3-regex: upgrade 2022.10.31 -> 2023.3.23
Changelog:
===========
Disabled repeat guards. They keep causing issues, and it's just simpler to rely on timeouts.
Re-enabled modified repeat guards due to regression in speed caused by excessive backtracking.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
5f3ca17c07 python3-redis: upgrade 4.5.1 -> 4.5.4
Changelog:
==========
Upgrade urgency: SECURITY, contains fixes to security issues.
--------------------------------------------------------------
    (CVE-2023-28859) - Cancelling an async future does not, properly trigger, leading to a potential data leak in specific cases.
    (CVE-2023-28858) - Cancelling an async future does not, properly trigger, leading to a potential data leak in specific cases.

Bug Fixes
-------------
    Fixing cancelled async futures (#2666)
    Fix: do not use asyncio's timeout lib before 3.11.2 (#2659)
    Fix UDS in v4.5.2: UnixDomainSocketConnection missing constructor argument (#2630)

Maintenance
--------------
    Minor fixes for #2666 and enhanced async test (#2673)
    Fix issue 2660: PytestUnraisableExceptionWarning from asycio client (#2669)
    Removing accidentally checked in files (#2642)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
1911fd29e0 python3-pymisp: upgrade 2.4.169.2 -> 2.4.169.3
Fix:
- Invalid check if taxo is enabled.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
5447a49ce2 python3-pymodbus: upgrade 3.2.1 -> 3.2.2
Changelog:
Add forgotten await

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
ea63c2de22 python3-pydantic: upgrade 1.10.6 -> 1.10.7
Changelog:
==========
    Fix creating schema from model using ConstrainedStr with regex as dict key
    Address bug in mypy plugin caused by explicit_package_bases=True
    Add implicit defaults in the mypy plugin for Field with no default argument
    Fix schema generated for Enum values used as Literals in discriminated unions
    Fix mypy failures caused by the pydantic mypy plugin when users define from_orm in their own classes
    Fix InitVar usage with pydantic dataclasses, mypy version 1.1.1 and the custom mypy plugin

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
35e7f76326 python3-luma-oled: upgrade 3.11.0 -> 3.12.0
Changelog:
Fix 96x16 OLED panel offset

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
bb8819a9b5 python3-jdatetime: upgrade 4.1.0 -> 4.1.1
Changelog:
==========
Add
------
    Add fromisoformat method to jdatetime.date
    Add support for Python 3.11

Fixed
------
    Fix two chars month handling in jdatetime.datetime.strptime

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
a34202abe7 python3-pychromecast: upgrade 13.0.4 -> 13.0.6
Changelog:
==========
    Fix socket leak (#718)
    Don't call launch callback on error (#715)
    Wait for response when stopping app (#714)
    Simplify request callback handling (#712)
    Make sure handler is unregistered after quickplay (#713)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
ac3d796281 python3-imageio: upgrade 2.26.0 -> 2.27.0
Changelog:
==========
Fix
------
    Consistently apply color palettes by default (#955) (938de2d)
    Allow ffmpeg filters to terminate iter (#954) (a463899)
    Handle unknown video duration in pyav metadata (#937) (06a1c0d)
    Update FreeImage backend to v3.18.0 on Windows (#960) (08d3bda)
Feature
---------
    Add n_images to ImageProperties (#966) (76d9aed)
Other
------
    Remove pypy 3.7 testing and improve CI/CD scripts (#964) (b439803)
    Several doc improvements (#959) (ecb6773)
    Add GH Sponsors link (0e13f64)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
d7ea5a9942 python3-ipython: upgrade 8.11.0 -> 8.12.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
d2a13a69ab python3-google-auth: upgrade 2.16.2 -> 2.17.1
Changelog:
==========
    Print out reauth plugin error and raise if challenge output is None (#1265) (08d22fe)
    Experimental service account iam endpoint flow for id token (#1258) (8ff0de5)
    Python: Remove aws url validation (#1254) (20a966b)
    Read both applicationId and relyingPartyId. (#1246) (e125dfe)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
4665ccd8d9 python3-httplib2: upgrade 0.21.0 -> 0.22.0
Changelog:
==========
  https: disable_ssl_certificate_validation caused ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled
  build(deps): bump cryptography from 37.0.4 to 38.0.3
  Reason from cryptography changelog: Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.7, which resolves CVE-2022-3602 and CVE-2022-3786.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
0f36acd433 python3-googleapis-common-protos: upgrade 1.58.0 -> 1.59.0
Changelog:
=========
Features
----------
    Add overrides_by_request_protocol to BackendRule in google/api/backend.proto (77376dd)
    Add proto_reference_documentation_uri to Publishing in google/api/client.proto (77376dd)
    Add SERVICE_NOT_VISIBLE and GCP_SUSPENDED to ErrorReason in google/api/error_reason.proto (77376dd)

Documentation
--------------
    Use rst syntax in readme (77376dd)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
06ed48730d python3-elementpath: upgrade 4.0.1 -> 4.1.0
Changelog:
==========
 Refactor XPath function call (context=None only as keyword argument)
 Add external function support (issue #60)
 Some fixes to string representation and source property of tokens
 Extend documentation and tests
 Clean XSD datatypes hierarchy

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
da5190344b python3-google-api-python-client: upgrade 2.81.0 -> 2.83.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-05 15:56:47 -07:00
Wang Mingyu
3bed7e365b python3-dateparser: upgrade 1.1.7 -> 1.1.8
Improvements:
==============
 Improved date parsing for Chinese (#1148)
 Improved date parsing for Czech (#1151)
 Reorder language by popularity (#1152)
 Fix leak of memory in cache (#1140)
 Add support for "\d units later" (#1154)
 Move modification in CLDR data to yaml (#1153)
 Add support to use timezone via settings to get PREFER_DATES_FROM result (#1155)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
f0e8b2d003 python3-cmake: upgrade 3.26.0 -> 3.26.1
Changelog:
==========
chore(deps): bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.3
chore(deps): update pre-commit hooks

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
2f3578b4ce python3-astroid: upgrade 2.15.0 -> 2.15.1
Changelog:
==========
Restore behavior of setting a Call as a base for classes created using six.with_metaclass(),
and harden support for using enums as metaclasses in this case.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
e2056558b3 python3-cassandra-driver: upgrade 3.25.0 -> 3.26.0
Changelog:
===========
Features
--------
    Add support for execution profiles in execute_concurrent (PR 1122)

Bug Fixes
----------
    Handle empty non-final result pages (PR 1110)
    Do not re-use stream IDs for in-flight requests (PR 1114)
    Asyncore race condition cause logging exception on shutdown (PYTHON-1266)

Others
---------
    Fix deprecation warning in query tracing (PR 1103)
    Remove mutable default values from some tests (PR 1116)
    Remove dependency on unittest2 (PYTHON-1289)
    Fix deprecation warnings for asyncio.coroutine annotation in asyncioreactor (PYTTHON-1290)
    Fix typos in source files (PR 1126)
    HostFilterPolicyInitTest fix for Python 3.11 (PR 1131)
    Fix for DontPrepareOnIgnoredHostsTest (PYTHON-1287)
    tests.integration.simulacron.test_connection failures (PYTHON-1304)
    tests.integration.standard.test_single_interface.py appears to be failing for C* 4.0 (PYTHON-1329)
    Authentication tests appear to be failing fraudulently (PYTHON-1328)
    PreparedStatementTests.test_fail_if_different_query_id_on_reprepare() failing unexpectedly (PTYHON-1327)
    Refactor deprecated unittest aliases for Python 3.11 compatibility (PR 1112)

Deprecations
------------
    This release removes support for Python 2.7.x as well as Python 3.5.x and 3.6.x

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
a34c6b77a3 python3-argcomplete: upgrade 3.0.0 -> 3.0.5
Changelog:
=========
 Call _default as fallback in zsh global completion hook
 Begin support for mapping-emitting completers
 activate-global-python-argcomplete: do not overwrite existing dotfile in user directory
 Add NOTICE file
 Establish long term name for split_line as argcomplete.lexers.split_line
 Re-add split_line to API (#419)
 Fix zsh default completion issues
 Fix zsh autoload issues

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 15:56:47 -07:00
Wang Mingyu
33d583fc3f python3-aenum: upgrade 3.1.11 -> 3.1.12
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-04 13:39:46 -07:00
Wang Mingyu
2a8a340385 python3-pyproj: upgrade 3.4.1 -> 3.5.0
License-Update: Copyright year updated to 2023.

Changelog:
============
 DEP: Minimum PROJ version 9.0 (issue #1223)
 WHL: PROJ 9.2 in wheels (pull #1243)
 ENH: Add return_back_azimuth: bool to allow compatibility between the azimuth output of the following functions (issue #1163):
      fwd and fwd_intermediate, inv and inv_intermediate
 ENH: Added only_best kwarg to Transformer.from_crs() (issue #1228)
 PERF: Optimize point transformations (pull #1204)
 REF: Raise error when CRS.to_wkt(), CRS.to_json(), or CRS.to_proj4() returns None (issue #1036)
 CLN: Remove AzumuthalEquidistantConversion & LambertAzumuthalEqualAreaConversion.
      AzimuthalEquidistantConversion & LambertAzimuthalEqualAreaConversion should be used instead (pull #1219)
 BUG: Fix Derived Projected CRS support (issue #1182)
 BUG: Add horizontal_datum_name for geographic CRS in CRS.to_cf() (issue #1251)
 BUG: Add datum ensemble support to GeographicCRS (pull #1255)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-04 13:39:46 -07:00
Tim Orling
c09cc8ddde python3-aspectlib: fix ptest
* ptest RDEPENDS on pytest
* Use python3-unittest-automake-output instead of using sed to reformat
  the output use this new module.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-04 13:39:45 -07:00
Zhixiong Chi
17243e70c8 python3-betamax: fix ptest failture of fixture and record modes
In betamax fixtures and recorde_modes ptest are failing due to
the deprecation of fixture usage and the httpbin.org service.
Drop these ptests in meta-oe, until there is a suitable solution
to fix this failure.

Validation:
Enable ptest and add python3-betamax into IMAGE_INSTALL
$runqemu ...
$cd /usr/[lib/lib64]/python3-betamax/ptest
$./run-ptest
ALL ptests PASS.

Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-28 10:44:00 -07:00
Zoltán Böszörményi
a8ab3ad588 python3-ipython: Add missing dependency
This fixes the error:

Python 3.11.2 (main, Feb  7 2023, 13:52:42) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import IPython
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.11/site-packages/IPython/__init__.py", line 52, in <module>
    from .core.application import Application
  File "/usr/lib/python3.11/site-packages/IPython/core/application.py", line 26, in <module>
    from IPython.core import release, crashhandler
  File "/usr/lib/python3.11/site-packages/IPython/core/crashhandler.py", line 27, in <module>
    from IPython.core import ultratb
  File "/usr/lib/python3.11/site-packages/IPython/core/ultratb.py", line 101, in <module>
    import stack_data
ModuleNotFoundError: No module named 'stack_data'

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-28 10:44:00 -07:00
Zoltán Böszörményi
ceb630e1b2 python3-stack-data: New recipe
Dependency of python3-ipython.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-28 10:44:00 -07:00