Commit Graph

5734 Commits

Author SHA1 Message Date
Wang Mingyu
1b234211a6 python3-mypy: upgrade 1.5.0 -> 1.5.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-26 17:32:44 -07:00
Wang Mingyu
acc75984cc python3-humanize: upgrade 4.7.0 -> 4.8.0
Changelog:
===========
-Add Hungarian localization
-Revise Turkish localization
-Translate "thousand" to "千" for zh_CN
-Update docs link to https://humanize.readthedocs.io
-Move logic to convert aware datetime to naive into function
-Docs: fix formatting of return value

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-26 17:32:44 -07:00
Wang Mingyu
0e84bc66ce python3-google-api-python-client: upgrade 2.96.0 -> 2.97.0
Changelog:
https://github.com/googleapis/google-api-python-client/releases/tag/v2.97.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-26 17:32:44 -07:00
Wang Mingyu
32695ea7b7 python3-engineio: upgrade 4.5.1 -> 4.6.0
Changelog:
==========
Improvements in the connection rejected flow
Better handling of Gunicorn threaded worker
shutdown() method for the Engine.IO server

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-26 17:32:44 -07:00
Wang Mingyu
1a14a28f13 python3-click: upgrade 8.1.6 -> 8.1.7
Changelog:
===========
Fix issue with regex flags in shell completion.
Bash version detection issues a warning instead of an error.
Fix issue with completion script for Fish shell.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-26 17:32:44 -07:00
Wang Mingyu
d8eb8b4583 python3-bitstring: upgrade 4.0.2 -> 4.1.0
Changelog:
===========
-Added two new floating point interpretations: float8_143 and float8_152.
-Auto initialistion from ints has been removed and now raises a TypeError.
-Explicitly specifying the 'auto' parameter is now disallowed rather than discouraged.
-Deleting, replacing or inserting into a bitstring resets the bit position to 0 if the
 bitstring's length has been changed.
-Only empty bitstring are now considered False in a boolean sense.
-Casting to bytes now behaves as expected, so that bytes(s) gives the same result as
 s.tobytes(). Previously it created a byte per bit.
-Pretty printing with the 'bytes' format now uses characters from the 'Latin Extended-A'
 unicode block for non-ASCII and unprintable characters instead of replacing them with '.'
-When using struct-like codes you can now use '=' instead of '@' to signify native-
 endianness. They behave identically, but the new '=' is now preferred.
-More fixes for LSB0 mode. There are now no known issues with this feature.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-26 17:32:44 -07:00
Wang Mingyu
6347f1f53c python3-awesomeversion: upgrade 23.5.0 -> 23.8.0
Changelog:
===========
Remove support for Python 3.7
Add hash dunder
Use OIDC for PyPI release

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-26 17:32:44 -07:00
Wang Mingyu
38aed97710 python3-alembic: upgrade 1.11.2 -> 1.11.3
Changelog:
==========
-Improved autogenerate compare of expression based indexes on PostgreSQL
 to produce fewer wrong detections.
-Fixed issue with NULLS NOT DISTINCT detection in postgresql that
 would keep detecting changes in the index or unique constraint.
-Added encoding="locale" setting to the use of Python's
 ConfigParser.read(), so that a warning is not generated when using the
 recently added Python feature PYTHONWARNDEFAULTENCODING specified in
 PEP 597. The encoding is passed as the "locale" string under Python
 3.10 and greater, which indicates that the system-level locale should be
 used, as was the case already here.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-26 17:32:44 -07:00
Wang Mingyu
fbef3f2dcd python3-redis: upgrade 4.6.0 -> 5.0.0
License-Update: Copyright year updated to 2023.

Changelog:
============
Fix timeout retrying on pipeline execution
Fix socket garbage collection

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-26 17:32:44 -07:00
Archana Polampalli
7bfbf9eee8 python3-pyroute2: fix ptest failure
The ptest fails after python3-pyroute2 is upgraded to 0.7.9.

Fixes:
=================================================
tests/test_unit/test_iproute_match/test_match.py:10: in <module>
with open('test_unit/test_iproute_match/links.dump', 'r') as f:
E   FileNotFoundError: [Errno 2] No such file or directory:
'test_unit/test_iproute_match/links.dump'

with open(sample, 'r') as buf:
E       FileNotFoundError: [Errno 2] No such file or directory:
'test_unit/test_nlmsg/gre_01.dump'
=================================================

root@qemux86-64:~# ptest-runner python3-pyroute2
START: ptest-runner
2023-08-22T10:31
BEGIN: /usr/lib/python3-pyroute2/ptest
============================= test session starts ==============================
platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
rootdir: /usr/lib/python3-pyroute2/ptest
collected 103 items

PASS: tests/test_unit/test_addr_pool.py::test_alloc_aligned
PASS: tests/test_unit/test_addr_pool.py::test_alloc_odd
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-26 17:32:44 -07:00
Trevor Gamblin
ff32ec898f python3-kivy: fix filename
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-22 10:07:09 -07:00
Roger Knecht
e1beecfff1 python3-schedule: add recipe
Add a recipe for python schedule library.

Signed-off-by: Roger Knecht <roger@norberthealth.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-19 10:46:14 -07:00
Frieder Schrempf
65f9d868bb python3-can: Add missing runtime dependencies
According to the setup.py of v4.2.2 [1] the following runtime
dependencies are currently missing. Add them.

* packaging
* setuptools

[1] https://github.com/hardbyte/python-can/blob/4.2.2/setup.py

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-17 16:54:40 -07:00
Khem Raj
e86cb4eabd python3-protobuf: Fix build errors seen with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-17 08:03:39 -07:00
Wang Mingyu
ce55a4029c python3-protobuf: upgrade 4.23.4 -> 4.24.0
Changelog:
https://github.com/protocolbuffers/protobuf/releases/tag/v24.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-17 08:03:39 -07:00
Marine Vovard
ed02d80a45 python3-kivy: Require X11 or Wayland in DISTRO_FEATURES
At least one of the following DISTRO_FEATURES needs to be present: X11 or
Wayland. The recipe now work with pure Wayland.

Signed-off-by: Marine Vovard <m.vovard@phytec.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-17 08:03:39 -07:00
Wang Mingyu
d2a9c15b90 python3-zeroconf: upgrade 0.71.4 -> 0.76.0
Changelog:
===========
Feature
--------
    Improve performance responding to queries (#1217) (69b33be)
    Expose flag to disable strict name checking in service registration (#1215) (5df8a57)
    Speed up processing incoming records (#1216) (aff625d)
    Speed up unpacking text records in ServiceInfo (#1212) (99a6f98)
    Add a cache to service_type_name (#1211) (53a694f)
    Speed up processing incoming records (#1206) (126849c)

Fix
-------
    Remove typing on reset_ttl for cython compat (#1213) (0094e26)
    Revert adding typing to DNSRecord.suppressed_by (#1210) (3dba5ae)
    Revert DNSIncoming cimport in _dns.pxd (#1209) (5f14b6d)
    Race with InvalidStateError when async_request times out (#1208) (2233b6b)
    Improve performance of ServiceInfo.async_request (#1205) (8019a73)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
ada906402e python3-yamlloader: upgrade 1.2.2 -> 1.3.2
Changelog:
 Python 3.11 upgrade, drop 3.7 (use old version < 1.3 if desired in Python 3.7)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
35e722ac49 python3-web3: upgrade 6.7.0 -> 6.8.0
Changelog:
===========
Bugfixes
----------
    Fix the type for the optional param asking for "full transactions" when subscribing to newPendingTransactions via eth_subscribe to bool. (#3067)

Improved Documentation
-----------------------
    Change docs to reflect AsyncHTTPProvider does accept ENS names now (#3070)

Features
-----------
    Return structured JSON-RPC errors for missing or unimplemented eth-tester methods. (#3061)
    ENS name-to-address support for eth_subscribe. (#3066)
    Asynchronous iterator support for AsyncWeb3 with WebsocketProviderV2 using async for syntax. (#3067)

Internal Changes - for web3.py Contributors
--------------------------------------------
    Minor fixes to type hinting in the core tests setup fixtures. (#3069)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
383cfbab10 python3-virtualenv: upgrade 20.24.2 -> 20.24.3
Changelog:
==========
-release 20.24.2
-Update compatibility docs
-fix ResourceWarning on process exit (#2472)
-added scripts in tasks directory to sdist on build (#2610)
-Bump wheel

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
9acde8f934 python3-uefi-firmware: upgrade 1.10 -> 1.11
License-Update:
 Remove Python version specific classifiers

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
59e614fe67 python3-tqdm: upgrade 4.65.0 -> 4.66.1
License-Update:
 MPLv2.0 changed to MPL-2.0
 setup.py and MANIFEST.in removed from files

Changelog:
===========
-  fix utils.envwrap types (#1493 <- #1491, #1320 <- #966, #1319)
-  drop mentions of unsupported Python versions
-  environment variables to override defaults (TQDM_*) (#1491 <- #1061, #950 <- #614, #1318, #619, #612, #370)
-  fix & update CLI completion
-  fix & update API docs
-  minor code tidy: replace os.path => pathlib.Path
-  fix docs image hosting
-  release with CI bot account again (https://github.com/cli/cli/issues/6680)
-  exclude examples from distributed wheel (#1492)
-  migrate setup.{cfg,py} => pyproject.toml (#1490)
    fix asv benchmarks
    update docs
-  fix snap build (#1490)
-  fix & update tests (#1490)
    fix flaky notebook tests
    bump pre-commit
    bump workflow actions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
653b49ad9c python3-tox: upgrade 4.6.4 -> 4.8.0
Changelog:
============
Features
--------
* --override can now take options in the form of foo+=bar which will append
  bar to the end of an existing list/dict, rather than replacing it. (#3087)
* Make –hashseed default to PYTHONHASHSEED, if defined
  The main motivation for this is to able to set the hash seed when building the
  documentation with “tox -e docs”, and thus avoid embedding a random value in
  the tox documentation for –help. This caused documentation builds to fail to
  build reproducibly. (#2942)

Bugfixes
----------
* Update a regular expression in tests to match the exception message in both
  Python 3.12 and older. (#3065)

Improved Documentation
------------------------
* Fix broken links

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
91c0e0463d python3-sh: upgrade 2.0.4 -> 2.0.6
Changelog:
===========
Allow nested with contexts #690
Call correct asyncio function for getting event loop
Add back appropriate sdist files comment

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
6d496a1f60 python3-regex: upgrade 2023.6.3 -> 2023.8.8
Changelog:
 emoved usage of _PyBytes_Join and did a little tidying of the code that makes the result string.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
8474402f1c python3-rdflib: upgrade 6.3.2 -> 7.0.0
Changelog:
https://github.com/RDFLib/rdflib/blob/main/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
9c4d6108d3 python3-pymisp: upgrade 2.4.173 -> 2.4.174
Changelog:
===========
- Bump version, templates.
- Bump deps, fix code accordingly.
- Push code changes related to deps upgrade...

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
c4230f24d0 python3-pyflakes: upgrade 3.0.1 -> 3.1.0
Changelog:
===========
    Drop support for EOL python 3.6 / 3.7
    Remove ContinueInFinally check (only relevant in python < 3.8)
    Fix forward annotations inside a nested scope
    Produce an error when a definition shadows an unused variable
    Fix accessed global annotation being redefined in a local scope
    Allow redefinition of functions across match arms
    Fix potential None for lineno during tokenization errors
    Add support for PEP 695 and python 3.12

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
6ab26c3e4e python3-pycodestyle: upgrade 2.10.0 -> 2.11.0
Changelog:
==========
    Drop EOL python 3.6 / 3.7. PR #1129, #1160.
    Add support for python 3.12. PR #1147, #1148, #1152, #1153, #1154, #1163, #1164, #1165, #1166, #1176, #1177, #1182.
    E721: adjust handling of type comparison. Allowed forms are now isinstance(x, t) or type(x) is t. PR #1086, #1167.
    Remove handling of python 2 <> operator. PR #1161.
    W606: removed. async / await are always keywords. PR #1162.
    Internal: move tests to pytest. PR #1168, #1169, #1171, #1173, #1174, #1175.
    Remove handling of python 2 ur'' strings. PR #1181.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00
Wang Mingyu
a38f430cfd python3-platformdirs: upgrade 3.9.1 -> 3.10.0
Changelog:
============
Fix docs build failure
platformdirs: introduce site_runtime_dir

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
cca00970ba python3-luma-oled: upgrade 3.12.0 -> 3.13.0
Changelog:
Add support for 128x128 SH1107

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
d95cd4b3a5 python3-joblib: upgrade 1.3.1 -> 1.3.2
Changelog:
===========
-Fix a regression in joblib.Parallel introduced in 1.3.0 where explicitly
 setting n_jobs=None was not interpreted as "unset".
-Fix a regression in joblib.Parallel introduced in 1.3.0 where joblib.Parallel
 logging methods exposed from inheritance to joblib.Logger didn't work because
 of missing logger initialization.
-Various maintenance updates to the doc, the ci and the test.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
08eecf6a6b python3-googleapis-common-protos: upgrade 1.59.1 -> 1.60.0
Changelog:
==========
Add google/api/policy.proto
Add method_policies to Control

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
b8862df2b1 python3-google-api-python-client: upgrade 2.95.0 -> 2.96.0
Changelog:
==========
https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
95959a950f python3-dnspython: upgrade 2.4.1 -> 2.4.2
Changelog:
==========
-  Async queries could wait forever instead of respecting the timeout if the
   timeout was 0 and a packet was lost. The timeout is now respected.
-  Restore HTTP/2 support which was accidentally broken during the https
   refactoring done as part of 2.4.0.
-  When an inception time and lifetime are specified, the signer now sets
   the expiration to the inception time plus lifetime, instead of the current
   time plus the lifetime.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
49b9f848a9 python3-coverage: upgrade 7.2.7 -> 7.3.0
Changelog:
==========
- Added a .Coverage.collect context manager to start and stop coverage data collection.
- Dropped support for Python 3.7.
- Fix: in unusual circumstances, SQLite cannot be set to asynchronous mode.
  Coverage.py would fail with the error Safety level may not be changed inside
  a transaction. This is now avoided, closing issue 1646.
- Docs: examples of configuration files now include separate examples for the
  different syntaxes: .coveragerc, pyproject.toml, setup.cfg, and tox.ini.
- Fix: added nosemgrep comments to our JavaScript code so that semgrep-based
  SAST security checks won't raise false alarms about security problems that
  aren't problems.
- Added a CITATION.cff file

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
3282cef428 python3-cmake: upgrade 3.27.0 -> 3.27.2
Changelog:
============
chore(deps): bump cmake from 3.27.0 to 3.27.1
chore(deps): bump pypa/cibuildwheel from 2.14.1 to 2.15.0
chore(deps): update pre-commit hooks
Update to CMake 3.27.2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
bf66e74115 python3-bitarray: upgrade 2.8.0 -> 2.8.1
Changelog:
============
 * use reconstructor function for pickling, see #207
 * simplify implementation of '.reverse()'

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
5f961da17d python3-async-timeout: upgrade 4.0.2 -> 4.0.3
Changelog:
=========
  Fixed compatibility with asyncio.timeout() on Python 3.11+.
  Added support for Python 3.11.
  Dropped support for Python 3.6.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Wang Mingyu
d513c2d68e python3-alembic: upgrade 1.11.1 -> 1.11.2
Changelog:
===========
- [feature] [operations] Added parameters if_exists and if_not_exists for index operations.
  Pull request courtesy of Max Adrian.
- [usecase] [typing] Added typing to the default script mako templates.
- [usecase] [autogenerate] Added support in autogenerate for NULLS NOT DISTINCT in
  the PostgreSQL dialect.
- [bug] Fixed format string logged when running a post write hook
  Pull request curtesy of Mathieu Défosse.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-15 20:07:55 -07:00
Khem Raj
1de54a3daa python3-dominate: Fix get_thread_context ptest on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-11 09:13:30 -07:00
Justin Bronder
9a8cfc75f5 python3-mypy: upgrade 0.971 -> 1.5.0
Switched RDEPEND to python3-modules as this is a complex package that is
still under fairly heavy development by python core contributors.  It's
likely that the dependency list will change from release to release and
unlikely that anyone wanting type-checking will be object to having a
full python installation.

Note for anyone attempting to backport this, you'll need to add
python3-tomli to RDEPENDS as python < 3.11 won't be in the stdlib.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-11 00:06:04 -07:00
Justin Bronder
32537d7b34 python3-types-psutil: add 5.9.5.16
Dependency of python3-mypy.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-11 00:06:04 -07:00
Justin Bronder
6a8b2a2f67 python3-typed-ast: remove EOL package
No longer required by python3-mypy and no longer maintained upstream.
https://github.com/python/typed_ast/issues/179

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-11 00:06:04 -07:00
Justin Bronder
99d7aca1f2 python3-types-setuptools: add 68.0.0.3
Dependency of python3-mypy.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-11 00:06:04 -07:00
Justin Bronder
ae8535a618 python3-mypy-extensions: upgrade 0.4.3 -> 1.0.0
Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-11 00:06:04 -07:00
Khem Raj
5adde6b9b8 python3-m2crypto: Remove __pycache__ files
They may not be appropriate for target due to cross compiling

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-07 09:01:00 -07:00
Michael Opdenacker
61d14138c2 meta-python: Remove unused AUTHOR variable
No longer used in generating packages
Also creates a possible confusion with the recipe maintainer
name.

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-05 09:29:56 -07:00
Wang Mingyu
b3052a5f92 python3-zeroconf: upgrade 0.71.0 -> 0.71.4
Changelog:
===========
 Cleanup naming from previous refactoring in ServiceInfo
 Pin python-semantic-release to fix release process
 No change re-release to fix wheel builds
 Add missing if TYPE_CHECKING guard to generate_service_query

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00
Wang Mingyu
ca4b22b3da python3-virtualenv: upgrade 20.24.0 -> 20.24.2
Changelog:
 Bump pip and wheel

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-01 08:46:48 -07:00