summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python3-zeroconf: upgrade 0.71.0 -> 0.71.4Wang Mingyu2023-08-011-1/+1
| | | | | | | | | | | | 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>
* python3-virtualenv: upgrade 20.24.0 -> 20.24.2Wang Mingyu2023-08-011-1/+1
| | | | | | | | Changelog: Bump pip and wheel Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: upgrade 4.0.0 -> 4.1.0Wang Mingyu2023-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ========== - Added support for passing a tuple as expected_type to check_type(), making it more of a drop-in replacement for isinstance() - Fixed regression where Literal inside a Union had quotes stripped from its contents, thus typically causing NameError to be raised when run - Fixed handling of typing_extensions.Literal on Python 3.8 and 3.9 when typing_extensions>=4.6.0 is installed - Fixed NameError when generated type checking code references an imported name from a method - Fixed docstrings disappearing from instrumented functions - Fixed @typechecked failing to instrument functions when there are more than one function within the same scope - Fixed frozenset not being checked Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tomlkit: upgrade 0.11.8 -> 0.12.1Wang Mingyu2023-08-011-1/+1
| | | | | | | | | | | | | | Changelog: ======== Make float and int hashable. Allow users to specify encoders for custom types. Fix the incorrect sort when building a table with dotted keys. Complete the methods required for integer and float items. Replace the deprecated usage of datetime.utcnow(). Minor performance improvements when iterating over the escape sequences. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-robotframework: upgrade 6.1 -> 6.1.1Wang Mingyu2023-08-011-1/+1
| | | | | | | | Changelog: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-6.1.1.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.3.2 -> 3.4.1Wang Mingyu2023-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Fix serial startup problems. (#1701) pass source_address in tcp client. (#1700) serial server use source_address[0]. (#1699) Examples coverage nearly 100%. (#1694) new async serial (#1681) Docker is not supported (lack of maintainer). (#1693) Forwarder write_coil --> write_coil. (#1691) Change default source_address to (0.0.0.0, 502) (#1690) Update ruff to 0.0.277 (#1689) Fix dict comprehension (#1687) Removed requests dependency from contrib/explain.py (#1688) Fix broken test (#1685) Fix readme badges (#1682) Bump aiohttp from 3.8.3 to 3.8.5 (#1680) pygments from 2.14.0 to 2.15.0 (#1677) Handle partial local echo. (#1675) clarify handle_local_echo. (#1674) async_client: add retries/reconnect. (#1672) Fix 3.11 problem. (#1673) Add new example simulator server/client. (#1671) examples/contrib/explain.py leveraging Rapid SCADA (#1665) _logger missed basicConfig. (#1670) Bug fix for #1662 (#1663) Bug fix for #1661 (#1664) Fix typo in config.rst (#1660) test action_increment. (#1659) test codeql (#1655) mypy complaints. (#1656) Remove self.params from async client (#1640) Drop test of pypy with python 3.8. repair server_async.py (#1644) move common framer to base. (#1639) Restrict Return diag call to bytes. (#1638) use slave= in diag requests. (#1636) transport listen in server. (#1628) CI test. Integrate transport in server. (#1617) fix getFrameStart for ExceptionResponse (#1627) Add min/min to simulator actions. Change to "sync client" in forwarder example (#1625) Remove docker (lack of maintenance). (#1623) Clean defaults (#1618) Reduce CI log with no debug. (#1616) prepare server to use transport. (#1607) Fix RemoteSlaveContext (#1599) Combine stale and lock. (#1608) update pytest + extensions. (#1610) Change version follow PEP 440. (#1609) Fix regression with REPL server not listening (#1604) Remove handler= for server classes. (#1602) Fix write function codes (#1598) transport nullmodem (#1591) move test of examples to subdirectory. (#1592) transport as object, not base class. (#1572) Simple examples. (#1590) transport_connect as bool. (#1587) Prepare dev (#1588) Release corrections. (#1586) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portion: upgrade 2.4.0 -> 2.4.1Wang Mingyu2023-08-011-1/+1
| | | | | | | | Changelog: Import error when using create_api outside a REPL Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: upgrade 3.19.0 -> 3.20.1Wang Mingyu2023-08-011-1/+1
| | | | | | | | Changelog: Fix call to get_declared_fields: pass dict_cls again Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jedi: upgrade 0.18.2 -> 0.19.0Wang Mingyu2023-08-011-1/+1
| | | | | | | | | | | | | Changelog: ========== -Python 3.11 support -Massive improvements in performance for Interpreter (e.g. IPython) users. This especially affects pandas users with large datasets. -Add jedi.settings.allow_unsafe_interpreter_executions to make it easier for IPython users to avoid unsafe executions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: upgrade 1.56.0 -> 1.56.2Wang Mingyu2023-08-011-1/+1
| | | | | | | | | | Changelog: ========== [WRR] backport (#33694) to 1.56 [backport][iomgr][EventEngine] Improve server handling of file descriptor exhaustion Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.93.0 -> 2.95.0Wang Mingyu2023-08-011-1/+1
| | | | | | | | 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>
* python3-gnupg: upgrade 0.5.0 -> 0.5.1Wang Mingyu2023-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: ========== -Added TRUST_EXPIRED to trust_keys. Thanks to Leif Liddy for the patch. -Fix #206: Remove deprecated --always-trust in favour of --trust-model always -Fix #208: Add status_detail attribute to result objects which is populated when the status is 'invalid recipient' (encryption/decryption) or 'invalid signer' (signing). -Add scan_keys_mem() function to scan keys in a string. Thanks to Sky Moore for the patch. -Fix #214: Handle multiple signatures when one of them is invalid or unverified. -A problems attribute was added which holds problems reported by gpg during verification. -Fix #217: Use machine-readable interface to query the gpg version. Thanks to Justus Winter for the patch. -Added the ability to export keys to a file. Thanks to Leif Liddy for the patch. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-socketio: upgrade 5.3.4 -> 5.3.5Wang Mingyu2023-08-011-1/+1
| | | | | | | | Changelog: Prevent allow_unsafe_werkzeug option from being passed to web servers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-elementpath: upgrade 4.1.4 -> 4.1.5Wang Mingyu2023-08-011-1/+1
| | | | | | | | Changelog: Fix typed value of ElementNode() if self.elem.text is None Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dnspython: upgrade 2.4.0 -> 2.4.1Wang Mingyu2023-08-011-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cytoolz: upgrade 0.12.1 -> 0.12.2Wang Mingyu2023-08-011-1/+1
| | | | | | | | | | Changelog: ========== Support Cython 3.0 Stop building wheels for PyPy 3.9 and PyPy 3.10, which stopped working for some reason Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-configargparse: upgrade 1.5.5 -> 1.7Wang Mingyu2023-08-011-1/+1
| | | | | | | | Changelog: added several missed global variables from the argparse module Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmake: upgrade 3.26.4 -> 3.27.0Wang Mingyu2023-08-011-1/+1
| | | | | | | | | | | Changelog: ========== chore(deps): bump cmake from 3.26.3 to 3.26.4 chore: continue testing with python 2.7 Update to CMake 3.27.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-click: upgrade 8.1.5 -> 8.1.6Wang Mingyu2023-08-011-1/+1
| | | | | | | | Changelog: Fix an issue with type hints for @click.group() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 2.7.6 -> 2.8.0Wang Mingyu2023-08-011-1/+1
| | | | | | | | | | | Changelog: ========= * allow [integer sequence indexing](indexing.rst) by list of indices, * add [masked indexing](indexing.rst) by bitarray masks, * improve `.bytereverse()` docstring Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: upgrade 3.8.4 -> 3.8.5Wang Mingyu2023-08-011-1/+1
| | | | | | | | | | | Changelog: ======== Upgraded the vendored copy of llhttp_ to v8.1.1 Added information to C parser exceptions to show which character caused the error. Fixed a transport is :data:None error Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 6.3.0 -> 6.7.0Wang Mingyu2023-08-011-2/+2
| | | | | | | License-Update: change lib author to EF Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gunicorn: upgrade 20.1.0 -> 21.2.0Wang Mingyu2023-08-011-2/+2
| | | | | | | | | | License-Update: year updated to 2009-2023 Changelog: fix thread worker: revert change considering connection as idle Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dill: upgrade 0.3.6 -> 0.3.7Wang Mingyu2023-08-011-2/+2
| | | | | | | | | | | | | | | | | | | | | License-Update: align LICENSE wording with BSD-3-Clause Copyright updated to 2023. Changelog: ========== Fix _is_builtin_module minor changes from PR #554 align LICENSE wording with BSD-3-Clause Python 3 Metaclasses [Support ABC and Enums - Part 1] Abstract Base Classes [Support ABC and Enums - Part 2] fix typo Bump requests from 2.27.1 to 2.31.0 in /docs Fixed crashed in _dill._is_builtin_module when a module's file is None Bump pygments from 2.11.2 to 2.15.0 in /docs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: add python3-telnetlib3 packageChase Qi2023-07-271-0/+15
| | | | | | | telnetlib3 is a Telnet client and server library for python. Signed-off-by: Chase Qi <chase.qi@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyaudio: Fix cross buildsKhem Raj2023-07-272-0/+30
| | | | | | | | | | | | | | Do not poison include paths with build system include and lib dirs these paths get appended to cflags/ldflags when building the c extention Fixes | /mnt/b/yoe/master/build/tmp/work/cortexa72-cortexa53-crypto-yoe-linux/python3-pyaudio/0.2.13-r0/recipe-sysroot/usr/include/python3.11/pyconfig.h:23:10: fatal error: 'python3.11/pyconfig-32.h' file not found | 23 | #include <python3.11/pyconfig-32.h> | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | 1 error generated. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Trevor Gamblin <tgamblin@baylibre.com>
* python3-sqlparse: upgrade 0.4.3 -> 0.4.4Trevor Gamblin2023-07-253-129/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use python_flit_core instead of setuptools3 - Modify 0001-sqlparse-change-shebang-to-python3.patch to apply on 0.4.4 - Remove CVE-2023-30608.patch since it's now upstream: [tgamblin@megalith sqlparse]$ git tag --contains c457abd 0.4.4 Changelog (https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG): Release 0.4.4 (Apr 18, 2023) ---------------------------- Notable Changes * IMPORTANT: This release fixes a security vulnerability in the parser where a regular expression vulnerable to ReDOS (Regular Expression Denial of Service) was used. See the security advisory for details: https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-rrm6-wvj7-cwh2 The vulnerability was discovered by @erik-krogh from GitHub Security Lab (GHSL). Thanks for reporting! Bug Fixes * Revert a change from 0.4.0 that changed IN to be a comparison (issue694). The primary expectation is that IN is treated as a keyword and not as a comparison operator. That also follows the definition of reserved keywords for the major SQL syntax definitions. * Fix regular expressions for string parsing. Other * sqlparse now uses pyproject.toml instead of setup.cfg (issue685). Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pybind11: upgrade 2.10.3 -> 2.11.1Trevor Gamblin2023-07-251-1/+1
| | | | | | | Changelog: https://github.com/pybind/pybind11/releases Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyaudio: upgrade 0.2.11 -> 0.2.13Trevor Gamblin2023-07-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: Move to LICENSE.txt Changelog: 2022-12-26 Hubert Pham <hubert@mit.edu> PyAudio 0.2.13 * Move pyaudio.Stream to pyaudio.PyAudio.Stream. The pyaudio.Stream class is now pyaudio.PyAudio.Stream, nested under the existing pyaudio.PyAudio class. This should not affect existing code, as directly accessing the module-level pyaudio.Stream class has always been unsupported (use PyAudio.open instead). Accessing pyaudio.Stream directly is deprecated and will raise a DeprecationWarning. * Deprecate PaMacCoreStreamInfo's get_channel_map() and get_flags() methods. Use the channel_map and flags properties, respectively, instead. Also deprecates internal method _get_host_api_stream_object. Calling deprecated methods will raise a DeprecationWarning. * Package PyAudio as an actual package (directory). Previously, the library deployed a single pyaudio.py file and a C extension module to the root of site-packages. Now, the library deploys a Python package. * Add default shared library path for Homebrew installations on Apple Silicon. * Refactor and cleanup. - Refactor C extension for better maintainability. - Add more unit tests. - Update and modernize examples directory. - Improve C and python style conformance, plus many cosmetic updates. 2022-07-18 Hubert Pham <hubert@mit.edu> PyAudio 0.2.12 - Modernize build process for Microsoft Windows, using the native toolchain. Setuptool setup.py and INSTALL instructions are more streamlined. Building from Cygwin/MinGW is no longer supported nor tested. Thanks to Sean Zimmermann for the patches and general help! - Change default frames per buffer size to paFramesPerBufferUnspecified. Previously, pyaudio.py set a default frames per buffer size of 1024, which can lead to dropped frames on some systems. Now, by default, PortAudio selects the buffer size based on host and latency requirements. Thanks to Jason Hihn for the suggestion! - Minor fixes and refactoring for compatibility with Python 3.7+. Updates include: * Remove call to deprecated PyEval_InitThreads() for Python 3.7+ * Use Py_ssize_t types in appropriate places (for Python 3.10+). * Remove the min macro to ease compilation for Windows. - Use the locale's preferred encoding to decode device names. Thanks to Eiichi Takamori for the patch! - Unit tests: add skipIf decorators to skip tests that require hardware. Set the PYAUDIO_SKIP_HW_TESTS environment variable to disable tests that require sound hardware, useful for (automated) test environments without access to audio devices. Thanks to Matěj Cepl for the suggestion and patch! - Documentation, examples, and unit tests: various fixes. * Add more unit tests and repair a few that test the GIL on macOS. * Remove examples/error.py, which is redundant with tests/error_tests.py. * Fix type documentation of return value types in docstrings. Thanks to Vasily Zakharov for pointing out the return-value type errors! - Modernize packaging: add LICENSE.txt, pyproject.toml, and classifiers. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib: upgrade 3.6.3 -> 3.7.2Trevor Gamblin2023-07-253-76/+18
| | | | | | | | | | | | | | | | | | | | - Adjust target lines in setup.py for LIC_FILES_CHKSUM, since the content of interest has moved (but not changed) - Tweak matplotlib-disable-download.patch to apply on 3.7.2 - Remove backported patch since it's in 3.7.2: [tgamblin@megalith matplotlib]$ git log --oneline --grep="removed RandomNumberGenerator class" 601d92a885 removed RandomNumberGenerator class, included <random>, replaced random_shuffle with shuffle and used mersenne twister engine to generate uniform random bit generator for the shuffle. [tgamblin@megalith matplotlib]$ git tag --contains 601d92a885 v3.7.0 v3.7.0rc1 v3.7.1 v3.7.2 Changelog: https://github.com/matplotlib/matplotlib/releases Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-m2crypto: upgrade 0.38.0 -> 0.39.0Trevor Gamblin2023-07-252-178/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the CVE-2020-25657 patch, as it is fixed in 0.39.0: [tgamblin@megalith m2crypto]$ git log --oneline --grep="CVE-2020-25657" 84c5395 Mitigate the Bleichenbacher timing attacks in the RSA decryption API (CVE-2020-25657) [tgamblin@megalith m2crypto]$ git tag --contains 84c53958def0f510e92119fca14d74f94215827a 0.39.0 Changelog (https://gitlab.com/m2crypto/m2crypto/-/blob/master/CHANGES?ref_type=heads): 0.39.0 - 2023-01-31 ------------------- - SUPPORT FOR PYTHON 2 HAS BEEN DEPRECATED AND IT WILL BE COMPLETELY REMOVED IN THE NEXT RELEASE. - Remove dependency on parameterized and use unittest.subTest instead. - Upgrade embedded six.py module to 1.16.0 (really tiny inconsequential changes). - Make tests working on MacOS again (test_bio_membuf: Use fork) - Use OpenSSL_version_num() instead of unrealiable parsing of .h file. - Mitigate the Bleichenbacher timing attacks in the RSA decryption API (CVE-2020-25657) - Add functionality to extract EC key from public key + Update tests - Worked around compatibility issues with OpenSSL 3.* - Support for Twisted has been deprecated (they have their own SSL support anyway). - Generate TAP while testing. - Stop using GitHub for testing. - Accept a small deviation from time in the testsuite (for systems with non-standard HZ kernel parameter). - Use the default BIO.__del__ rather tha overriding in BIO.File (avoid a memleak). - Resolve "X509_Name.as_der() method from X509.py -> class X509_Name caused segmentation fault" Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonpatch: upgrade 1.32 -> 1.33Trevor Gamblin2023-07-251-2/+2
| | | | | | | | | | | | | | | | | | | | Update-License: Change name from COPYING to LICENSE No changelog provided. Commit log: 0b05203 (tag: v1.33) bump version to 1.33 45cfe90 Switch to GitHub actions (#144) 33562b0 Update license text to match official 3-clause-BSD (#142) a76f742 feat(jsondiff): Add support for preserving Unicode characters (#145) 714df3c docs: fix simple typo, raies -> raise (#135) e0b3a9b Merge pull request #134 from Ventilateur/b/fix-invalid-remove-index 46eef55 remove unused import db194f8 fix invalid remove index a652648 Merge pull request #132 from JulienPalard/mdk/TypeError c9bfb91 FIX: TypeError when one forgot to put its operation in a list. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fastjsonschema: upgrade 2.16.3 -> 2.18.0Trevor Gamblin2023-07-251-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog (https://github.com/horejsek/python-fastjsonschema/blob/master/CHANGELOG.txt): === 2.18.0 (2023-07-22) * Improved error message for required props - only missing are reported * Fixed support of boolean schema in if-then-else application === 2.17.1 (2023-05-22) * Fixed tests in sdist === 2.17.0 (2023-05-21) * Added support for Decimals * Added tests in sdist Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-beautifulsoup4: upgrade 4.11.1 -> 4.12.2Trevor Gamblin2023-07-251-3/+3
| | | | | | | | | | | beautifulsoup4 uses hatchling now, so inherit python_hatchling. License-Update: Rename from COPYING.txt to LICENSE, update year Changelog: https://git.launchpad.net/beautifulsoup/tree/CHANGELOG Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-werkzeug: upgrade 2.2.3 -> 2.3.6Trevor Gamblin2023-07-251-2/+2
| | | | | | | | | | | | | | | | Upstream states that the build backend is now flit, but inheriting python_flit_core alone still causes the following error: | ModuleNotFoundError: No module named 'setuptools' | | ERROR Backend 'setuptools.build_meta' is not available. Instead, inherit python_setuptools_build_meta, which works OK. Changelog: https://github.com/pallets/werkzeug/blob/main/CHANGES.rst Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-snagboot: upgrade 1.0 -> 1.1Trevor Gamblin2023-07-251-2/+2
| | | | | | | | | | | | | | | The udev file was updated and renamed in 1.1 to 50-snagboot.rules. Changelog (https://github.com/bootlin/snagboot/releases/tag/v1.1): - udev: use uaccess tags instead of group assignments - fix and test i.MX8QM and i.MX93 supports - homogenize i.MX firmware configuration interfaces - don't require contributors to modify license headers - fix README links on PyPI Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sh: upgrade 1.14.3 -> 2.0.4Trevor Gamblin2023-07-251-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The project uses poetry now, so inherit python_poetry_core - Add python3-asyncio and python3-compression to RDEPENDS Changelog (https://github.com/amoffat/sh/blob/develop/CHANGELOG.md): 2.0.4 - 5/13/22 - Allow ok_code to be used with fg #665 - Make sure new_group never creates a new session #675 2.0.2 / 2.0.3 (misversioned) - 2/13/22 - Performance regression when using a generator with _in #650 - Adding test support for python 3.11 2.0.0 - 2/9/22 - Executed commands now return a unicode string by default - Removed magical module-like execution contexts #636 - Added basic asyncio support via _async - Dropped support for Python < 3.8 - Bumped default tty size to more standard (24, 80) - First argument being a RunningCommand no longer automatically passes it as stdin - RunningCommand.__eq__ no longer has the side effect of executing the command #518 - _tee now supports both "err" and "out" #215 - Removed the builtin override cd link - Altered process launching model to behave more expectedly #495 - Bugfix where _no_out isn't allowed with _iter="err" #638 - Allow keyword arguments to have a list of values #529 Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-send2trash: upgrade 1.8.0 -> 1.8.2Trevor Gamblin2023-07-251-3/+6
| | | | | | | | | | | | | | | | | | | | | - Update build backend since they use a pyproject.toml file now. - Add python3-io to RDEPENDS so that the module can be imported. Changelog (https://github.com/arsenetar/send2trash/releases): 1.8.2 - Add fallback to HOMETRASH when cross device errors happen in plat_other (#26, #41, #63) - win/legacy: tiny logic simplification by @BoboTiG in #77 - TravisCI is not used anymore by @sobolevn in #73 - fix(ci): Update to latest actions, fix python versions by @arsenetar in #78 1.8.1b0 - Add fallback to HOMETRASH when cross device errors happen in plat_other (#26, #41, #63) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-semver: upgrade 2.13.0 -> 3.0.1Trevor Gamblin2023-07-253-25/+27
| | | | | | | | | | | | | | | - Update to point at the proper license file with correct checksum. Previously it was pointing at a subset of a PKG-INFO file, which was a legacy output from distutils - Update build backend and include python3-setuptools-scm-native in DEPENDS - Modify ptest installation and run-ptest script since the tests have been moved into their own folder Changelog: https://github.com/python-semver/python-semver/releases Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rdflib: upgrade 6.2.0 -> 6.3.2Trevor Gamblin2023-07-241-3/+3
| | | | | | | | | | The LICENSE file's copyright year was updated, so the checksum changed. rdflib now uses poetry as the backend, so switch from setuptools3. Changelog: https://github.com/RDFLib/rdflib/releases Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyperf: upgrade 2.5.0 -> 2.6.1Trevor Gamblin2023-07-241-2/+2
| | | | | | | | | inherit python_setuptools_build_meta instead of setuptools3. Changelog: https://github.com/psf/pyperf/releases Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pandas: upgrade 1.5.3 -> 2.0.3Trevor Gamblin2023-07-241-3/+5
| | | | | | | | | | | pandas now requires versioneer, so add that to the DEPENDS list. The LICENSE checksum changed but this was due to line endings and not a difference in content. Changelog: https://github.com/pandas-dev/pandas/releases Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-parse: upgrade 1.19.0 -> 1.19.1Trevor Gamblin2023-07-241-6/+11
| | | | | | | | | | | | | | Switch to using git and a SRCREV to make sure we can keep the ptests. Changelog (https://github.com/r1chardj0n3s/parse/releases): - Add support for sign specifiers in number formats. by @anntzer in #134 - Fix handling of unused alignment by @tomerha in #132 - modern packaging by @wimglenn in #151 - universal wheel by @wimglenn in #155 Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-versioneer: add recipeTrevor Gamblin2023-07-242-0/+19
| | | | | | | | This module is required by newer versions of pandas, so add it as a recipe. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-humanize: upgrade 4.4.0 -> 4.7.0Trevor Gamblin2023-07-241-2/+3
| | | | | | | | | | humanize moved to hatchling as a build backend, so adjust the recipe to match. Changelog: https://github.com/python-humanize/humanize/releases Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenstalk: upgrade 2.0.0 -> 2.0.2Trevor Gamblin2023-07-231-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to python_setuptools_build_meta. No changelog provided Commit history: a4643c4 (HEAD -> main, tag: v2.0.2, origin/main, origin/HEAD) Release 2.0.2 87269f0 Remove redundant wheel dep from pyproject.toml e30d3c4 (tag: v2.0.1) Release 2.0.1 36b348a Require a current version of Python e189f4b Revert breaking API changes 868e9d0 Format with Black 5f4f424 Strip quotes from string stats a31ad74 Add __repr__ to Job and Client ebbb0f2 Improve names of private parsing functions 3ff9ef1 Use phony targets in Makefile 4feaf07 Format with Black 2c9165f Add test for drain mode 5068dc2 Enable strict mode in mypy 383176c Add type hints to integration test decorator 6fb0a48 Polish documentation e8c5f20 Fix reportUnknownVariableType Pylance warnings e7ac1da Polish API reference 9a384a8 Remove __slots__ from Job 45c53b4 Polish error handling 4f79e7c Document and type hint Job attributes 0f576a0 Remove sphinx-autodoc-typehints dev dependency 29a5499 Always use bytes for job bodies 3dc6430 Make it clear the requirements are for development db496d5 Add command for building HTML docs da73ed0 Fix Sphinx import path c93efc0 Update link after changing default branch to main 7fc7eef Add PEP 561 py.typed marker file 5174142 Switch to package directory structure 40a9149 Add python_requires 18196e2 Add project_urls 59e3f99 Avoid installing unnecessary dependencies on CI 764f5bf Stop checking code coverage by default 45de080 Remove Codecov integration 1f0baf6 Specify license with license_files 74cad3b Switch to declarative package configuration 9e6aebb Remove unused Flake8 ignore 48cecff Use variable annotation syntax 56387c8 Drop support for Python 3.5 62e4bbf Update CI to only send one coverage report d168cff Move CI to GitHub Actions 6281716 Add 3.9 to list of supported Python versions Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask: add python3-blinker to RDEPENDS, alphabetizeTrevor Gamblin2023-07-231-3/+4
| | | | | | | | flask started depending on blinker in 2.3.0: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-0 Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask: upgrade 2.2.3 -> 2.3.2Trevor Gamblin2023-07-231-2/+2
| | | | | | | | | | flask has migrated to using pyproject.toml, so we need python_setuptools_build_meta instead of setuptools3. Changelog: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-0 Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-execnet: upgrade 1.9.0 -> 2.0.2Trevor Gamblin2023-07-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | execnet requires hatchling and hatch-vcs now, instead of setuptools. Changelog (https://github.com/pytest-dev/execnet/blob/master/CHANGELOG.rst): 2.0.2 (2023-07-09) - Re-release without code changes, just to include tox.ini into the source distribution. 2.0.1 (2023-07-08) - Re-release without code changes, just to include docs and tests into the source distribution. 2.0.0 (2023-07-06) - Removed support for Python < 3.7. - Applied pyupgrade --py37-plus. - Minimal mypy fixes and dropped Python 2 support code. - Migrated packaging to hatch. - Dropped deprecated APIs of old makegateway names. - Removed py testing dependency. - Explicitly pass encoding when opening files in the gateway to get rid of warnings when using PYTHONWARNDEFAULTENCODING=1 (#195). - Fixed error when loading source code files from a path containing non-ascii characters. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blinker: add python3-asyncio to RDEPENDSTrevor Gamblin2023-07-231-0/+4
| | | | | | | The module fails to import without this. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>