Commit Graph

5203 Commits

Author SHA1 Message Date
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
Zoltán Böszörményi
0ccb5483aa python3-pure-eval: New recipe
Dependency of python3-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
74582765be python3-executing: New recipe
Dependency of python3-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
Wang Mingyu
71bce52e59 python3-zopeinterface: upgrade 5.5.2 -> 6.0
Changelog:
==========
 Build Linux binary wheels for Python 3.11.
 Drop support for Python 2.7, 3.5, 3.6.
 Fix test deprecation warning on Python 3.11.
 Add preliminary support for Python 3.12 as of 3.12a5.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:20:42 -07:00
Wang Mingyu
f4e6bf30bd python3-zeroconf: upgrade 0.47.3 -> 0.47.4
Changelog:
Correct duplicate record entries in windows wheels by updating poetry-core

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:20:42 -07:00
Wang Mingyu
8c2c8fe445 python3-web3: upgrade 5.31.4 -> 6.0.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:20:42 -07:00
Wang Mingyu
556ceafff4 python3-typeguard: upgrade 2.13.3 -> 3.0.1
Changelog:
==========
  Improved the documentation
  Fixed assignment unpacking (a, b = ...) being checked incorrectly
  Fixed @typechecked attempting to instrument wrapper decorators such as @contextmanager when applied to a class
  Fixed py.typed missing from the wheel when not building from a git checkout
  BACKWARD INCOMPATIBLE Dropped the argname, memo, globals and locals arguments from check_type()
  BACKWARD INCOMPATIBLE Removed the check_argument_types() and check_return_type() functions (use @typechecked instead)
  BACKWARD INCOMPATIBLE Moved install_import_hook to be directly importable from the typeguard module
  BACKWARD INCOMPATIBLE Changed the checking of collections (list, set, dict, sequence, mapping) to only check the first item by default.
  BACKWARD INCOMPATIBLE Type checking failures now raise typeguard.TypeCheckError instead of TypeError
  Dropped Python 3.5 and 3.6 support
  Dropped the deprecated profiler hook (TypeChecker)
  Added a configuration system
  Added support for custom type checking functions
  Added support for PEP 604 union types (X | Y) on all Python versions
  Added support for generic built-in collection types (list[int] et al) on all Python versions
  Added support for checking arbitrary Mapping types
  Added support for the Self type
  Added support for typing.Never (and typing_extensions.Never)
  Added support for Never and NoReturn in argument annotations
  Added support for LiteralString
  Added support for TypeGuard
  Added support for the subclassable Any on Python 3.11 and typing_extensions
  Added the possibility to have the import hook instrument all packages
  Added the suppress_type_checks() context manager function for temporarily disabling type checks
  Much improved error messages showing where the type check failed
  Made it possible to apply @typechecked on top of @classmethod / @staticmethod (PR by jacobpbrugh)
  Changed check_type() to return the passed value, so it can be used (to an extent) in place of typing.cast(), but with run-time type checking
  Replaced custom implementation of is_typeddict() with the implementation from typing_extensions v4.1.0
  Emit InstrumentationWarning instead of raising RuntimeError from the pytest plugin if modules in the target package have already been imported
  Fixed TypeError when checking against TypedDict when the value has mixed types among the extra keys (PR by biolds)
  Fixed incompatibility with typing_extensions v4.1+ on Python 3.10 (PR by David C.)
  Fixed checking of Tuple[()] on Python 3.11 and tuple[()] on Python 3.9+
  Fixed integers 0 and 1 passing for Literal[False] and Literal[True], respectively
  Fixed type checking of annotated variable positional and keyword arguments (*args and **kwargs)
  Fixed checks against unittest.Mock and derivatives being done in the wrong place

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:20:42 -07:00
Wang Mingyu
db563ff70a python3-tzlocal: upgrade 4.2 -> 4.3
Changelog:
==========
- Improved the error message when the ZoneInfo cannot be found
- Don't error out because we find multiple possible timezones for
  a symlink.
- More stable on Android/Termux with proot

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:20:42 -07:00
Wang Mingyu
19046072b4 python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7
Changelog:
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.7

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:20:42 -07:00
Wang Mingyu
009f1ce84e python3-socketio: upgrade 5.7.2 -> 5.8.0
Changelog:
==========
 Made kombu client manager more robust and efficient
 Made aio_pika client manager more robust and efficient
 Correctly handle emits to multiple rooms in the async server
 Expose the ignore_queue option in namespaces
 Do not automatically import zmq
 TLS/SSL client documentation
 Removed incorrect reference to multiple callback invocations in documentation
 Fix documentation typos
 Add Python 3.11 to builds

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:20:42 -07:00
Wang Mingyu
dbb3be5baf python3-rapidjson: upgrade 1.9 -> 1.10
Changelog:
==========
 Use current master version of rapidjson
 Produce ppc64le wheels, thanks to mgiessing (PR #170)
 Use cibuildwheel 2.21.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:20:42 -07:00
Wang Mingyu
43cfdfaf56 python3-simplejson: upgrade 3.18.3 -> 3.18.4
Changelog:
==========
* Test the sdist to prevent future regressions
  https://github.com/simplejson/simplejson/pull/311
* Enable ppc64le wheels
  https://github.com/simplejson/simplejson/pull/312

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:20:42 -07:00
Wang Mingyu
483dc1ac58 python3-pymisp: upgrade 2.4.169 -> 2.4.169.2
Changelog:
==========
Changes
--------
- Bump version.
- Include event reports by default in feed.
- Bump deps.
- Add greynoise-ip object.

Fix
----
- Use proper parameter to trigger the request in search_galaxy_clusters.
- Use POST in search galaxy cluster.

Other
------
- Rename include_event_reports kwarg to with_event_reports, in-line with
  other kwarg naming.
- Add kwarg to allow the inclusion of event reports into to_feed(),
  honour with_distribution and valid_distributions kwargs.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:20:42 -07:00
Wang Mingyu
0a174d7350 python3-flask-socketio: upgrade 5.3.2 -> 5.3.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:20:42 -07:00
Wang Mingyu
da961f26bb python3-engineio: upgrade 4.3.4 -> 4.4.0
Changelog:
==========
    Allow configuring underlying websocket connection with custom options
    Cancel all running tasks in async SIGINT handler
    Handle unexpected WebSocket close frames sent by server
    Close aiohttp session after a failed connection
    Catch IOErrors from uWSGI and explicitly close the driver
    Recommend ASGI integration for Sanic in Documentation
    Fix documentation for max_http_buffer_size
    Add Python 3.11 to builds

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:01:40 -07:00
Wang Mingyu
40f53a3a1f python3-daemon: upgrade 2.3.2 -> 3.0.1
Changelog:
==========
Bugs Fixed:
* Migrate to use the explicitly-maintained 'packaging' library.
  The package bundled in 'setuptools.extern.packaging' is to help make that
  package self-contained, but is not a supported API.
* Declare dependency on Setuptools >= 62.4.0.
  This is necessary for establishing the version information via Setuptools. We
  use 'setuptools.command.build', 'introduced in Setuptools version 62.4.0
* Refactor calculation of file descriptor ranges to close.

Added:
* Document a 'ServiceRunner' class as an example of using 'DaemonContext'.
* PyPA recommended Project URLs for the distribution.

Changed:
* Raise a TypeError if any 'exclude' values are not valid file descriptors.
* Migrate package version handling to use Setuptools API.

Removed:
* Remove redundant 'wheel' from the requirements specification.
* Remove Setuptools 'test' command support.
* Remove Setuptools 'register' and 'upload' command support.
* Remove the obsolete 'runner' module.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:01:40 -07:00
Wang Mingyu
dd91195129 python3-eth-typing: upgrade 3.2.0 -> 3.3.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:01:40 -07:00
Wang Mingyu
83ae208c97 python3-coverage: upgrade 7.2.1 -> 7.2.2
Changelog:
===========
- Fix: if a virtualenv was created inside a source directory, and a sourced
  package was installed inside the virtualenv, then all of the third-party
  packages inside the virtualenv would be measured. This was incorrect,
  but has now been fixed: only the specified packages will be measured.
- Fix: the coverage lcov command could create a .lcov file with incorrect
  LF (lines found) and LH (lines hit) totals.
- Fix: the coverage xml command on Windows could create a .xml file with
  duplicate <package> elements.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:01:40 -07:00
Wang Mingyu
ed9f9829c3 python3-cmake: upgrade 3.25.2 -> 3.26.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:01:40 -07:00
Wang Mingyu
edf8c9a2b4 python3-argcomplete: upgrade 2.1.1 -> 3.0.0
Changelog:
===========
 Fully support zsh. Argcomplete now supports completion descriptions and global completion in zsh.
 Clean up top level namespace.
 Documentation and test improvements.
 Test infrastructure improvements
 Indicate that there is no support commitment for fish and tcsh shells

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:01:40 -07:00
Wang Mingyu
c04328baa7 python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0
License-Update: Switch to MIT license

Changelog:
https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:01:39 -07:00
Wang Mingyu
60a920ee5a python3-geojson: upgrade 2.5.0 -> 3.0.1
License-Update: Update library name in license

Changelog:
==========
Add Support for Python 3.11.x minor revisions
Support for Python versions 3.7-3.11 (Python 2 no longer supported)
Primary development branch renamed from master to main
Handle all real numbers as coordinates
Default precision improvements
CI improvements
utf-8 support added to geojson.dumps()
Polygons now constrained to bounding box
Better GeometryCollection handling in util.coords()
Improved point validation

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:01:39 -07:00
Wang Mingyu
66e989a0ed python3-pymodbus: upgrade 3.2.0 -> 3.2.1
License-Update: delete empty line at the end of the file.

Changelog:
==========
 add missing server.start(). (#1443)
 Don't publish univeral (Python2 / Python 3) wheels (#1423)
 Remove unneccesary custom LOG_LEVEL check (#1424)
 Include py.typed in package (#1422)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 22:01:39 -07:00
Yue Tao
a4b6e3ee89 Introduce python3-trustme to fix ptest error of python3-requests-toolbelt
The ptest fails after python3-requests-toolbelt is upgraded
to 0.10.1.

=======================================================
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../python3.11/importlib/{}init{}.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_x509_adapter.py:20: in <module>
    import trustme
E   ModuleNotFoundError: No module named 'trustme'
=======================================================

The commit b93b4067ea "Fix x509 tests by using trustme" of
python3-requests-toolbelt introduces the trustme in test_x509_adapter.py.

Introducing python3-trustme to fix ptest error of python3-requests-toolbelt,
also introducing python3-service-identity, which is requested by python3-trustme's
ptest.

The ptest passes of all the three packages.

Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 09:10:39 -07:00
Zoltán Böszörményi
880bd38370 python3-pyproject-metadata: New recipe
Dependency of python3-meson-python.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-18 09:22:33 -07:00
Frederic Martinsons
5135578cef python3-pyruvate: Add crates checksum and use cargo-update-recipes-crates
This is related to checksum verification introduction in bitbake
crate fetcher:
https://patchwork.yoctoproject.org/project/bitbake/patch/20230315131513.50635-1-frederic.martinsons@gmail.com/

Moreover, drop the usage of pypi to use git fetcher
(the Cargo.lock file is not present in the package
uploaded on pypi)

Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-18 09:22:33 -07:00
Clément Péron
0f639730c0 python3-click-repl: add mising prompt-toolkit runtime dependency
Python3 click-repl package requires prompt-toolkit to be installed.

Add the missing RDEPENDS to the recipe.

Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-17 07:06:56 -07:00
Wang Mingyu
f7e688156e python3-web3: upgrade 5.31.3 -> 5.31.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-17 07:06:55 -07:00
Wang Mingyu
80a96abf52 python3-xlsxwriter: upgrade 3.0.8 -> 3.0.9
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-17 07:06:55 -07:00
Wang Mingyu
5f9661eb92 python3-unidiff: upgrade 0.7.4 -> 0.7.5
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-17 07:06:55 -07:00
Wang Mingyu
9309f8066e python3-twitter: upgrade 4.12.1 -> 4.13.0
Changelog:
https://github.com/tweepy/tweepy/releases/tag/v4.13.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-17 07:06:55 -07:00
Wang Mingyu
50bbe6ab5f python3-smpplib: upgrade 2.2.1 -> 2.2.2
Changelog:
==========
 Added python 3.10 tests to CircleCI
 fix socket recv error being silently ignored
 Refactored Client.read_pdu()
 Refactored Client.send_pdu()
 increment sequence of commands as spec (fixes #214)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-17 07:06:55 -07:00
Wang Mingyu
54585d86f5 python3-pymodbus: upgrade 3.1.3 -> 3.2.0
Changelog:
=========
    Add value <-> registers converter helpers. (#1413)
    Add pre-commit config (#1406)
    Make baud rate configurable for examples (#1410)
    Clean __init_ and update log module. (#1411)
    Simulator add calls functionality. (#1390)
    Add note about not being thread safe. (#1404)
    Update docker-publish.yml
    Forward retry_on_empty and retries by calling transaction (#1401)
    serial sync recv interval (#1389)
    Add tests for writing multiple writes with a single value (#1402)
    Enable mypy in CI (#1388)
    Limit use of Singleton. (#1397)
    Cleanup interfaces (#1396)
    Add request names. (#1391)
    Simulator, register look and feel. (#1387)
    Fix enum for REPL server (#1384)
    Remove unneeded attribute (#1383)
    Fix mypy errors in reactive server (#1381)
    remove nosec (#1379)
    Fix type hints for http_server (#1369)
    Merge pull request #1380 from pymodbus-dev/requirements
    remove second client instance in async mode. (#1367)
    Pin setuptools to prevent breakage with Version including "X" (#1373)
    Lint and type hints for REPL (#1364)
    Clean mixin execute (#1366)
    Remove unused setup_commands.py. (#1362)
    Run black on top-level files and /doc (#1361)
    repl config path (#1359)
    Fix NoReponse -> NoResponse (#1358)
    Make whole main async. (#1355)
    Fix more typing issues (#1351)
    Test sync task (#1341)
    Fixed text in ModbusClientMixin's writes (#1352)
    lint /doc (#1345)
    Remove unused linters (#1344)
    Allow log level as string or integer. (#1343)
    Sync serial, clean recv. (#1340)
    Test server task, async completed (#1318)
    main() should be sync (#1339)
    Bug: Fixed caused by passing wrong arg (#1336)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-17 07:06:55 -07:00
Wang Mingyu
f1c384d6b2 python3-pytest-xdist: upgrade 3.2.0 -> 3.2.1
Bug Fixes
----------
    #884: Fixed hang in worksteal scheduler.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-17 07:06:55 -07:00
Wang Mingyu
7fc1fa199f python3-pydantic: upgrade 1.10.5 -> 1.10.6
Changelog:
==========
- Implement logic to support creating validators from non standard callables by
  using defaults to identify them and unwrapping functools.partial and
  functools.partialmethod when checking the signature
- Fix mypy plugin for v1.1.1, and fix dataclass_transform decorator for pydantic dataclasses
- Raise ValidationError, not ConfigError, when a discriminator value is unhashable

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-17 07:06:55 -07:00
Wang Mingyu
43d4612782 python3-pymisp: upgrade 2.4.168.1 -> 2.4.169
Changelog:
==========
Changes
- Bump changelog.
- Bump version.
- Bump templates.
- Bump deps.

Fix
- Add local key in MISPTag.
- Use pytest for the tests.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-17 07:06:55 -07:00
Wang Mingyu
6656bc4178 python3-openpyxl: upgrade 3.1.1 -> 3.1.2
Changelog:
==========
 #1963 Cannot read worksheets in read-only mode with locally scoped definitions
 #1974 Empty custom properties cause invalid files

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-17 07:06:55 -07:00
Wang Mingyu
86c6ac03a5 python3-paramiko: upgrade 3.0.0 -> 3.1.0
Changelog:
===========
-[Feature] #2173: Accept single tabs as field separators (in addition to single
 spaces) in <paramiko.hostkeys.HostKeyEntry.from_line> for parity with
 OpenSSH’s KnownHosts parser.
-[Feature] #2013: (solving #2009, plus others) Add an explicit channel_timeout
 keyword argument to paramiko.client.SSHClient.connect, allowing users to
 configure the previously-hardcoded default value of 3600 seconds.
-[Support] #2178: Apply codespell to the codebase, which found a lot of very old
 minor spelling mistakes in docstrings. Also modernize many instances of
 *largs vs *args and **kwarg vs **kwargs.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-17 07:06:55 -07:00
Wang Mingyu
b416f34548 python3-portion: upgrade 2.3.1 -> 2.4.0
Changelog:
==========
Added
------
 An AbstractDiscreteInterval class to ease the creation of specialized discrete intervals (experimental).
 A create_api function to generate an API similar to the one of portion but configured to use a given subclass of Interval (experimental, see Specialize & customize intervals).

Changed
-------
 Speed up repr and to_string for Interval instances (see #76, adm271828).
 Some internal changes to ease subclassing:
     from_string and from_data accepts a klass parameter to specify which class should be used to create Interval instances (default is Interval).
     Add a klass parameter for open, closed, openclosed, closedopen, singleton and empty (default is Interval).
     Add a _klass class attribute in IntervalDict to specify how to create Interval instances (default is Interval).
     IntervalDict uses self.__class__ to preserve subclasses when creating new instances.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-17 07:06:55 -07:00
Wang Mingyu
1bcf30de0a python3-msgpack: upgrade 1.0.4 -> 1.0.5
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-17 07:06:55 -07:00