Commit Graph

5032 Commits

Author SHA1 Message Date
zhengruoqin
fcc0bd4344 python3-pyjwt: upgrade 2.4.0 -> 2.5.0
Changelog:
==========
 Bump actions/checkout from 2 to 3
 Bump codecov/codecov-action from 1 to 3
 Bump actions/setup-python from 2 to 3
 adding support for compressed payloads
 Revert "adding support for compressed payloads"
 Add to_jwk static method to ECAlgorithm
 Remove redundant wheel dep from pyproject.toml
 Adjust expected exceptions in option merging tests for PyPy3
 Do not fail when an unusable key occurs
 Fixes for pyright on strict mode
 Bump actions/setup-python from 3 to 4
 [pre-commit.ci] pre-commit autoupdate
 docs: fix simple typo, iinstance -> isinstance
 Expose get_algorithm_by_name as new method
 Remove support for python3.6
 [pre-commit.ci] pre-commit autoupdate
 Emit a deprecation warning for unsupported kwargs
 Fix typo: priot -> prior
 Fix for headers disorder issue
 Update audience typing
 Improve PyJWKSet error accuracy
 Add type hints to jwt/help.py and add missing types dependency
 Add cacheing functionality for JWK set
 [pre-commit.ci] pre-commit autoupdate
 Mypy as pre-commit check + api_jws typing
 [pre-commit.ci] pre-commit autoupdate
 Bump version to 2.5.0

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-28 14:54:31 -07:00
wangmy
9805d38ea8 python3-path: upgrade 16.4.0 -> 16.5.0
Changelog:
==========
 Refreshed packaging.
 #197: Fixed default argument rendering in docs.
 #209: Refactored write_lines to re-use open semantics. Deprecated the linesep parameter.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-28 14:54:31 -07:00
wangmy
ec10e73d93 python3-pandas: upgrade 1.4.4 -> 1.5.0
License-Update: copyright year updated to 2022.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-28 14:54:31 -07:00
wangmy
98276e7573 python3-ldap: upgrade 3.4.2 -> 3.4.3
Changelog:
==========
This is a minor release to bring back the removed OPT_X_TLS option.
Please note, it's still a deprecated option and it will be removed in 3.5.0.
The following deprecated option has been brought back:
    OPT_X_TLS

Fixes:
--------
    Sphinx documentation is now successfully built
    pypy3 tests stability was improved
    setup.py deprecation warning is now resolved

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-28 14:54:31 -07:00
wangmy
81d221b2f5 python3-langtable: upgrade 0.0.59 -> 0.0.60
Changelog:
===========
* Add list_common_locales() function
(Resolves: https://github.com/mike-fabian/langtable/issues/15)
* For ar_IN locale, langtable should give the 'ara' keyboard layout as the first choice
(Resolves: Resolves: https://github.com/mike-fabian/langtable/issues/14)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-28 14:54:31 -07:00
wangmy
780359092c python3-humanize: upgrade 4.3.0 -> 4.4.0
Changelog:
==========
Added
-------
    Add installation instructions (#56)
    Internationalise the decimal separator in intcomma() (#53)
    Internationalise intcomma for de_DE locale (#49)

Fixed
------
    Replace short scale with long scale for Polish numbers (#54)
    Fix intcomma() failing with a string as input when ndigits is not None (#52)
    Fix some pylint findings (#42)
    Fix "ValueError: math domain error" for metric(0) (#47)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-28 14:54:31 -07:00
wangmy
4047d7883a python3-h11: upgrade 0.13.0 -> 0.14.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-28 14:54:31 -07:00
wangmy
8ee5b0b209 python3-grpcio: upgrade 1.49.0 -> 1.49.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-28 14:54:31 -07:00
wangmy
3e1f4d85cf python3-grpcio-tools: upgrade 1.49.0 -> 1.49.1
Changelog:
=========
All
------
    Update protobuf to v21.6 on 1.49.x. (#31028)

Ruby
------
    Backport "Fix ruby windows ucrt build #31051" to 1.49.x. (#31053)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-28 14:54:31 -07:00
wangmy
d9f1c844a4 python3-google-auth: upgrade 2.11.0 -> 2.11.1
Changelog:
==========
Bug Fixes
-----------
 Fix socket leak in impersonated_credentials (#1123) (b1eb467), closes #1122
 Make pluggable auth tests work in all environments (#1114) (bb5c979)
 Skip oauth2client adapter tests if oauth2client is not installed (#1132) (d15092f)
 Update token refresh threshold from 20 seconds to 5 minutes (#1146) (261a561)

Documentation
-------------
 samples: Add auth samples and tests (#1102) (ac87520)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-28 14:54:31 -07:00
wangmy
0f26781053 python3-google-api-python-client: upgrade 2.61.0 -> 2.62.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-28 14:54:31 -07:00
wangmy
17eac5ed5a python3-djangorestframework: upgrade 3.13.1 -> 3.14.0
Changelog:
===========
* Django 2.2 is no longer supported. [#8662]
* Django 4.1 compatibility. [#8591]
* Add --api-version CLI option to generateschema management command. [#8663]
* Enforce is_valid(raise_exception=False) as a keyword-only argument. [#7952]
* Stop calling set_context on Validators. [#8589]
* Return NotImplemented from ErrorDetails.__ne__. [#8538]
* Don't evaluate DateTimeField.default_timezone when a custom timezone is set. [#8531]
* Make relative URLs clickable in Browseable API. [#8464]
* Support ManyRelatedField falling back to the default value when the attribute
  specified by dot notation doesn't exist. Matches ManyRelatedField.get_attribute to Field.get_attribute. [#7574]
* Make schemas.openapi.get_reference public. [#7515]
* Make ReturnDict support dict union operators on Python 3.9 and later. [#8302]
* Update throttling to check if request.user is set before checking if the user is authenticated. [#8370]

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-28 14:54:31 -07:00
Leon Anavi
ac2b231d20 python3-license-expression: Upgrade 21.6.14 -> 30.0.0
Upgrade to release 30.0.0:

- Use latest skeleton (and updated configure script)
- Drop using calver
- Improve error checking when combining licenses

License-Update: Fix merge error in LICENSE

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-28 14:54:31 -07:00
Leon Anavi
cc610dcc1f python3-pytz-deprecation-shim: Runtime dependencies
Add zoneinfo as a runtime dependency.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-28 14:54:31 -07:00
Khem Raj
3de8e49bb3 python3-requests-unixsocket: Fix override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-27 10:04:35 -07:00
Leon Anavi
c0d2a5bcc8 python3-aiohttp: Upgrade 3.8.1 -> 3.8.3
Upgrade to release 3.8.3:

- Increased the upper boundary of the multidict dependency to
  allow for the version 6

License-Update: Update copyright year from 2020 to 2022

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-26 18:14:53 -07:00
hongxu
a1965d0972 python3-h5py: fix wrong file driver version
Due to commit [1] applied in hdf5 (1.13.2), import hdf5 failed

|>>> import h5py
|Traceback (most recent call last):
|  File "<stdin>", line 1, in <module>
|  File "/usr/lib/python3.10/site-packages/h5py/__init__.py", line 56, in <module>
|    from . import h5a, h5d, h5ds, h5f, h5fd, h5g, h5r, h5s, h5t, h5p, h5z, h5pl
|  File "h5py/h5fd.pyx", line 220, in init h5py.h5fd
|RuntimeError: Wrong file driver version # (wrong file driver version #)

Initial driver version to fix the error

[1] 42b767fc67

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-21 06:34:45 -07:00
Leon Anavi
9d03f96bb1 python3-termcolor: Upgrade 1.1.0 -> 2.0.1
Upgrade to release 2.0.1:

- Add support for Python 3.11 and PyPy
- Add support for Python 3.10
- Add type annotations to the project and run mypy on CI
- Add tests
- Refer to GitHub Releases for release notes for 2.0.0+
- Autodeploy to TestPyPI and to PyPI for GH releases
- Migrate from setuptools + setuptools_scm to hatchling + hatch-vcs
- Replace deprecated license_file with license_files in setup.cfg
- Use declarative metadata in setup.cfg
- Replace 3.9-dev with 3.9 in CI to use Python 3.9 final
- Drop support for EOL Python <= 3.6
- Remove hardcoded VERSION constant
- Update source URL

License-Update: Removed new line from the end of license file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-21 06:34:45 -07:00
zhengruoqin
1a2556e97d python3-regex: upgrade 2022.8.17 -> 2022.9.13
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-21 06:34:45 -07:00
zhengruoqin
5621e9d7a8 python3-pyzmq: upgrade 23.2.1 -> 24.0.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-21 06:34:45 -07:00
zhengruoqin
7a60fda35c python3-pyproj: upgrade 3.3.1 -> 3.4.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-21 06:34:45 -07:00
zhengruoqin
c95f9bc073 python3-pycocotools: upgrade 2.0.4 -> 2.0.5
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-21 06:34:45 -07:00
wangmy
63477f724e python3-protobuf: upgrade 4.21.5 -> 4.21.6
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-21 06:34:45 -07:00
wangmy
7450ae51a5 python3-jsonrpcserver: upgrade 5.0.8 -> 5.0.9
Changelog:
=========
  Remove unncessary package_data from setup.py (#243)
  Use a custom logger when logging exceptions, not root

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-21 06:34:45 -07:00
wangmy
c5533c184e python3-grpcio: upgrade 1.48.1 -> 1.49.0
0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch
refreshed for new version.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-21 06:34:45 -07:00
wangmy
bb27cf1c1e python3-grpcio-tools: upgrade 1.48.1 -> 1.49.0
0001-protobuf-Disable-musttail-attribute-on-mips.patch
refreshed for new version.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-21 06:34:40 -07:00
wangmy
f5420bc37a python3-google-api-python-client: upgrade 2.60.0 -> 2.61.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-20 18:55:27 -07:00
wangmy
6326b33239 python3-google-api-core: upgrade 2.10.0 -> 2.10.1
Changelog:
=========
Improve transcoding error message (#442) (538df80)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-20 18:55:26 -07:00
wangmy
2b28c5dd24 python3-flask-socketio: upgrade 5.3.0 -> 5.3.1
Changelog:
==========
Always pop allow_unsafe_werkzeug option from kwargs #1877

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-20 18:55:26 -07:00
wangmy
8022ae6264 python3-fasteners: upgrade 0.17.3 -> 0.18
Changelog:
==========
 Reshuffle the process lock code and properly document it.
 Revamp the docs and switch from sphinx to mkdocs
 Remove difficult to use tread lock features from docs
 Bring back support for eventlet spawn_n
 Remove support for python3.6. It should still work, but is no longer tested.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-20 18:55:26 -07:00
wangmy
163cce5191 python3-eth-typing: upgrade 3.1.0 -> 3.2.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-20 18:55:26 -07:00
wangmy
e4795b05c3 python3-cantools: upgrade 37.1.2 -> 37.2.0
Changelog:
==========
 ARXML refactoring preparations
 refactor the ARXML code
 Bugfix: BU_BO_REL causes 'index out of range' error
 Add missing Bus import in can/init.py
 PCAN trace (.trc) format to logreader

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-20 18:55:26 -07:00
wangmy
13cff82b13 python3-cachecontrol: upgrade 0.12.11 -> 0.12.12
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-20 18:55:26 -07:00
Leon Anavi
6a06553cef python3-email-validator: Upgrade 1.2.1 -> 1.3.0
Upgrade to release 1.3.0:

- Deliverability checks now check for 'v=spf1 -all' SPF records as
  a way to reject more bad domains.
- Special use domain names now raise EmailSyntaxError instead of
  EmailUndeliverableError since they are performed even if
  check_deliverability is off.
- New module-level attributes are added to override the default
  values of the keyword arguments and the special-use domains list.
- The keyword arguments of the public methods are now marked as
  keyword-only.
- pyIsEmail's test cases are added to the tests.
- Recommend that check_deliverability be set to False for
  validation on login pages.
- Added an undocumented globally_deliverable option.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-19 13:55:45 -07:00
Leon Anavi
401e92e273 python3-imageio: Upgrade 2.21.3 -> 2.22.0
Upgrade to release 2.22.0:

- Pyav API for procedural video writing

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-19 13:55:45 -07:00
Leon Anavi
f683cb6947 python3-astroid: Upgrade 2.12.9 -> 2.12.10
Upgrade to release 2.12.10:

- Fixed a crash when introspecting modules compiled by `cffi`
- ``decorators.cached`` now gets its cache cleared by calling
  ``AstroidManager.clear_cache``

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-19 13:55:45 -07:00
Leon Anavi
570b706e69 python3-joblib: Upgrade 1.1.0 -> 1.2.0
Upgrade to release 1.2.0:

- Fix a security issue where eval(pre_dispatch) could potentially
  run arbitrary code. Now only basic numerics are supported.
- Make sure that joblib works even when multiprocessing is not
  available, for instance with Pyodide.
- Avoid unnecessary warnings when workers and main process delete
  the temporary memmap folder contents concurrently.
- Fix memory alignment bug for pickles containing numpy arrays.
  This is especially important when loading the pickle with
  mmap_mode != None as the resulting numpy.memmap object would not
  be able to correct the misalignment without performing a memory
  copy. This bug would cause invalid computation and segmentation
  faults with native code that would directly access the underlying
  data buffer of a numpy array, for instance C/C++/Cython code
  compiled with older GCC versions or some old OpenBLAS written in
  platform specific assembly.
- Vendor cloudpickle 2.2.0 which adds support for PyPy 3.8+.
- Vendor loky 3.3.0 which fixes several bugs including:
  * robustly forcibly terminating worker processes in case of a
    crash
  * avoiding leaking worker processes in case of nested loky
    parallel calls
  * reliability spawn the correct number of reusable workers

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-19 13:55:45 -07:00
Khem Raj
c73fbd349a python3-grpcio-tools: Disable clang's musttail attribute on mips
mips backend is not able to handle it in clang-15

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-17 01:09:18 -07:00
Leon Anavi
31eff36a19 python3-traitlets: Upgrade 5.3.0 -> 5.4.0
Upgrade to release 5.4.0:

- Fix version_info
- Make generated config files more lintable
- Fix union from string
- Cover more Union parsing scenarios
- Upgrade GitHub Actions
- Fix and refactor downstream tests
- Test only the server part of notebook
- Add security.md, and tidelift bage

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-17 01:09:18 -07:00
Leon Anavi
04342c3691 python3-elementpath: Upgrade 3.0.1 -> 3.0.2
Upgrade to release 3.0.2:

- Extend root concept to subtrees used as root (e.g. XSD 1.1
  assertions)
- Begin XPath 3.1 implementation adding XPathMap and XPathArray

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-17 01:09:18 -07:00
Leon Anavi
3bc079c7c6 python3-marshmallow: Upgrade 3.17.1 -> 3.18.0
Upgrade to release 3.18.0:

- Add Enum field
- Fix typing in Field._serialize signature

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-17 01:09:18 -07:00
Leon Anavi
4f0ce19b8a python3-ujson: Upgrade 5.4.0 -> 5.5.0
Upgrade to release 5.5.0:

- Add support for Python 3.11 and PyPy3.9
- Add separators encoding parameter
- Fix encoding of infinity

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-17 01:09:18 -07:00
Leon Anavi
2659f3d1f3 python3-awesomeversion: Upgrade 22.8.0 -> 22.9.0
Upgrade to release 22.9.0:

- Allow and add named sections for CalVer
- Add diff method to AwesomeVersion to list out changes between
  2 objects

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-15 08:18:10 -07:00
Leon Anavi
7525235e2d python3-soupsieve: Upgrade 2.3.1 -> 2.3.2.post1
Upgrade to release 2.3.2.post1:

- FIX: Documentation for installation from source is outdated.
- FIX: Fix some typos in error messages.

License-Update: Update years

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-15 08:18:10 -07:00
Leon Anavi
6b27fa1d5c python3-pydantic: Upgrade 1.9.1 -> 1.10.2
Upgrade to release 1.10.2:

- Revert Change: Revert percent encoding of URL parts
- Prevent long (length > 4_300) strings/bytes as input to int
  fields, see python/cpython#95778 and CVE-2020-10735
- fix: dataclass wrapper was not always called
- Use tomllib on Python 3.11 when parsing mypy configuration
- Basic fix of GenericModel cache to detect order of arguments in
  Union models
- Fix mypy plugin when using bare types like list and dict as
  default_factory

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-14 11:25:11 -07:00
Leon Anavi
782fbe54d4 python3-prettytable: Upgrade 3.3.0 -> 3.4.1
Upgrade to release 3.4.1:

- Add option to specify line break character used in pagination
- Add header alignment attribute
- Revert "Add header alignment attribute"

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-14 11:25:11 -07:00
Leon Anavi
5aaa732f8f python3-networkx: Upgrade 2.8.5 -> 2.8.6
Upgrade to release 2.8.6:

- Add random_spanning_tree to documentation
- Add warning to nx_agraph about layout nondeterminism
- Add cache reset for when G._node is changed
- Allow unsortable nodes in approximation.treewidth functions
- Add examples for the condensation function
- Improve LCA input validation
- Replace LCA with naive implementations

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-14 11:25:11 -07:00
Leon Anavi
b8fcd1cebc python3-portion: Upgrade 2.2.0 -> 2.3.0
Upgrade to release 2.3.0:

- Support Python 3.10.
- IntervalDict.as_dict has an optional atomic=False parameter that,
  if set to True, returns intervals that are atomic.
- Experimental support for structural pattern matching (on left,
  lower, upper and right).
- (breaking) For consistency, the empty interval is never <, >, <=,
  nor >= when compared to another interval.
- Comparing an interval and a value is deprecated since it is
  ill-defined when the value is on the left of <= or >=. Convert
  values to singletons first.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-14 11:25:11 -07:00
Leon Anavi
9f623d78e5 python3-imageio: Upgrade 2.21.2 -> 2.21.3
Upgrade to release 2.21.3:

- Raise error if fps is specified
- Fix small typo
- Examples for Pyav

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-14 11:25:11 -07:00
zhengruoqin
713540600d python3-zeroconf: upgrade 0.39.0 -> 0.39.1
Changelog:
=========
Performance improvements for constructing outgoing packet data (#1090)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-13 09:55:03 -07:00