Commit Graph

4779 Commits

Author SHA1 Message Date
Leon Anavi
4206fbd4aa python3-distro: Upgrade 1.7.0 -> 1.8.0
Upgrade to release 1.8.0:

- Replace setup.py with build
- Lowered LinuxDistribution._distro_release_info method complexity
- Added official support for Buildroot distribution
- Added official support for Guix distribution
- Added support for /etc/debian_version
- Fixed a typography in CONTRIBUTING.md
- Improved README.md "Usage" code block

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-17 19:19:40 -07:00
Leon Anavi
e14f87b812 python3-imageio: Upgrade 2.22.1 -> 2.22.2
Upgrade to release 2.22.2:

- Make legacy FormatManager skip uninstalled plugins
- Remove unneeded image_mode references
- Remove xcode reference (dead link)

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-17 19:19:40 -07:00
Leon Anavi
2467e6c82d python3-xmltodict: Upgrade 0.12.0 -> 0.13.0
Upgrade to release 0.13.0:

- Add install info to readme for openSUSE
- Support defaultdict for namespace mapping
- parse(generator) is now possible
- Processing comments on parsing from xml to dict
- Add expand_iter kw to unparse to expand iterables
- Add support for python3.8
- Drop Jython/Python 2 and add Python 3.9/3.10
- Do not use len() to determine if a sequence is empty
- Add more namespace attribute tests
- Fix encoding issue in setup.py

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-12 15:24:35 -07:00
Leon Anavi
96c0d6210a python3-greenlet: Upgrade 1.1.3 -> 1.1.3.post0
Upgrade to release 1.1.3.post0:

- Add musllinux (Alpine) binary wheels.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-12 15:24:35 -07:00
Khem Raj
8ac152e9e8 python3-gevent: Upgrade to 22.8.0
This has the python 3.11 fix in it so drop the patch
Add a patch to avoid adding native include paths to compiler cmdline

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Alexander Kanavin <alex@linutronix.de>
2022-10-11 17:43:32 -07:00
Leon Anavi
5978937bb3 python3-sentry-sdk: Upgrade 1.5.12 -> 1.9.10
Upgrade to release 1.9.10:

- Added newer Celery versions to test suite
- Django 4.x support
- Cancel old CI runs when new one is started.
- Increase max string size for desc
- Pin Sanic version for CI
- Fix for partial signals in old Django and old Python versions.
- Convert profile output to the sample format
- Dynamically adjust profiler sleep time

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-11 08:21:44 -07:00
Leon Anavi
3f2d6f897b python3-astroid: Upgrade 2.12.10 -> 2.12.11
Upgrade to release 2.12.11:

- Improve detection of namespace packages for the modules with
  __spec__ set to None.
- Fixed a regression in the creation of the __init__ of dataclasses
  with multiple inheritance.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-10 10:19:33 -07:00
zhengrq.fnst
a0570e0c43 python3-xmlschema: upgrade 2.1.0 -> 2.1.1
Chanelog:
=========
 Fix schema_path usage in XMLSchemaBase.iter_errors()
 Add allow_empty option to XMLSchemaBase validation API

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-10 10:19:33 -07:00
zhengrq.fnst
6627312b01 python3-web3: upgrade 5.31.0 -> 5.31.1
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-10 10:19:33 -07:00
zhengrq.fnst
45293254f4 python3-protobuf: upgrade 4.21.6 -> 4.21.7
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-10 10:19:33 -07:00
Wang Mingyu
a4f2646ef2 python3-requests-toolbelt: upgrade 0.9.1 -> 0.10.0
License-Update: url of License changed from http to https.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-10 10:19:33 -07:00
Leon Anavi
6bb394265d python3-imageio: Upgrade 2.22.0 -> 2.22.1
Upgrade to release 2.22.1:

- Raise ImportError when iio-ffmpeg is missing
- EXR spec
- Remove stale funding platform

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-07 09:09:23 -07:00
Leon Anavi
be3c3f73d5 python3-tabulate: Upgrade 0.8.10 -> 0.9.0
Upgrade to release 0.9.0:

- Migrate to pyproject.toml project layout (PEP 621).
- New output formats: `asciidoc`, various `*grid` and `*outline`
  formats.
- New output features: vertical row alignment, separating lines.
- New input format: list of dataclasses (Python 3.7 or later).
- Support infinite iterables as row indices.
- Improve column width options.
- Improve support for ANSI escape sequences and document the
  behavior.
- Various bug fixes.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-07 09:09:23 -07:00
Leon Anavi
b63f18b6f0 python3-rdflib: Upgrade 6.1.1 -> 6.2.0
Upgrade to release 6.2.0:

- SPARQL: Fixed handing of HAVING clause with variable composition
- JSON-LD parser: better support for content negotiation
- Removed the following functions that were marked as deprecated
  and scheduled for removal in version 6.0.0: Graph.load,
  Graph.seq, Graph.comment, Graph.label
- Use functools.total_ordering to implement most comparison
  operations for rdflib.paths.Path
- Fixed error handling for invalid URIs
- InfixOWL: Fixed handling of cardinality 0
- Added quad support to handling to
  rdflib.graph.ReadOnlyGraphAggregate.quad
- Fixed base validation used when joining URIs
- Add GEO defined namespace for GeoSPARQL
- Fixed some issues with SPARQL Algebra handling/translation
- Fix SPARQL CSV result serialization of blank nodes
- Added a URIRef.fragment property
- Remove superfluous newline from N-Triples output
- Added a bunch of type hints

License-Update: Update years.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-05 08:24:50 -07:00
Leon Anavi
b5ec019f2b python3-coverage: Upgrade 6.4.4 -> 6.5.0
Upgrade to release 6.5.0:

- The JSON report now includes details of which branches were
  taken, and which are missing for each file.
- Starting with coverage.py 6.2, class statements were marked as a
  branch. This wasn't right, and has been reverted. Note this will
  very slightly reduce your coverage total if you are measuring
  branch coverage.
- Packaging is now compliant with PEP 517.
- A new debug option --debug=pathmap shows details of the remapping
  of paths that happens during combine due to the [paths] setting.
- Fix an internal problem with caching of invalid Python parsing.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-05 08:24:50 -07:00
Leon Anavi
0902fc043c python3-networkx: Upgrade 2.8.6 -> 2.8.7
Upgrade to release 2.8.7:

- Fixed unused root argument in has_bridges
- docstring updates for union, disjoint_union, and compose
- Updated networkx/classes/function.py
- Improved documentation for all_simple_paths
- Change is_path to return False when node not in G instead of
  raising exception

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-05 08:24:50 -07:00
Alexander Kanavin
7b2503f531 python3-pybluez: add python 3.11 patch
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-05 08:24:50 -07:00
Alexander Kanavin
8a4a47286d python3-gevent: make compatible with python 3.11
Force regeneration of cython files in particular
(and strip build paths out of them afterwards).

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-05 08:24:50 -07:00
Alexander Kanavin
09b329a485 python3-cchardet: depend on cython
pre-generated cython files in the tarball are not compatible
with python 3.11, and adding a dependency will regenerate them.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-05 08:24:50 -07:00
Khem Raj
8f5d1be198 python3-gevent: Avoid building internal version of libev
Use the system version. Moreover, internal version is not cross compile
friendly. Ends up with

| cc1: error: include location "/usr/include/python3.10" is unsafe for cross-compilation [-Werror=poison-system-directories]
| cc1: some warnings being treated as errors
| error: command '/home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/core2-64-poky-linux/python3-gevent/21.12.0-r0/recipe-sysroot-native/usr/bin/x86_64-poky-linux/x86_64-poky-linux-gcc' failed with exit code 1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-29 08:14:17 -07:00
wangmy
2050c0cd03 python3-xmlschema: upgrade 2.0.4 -> 2.1.0
Changelog:
==========
  Add to_etree() to document API
  Improve generic encoding with wildcards
  Clean document API and schema decoding

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
zhengruoqin
69b5786835 python3-web3: upgrade 5.30.0 -> 5.31.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
zhengruoqin
8d24a879eb python3-sqlparse: upgrade 0.4.2 -> 0.4.3
Changelog:
==========
Enhancements
-------------
    Add support for DIV operator
    Add support for additional SPARK keywords
    Avoid tokens copy
    Add REGEXP as a comparision
    Add DISTINCTROW keyword for MS Access (issue677).
    Improve parsing of CREATE TABLE AS SELECT

Bug Fixes
---------
    Fix spelling of INDICATOR keyword
    Fix formatting error in EXTRACT function
    Fix bad parsing of create table statements that use lower case
    Handle backtick as valid quote char
    Allow any unicode character as valid identifier name (issue641).

Other
-------
    Update github actions to test on Python 3.10 as well

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
zhengruoqin
d52f4d62e1 python3-pyzmq: upgrade 24.0.0 -> 24.0.1
Changelog:
==========
Fix several possible resource warnings and deprecation warnings when cleaning
up contexts and sockets, especially in pyzmq’s own tests and when implicit
teardown of objects is happening during process teardown.

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
zhengruoqin
ca3cfb2198 python3-pyscaffold: upgrade 4.3 -> 4.3.1
Modify tox.ini template to allow passing the TWINE_REPOSITORY_URL environment variable, PR #666.

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
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
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