Commit Graph

4637 Commits

Author SHA1 Message Date
Leon Anavi
330b46745c python3-yarl: Upgrade 1.7.2 -> 1.8.1
Upgrade to release 1.8.1:

- Added URL.raw_suffix, URL.suffix, URL.raw_suffixes, URL.suffixes,
  URL.with_suffix
- Fixed broken internal references to :meth:`~URL.human_repr`
- Fixed broken external references to :doc:`multidict:index` docs

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-17 09:35:42 -07:00
Leon Anavi
f74aa93fbe python3-cytoolz: Upgrade 0.11.2 -> 0.12.0
Upgrade to release 0.12.0:

- Update to toolz 0.12.0
- Build wheels automatically with cibuildwheel!
- Support newer Python versions
- Improve import times
- Use versioneer.py to manage versions

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-17 09:35:42 -07:00
Leon Anavi
7e6998f43d python3-eth-abi: Upgrade 3.0.0 -> 3.0.1
Upgrade to release 3.0.1:

- Fix small warnings for make docs
- Rename: encode_abi()->encode() and decode_abi()->decode()

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-17 09:35:42 -07:00
Leon Anavi
164b3090b6 python3-pyperf: Upgrade 2.3.0 -> 2.4.1
Upgrade to release 2.4.1:

- Reject --tracemalloc in pyperf command
- Support reporting geometric mean by benchmark tags
- Add pyston as an implementation with a jit
- Add support for profiling benchmarks

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-17 09:35:42 -07:00
zhengruoqin
c755fd315d python3-zeroconf: upgrade 0.38.7 -> 0.39.0
Add dependence python3-async-timeout

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:13:42 -07:00
zhengruoqin
902a6876f2 python3-asttokens: upgrade 2.0.5 -> 2.0.7
Add dependence python3-six

Changelog:
Fix astroid type checking import errors

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:13:42 -07:00
zhengruoqin
2fb3228864 python3-google-api-python-client: upgrade 2.55.0 -> 2.56.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:13:42 -07:00
zhengruoqin
e7ac3e713a python3-gcovr: upgrade 5.1 -> 5.2
License-Update:
  Copyright year updated to 2022.
  Modify fomat of LICENSE.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:13:42 -07:00
zhengruoqin
41339e1425 python3-flask: upgrade 2.1.3 -> 2.2.2
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:13:42 -07:00
zhengruoqin
91b23fe29a python3-engineio: upgrade 4.3.3 -> 4.3.4
Changelog:
===========
Let companion ASGI app handle lifespan events
Use configured request timeout when making a WebSocket connection

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:13:41 -07:00
zhengruoqin
08dbfb24ac python3-autobahn: upgrade 22.6.1 -> 22.7.1
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:13:41 -07:00
Wang Mingyu
7581cea976 python3-yappi: upgrade 1.3.5 -> 1.3.6
Changelog:
- cibuildwheel integration

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:10:22 -07:00
Wang Mingyu
6894602639 python3-xmlschema: upgrade 2.0.1 -> 2.0.2
Changelog:
==========
 Fix XSD 1.1 assertions effective scope
 Add support for Python 3.11

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:10:22 -07:00
Wang Mingyu
cc74cd4d56 python3-werkzeug: upgrade 2.2.1 -> 2.2.2
Changelog:
==========
- Fix router to restore the 2.1 strict_slashes == False behaviour whereby
  leaf-requests match branch rules and vice versa.
- Fix router to identify invalid rules rather than hang parsing them, and
  to correctly parse / within converter arguments.
- Update subpackage imports in werkzeug.routing to use the import as syntax
  for explicitly re-exporting public attributes.
- Parsing of some invalid header characters is more robust.
- When starting the development server, a warning not to use it in a production
  deployment is always shown.
- LocalProxy.__wrapped__ is always set to the wrapped object when the proxy is
  unbound, fixing an issue in doctest that would cause it to fail.
- Address one ResourceWarning related to the socket used by run_simple.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:10:22 -07:00
Wang Mingyu
3e6b512ed0 python3-sqlalchemy: upgrade 1.4.39 -> 1.4.40
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:10:22 -07:00
Wang Mingyu
6ff1c04946 python3-setuptools-declarative-requirements: upgrade 1.2.0 -> 1.3.0
Changed
-------
    Ignore lines that start with -i.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:10:22 -07:00
Wang Mingyu
5a9e14e2be python3-pyzmq: upgrade 23.2.0 -> 23.2.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:10:22 -07:00
Wang Mingyu
0268062ac9 python3-pycodestyle: upgrade 2.9.0 -> 2.9.1
Changes:

    E275: fix false positive for yield expressions.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:10:22 -07:00
Xu Huan
8c9052d7b0 python3-pycares: upgrade 4.2.1 -> 4.2.2
Changelog:
  Build macOS arm64 and musllinux wheels

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:10:22 -07:00
Xu Huan
1fa173ed52 python3-protobuf: upgrade 4.21.4 -> 4.21.5
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:10:22 -07:00
Xu Huan
9dab2b4c66 python3-nocaselist: upgrade 1.0.5 -> 1.0.6
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:10:22 -07:00
Xu Huan
b79c07b330 python3-imageio: upgrade 2.21.0 -> 2.21.1
Fix
------
    Seeking to last frame caused EoF in pyav

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:10:22 -07:00
Xu Huan
af07c6f02f python3-hexbytes: upgrade 0.2.2 -> 0.2.3
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:10:22 -07:00
Xu Huan
a78559860e python3-humanize: upgrade 4.2.3 -> 4.3.0
Changelog:
=========
Added
-------
    Add Greek translation
    Polish: Added thousand, fixed big numbers

Fixed
------
    Fix intword for negative numbers

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:10:22 -07:00
Xu Huan
05382d0d76 python3-google-auth: upgrade 2.9.1 -> 2.10.0
Changelog:
==========
Features
--------
    add integration tests for pluggable auth
    support for configurable token lifetime
    support for configurable token lifetime

Bug Fixes
---------
    async certificate decoding
    Async system tests were not unwrapping async_generators
    Fix IDTokenCredentials update bug
    make expiration_time optional in response schema
    refactor credential subclass parameters

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 20:10:22 -07:00
Leon Anavi
db50023da4 python3-aiohue: Upgrade 4.4.2 -> 4.5.0
Upgrade to release 4.5.0:

- Add support for new Hue Tap Dial (relative rotary)
- Fix KeyError on fake Hue bridges
- Add monitor configuration type
- Updated rate limit statuscode

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-16 07:37:44 -07:00
Leon Anavi
42a1c085e6 python3-pyhamcrest: Upgrade 2.0.3 -> 2.0.4
Upgrade to release 2.0.4:

- has_properties now returns Matcher[Any] type, which addresses
  type checking errors when nested as a matcher.
- Added Python 3.11 testing

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-13 07:05:31 -07:00
Leon Anavi
5efa61083a python3-networkx: Upgrade 2.8.4 -> 2.8.5
Upgrade to release 2.8.5:

- Check that nodes have "pos" attribute in geometric_edges
- Correct louvain formula, solve infinite loops
- Add more comprehensive tests for pydot
- Move factory attributes to the class instead of instance
- make lazy_import private and remove its internal use

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-13 07:05:31 -07:00
Leon Anavi
868ad28aad python3-frozenlist: Upgrade 1.3.0 -> 1.3.1
Upgrade to release 1.3.1:

- The published source distribution package became buildable under
  Python 3.11.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-13 07:05:31 -07:00
Leon Anavi
b3c5234cca python3-nocasedict: Upgrade 1.0.3 -> 1.0.4
Upgrade to release 1.0.4:

- Various bug fixes in dependencies and test environment

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-13 07:05:31 -07:00
Xu Huan
d432004d2c python3-werkzeug: upgrade 2.2.0 -> 2.2.1
Changelog:
=========
-Fix router so that /path/ will match a rule /path if strict slashes mode is
 disabled for the rule. #2467
-Fix router so that partial part matches are not allowed i.e. /2df does not
 match /<int>. #2470
-Fix router static part weighting, so that simpler routes are matched before
 more complex ones. #2471
-Restore ValidationError to be importable from werkzeug.routing. #2465

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06 09:51:32 -07:00
Xu Huan
9eb2918f2b python3-regex: upgrade 2022.7.24 -> 2022.7.25
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06 09:51:32 -07:00
Xu Huan
278f2ab980 python3-pythonping: upgrade 1.1.1 -> 1.1.2
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06 09:51:32 -07:00
Xu Huan
f6eb522f0c python3-pyflakes: upgrade 2.4.0 -> 2.5.0
Changelog:
===========
    Drop support for EOL python 2.7 / 3.4 / 3.5
    Ignore __all__ when not directly assigned
    Handle TypeAlias annotations as aliases (PEP 613)
    Assignment expressions (:=) target outer scope in comprehensions
    Add support for new python 3.11 syntax
    Unify output so it is always filename:lineno:col: message
    Properly report SyntaxError from stdin in python < 3.9
    Fix offsets of "SyntaxError"s in pypy

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06 09:51:32 -07:00
Xu Huan
b69fdf4981 python3-pycodestyle: upgrade 2.8.0 -> 2.9.0
Changelog:
==========
    E221, E222, E223, E224: add support for := operator. PR #1032.
    Drop python 2.7 / 3.5.
    E262: consider non-breaking spaces (\xa0) as whitespace. PR #1035.
    Improve performance of _is_binary_operator. PR #1052.
    E275: requires whitespace around keywords. PR #1063.
    Add support for python 3.11. PR #1070.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06 09:51:32 -07:00
Xu Huan
0c4041b166 python3-protobuf: upgrade 4.21.3 -> 4.21.4
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06 09:51:32 -07:00
Ed Tanous
565e31cb05 Add python-requests-unixsocket recipe
From the pypi description:
Use requests to talk HTTP via a UNIX domain socket

Signed-off-by: Ed Tanous <edtanous@google.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06 09:40:09 -07:00
Bartosz Golaszewski
9026f792e4 python3-matplotlib: bump to 3.5.2
There's a bug in 3.5.1 that makes importing matplotlib impossible in
some environments:

>>> import matplotlib
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.10/site-packages/matplotlib/__init__.py", line 895, in <module>
    defaultParams = rcsetup.defaultParams = {
  File "/usr/lib/python3.10/site-packages/matplotlib/__init__.py", line 898, in <dictcomp>
    rcParamsDefault[key]),
  File "/usr/lib/python3.10/site-packages/matplotlib/__init__.py", line 674, in __getitem__
    return dict.__getitem__(self, key)
KeyError: 'webagg.port'

This is fixed in 3.5.2.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06 09:40:09 -07:00
Bartosz Golaszewski
db74afe6f4 python3-matplotlib: add packaging to RDEPENDS
matplotlib needs python3-packaging at runtime. Add it to the package's
RDEPENDS.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06 09:40:09 -07:00
Bartosz Golaszewski
3100d58b57 python3-matplotlib: don't use PYTHON_PN
We only support python3 so using PYTHON_PN is redundant.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06 09:40:09 -07:00
Clément Péron
9abda48aa1 python: add Pydantic data validation package
Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06 08:50:19 -07:00
zhengruoqin
23fd82ca29 python3-imageio: upgrade 2.19.5 -> 2.21.0
Changelog:
==========
Fix

    Write single TIFF page for single RGB image (#851) (0f04bc9)

Feature

    Add is_batch kwarg to pillow (#845) (21d5c73)

Other

    Add a migration note about pillow squeezing (#850) (7c55a55)
    Add missin option to imwrite type hints (#848) (6da4a42)
    Ignore exclude_applied on legacy plugins (#844) (f082dde)
    Remove unneeded CD steps (#847) (0d99c51)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06 08:50:19 -07:00
zhengruoqin
5331bab6d3 python3-haversine: upgrade 2.5.1 -> 2.6.0
Check or normalize given lat/lon. #49

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06 08:50:19 -07:00
zhengruoqin
8cadb9ece9 python3-google-api-python-client: upgrade 2.54.0 -> 2.55.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06 08:50:19 -07:00
zhengruoqin
9894b44b3b python3-flask-login: upgrade 0.6.1 -> 0.6.2
Changelog:
==========
-Fix compatibility with Werkzeug 2.2 and Flask 2.2. #691
-Revert change to expand_login_view that attempted to preserve a dynamic
 subdomain value. Such values should be handled using app.url_value_preprocessor
 and app.url_defaults. #691
-Ensure deprecation warnings are present for deprecated features that will be
 removed in the next feature release.
-Use request_loader instead of header_loader.
-Use user_loaded_from_request instead of user_loaded_from_header.
-Use app.config["LOGIN_DISABLED"] instead of _login_disabled.
-Use init_app instead of setup_app.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06 08:50:19 -07:00
zhengruoqin
f1247115d1 python3-dominate: upgrade 2.6.0 -> 2.7.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06 08:50:19 -07:00
Wang Mingyu
2eb39477a7 python3-xmlschema: upgrade 1.11.3 -> 2.0.1
Changelog:
==========
  Remove warnings during the build of the package using package_data specs in setup.py
  Fix decoding with process_namespaces=False and xsi:type in XML instance
  Refactor DataElement.get(), restore DataElement.set() (issue #314)
  Add map_attribute_names argument to DataElementConverter

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-27 21:21:43 -07:00
Wang Mingyu
e3aa95b9a2 python3-werkzeug: upgrade 2.1.2 -> 2.2.0
Add dependence python3-markupsafe

Changelog:
==========
-  Deprecated get_script_name, get_query_string, peek_path_info, pop_path_info,
   and extract_path_info. #2461
-  Remove previously deprecated code. #2461
-  Add MarkupSafe as a dependency and use it to escape values when rendering
   HTML. #2419
-  Added the werkzeug.debug.preserve_context mechanism for restoring
   context-local data for a request when running code in the debug console.
-  Fix compatibility with Python 3.11 by ensuring that end_lineno and
   end_col_offset are present on AST nodes. #2425
-  Add a new faster matching router based on a state machine. #2433
-  Names within options headers are always converted to lowercase. This matches
   RFC 6266 that the case is not relevant. #2442
-  AnyConverter validates the value passed for it when building URLs. #2388
-  The debugger shows enhanced error locations in tracebacks in Python 3.11. #2407
-  Added Sans-IO is_resource_modified and parse_cookie functions based on WSGI versions.
-  Added Sans-IO get_content_length function. #2415

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-27 21:21:43 -07:00
Wang Mingyu
8f3b3bd43c python3-sh: upgrade 1.14.2 -> 1.14.3
bugfix where Command was not aware of default call args when wrapping the module

Add dependence python3-fcntl

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-27 21:21:43 -07:00
Wang Mingyu
5cc6d9375e python3-rsa: upgrade 4.8 -> 4.9
Changelog:
==========
    Remove debug logging from rsa/key.py (#194).
    Remove overlapping slots in PrivateKey and PublicKey. (#189).
    Do not include CHANGELOG/LICENSE/README.md in wheel (#191).
    Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around (#188).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-27 21:21:43 -07:00