summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-croniter: upgrade 1.4.1 -> 2.0.1Wang Mingyu2023-10-301-1/+1
| | | | | | | | | | | | | Changelog: ============ Fix release issue Add Python 3.12 support Make major release instructions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4ebccb4a168f6ee3dd1952d1b2aa3071b9edda26) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-coverage: upgrade 7.3.1 -> 7.3.2Wang Mingyu2023-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ============ -The coverage lcov command ignored the [report] exclude_lines and [report] exclude_also settings (issue 1684). -Fix error that SQLite will create journal files alongside the coverage.py database files. -On Python 3.12+, we now disable SQLite writing journal files, which should be a little faster. -The new 3.12 soft keyword type is properly bolded in HTML reports. -Removed the "fullcoverage" feature used by CPython to measure the coverage of early-imported standard library modules. CPython stopped using it in 2021, and it stopped working completely in Python 3.13. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 2d312617f570a4d1fe0a572c00aba3dbdbfb737a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-cmake: upgrade 3.27.5 -> 3.27.7Wang Mingyu2023-10-301-1/+1
| | | | | | | | | | | | | | | | Changelog: ============= bump cmake from 3.27.5 to 3.27.6 bump pypa/cibuildwheel from 2.16.1 to 2.16.2 update pre-commit hooks bump ninja from 1.11.1 to 1.11.1.1 update pre-commit hooks Update to CMake 3.27.7 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit c241b3f44c6ef316c322015d3575078a837fde11) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-charset-normalizer: upgrade 3.2.0 -> 3.3.0Wang Mingyu2023-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== Added --------- -Allow to execute the CLI (e.g. normalizer) through python -m charset_normalizer.cli or python -m charset_normalizer -Support for 9 forgotten encoding that are supported by Python but unlisted in encoding.aliases as they have no alias (#323) Removed --------- -Redundant utils.is_ascii function and unused function is_private_use_only -charset_normalizer.assets is moved inside charset_normalizer.constant Changed ---------- -Unicode code blocks in constants are updated using the latest v15.0.0 definition to improve detection -Optional mypyc compilation upgraded to version 1.5.1 for Python >= 3.8 Fixed -------- Unable to properly sort CharsetMatch when both chaos/noise and coherence were close due to an unreachable condition in __lt__ (#350) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 2ac5bdc0244af7b64c7f14c5a8bdeb115eedd850) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-blinker: upgrade 1.6.2 -> 1.6.3Wang Mingyu2023-10-301-1/+1
| | | | | | | | | | | | | Changelog: =========== -Fix SyncWrapperType and AsyncWrapperType -Fixed issue where signal.connected_to would not disconnect the receiver if an instance of BaseException was raised. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 005974b1b390fabbf92765a866947cff2ba7c126) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-bitstruct: upgrade 8.17.0 -> 8.18.0Wang Mingyu2023-10-301-1/+1
| | | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 3ac763bce66b3b576d7f3134ba71a63201e0e542) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-bitarray: upgrade 2.8.1 -> 2.8.2Wang Mingyu2023-10-301-1/+1
| | | | | | | | | | | | | | | | | Changelog: ============= * update cibuildwheel to 2.16.1 in order to provide cp312 wheels on PyPI * improve error messages for masked assignment * simplify test collection * added 'pytest.ini' to allow running pytest with no additional arguments, see #208 * 'util.sc_encode()': avoid writing empty blocks at end of compressed stream, ie. skip encoding when total population count is reached Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a7649c08279714165e8622d144d24cc1f5b56357) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-astroid: upgrade 3.0.0 -> 3.0.1Wang Mingyu2023-10-301-1/+1
| | | | | | | | | | Changelog: Fix crashes linting code using PEP 695 (Python 3.12) generic type syntax. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 2fab614ab9d304685e62b4575f5b08c3754923df) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-aiohttp: upgrade 3.8.5 -> 3.8.6Wang Mingyu2023-10-301-1/+1
| | | | | | | | | | Changelog: https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 41f5eda1e86abb0753a7c4ef5c5aa878c482b417) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-aiodns: upgrade 3.0.0 -> 3.1.1Wang Mingyu2023-10-301-2/+1
| | | | | | | | | | | | Changelog: ============ Add PEP-561 with py.typed Fix timeout Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 27da11a2cea8326f0a90c3975d1bd8afcbab1fad) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pylint: upgrade 3.0.0 -> 3.0.1Wang Mingyu2023-10-301-1/+1
| | | | | | | | | | | | | Changelog: ============= -Fixed false positive for inherit-non-class for generic Protocols. -Fix a crash when an enum class which is also decorated with a dataclasses.dataclass decorator is defined. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4a1e10c269b078acad7c9589450aa7b63f3691d4) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-mypy: upgrade 1.5.1 -> 1.6.1Wang Mingyu2023-10-301-2/+2
| | | | | | | | | License-Update: Copyright updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9a14fa7dd275fbbee049ece3948cf8ac67c8627b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-eth-abi: upgrade 3.0.1 -> 4.2.1Wang Mingyu2023-10-301-2/+2
| | | | | | | | | | | | License-Update: Copyright updated to 2023. Changelog: https://github.com/ethereum/eth-abi/blob/master/docs/release_notes.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 497b9786c2f9c4ceba53a8b2ca422ef92e85fa52) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* meta-python: Add python3-rapidjson to PTESTS_FAST_META_PYTHONKhem Raj2023-10-301-0/+1
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 94ee75e3fbfc7f03df667a9c563c9240891eb998) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-rapidjson: add missing ptest dependencyDavid Pierret2023-10-301-0/+1
| | | | | | | | | | add the pytz module dependency. Signed-off-by: David Pierret <david.pierret@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4e09bbb4bf7c6589d745a8498f048ae8e5330ed1) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* meta-python: update ptests status for py-cpuinfo, pytest-mockTrevor Gamblin2023-10-171-2/+2
| | | | | | | | | | Move python3-py-cpuinfo and python3-pytest-mock into the FAST ptests list since their failing ptests are being disabled. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d59f6c752927f7846dc11c4aa00a2d0c9860e75c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pytest-mock: disable broken ptestsTrevor Gamblin2023-10-172-0/+40
| | | | | | | | | | Two introspection-related ptests are consistently failing. For now, disable them so that a clean ptest run is available. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d61bc9351aa6b754e83ed078f80c6a17271a23fd) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-arrow: add from meta-patchtestTrevor Gamblin2023-10-171-0/+13
| | | | | | | | | | | | arrow is a module that aims to provide a more user-friendly approach to date and time in Python. It is required by git-pw which in turn is required by patchtest, so add a recipe for it. The version is updated 1.2.2 -> 1.3.0 from the meta-patchtest layer. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 349546c72fb786b4b1dcb3e748a44986d235b99d) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-py-cpuinfo: disable broken ptestsTrevor Gamblin2023-10-172-0/+40
| | | | | | | | | | | | | There are a handful of CLI-related ptests that consistently fail with an apparent permissions issue, but making the .../site-packages/cpuinfo/cpuinfo.py script executable does not seem to fix the problem. Skip these tests for now, and make sure that the right /usr/bin/env line is present in py-cpuinfo's scripts on the image. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e0abbc52802d36cbd6e5c15c38d6649a822e6450) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-git-pw: add from meta-patchtestTrevor Gamblin2023-10-171-0/+20
| | | | | | | | | | | git-pw is a tool for integrating Git with Patchwork instances. Add it to meta-python from meta-patchtest so that more workflows can take advantage of it. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit ad4985d17bff8a0e8636220bf4d14c8e31ce35ca) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pynacl: add RCONFLICTS with python3-naclJoe Slater2023-10-171-0/+4
| | | | | | | | | python3-nacl is in the meta-virtualization layer. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 74e31e51ffbd52b8864fed4debe7711e3ef4d739) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pylint: allow native buildDaniel McGregor2023-10-175-0/+10
| | | | | | | | | | | We use pylint for some native recipes in our build. Allow pylint to be a native recipe, and likewise allow its runtime dependencies to be native recipes. Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit fbb9d270790a7d77926f6a34505399e4f9fc1f51) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-rapidjson: add ptestMickael RAMILISON2023-10-122-1/+22
| | | | | | | | Signed-off-by: Mickael RAMILISON <mickael.ramilison@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 62039a2c3347841f0e5b2c46345c9bd2fe76805e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-boto3, python3-botocore: remove recipesThomas Roos2023-10-122-26/+0
| | | | | | | | | | | | | | python3-boto3 and python3-botocore are provided by meta-aws. They have ptests and upgraded as soon as there is an release. Having them here also causing issues with yocto-check-layer https://bugzilla.yoctoproject.org/show_bug.cgi?id=15223 As discussed on IRC with Richard Purdie, those recipes should just be provided by meta-aws. Agreed here https://github.com/openembedded/meta-openembedded/issues/744 by Khem. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit bc98fb0765ab32aa98c7752306a3e314b13e85b5) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* ptest-image: Switch to using core-image-minimalKhem Raj2023-10-121-1/+1
| | | | | | | | Keeps the dependencies really to minimum. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d8d5444c25475f48df910888703e65edfece59db) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* images: Rename ptest images to rhyme with oe-core ptest imagesKhem Raj2023-10-123-3/+3
| | | | | | | | Easy to understand for new-comers. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 7b5cb622b4e40ceb7b150c83ee98c40fd24ab9aa) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* images: Rename <layer>-image to <layer>-image-allKhem Raj2023-10-121-0/+0
| | | | | | | | | | These are test images to build all recipes in layer. Renaming them makes them refect what they are. Moreover we can rename the ptest images to match OE-Core naming conventions for meta-oe/meta-perl/meta-python Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0cb018059499f7531749ee1d5d1cbb02a6cf3f0a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* images: Delete layer specific base imagesKhem Raj2023-10-121-7/+0
| | | | | | | | | | These were essentially duplicates of core-image-minimal, however core-image-base is a better baseline for upper layers, so switched the consumers of these images to use core-image-base Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e88b777cbecd85ff7d2916209774354a6a458101) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* images: Inherit from core-image-baseKhem Raj2023-10-122-3/+2
| | | | | | | | | We really do not need to define base images which already exist in core layer, reuse them here. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit ef9d73fced12e7b2dab485f0443cec84e55d016b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-lz4: use python3-unittest-automake-outputKhem Raj2023-10-122-1/+2
| | | | | | | | | This is to support ptest format https://wiki.yoctoproject.org/wiki/Ptest Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e3f4956a2371a57a42f68d53baf466874dfc4806) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pylint: Upgrade to 3.0.0Khem Raj2023-10-123-82/+2
| | | | | | | | Package additional hidden files for ptests (test_primer.py) Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 79eac8e59ff7be9247e67dfb9033312f9fb7cf0e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pyroute2: Add missing dependency on sqlite3 for ptestsKhem Raj2023-10-121-0/+1
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f46d4005229b5fc229e2c7e5bc5a6267211ff8de) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-flask-cors: add initial version of the recipe for 4.0.0Derek Straka2023-10-041-0/+16
| | | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 6c29bdf1fd5edeea789b891f7bffcd4c07329f39) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-boto3: add recipe for latest version of boto3Derek Straka2023-10-041-0/+16
| | | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 90558f223aa9cfe771ca47223789e5a63eb8246e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-botocore: add recipe for latest version of botocoreDerek Straka2023-10-041-0/+10
| | | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit aa9a5a0e9702db5ca5e2caf05a30277292f081ff) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-nacl: Add recipe for the latest release of PyNaClDerek Straka2023-10-041-0/+25
| | | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 3c292ae4914d2bf946a460ef0e1c6bd5a2eb45ec) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-parse-type: update version 0.5.2 -> 0.6.2Derek Straka2023-10-041-9/+3
| | | | | | | | | | Verify the license remains the same and update the checksum Remove python-six runtime dependency Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit fbd9f4046fdb0f6cfa5de616406af385ddd1b245) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-google-auth: update version 2.23.0 -> 2.23.1Derek Straka2023-10-041-1/+1
| | | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 418776ff897432f694f7727a2f2941dcfa5bb364) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-google-api-python-client: update version 2.100.0 -> 2.101.0Derek Straka2023-10-041-1/+1
| | | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 36a2f3795cbedb1efa5ff6d8866b68ec27452ef1) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-google-api-core: update version 2.12.0Derek Straka2023-10-041-1/+1
| | | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit cfbcaa92efdf21d6a08dd61675a18cc138e9d21d) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-flask: update version 2.3.2 -> 2.3.3Derek Straka2023-10-041-3/+1
| | | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e10ff8dae562f4d7a3174e6b140abf820348289a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-astroid: update version 2.16.6 -> 3.0.0Derek Straka2023-10-041-1/+2
| | | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 7f470f301b5b88416d37a143fa0af5b48306419e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-tzlocal: Remove dependency on pytz_deprecation_shim removed in ↵Derek Straka2023-10-041-1/+0
| | | | | | | | | release 5.0 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4985fbfcf3217f8e6df2847341ffb8519a2de26c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pytz-deprecation-shim: Remove outdated recipe meant to be a short ↵Derek Straka2023-10-042-16/+0
| | | | | | | | | | | | | | | lived shim The upstream package hasn't been updated since 2020 and was meant to be a short term bridge to remote pytz. Anoted in the usage documents, "This library is intended for temporary usage only, and should allow you to drop your dependency on pytz while also giving your users notice that eventually you will remove support for the pytz-specific interface." Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 6defcd8716d506cc92a88cae39f5949372834bf7) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gnome-tweaks, networkmanager-fortisslvpn, libesmtp, json-schema-validator, ↵Martin Jansa2023-10-042-4/+2
| | | | | | | | | | | | | | | | | | | python3-pybluez, python3-pynetlinux, apache2: Fix Malformed Upstream-Status * Accepted was replaced with Backport in gatesgarth: https://docs.yoctoproject.org/migration-guides/migration-3.2.html#miscellaneous-changes * as detected with oe-core/scripts/contrib/patchreview.py: meta-openembedded $ grep -A 3 Malformed *qa-patches meta-gnome.qa-patches:Malformed Upstream-Status 'Malformed Upstream-Status in patch meta-gnome.qa-patches-/OE/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch meta-gnome.qa-patches-Please correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status : meta-gnome.qa-patches-Upstream-Status: Accepted [https://gitlab.gnome.org/GNOME/gnome-tweaks/-/commit/dc9701e18775c01d0b69fabaa350147f70096da8]' (/OE/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch) Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a1c3c7f4e81d24a4d43880222ee184de3c3156b2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-prettytable: update version 3.6.0 -> 3.9.0Derek Straka2023-10-041-5/+2
| | | | | | | | | | Removed unneeded UPSTREAM_* variables Verified license terms and updated location Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit c5a5877c2a3c8bbf6bd7ac378c7e4f8828ef1f2a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-ninja-syntax: Fix upstream check by specifying the ↵Derek Straka2023-10-041-0/+2
| | | | | | | | | UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit ee9fccf9084a0b8679cda8aaeedf52f9fb97c844) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-idna-ssl: Fix upstream check by specifying the UPSTREAM_CHECK_URI ↵Derek Straka2023-10-042-17/+17
| | | | | | | | | | | and UPSTREAM_CHECK_REGEX Consolidated inc into the recipe to remove a unneeded layer of indirection Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e594a784351916aa0a798d4007d00fb4d3bee165) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-flask-babel: update version 2.0.0 -> 3.1.0Derek Straka2023-10-041-4/+3
| | | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9600507356208eccfc4b874ab072e28935b06b8d) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-cachecontrol: Fix upstream check by specifying the ↵Derek Straka2023-10-041-0/+3
| | | | | | | | | UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d8f81f13ba74272c1cf3d98fac319be5132a4da5) Signed-off-by: Armin Kuster <akuster808@gmail.com>