Commit Graph

5117 Commits

Author SHA1 Message Date
Leon Anavi
8d45170e69 python3-twisted: Upgrade 22.8.0 -> 22.10.0
Upgrade to release 22.10.0:

- The systemd: endpoint parser now supports "named" file
  descriptors. This is a more reliable mechanism for choosing
  among several inherited descriptors.
- The systemd endpoint parser's index parameter is now documented
  as leading to non-deterministic results in which descriptor is
  selected. The new name parameter is now documented as preferred.
- The implementers of Zope interfaces are once more displayed in
  the documentations.
- twisted.protocols.dict, which was deprecated in 17.9, has been
  removed.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07 08:39:05 -08:00
Leon Anavi
2518299aa5 python3-httplib: Upgrade 0.20.4 -> 0.21.0
Upgrade to release 0.21.0:

- Bugfix for Content-Encoding: deflate

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07 08:39:05 -08:00
Leon Anavi
a703ff07a2 python3-imageio: Upgrade 2.22.2 -> 2.22.3
Upgrade to release 2.22.3:

- Support compression and compressionargs in tifffile plugin

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07 08:39:05 -08:00
Leon Anavi
80549edfac python3-zeroconf: Upgrade 0.39.2 -> 0.39.4
Upgrade to release 0.39.4:

- Fix IP changes being missed by ServiceInfo
- Fix port changes not being seen by ServiceInfo

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07 08:39:05 -08:00
Wang Mingyu
47f58bda43 python3-websockets: upgrade 10.3 -> 10.4
Changelog:
==========
New features
------------
    Validated compatibility with Python 3.11.

    Added the latency property to protocols.

    Changed ping to return the latency of the connection.

    Supported overriding or removing the User-Agent header in clients and the Server header in servers.

    Added deployment guides for more Platform as a Service providers.

Improvements
-------------
    Improved FAQ.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07 08:39:05 -08:00
Wang Mingyu
b5cd6f6164 python3-requests-toolbelt: upgrade 0.10.0 -> 0.10.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07 08:39:05 -08:00
Wang Mingyu
30666bb835 python3-pytest-xdist: upgrade 2.5.0 -> 3.0.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07 08:39:05 -08:00
Wang Mingyu
a72e91a081 python3-pytest-html: upgrade 3.1.1 -> 3.2.0
no-pip.patch
removed since it's included in 3.2.0

Changelog:
chore: Deactivate broken test for now (#557)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07 08:39:05 -08:00
Wang Mingyu
8621803f49 python3-pytest-benchmark: upgrade 3.4.1 -> 4.0.0
License-Update: Copyright year updated to 2022.

Changelog:
==========
    Dropped support for legacy Pythons (2.7, 3.6 or older).
    Switched CI to GitHub Actions.
    Removed dependency on the py library (that was not properly specified as a dependency anyway).
    Fix skipping test in test_utils.py if appropriate VCS not available. Also fix typo. Contributed by Sam James in #211.
    Added support for pytest 7.2.0 by using pytest.hookimpl and pytest.hookspec to configure hooks. Contributed by Florian Bruhin in #224.
    Now no save is attempted if --benchmark-disable is used. Fixes #205. Contributed by Friedrich Delgado in #207.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07 08:39:05 -08:00
Wang Mingyu
dfeb555a62 python3-protobuf: upgrade 4.21.8 -> 4.21.9
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07 08:39:05 -08:00
Wang Mingyu
bc46bfe447 python3-pint: upgrade 0.20 -> 0.20.1
Changelog:
=========
- Simplify registry subclassing.
  (Issue #1631)
- Restore intersphinx cross reference functionality.
  (Issue #1637)
- Use a newer version of flexparser that can deal with
  imports in linked/temporary folders.
  (Issue #1634)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07 08:39:05 -08:00
Wang Mingyu
7506035836 python3-nmap: upgrade 1.5.4 -> 1.6.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07 08:39:05 -08:00
Wang Mingyu
89d59894c5 python3-luma-oled: upgrade 3.8.1 -> 3.9.0
License-Update: Copyright year updated to 2022

Changelog:
==========
    Use native namespace package configuration
    Drop support for Python 3.6

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07 08:39:05 -08:00
Wang Mingyu
4f7f3c60c8 python3-lazy-object-proxy: upgrade 1.7.1 -> 1.8.0
License-Update: Copyright year updated to 2022.

Changelog:
==========
    Cleaned up use of cPickle. Contributed by Sandro Tosi in #62.
    Cleaned up more dead Python 2 code.
    Added Python 3.11 wheels.
    Dropped support for Python 3.6.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07 08:39:05 -08:00
Leon Anavi
175af34c66 python3-asttokens: Upgrade 2.0.8 -> 2.1.0
Upgrade to release 2.1.0:

- Remove 'unmarked' from public API
- Remove remaining mentions of init_tokens
- Teach ASTText the special handling for f-strings
- Explore a clearer lazy-parsing behaviour API
- Handle and test f-strings better
- Handle node being None in same way as token-using methods
- Make get_text_positions docstring match get_text_range better
- Handle f-string nodes even when tokens are present
- Type checking blocks will never get runtime coverage

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-02 07:58:18 -07:00
Leon Anavi
dd6ab68c21 python3-automat: Upgrade 20.2.0 -> 22.10.0
Upgrade to release 22.10.0:

- Added double-spaces after embedded youtube links
- Add explanation for how to use assert to pacify mypy
- Allow enter to have a default
- CI improvements

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-02 07:58:18 -07:00
Leon Anavi
b1a3c0c3c3 python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0
Upgrade to release 9.0.0:

- Changes to lscpu breaks parsing of cache info
- CPU stepping, model, and family values are blank if 0
- Officially drop support for Python 2
- Replace Python 3.11 deprecated unittest.makeSuite
- Fix lgtm.com alerts
- Support Wheel
- Add support for RISC-V

License-Update: Update year

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-27 08:55:20 -07:00
Leon Anavi
51aea2c8ee python3-traitlets: Upgrade 5.4.0 -> 5.5.0
Upgrade to release 5.5.0:

- Update tests and docs to use non-deprecated functions
- Clean up version handling
- Prep for jupyter releaser
- Format the changelog
- Clean up application typing

License-Update: formating change, the license remains the same

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-27 08:55:20 -07:00
Alexander Kanavin
aa652dbed9 python3-yappi: mark as incompatible with python 3.11
A request to release a new version is here:
https://github.com/sumerc/yappi/issues/122

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-27 08:55:20 -07:00
Alexander Kanavin
f2eff02962 python3-wxgtk4: skip the recipe
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-27 08:55:20 -07:00
Leon Anavi
0ff42a7e9f python3-pint: Upgrade 0.19.2 -> 0.20
Upgrade to release 0.20:

- Reorganized code into facets
  Each facet encapsulate a Pint functionality
- The definition parser is now completely appart, making it easy to
  try other formats
- Extra requires for optional packages are now explicit in
  setup.cfg
- Parse both Greek mu and micro Unicode points without error
- Added angular frequency documentation page
- Move ASV benchmarks to dedicated folder
- Implement `numpy.broadcast_arrays`
- An ndim attribute has been added to Quantity and DataFrame has
  been added to upcast types for pint-pandas compatibility
- Fix a recursion error that would be raised when passing
  quantities to `cond` and `x`
- Update test_non_int tests for pytest
- Create NaN-value quantities of appropriate non-int-type
- New documentation format and organization
- Better support for pandas and dask

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-26 07:04:06 -07:00
Leon Anavi
06f4c93a06 python3-colorama: Upgrade 0.4.5 -> 0.4.6
Upgrade to release 0.4.6:

- Add alternative to 'init()', called 'just_fix_windows_console'.
  This fixes many longstanding problems with 'init', such as
  working incorrectly on modern Windows terminals, and wonkiness
  when init gets called multiple times. The intention is that it
  just makes all Windows terminals treat ANSI the same way as other
  terminals do.
- Support Windows 10's ANSI/VT console. This didn't exist when
  Colorama was created, and avoiding us causing havok there is long
  overdue.
- Internal overhaul of package metadata declaration, which
  abolishes our use of the now heavily discouraged setuptools (and
  hence setup.py, setup.cfg and MANIFEST.in), in favor of hatchling
  (and hence pyproject.toml). This includes dropping support
  Python3.5 and 3.6, which are EOL, and were already dropped from
  setuptools, so this should not affect our users.
- Attention to detail award to LqdBcnAtWork for a spelling fix in
  demo06

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-26 07:04:06 -07:00
Leon Anavi
6b4f2590d8 python3-pythonping: Upgrade 1.1.3 -> 1.1.4
Upgrade to release 1.1.4:

- count parameter can now go beyond 16-bit
- README.md is updated to describe how the module works in detail
- Linting issues have been fixed

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-26 07:04:06 -07:00
Leon Anavi
facbd80e82 python3-dill: Upgrade 0.3.5.1 -> 0.3.6
Upgrade to release 0.3.6:

- Ensure tempfiles are deleted by default
- Fix pickling errors thrown when saving some Stdlib modules
- Move session-related code to new session module
- Fix load_session() and restrict loading a session in a different
  modude
- Rewrite _create_code() with Structural Pattern Matching (limited
  to tuples)

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-25 08:14:08 -07:00
Leon Anavi
aa1523d9df python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1
Upgrade to release 3.2.6.post1:

- Improvement and refactoring in CI and tests

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-25 08:14:08 -07:00
zhengruoqin
49aed62f34 python3-zeroconf: upgrade 0.39.1 -> 0.39.2
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
zhengruoqin
fb1c56aa59 python3-xxhash: upgrade 3.0.0 -> 3.1.0
Changelog:
=========
 Type annotations.
 Enabled muslinux wheels building.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
zhengruoqin
18db045554 python3-stevedore: upgrade 4.0.1 -> 4.1.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
c6ef4d9828 python3-sqlalchemy: upgrade 1.4.41 -> 1.4.42
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
940e750b82 python3-socketio: upgrade 5.7.1 -> 5.7.2
Changelog:
==========
 Fixed disconnect implementation when using a message queue #1002 (commit)
 Fixed remote async disconnects via message queue #1003 (commit)
 Support optional payloads in msgpack implementation #981 (commit) (thanks Cromfel!)
 Recommend ASGI integration for Sanic in Documentation (commit)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
528bc40fae python3-robotframework: upgrade 5.0.1 -> 6.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
1605c2bf33 python3-pywbemtools: upgrade 1.0.0 -> 1.0.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
d8706e5b33 python3-pymongo: upgrade 4.2.0 -> 4.3.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
7e53ce578f python3-pyjwt: upgrade 2.5.0 -> 2.6.0
Changed
--------
    bump up cryptography >= 3.4.0 by @jpadilla in #807
    Remove types-cryptography from crypto extra by @lautat in #805

Fixed
---------
    Invalidate token on the exact second the token expires #797
    fix: version 2.5.0 heading typo by @c0state in #803

Added
-------
    Adding validation for issued_at when iat > (now + leeway) as ImmatureSignatureError by @sriharan16 in #794

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
2f52d33495 python3-protobuf: upgrade 4.21.7 -> 4.21.8
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
7a439be8b0 python3-portalocker: upgrade 2.5.1 -> 2.6.0
License-Update: updated to BSD-3-Clause

Changelog:
==========
Added fileno() support. Fixes #80 on posix systems

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
3b17c8b520 python3-pika: upgrade 1.3.0 -> 1.3.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
bce0c91031 python3-pastedeploy: upgrade 2.1.1 -> 3.0.1
Changelog:
=========
 Fix python_requires package metadata to support Python 3.7+.
 Drop support for Python 2, as well as 3.4, 3.5, and 3.6.
 Fix a broken compatibility shim that would cause the ConfigParser to fail on Python 3.12 when ConfigParser.readfp is removed.
 Drop setuptools dependency and start using importlib.metadata instead.
 Refactor repository into a src folder layout.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
4fa639ee1b python3-pandas: upgrade 1.5.0 -> 1.5.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
eb6ccb958e python3-oauthlib: upgrade 3.2.1 -> 3.2.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
2f15b2e4ba python3-luma-core: upgrade 2.3.1 -> 2.4.0
License-Update: Copyright updated to 2022.

Changelog:
===========

    Drop support for Python 3.6
    Switch to implicit namespace package configuration
    Add support for variable-width GPIO ports on FT23xx chips
    Use time.perf_counter_ns() to avoid loss of precision
    Remove cmdline.make_serial (deprecated since 1.17.1)
    Pillow 9.2.0 or newer is required now

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
da03296419 python3-incremental: upgrade 21.3.0 -> 22.10.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
e7c7c60edd python3-huey: upgrade 2.4.3 -> 2.4.4
Changelog:
===========
 Add is_locked(lock_name) to test whether lock is held.
 Allow raising CancelExecution within a Task, and override retries.
 Add a very basic redis-backed lock that can be acquired more than once (to provide a rudimentary semaphore).
 Add a periodic_task() wrapper for MiniHuey class.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
8eea58d636 python3-grpcio: upgrade 1.49.1 -> 1.50.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
52cae04d99 python3-grpcio-tools: upgrade 1.49.1 -> 1.50.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
0789ccf0cb python3-google-auth: upgrade 2.12.0 -> 2.13.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
a25ba3ae91 python3-google-api-python-client: upgrade 2.64.0 -> 2.65.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
577bc31a0a python3-charset-normalizer: upgrade 2.1.1 -> 3.0.0
Changelog:
===========
Added

    Extend the capability of explain=True when cp_isolation contains at most two entries (min one), will log in details of the Mess-detector results
    Support for alternative language frequency set in charset_normalizer.assets.FREQUENCIES
    Add parameter language_threshold in from_bytes, from_path and from_fp to adjust the minimum expected coherence ratio
    normalizer --version now specify if current version provide extra speedup (meaning mypyc compilation whl)

Changed

    Build with static metadata using 'build' frontend
    Make the language detection stricter
    Optional: Module md.py can be compiled using Mypyc to provide an extra speedup up to 4x faster than v2.1

Fixed

    CLI with opt --normalize fail when using full path for files
    TooManyAccentuatedPlugin induce false positive on the mess detection when too few alpha character have been fed to it
    Sphinx warnings when generating the documentation

Removed

    Coherence detector no longer return 'Simple English' instead return 'English'
    Coherence detector no longer return 'Classical Chinese' instead return 'Chinese'
    Breaking: Method first() and best() from CharsetMatch
    UTF-7 will no longer appear as "detected" without a recognized SIG/mark (is unreliable/conflict with ASCII)
    Breaking: Class aliases CharsetDetector, CharsetDoctor, CharsetNormalizerMatch and CharsetNormalizerMatches
    Breaking: Top-level function normalize
    Breaking: Properties chaos_secondary_pass, coherence_non_latin and w_counter from CharsetMatch
    Support for the backport unicodedata2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
5bdd2eb08b python3-astroid: upgrade 2.12.11 -> 2.12.12
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Sebastian Trahm
bd8defdcd8 Add recipe for python3-pytest-json-report
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-20 15:31:40 -07:00