meta-openembedded/meta-python/recipes-devtools/python
alperak 428f86671a
python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
Ptest result:

Testsuite summary
TOTAL: 340
PASS: 339
SKIP: 1
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 28

* Tested on qemux86_64 and qemuarm64
* Add ptest into PTESTS_FAST_META_PYTHON items
==============

Switch to the python_setuptools_build_meta backend

License-Update: License check file changed from LICENSE to LICENSE.rst

Changelog:

Release: 1.2.1
===============
Fixed:

    Fix bad version 1.2.0 upload to PyPI – now yanked. No changes to the package.

Release: 1.2.0
===============
Added:

    Add CLI tool subcommand to display Network information.

Changed:

    Support running Interactive shell without IPython installed.

Fixed:

    Explicitly raise TypeError is a non-string value is passed to valid_ipv4() or valid_ipv6().

Release: 1.1.0
===============
Added:

    Add the required Python version to the package metadata (GH #365).
    Add expand_partial_ipv4_address() to the public API.

Fixed:

    Fix IPNetwork(...) in IPRange(...) false negatives (GH #157).
    Fix a few IPNetwork slicing edge cases (GH #214).
    Fix support for partial IP addresses accidentally left in IPNetwork in 1.0.0.
    When I removed the implicit_prefix switch I missed the fact that there was some partial IPv4 address expansion triggered unconditionally.
    If you need the old behavior use expand_partial_ipv4_address().
    Related GH issue: #110.
    Fixed an incorrect license classifier in the package metadata.

Release: 1.0.0
===============
Removed:

    Drop support for Python versions lower than 3.7.
    Remove the flag shorthands: N, P and Z. Use NOHOST, INET_PTON and ZEROFILL instead.
    Remove abbreviated CIDR format support in IPNetwork (implicit_prefix=True), use cidr_abbrev_to_verbose() if you need this behavior.
    Remove the IPAddress.is_private method.
    There are more precise replacements for subset of the addresses that used to handled by is_private:
        IPAddress.is_link_local()
        IPAddress.is_ipv4_private_use()
        IPAddress.is_ipv6_unique_local()
        IPAddress.is_global()
    The following address blocks used to be handled by is_private have no dedicated convenience methods and you’ll have to handle them manually or request a method addition:
        100.64.0.0/10 – Shared Address Space
        192.0.0.0/24 – IETF Protocol Assignments (watch out – there are exceptions in there)
        198.18.0.0/15 – Benchmarking
        239.0.0.0-239.255.255.255 – 240.0.0.0/4 is Reserved, 239.0.0.0/8 – unclear

Changed:

    Stop accepting leading zeros when parsing IPv4 addresses in INET_PTON mode (it’s been allowed on some platforms).
    If you need to allow and discard leading zeros use the ZEROFILL flag.
    This change will affect implicit conversions from str in all relevant contexts. If you need to control the IPv4 parsing mode construct IPAddress objects explicitly.
    Stop parsing IPv4 addresses permissively (inet_aton()-like) by default.
    INET_PTON is the default mode.
    If you need to be permissive and parse using inet_aton() semantics use the INET_ATON flag.
    This change will affect implicit conversions from str in all relevant contexts. If you need to control the IPv4 parsing mode construct IPAddress objects explicitly.
    Apply the two changes above to valid_ipv4() as well.
    Update the address databases to the 2024-02-10 versions.

Fixed:

    Return False instead of raising AddrFormatError when an empty string is passed to valid_ipv4() or valid_ipv6().
    Fix handling of dialect provided to EUI during copy-construction.

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-04 08:56:50 -08:00
..
files python3-custom-inherit: fix python 3.12 builds 2023-12-31 08:27:48 -08:00
python-flask-xstatic *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
python3-ansicolors python3-ansicolors: switch to pytest --automake 2024-02-16 16:42:36 -08:00
python3-appdirs python3-appdirs: switch to pytest --automake 2024-02-16 16:42:37 -08:00
python3-asgiref python3-asgiref: switch to pytest --automake 2024-02-16 16:42:33 -08:00
python3-aspectlib
python3-astor
python3-aws-iot-device-sdk-python
python3-betamax python3-betamax: Upgrade to 0.9.0 2024-02-29 12:46:51 -08:00
python3-blinker python3-blinker: switch to pytest --automake 2024-02-16 16:42:37 -08:00
python3-cachetools python3-cachetools: switch to pytest --automake 2024-02-16 16:42:37 -08:00
python3-cbor2 python3-cbor2: switch to pytest --automake 2024-02-16 16:42:36 -08:00
python3-click-spinner python3-click-spinner: backport patch that fixes deprecated methods 2023-12-21 08:20:34 -08:00
python3-cmake *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
python3-covdefaults python3-covdefaults: switch to pytest --automake 2024-02-16 16:42:32 -08:00
python3-cppy
python3-crcmod
python3-dbussy
python3-dnspython python3-dnspython: switch to pytest --automake 2024-02-16 16:42:34 -08:00
python3-dominate python3-dominate: switch to pytest --automake 2024-02-16 16:42:32 -08:00
python3-eth-utils *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
python3-execnet python3-execnet: switch to pytest --automake 2024-02-16 16:42:39 -08:00
python3-fann2
python3-fastjsonschema python3-fastjsonschema: switch to pytest --automake 2024-02-16 16:42:31 -08:00
python3-geojson python3-geojson: switch to pytest --automake 2024-02-16 16:42:35 -08:00
python3-gevent python3-gevent: upgrade 23.9.1 -> 24.2.1 2024-02-19 23:22:22 -08:00
python3-gmpy2 python3-gmpy2: fix python 3.12 issues 2023-12-31 08:27:48 -08:00
python3-gpiod
python3-grpcio python3-grpcio: update 1.56.2 -> 1.59.3 2023-12-18 22:17:21 -08:00
python3-grpcio-tools python3-grpcio-tools: update to version 1.60.0 2023-12-22 06:39:33 -08:00
python3-gunicorn python3-gunicorn: switch to pytest --automake 2024-02-16 16:42:34 -08:00
python3-h5py python3-h5py: backport a cython 3.x compatibility patch 2024-01-08 19:54:38 -08:00
python3-html2text python3-html2text: switch to pytest --automake 2024-02-16 16:42:33 -08:00
python3-icu
python3-inflection python3-inflection: switch to pytest --automake 2024-02-16 16:42:37 -08:00
python3-inotify python3-inotify: switch to pytest --automake 2024-02-16 16:42:32 -08:00
python3-intervals python3-intervals: switch to pytest --automake 2024-02-16 16:42:33 -08:00
python3-ipy python3-ipy: switch to pytest --automake 2024-02-16 16:42:36 -08:00
python3-iso3166 python3-iso3166: switch to pytest --automake 2024-02-16 16:42:32 -08:00
python3-jdcal python3-jdcal: re-add functional ptests 2024-02-21 20:00:22 -08:00
python3-jsmin python3-jsmin: Fix ptests to run with python 3.12+ 2024-02-22 12:59:38 -08:00
python3-jstyleson
python3-kivy python3-kivy: upgrade 2.1.0 -> 2.2.1 2023-11-06 08:47:36 -08:00
python3-lorem
python3-lrparsing
python3-lz4 python3-lz4: use python3-unittest-automake-output 2023-10-04 13:09:38 -07:00
python3-m2crypto python3-m2crypto: upgrade 0.38.0 -> 0.39.0 2023-07-25 12:46:19 -07:00
python3-matplotlib python3-matplotlib: upgrade 3.6.3 -> 3.7.2 2023-07-25 12:46:19 -07:00
python3-moteus python3-moteus: add recipe for v0.3.67 2024-02-03 19:16:35 -08:00
python3-msgpack python3-msgpack: re-add functional ptests 2024-02-21 20:00:22 -08:00
python3-multidict python3-multidict: switch to pytest --automake 2024-02-16 16:42:35 -08:00
python3-netaddr python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest 2024-03-04 08:56:50 -08:00
python3-netifaces
python3-ninja python3-ninja: update to version 1.11.1.1 2023-12-21 08:00:42 -08:00
python3-ordered-set python3-ordered-set: Use automake formatter for ptest output 2024-02-22 12:59:38 -08:00
python3-parse python3-parse: re-add functional ptests 2024-02-21 20:00:22 -08:00
python3-parse-type python3-parse-type: switch to pytest --automake 2024-02-16 16:42:37 -08:00
python3-path
python3-pexpect
python3-pillow python3-pillow: switch to pytest --automake 2024-02-16 16:42:38 -08:00
python3-pint
python3-platformdirs python3-platformdirs: switch to pytest --automake 2024-02-16 16:42:38 -08:00
python3-pocketsphinx python3-pocketsphinx: Upgrade to 5.0.3 2024-02-20 08:38:30 -08:00
python3-polyline python3-polyline: switch to pytest --automake 2024-02-16 16:42:38 -08:00
python3-prctl
python3-precise-runner python3-precise-runner: switch to pytest --automake 2024-02-16 16:42:36 -08:00
python3-prettytable python3-prettytable: switch to pytest --automake 2024-02-16 16:42:34 -08:00
python3-ptyprocess python3-ptyprocess: switch to pytest --automake 2024-02-16 16:42:34 -08:00
python3-py-cpuinfo python3-py-cpuinfo: switch to pytest --automake 2024-02-16 16:42:33 -08:00
python3-pyasn1-modules python3-pyasn1-modules: switch to pytest --automake 2024-02-16 16:42:33 -08:00
python3-pyaudio python3-pyaudio: Fix cross builds 2023-07-27 08:54:40 -07:00
python3-pybind11 python3-pybind11: Restore strip prevention patch 2024-02-26 08:14:44 -08:00
python3-pybluez gnome-tweaks, networkmanager-fortisslvpn, libesmtp, json-schema-validator, python3-pybluez, python3-pynetlinux, apache2: Fix Malformed Upstream-Status 2023-09-27 14:22:09 -07:00
python3-pydantic python3-pydantic: enable ptest 2023-12-21 08:00:42 -08:00
python3-pydantic-core python3-pydantic-core: Fix build for arches without 64bit atomics 2024-02-27 17:51:18 -08:00
python3-pyfanotify python3-pyfanotify: update to version 0.2.2 2023-12-22 06:39:32 -08:00
python3-pylint python3-pylint: switch to pytest --automake 2024-02-16 16:42:39 -08:00
python3-pynetlinux gnome-tweaks, networkmanager-fortisslvpn, libesmtp, json-schema-validator, python3-pybluez, python3-pynetlinux, apache2: Fix Malformed Upstream-Status 2023-09-27 14:22:09 -07:00
python3-pyrad
python3-pyroute2 python3-pyroute2: switch to pytest --automake 2024-02-16 16:42:35 -08:00
python3-pyruvate
python3-pyserial python3-pyserial: switch to pytest --automake 2024-02-16 16:42:38 -08:00
python3-pytest-mock python3-pytest-mock: switch to pytest --automake 2024-02-16 16:42:34 -08:00
python3-pytoml python3-pytoml: switch to pytest --automake 2024-02-16 16:42:38 -08:00
python3-pyyaml-include python3-pyyaml-include: switch to pytest --automake 2024-02-16 16:42:39 -08:00
python3-pyzmq python3-pyzmq: switch to pytest --automake 2024-02-16 16:42:35 -08:00
python3-rapidjson python3-rapidjson: add ptest 2023-10-10 11:54:12 -07:00
python3-requests-file python3-requests-file: switch to pytest --automake 2024-02-16 16:42:32 -08:00
python3-requests-toolbelt python3-requests-toolbelt: switch to pytest --automake 2024-02-16 16:42:36 -08:00
python3-scrypt python3-scrypt: switch to pytest --automake 2024-02-16 16:42:32 -08:00
python3-sdnotify
python3-semver python3-semver: switch to pytest --automake 2024-02-16 16:42:38 -08:00
python3-serpent python3-serpent: switch to pytest --automake 2024-02-16 16:42:35 -08:00
python3-service-identity python3-service-identity: switch to pytest --automake 2024-02-16 16:42:37 -08:00
python3-simpleeval python3-simpleeval: switch to pytest --automake 2024-02-16 16:42:37 -08:00
python3-slip-dbus *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
python3-smbus
python3-smpplib python3-smpplib: switch to pytest --automake 2024-02-16 16:42:35 -08:00
python3-socksio python3-socksio: add recipe for v1.0.0 2024-02-10 10:39:57 -08:00
python3-soupsieve python3-soupsieve: switch to pytest --automake 2024-02-16 16:42:35 -08:00
python3-sqlparse python3-sqlparse: switch to pytest --automake 2024-02-16 16:42:36 -08:00
python3-stopit
python3-strenum python3-strenum: add recipe 2024-02-09 09:52:15 -08:00
python3-supervisor
python3-systemd
python3-tomlkit python3-tomlkit: switch to pytest --automake 2024-02-16 16:42:31 -08:00
python3-trustme python3-trustme: switch to pytest --automake 2024-02-16 16:42:33 -08:00
python3-twofish
python3-typeguard python3-typeguard: switch to pytest --automake 2024-02-16 16:42:39 -08:00
python3-u-msgpack-python python3-u-msgpack-python: switch to pytest --automake 2024-02-16 16:42:32 -08:00
python3-ujson python3-ujson: switch to pytest --automake 2024-02-16 16:42:31 -08:00
python3-unidiff python3-unidiff: switch to pytest --automake 2024-02-16 16:42:31 -08:00
python3-uritemplate python3-uritemplate: switch to pytest --automake 2024-02-16 16:42:31 -08:00
python3-whoosh python3-whoosh: switch to pytest --automake 2024-02-16 16:42:34 -08:00
python3-wpa-supplicant
python3-xlrd python3-xlrd: switch to pytest --automake 2024-02-16 16:42:34 -08:00
python3-xxhash python3-xxhash: switch to pytest --automake 2024-02-16 16:42:39 -08:00
python3-yappi python3-yappi: upgrade 1.4.0 -> 1.6.0; fix ptests 2023-12-29 09:04:23 -08:00
python3-yarl python3-yarl: switch to pytest --automake 2024-02-16 16:42:36 -08:00
pamela_1.1.0.bb
pyrtm_0.4.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python-django-south.inc meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python-django.inc meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python-flask-bootstrap.inc meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python-flask-sijax.inc python3-flask-sijax: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python-flask-xstatic.inc meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-absl_2.1.0.bb python3-absl: upgrade 2.0.0 -> 2.1.0 2024-01-23 11:55:35 -08:00
python3-aenum_3.1.15.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-aiodns_3.1.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-aiofiles_23.2.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-aiohappyeyeballs_2.3.2.bb python3-aiohappyeyeballs: Add native & nativesdk support 2024-02-09 09:52:13 -08:00
python3-aiohttp_3.9.3.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-aiohttp-jinja2_1.6.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-aiohue_4.7.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-aioredis_2.0.1.bb
python3-aioserial_1.3.1.bb python3-aioserial: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python3-aiosignal_1.3.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-alembic_1.13.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-aniso8601_9.0.1.bb python3-aniso8601: Add ISO 8601 parsing library 2023-11-08 22:51:28 -08:00
python3-annotated-types_0.6.0.bb python3-annotated-types: add v0.6.0 2023-12-21 08:00:41 -08:00
python3-ansi2html_1.9.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-ansicolors_1.1.8.bb python3-ansicolors: switch to pytest --automake 2024-02-16 16:42:36 -08:00
python3-antlr4-runtime_4.13.1.bb python3-antlr4-runtime: upgrade 4.13.0 -> 4.13.1 2023-09-20 15:34:03 -07:00
python3-anyio_4.2.0.bb python3-anyio: add recipe for v4.2.0 2024-02-10 10:39:57 -08:00
python3-apiflask_2.1.0.bb python3-apiflask: update to version 2.1.0 2023-12-21 08:00:44 -08:00
python3-apispec_6.4.0.bb python3-apispec: update to version 6.4.0 2024-01-13 09:08:37 -08:00
python3-appdirs_1.4.4.bb python3-appdirs: switch to pytest --automake 2024-02-16 16:42:37 -08:00
python3-apply-defaults_0.1.6.bb
python3-argcomplete_3.2.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-argexec_1.0.3.bb
python3-argh_0.31.2.bb python3-argh: update to version 0.31.2 2024-01-27 09:48:35 -08:00
python3-arpeggio_2.0.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-arrow_1.3.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-asciitree_0.3.3.bb
python3-asgiref_3.7.2.bb python3-asgiref: switch to pytest --automake 2024-02-16 16:42:33 -08:00
python3-aspectlib_2.0.0.bb python3-aspectlib: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python3-astor_0.8.1.bb
python3-astroid_3.0.3.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-asttokens_2.4.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-async-timeout_4.0.3.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-asyncinotify_4.0.6.bb python3-asyncinotify: upgrade 4.0.5 -> 4.0.6 2024-01-23 11:55:36 -08:00
python3-asyncio-glib_0.1.bb meta-python: Remove unused AUTHOR variable 2023-08-05 09:29:56 -07:00
python3-asyncio-throttle_1.0.2.bb python3-asyncio-throttle: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python3-attr_0.3.2.bb
python3-autobahn_23.6.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-autoflake_2.2.1.bb python3-autoflake: add recipe for v2.2.1 2023-09-22 07:34:47 -07:00
python3-automat_22.10.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-awesomeversion_24.2.0.bb python3-awesomeversion: upgrade 23.11.0 -> 24.2.0 2024-02-19 23:22:21 -08:00
python3-aws-iot-device-sdk-python_1.5.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-backcall_0.2.0.bb meta-python: Remove unused AUTHOR variable 2023-08-05 09:29:56 -07:00
python3-bandit_1.7.7.bb python3-bandit: update to version 1.7.7 2024-01-27 09:48:33 -08:00
python3-beautifulsoup4_4.12.3.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-behave_1.2.6.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-betamax_0.9.0.bb python3-betamax: Upgrade to 0.9.0 2024-02-29 12:46:51 -08:00
python3-bidict_0.23.0.bb python3-bidict: upgrade 0.22.1 -> 0.23.0 2024-02-19 23:22:21 -08:00
python3-binwalk_2.3.4.bb python3-binwalk: update the regex version for upstream checks 2024-02-02 23:25:32 -08:00
python3-bitarray_2.9.2.bb python3-bitarray: upgrade 2.9.1 -> 2.9.2 2024-01-08 19:54:44 -08:00
python3-bitstring_4.1.4.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-bitstruct_8.19.0.bb python3-bitstruct: upgrade 8.18.0 -> 8.19.0 2023-11-06 08:47:48 -08:00
python3-bleak_0.21.1.bb python3-bleak: Update version 0.20.2 -> 0.21.1 2023-09-20 22:15:40 -07:00
python3-blinker_1.7.0.bb python3-blinker: switch to pytest --automake 2024-02-16 16:42:37 -08:00
python3-brotli_1.1.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-cachecontrol_0.14.0.bb python3-cachecontrol: update to version 0.14.0 2024-02-02 23:25:32 -08:00
python3-cached-property_1.5.2.bb
python3-cachetools_5.3.2.bb python3-cachetools: switch to pytest --automake 2024-02-16 16:42:37 -08:00
python3-can_4.2.2.bb meta-python: Drop broken BBCLASSEXTEND variants 2023-10-24 09:08:45 -07:00
python3-cantools_39.4.4.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-cassandra-driver_3.29.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-casttube_0.2.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-cbor2_5.6.1.bb python3-cbor2: switch to pytest --automake 2024-02-16 16:42:36 -08:00
python3-cchardet_2.1.7.bb
python3-cerberus_1.3.5.bb python3-cerberus: Update version 1.3.4 -> 1.3.5 2023-09-20 22:15:40 -07:00
python3-charset-normalizer_3.3.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-cheetah_3.2.6.post1.bb
python3-classes_0.4.1.bb
python3-click-repl_0.3.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-click-spinner_0.1.10.bb python3-click-spinner: backport patch that fixes deprecated methods 2023-12-21 08:20:34 -08:00
python3-cloudpickle_3.0.0.bb python3-cloudpickle: add v3.0.0 2023-12-21 08:00:42 -08:00
python3-cmake_3.28.3.bb python3-cmake: upgrade 3.28.1 -> 3.28.3 2024-02-19 23:22:22 -08:00
python3-cmd2_2.4.3.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-colorama_0.4.6.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-colorclass_2.2.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-coloredlogs_15.0.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-colorlog_6.8.2.bb python3-colorlog: update to version 6.8.2 2024-01-27 09:48:35 -08:00
python3-colorzero_2.0.bb python3-colorzero: add missing run-time dependencies 2023-06-24 09:01:53 -07:00
python3-configargparse_1.7.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-configobj_5.0.8.bb python3-configobj: add missing run-time dependencies 2023-06-24 09:01:53 -07:00
python3-configshell-fb_1.1.30.bb python3-configshell-fb: Update version 1.1.29 -> 1.1.30 2023-09-20 22:15:40 -07:00
python3-constantly_23.10.4.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-contextlib2_21.6.0.bb
python3-covdefaults_2.3.0.bb python3-covdefaults: switch to pytest --automake 2024-02-16 16:42:32 -08:00
python3-coverage_7.4.1.bb python3-coverage: update to version 7.4.1 2024-01-27 09:48:35 -08:00
python3-cppy_1.2.1.bb python3-cppy: remove unused distutils dependency 2023-12-18 22:17:20 -08:00
python3-crc32c_2.3.bb
python3-crcmod_1.7.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-croniter_2.0.1.bb python3-croniter: upgrade 1.4.1 -> 2.0.1 2023-10-23 08:05:02 -07:00
python3-custom-inherit_2.4.1.bb python3-custom-inherit: fix python 3.12 builds 2023-12-31 08:27:48 -08:00
python3-cvxopt_1.3.2.bb python3-cvxopt: upgrade 1.2.7 -> 1.3.2 2024-01-08 19:54:43 -08:00
python3-cycler_0.12.1.bb python3-cycler: upgrade 0.11.0 -> 0.12.1 2023-12-18 22:17:23 -08:00
python3-cytoolz_0.12.3.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-daemon_3.0.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-dateparser_1.2.0.bb python3-dateparser: upgrade 1.1.8 -> 1.2.0 2023-11-21 22:35:51 -08:00
python3-dateutil_2.8.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-dbus-fast_2.21.1.bb python3-dbus-fast: upgrade 2.21.0 -> 2.21.1 2024-01-23 11:55:36 -08:00
python3-dbus-next_0.2.3.bb python3-dbus-next: add missing run-time dependencies 2023-06-24 09:01:53 -07:00
python3-dbussy_1.3.bb
python3-decorator_5.1.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-decouple_3.8.bb
python3-defusedxml_0.7.1.bb python3-defusedxml: add missing run-time dependencies 2023-06-24 09:01:53 -07:00
python3-deprecated_1.2.14.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-dill_0.3.8.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-dirty-equals_0.7.1.bb python3-dirty-equals: add v0.7.1 2023-12-21 08:00:41 -08:00
python3-diskcache_5.6.3.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-distlib_0.3.8.bb python3-distlib: update to version 0.3.8 2023-12-13 22:03:48 -08:00
python3-distro_1.9.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-django_4.2.10.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-django_5.0.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-django-south_1.0.2.bb
python3-djangorestframework_3.14.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-dnspython_2.6.0.bb python3-dnspython: upgrade 2.5.0 -> 2.6.0 2024-02-19 23:22:22 -08:00
python3-docopt_0.6.2.bb
python3-dominate_2.9.1.bb python3-dominate: switch to pytest --automake 2024-02-16 16:42:32 -08:00
python3-dynamic-dispatch_1.0.3.bb python3-dynamic-dispatch: Correct the upstream regex check for version upgrades 2023-09-20 22:15:40 -07:00
python3-ecdsa_0.18.0.bb python3-ecdsa: don't install tests 2023-06-24 09:01:52 -07:00
python3-editor_1.0.4.bb
python3-elementpath_4.3.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-email-validator_2.1.0.bb python3-email-validator: upgrade 2.0.0 -> 2.1.0 2023-11-06 08:47:41 -08:00
python3-engineio_4.9.0.bb python3-engineio: upgrade 4.8.2 -> 4.9.0 2024-02-19 23:22:22 -08:00
python3-et-xmlfile_1.1.0.bb python3-et-xmlfile: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python3-eth-abi_5.0.0.bb python3-eth-abi: upgrade 4.2.1 -> 5.0.0 2024-01-23 11:55:36 -08:00
python3-eth-account_0.11.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-eth-hash_0.6.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-eth-keyfile_0.7.0.bb python3-eth-keyfile: upgrade 0.6.1 -> 0.7.0 2023-12-14 17:03:48 -08:00
python3-eth-keys_0.5.0.bb python3-eth-keys: upgrade 0.4.0 -> 0.5.0 2024-01-23 11:55:35 -08:00
python3-eth-rlp_1.0.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-eth-typing_4.0.0.bb python3-eth-typing: upgrade 3.5.2 -> 4.0.0 2024-01-23 11:55:37 -08:00
python3-eth-utils_3.0.0.bb python3-eth-utils: upgrade 2.3.1 -> 3.0.0 2024-01-23 11:55:37 -08:00
python3-evdev_1.6.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-eventlet_0.35.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-execnet_2.0.2.bb python3-execnet: switch to pytest --automake 2024-02-16 16:42:39 -08:00
python3-executing_2.0.1.bb python3-executing: upgrade 2.0.0 -> 2.0.1 2023-11-06 08:47:53 -08:00
python3-expandvars_0.12.0.bb python3-expandvars: add recipe 2023-12-18 22:17:22 -08:00
python3-fann2_1.1.2.bb
python3-fasteners_0.19.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-fastjsonschema_2.18.0.bb python3-fastjsonschema: Add missing ptest deps 2024-02-29 10:59:39 -08:00
python3-fastnumbers_5.1.0.bb python3-fastnumbers: upgrade 5.0.1 -> 5.1.0 2023-12-14 17:03:49 -08:00
python3-fields_5.0.0.bb
python3-file-magic_0.4.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-filelock_3.13.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-flask_3.0.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-flask-babel_4.0.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-flask-bootstrap_3.3.7.1.bb
python3-flask-cors_4.0.0.bb python3-flask-cors: add initial version of the recipe for 4.0.0 2023-09-30 01:03:17 -07:00
python3-flask-httpauth_4.8.0.bb python3-flask-httpauth: add recipe 2023-09-15 00:42:10 -07:00
python3-flask-jsonpify_1.5.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-flask-jwt_0.3.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-flask-jwt-extended_4.6.0.bb python3-flask-jwt-extended: update to version 4.6.0 2023-12-22 06:39:35 -08:00
python3-flask-login_0.6.3.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-flask-mail_0.9.1.bb python3-flask-mail: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python3-flask-marshmallow_1.2.0.bb python3-flask-marshmallow: upgrade 1.1.0 -> 1.2.0 2024-02-09 09:52:17 -08:00
python3-flask-migrate_4.0.5.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-flask-nav_0.6.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-flask-pymongo_2.3.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-flask-restful_0.3.10.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-flask-restx_1.3.0.bb python3-flask-restx: upgrade 1.2.0 -> 1.3.0 2023-12-14 07:53:23 -08:00
python3-flask-sijax_0.4.1.bb
python3-flask-socketio_5.3.6.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-flask-sqlalchemy_3.1.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-flask-uploads_0.2.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-flask-user_0.6.19.bb python3-flask-user: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python3-flask-versioned_0.9.4-20101221.bb
python3-flask-wtf_1.2.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-flask-xstatic_0.0.1.bb
python3-frozenlist_1.4.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-future_0.18.3.bb
python3-gast_0.5.4.bb
python3-gcovr_7.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-geojson_3.1.0.bb python3-geojson: switch to pytest --automake 2024-02-16 16:42:35 -08:00
python3-geomet_1.1.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-gevent_24.2.1.bb python3-gevent: adding missing dependency to python3-zopeevent 2024-02-26 08:13:20 -08:00
python3-git-pw_2.6.0.bb python3-git-pw: upgrade 2.5.0 -> 2.6.0 2024-01-23 11:55:37 -08:00
python3-gmpy2_2.1.5.bb python3-gmpy2: fix python 3.12 issues 2023-12-31 08:27:48 -08:00
python3-gmqtt_0.6.14.bb python3-gmqtt: update to version 0.6.14 2024-01-27 09:48:35 -08:00
python3-gnupg_0.5.2.bb python3-gnupg: update to 0.5.2 2023-12-13 18:53:25 -08:00
python3-google-api-core_2.16.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-google-api-python-client_2.118.0.bb python3-google-api-python-client: upgrade 2.116.0 -> 2.118.0 2024-02-20 08:46:27 -08:00
python3-google-auth_2.28.1.bb python3-google-auth: upgrade 2.28.0 -> 2.28.1 2024-03-03 13:38:57 -08:00
python3-google-auth-oauthlib_1.2.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-googleapis-common-protos_1.62.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-gpiod_2.1.3.bb python3-gpiod: Tests rely on configfs support in kernel 2024-02-29 12:46:50 -08:00
python3-gpsd-py3_0.3.0.bb
python3-graphviz_0.20.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-greenlet_3.0.3.bb python3-greenlet: update to version 3.0.3 2023-12-22 06:39:35 -08:00
python3-greenstalk_2.0.2.bb python3-greenstalk: upgrade 2.0.0 -> 2.0.2 2023-07-23 16:36:14 -07:00
python3-grpcio_1.60.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-grpcio-tools_1.60.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-gunicorn_21.2.0.bb python3-gunicorn: switch to pytest --automake 2024-02-16 16:42:34 -08:00
python3-h5py_3.10.0.bb python3-h5py: backport a cython 3.x compatibility patch 2024-01-08 19:54:38 -08:00
python3-h11_0.14.0.bb python3-h11: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python3-haversine_2.8.1.bb python3-haversine: upgrade 2.8.0 -> 2.8.1 2024-01-23 11:55:38 -08:00
python3-hexbytes_1.0.0.bb python3-hexbytes: upgrade 0.3.1 -> 1.0.0 2023-11-17 11:38:20 -08:00
python3-html2text_2020.1.16.bb python3-html2text: switch to pytest --automake 2024-02-16 16:42:33 -08:00
python3-html5lib_1.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-httpcore_1.0.3.bb python3-httpcore: upgrade 1.0.2 -> 1.0.3 2024-02-20 08:46:27 -08:00
python3-httplib2_0.22.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-httpx_0.26.0.bb python3-httpx: respect libdir in packaging 2024-02-18 07:16:29 -08:00
python3-huey_2.5.0.bb python3-huey: upgrade 2.4.5 -> 2.5.0 2023-10-23 08:05:02 -07:00
python3-humanfriendly_10.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-humanize_4.9.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-hyperlink_21.0.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-icu_2.12.bb python3-icu: upgrade 2.11 -> 2.12 2023-11-06 08:47:41 -08:00
python3-idna-ssl_1.1.0.bb python3-idna-ssl: Fix upstream check by specifying the UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX 2023-09-27 12:05:45 -07:00
python3-ifaddr_0.2.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-imageio_2.34.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-imgtool_2.0.0.bb python3-imgtool: upgrade 1.10.0 -> 2.0.0 2023-11-06 08:47:42 -08:00
python3-incremental_22.10.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-inflate64_1.0.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-inflection_0.5.1.bb python3-blinker: switch to pytest --automake 2024-02-16 16:42:37 -08:00
python3-inotify_git.bb python3-inotify: switch to pytest --automake 2024-02-16 16:42:32 -08:00
python3-intelhex_2.3.0.bb
python3-intervals_1.10.0.bb python3-intervals: switch to pytest --automake 2024-02-16 16:42:33 -08:00
python3-ipaddress_1.0.23.bb
python3-iperf_0.1.11.bb meta-python: Remove unused AUTHOR variable 2023-08-05 09:29:56 -07:00
python3-ipy_1.01.bb python3-ipy: switch to pytest --automake 2024-02-16 16:42:36 -08:00
python3-ipython_8.21.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-ipython-genutils_0.2.0.bb python3-ipython-genutils: fix upstream uri and version check 2023-12-22 06:39:33 -08:00
python3-iso3166_2.1.1.bb python3-iso3166: switch to pytest --automake 2024-02-16 16:42:32 -08:00
python3-isort_5.13.2.bb python3-isort: update to version 5.13.2 2023-12-21 08:00:43 -08:00
python3-itsdangerous_2.1.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-janus_1.0.0.bb python3-janus: add recipe for v1.0.0 2024-01-30 14:34:43 -08:00
python3-javaobj-py3_0.4.3.bb
python3-jdatetime_4.1.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-jdcal_1.4.1.bb python3-jdcal: re-add functional ptests 2024-02-21 20:00:22 -08:00
python3-jedi_0.19.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-jmespath_1.0.1.bb
python3-joblib_1.3.2.bb python3-joblib: do not rely in distutils 2023-12-18 22:17:20 -08:00
python3-jsbeautifier_1.15.1.bb python3-jsbeautifier: upgrade 1.14.11 -> 1.15.1 2024-02-20 08:46:28 -08:00
python3-jsmin_3.0.1.bb python3-jsmin: Fix ptests to run with python 3.12+ 2024-02-22 12:59:38 -08:00
python3-jsonpatch_1.33.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-jsonpath-rw_1.4.0.bb
python3-jsonrpcclient_4.0.3.bb python3-jsonrpcclient: update to version 4.0.3 2024-02-02 13:44:20 -08:00
python3-jstyleson_0.0.2.bb
python3-kconfiglib_14.1.0.bb
python3-keras-applications_1.0.8.bb
python3-keras-preprocessing_1.1.2.bb
python3-kivy_2.3.0.bb python3-kivy: Upgrade 2.2.1 -> 2.3.0 2024-01-09 07:04:31 -08:00
python3-kiwisolver_1.4.5.bb python3-kiwisolver: upgrade 1.4.4 -> 1.4.5 2023-09-07 08:22:44 -07:00
python3-langtable_0.0.65.bb python3-langtable: upgrade 0.0.64 -> 0.0.65 2024-02-20 08:46:28 -08:00
python3-lazy_1.6.bb python3-lazy: upgrade 1.5 -> 1.6 2023-09-20 15:34:03 -07:00
python3-lazy-object-proxy_1.10.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-libconf_2.0.1.bb
python3-libevdev_0.11.bb
python3-linux-procfs_0.7.3.bb python3-linux-procfs: upgrade 0.7.1 -> 0.7.3 2023-11-17 11:38:20 -08:00
python3-lockfile_0.12.2.bb
python3-lorem_0.1.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-lrparsing_1.0.17.bb
python3-lru-dict_1.3.0.bb python3-lru-dict: upgrade 1.2.0 -> 1.3.0 2023-11-08 22:55:06 -08:00
python3-luma-core_2.4.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-luma-oled_3.13.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-lz4_4.3.3.bb python3-lz4: upgrade 4.3.2 -> 4.3.3 2024-01-08 19:54:44 -08:00
python3-m2crypto_0.40.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-marshmallow_3.20.2.bb python3-marshmallow: update to version 3.20.2 2024-01-13 09:05:52 -08:00
python3-matplotlib_3.7.2.bb python3-matplotlib: upgrade 3.6.3 -> 3.7.2 2023-07-25 12:46:19 -07:00
python3-matplotlib-inline_0.1.6.bb
python3-mccabe_0.7.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-meld3_2.0.1.bb python3-meld3: do not rely on smtpd module 2023-12-18 22:17:19 -08:00
python3-mock_5.1.0.bb python3-mock: upgrade 5.0.2 -> 5.1.0 2023-07-20 19:08:57 -07:00
python3-monotonic_1.6.bb
python3-moteus_0.3.67.bb python3-moteus: add recipe for v0.3.67 2024-02-03 19:16:35 -08:00
python3-mpmath_1.3.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-msgpack_1.0.7.bb python3-msgpack: re-add functional ptests 2024-02-21 20:00:22 -08:00
python3-msk_0.4.0.bb
python3-msm_0.8.8.bb
python3-multidict_6.0.4.bb python3-multidict: switch to pytest --automake 2024-02-16 16:42:35 -08:00
python3-multivolumefile_0.2.3.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-mypy_1.8.0.bb python3-mypy: update to version 1.8.0 2023-12-22 06:39:35 -08:00
python3-mypy-extensions_1.0.0.bb python3-mypy-extensions: upgrade 0.4.3 -> 1.0.0 2023-08-11 00:06:04 -07:00
python3-natsort_8.4.0.bb python3-natsort: upgrade 8.3.1 -> 8.4.0 2023-06-27 13:44:47 -07:00
python3-netaddr_1.2.1.bb python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest 2024-03-04 08:56:50 -08:00
python3-netifaces_0.11.0.bb
python3-networkx_3.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-ninja_1.11.1.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-ninja-syntax_1.7.2.bb python3-ninja-syntax: Set BBCLASSEXTEND = "native nativesdk" 2023-11-07 23:11:24 -08:00
python3-nmap_1.6.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-nocasedict_2.0.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-nocaselist_2.0.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-ntplib_0.4.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-oauthlib_3.2.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-obd_0.7.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-objectpath_0.6.1.bb python3-objectpath: Add ObjectPath Python Recipe 2023-11-01 15:33:43 -07:00
python3-olefile_0.47.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-oletools_0.60.1.bb python3-oletools: add recipe 2023-11-02 10:39:36 -07:00
python3-openpyxl_3.1.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-ordered-set_4.1.0.bb python3-ordered-set: Use automake formatter for ptest output 2024-02-22 12:59:38 -08:00
python3-padaos_0.1.10.bb
python3-padatious_0.4.8.bb python3-padatious: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python3-paho-mqtt_1.6.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pako_0.3.1.bb python3-pako: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python3-pandas_2.0.3.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-parallax_1.0.6.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-paramiko_3.4.0.bb python3-paramiko: update to version 3.4.0 2023-12-21 08:00:43 -08:00
python3-parse_1.20.1.bb python3-parse: re-add functional ptests 2024-02-21 20:00:22 -08:00
python3-parse-type_0.6.2.bb python3-parse-type: switch to pytest --automake 2024-02-16 16:42:37 -08:00
python3-parsimonious_0.10.0.bb
python3-parso_0.8.3.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-passlib_1.7.4.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pastedeploy_3.1.0.bb python3-pastedeploy: upgrade 3.0.1 -> 3.1.0 2023-11-21 22:35:51 -08:00
python3-path_16.10.0.bb python3-path: upgrade 16.9.0 -> 16.10.0 2024-02-09 09:52:11 -08:00
python3-pathtools3_0.2.1.bb
python3-pcodedmp_1.2.6.bb python3-pcodedmp: add recipe 2023-11-02 10:39:36 -07:00
python3-pdm_2.12.3.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pdm-backend_2.1.8.bb python3-pdm-backend: update to version 2.1.8 2023-12-29 13:57:14 -08:00
python3-pefile_2023.2.7.bb
python3-pep8_1.7.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-periphery_2.4.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-petact_0.1.2.bb
python3-pexpect_4.9.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pickleshare_0.7.5.bb meta-python: Remove unused AUTHOR variable 2023-08-05 09:29:56 -07:00
python3-pid_3.0.4.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pika_1.3.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pillow_10.1.0.bb python3-pillow: switch to pytest --automake 2024-02-16 16:42:38 -08:00
python3-pint_0.23.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pkcs11_0.7.0.bb
python3-pkgconfig_1.5.5.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-platformdirs_4.2.0.bb python3-platformdirs: switch to pytest --automake 2024-02-16 16:42:38 -08:00
python3-pocketsphinx_5.0.3.bb python3-pocketsphinx: Upgrade to 5.0.3 2024-02-20 08:38:30 -08:00
python3-polyline_2.0.2.bb python3-polyline: upgrade 2.0.1 -> 2.0.2 2024-02-20 08:46:28 -08:00
python3-portion_2.4.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-posix-ipc_1.1.1.bb python3-posix-ipc: Update version 1.0.5 -> 1.1.1 2023-09-22 15:41:08 -07:00
python3-prctl_1.8.1.bb
python3-precise-runner_0.3.1.bb python3-precise-runner: switch to pytest --automake 2024-02-16 16:42:36 -08:00
python3-prettytable_3.10.0.bb python3-prettytable: upgrade 3.9.0 => 3.10.0; fix ptests 2024-02-19 23:22:25 -08:00
python3-process-tests_3.0.0.bb python3-process-tests: upgrade 2.1.2 -> 3.0.0 2023-11-06 08:47:24 -08:00
python3-progress_1.6.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-prompt-toolkit_3.0.43.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-protobuf_4.25.3.bb python3-protobuf: upgrade 4.25.2 -> 4.25.3 2024-02-20 08:46:28 -08:00
python3-ptyprocess_0.7.0.bb python3-ptyprocess: switch to pytest --automake 2024-02-16 16:42:34 -08:00
python3-pulsectl_23.5.2.bb
python3-pure-eval_0.2.2.bb
python3-py-cpuinfo_9.0.0.bb python3-py-cpuinfo: switch to pytest --automake 2024-02-16 16:42:33 -08:00
python3-py-ubjson_0.16.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-py7zr_0.20.8.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pyalsaaudio_0.10.0.bb
python3-pyasn1-modules_0.3.0.bb python3-pyasn1-modules: switch to pytest --automake 2024-02-16 16:42:33 -08:00
python3-pyatspi_2.46.1.bb python3-pyatspi: upgrade 2.46.0 -> 2.46.1 2024-01-23 11:55:38 -08:00
python3-pyaudio_0.2.14.bb python3-pyaudio: upgrade 0.2.13 -> 0.2.14 2023-11-17 11:38:22 -08:00
python3-pybcj_1.0.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pybind11_2.11.1.bb python3-pybind11: Restore strip prevention patch 2024-02-26 08:14:44 -08:00
python3-pybind11-json_0.2.13.bb
python3-pybluez_0.23.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pycares_4.4.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pychromecast_13.1.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pycocotools_2.0.7.bb python3-pycocotools: upgrade 2.0.6 -> 2.0.7 2023-08-26 17:32:44 -07:00
python3-pycodestyle_2.11.1.bb python3-pycodestyle: upgrade 2.11.0 -> 2.11.1 2023-10-23 08:05:02 -07:00
python3-pycurl_7.45.2.bb
python3-pydantic_2.6.3.bb python3-pydantic-core,python3-pydantic: Update to 2.16.3 and 2.6.3 respectively 2024-02-27 17:50:12 -08:00
python3-pydantic-core_2.16.3.bb python3-pydantic-core: Fix build for arches without 64bit atomics 2024-02-27 17:51:18 -08:00
python3-pydantic-core-crates.inc python3-pydantic-core: Fix build for arches without 64bit atomics 2024-02-27 17:51:18 -08:00
python3-pydicti_1.2.1.bb
python3-pyexpect_1.0.22.bb
python3-pyfanotify_0.2.2.bb python3-pyfanotify: update to version 0.2.2 2023-12-22 06:39:32 -08:00
python3-pyfirmata_1.1.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pyflakes_3.2.0.bb python3-pyflakes: upgrade 3.1.0 -> 3.2.0 2024-01-08 19:54:44 -08:00
python3-pyhamcrest_2.1.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pyiface_0.0.11.bb python-pyiface: Update version from git -> 0.0.11 2023-09-26 20:52:58 -07:00
python3-pyjks_20.0.0.bb
python3-pyjwt_2.8.0.bb python3-pyjwt: upgrade 2.7.0 -> 2.8.0 2023-11-06 08:47:48 -08:00
python3-pykwalify_1.8.0.bb
python3-pylint_3.0.3.bb python3-pylint: switch to pytest --automake 2024-02-16 16:42:39 -08:00
python3-pylyrics_1.1.0.bb
python3-pymemcache_4.0.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pymetno_0.12.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pymisp_2.4.185.bb python3-pymisp: upgrade 2.4.184 -> 2.4.185 2024-02-20 08:46:28 -08:00
python3-pymodbus_3.6.4.bb python3-pymodbus: upgrade 3.6.3 -> 3.6.4 2024-02-20 08:46:28 -08:00
python3-pymongo_4.6.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pymysql_1.1.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pynacl_1.5.0.bb python3-pynacl: allow -native build 2024-02-26 08:13:22 -08:00
python3-pynetlinux_1.1.bb
python3-pyperclip_1.8.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pyperf_2.6.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pypng_0.20220715.0.bb
python3-pyppmd_1.1.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pyproj_3.6.1.bb python3-pyproj: update version 3.6.0 -> 3.6.1 2023-09-27 12:05:45 -07:00
python3-pyproject-api_1.6.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pyrad_2.4.bb
python3-pyroute2_0.7.10.bb python3-pyroute2: switch to pytest --automake 2024-02-16 16:42:35 -08:00
python3-pyruvate_1.2.1.bb
python3-pyruvate-crates.inc
python3-pyscaffold_4.5.bb python3-pyscaffold: upgrade 4.4.1 -> 4.5 2023-06-27 13:44:47 -07:00
python3-pyserial_3.5.bb python3-pyserial: switch to pytest --automake 2024-02-16 16:42:38 -08:00
python3-pyserial-asyncio_0.6.bb
python3-pysonos_0.0.54.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pystemd_0.13.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pytest-asyncio_0.23.5.bb python3-pytest-asyncio: upgrade 0.23.4 -> 0.23.5 2024-02-20 08:46:29 -08:00
python3-pytest-benchmark_4.0.0.bb
python3-pytest-cache_1.0.bb
python3-pytest-cov_4.1.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pytest-forked_1.6.0.bb
python3-pytest-helpers-namespace_2021.12.29.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pytest-html_4.1.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pytest-json-report_1.5.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pytest-lazy-fixtures_1.0.5.bb python3-pytest-lazy-fixtures: add 1.0.5 2024-02-19 23:22:25 -08:00
python3-pytest-metadata_2.0.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pytest-mock_3.12.0.bb python3-pytest-mock: switch to pytest --automake 2024-02-16 16:42:34 -08:00
python3-pytest-tempdir_2019.10.12.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pytest-timeout_2.2.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pytest-xdist_3.5.0.bb python3-pytest-xdist: upgrade 3.4.0 -> 3.5.0 2023-11-28 08:55:42 -08:00
python3-python-vlc_3.0.20123.bb python3-python-vlc: upgrade 3.0.18122 -> 3.0.20123 2023-11-08 22:55:06 -08:00
python3-pythonping_1.1.4.bb
python3-pytoml_0.1.21.bb python3-pytoml: switch to pytest --automake 2024-02-16 16:42:38 -08:00
python3-pyu2f_0.1.5.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pyudev_0.24.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pyunormalize_15.1.0.bb python3-pyunormalize: add recipe 2024-02-09 09:52:14 -08:00
python3-pyusb_1.2.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-pyyaml-include_1.3.2.bb python3-pyyaml-include: switch to pytest --automake 2024-02-16 16:42:39 -08:00
python3-pyzmq_25.1.2.bb python3-pyzmq: Add missing dep on python3-unixadmin for ptests 2024-02-29 12:46:50 -08:00
python3-pyzstd_0.15.9.bb python3-pyzstd: upgrade 0.15.7 -> 0.15.9 2023-06-27 13:44:47 -07:00
python3-qface_2.0.8.bb
python3-qrcode_7.4.2.bb
python3-rapidjson_1.14.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-rarfile_4.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-raven_6.10.0.bb
python3-redis_5.0.1.bb python3-redis: update version 5.0.0 -> 5.0.1 2023-09-27 12:05:45 -07:00
python3-regex_2023.12.25.bb python3-regex: upgrade 2023.10.3 -> 2023.12.25 2023-12-29 09:04:20 -08:00
python3-requests-file_1.5.1.bb python3-requests-file: switch to pytest --automake 2024-02-16 16:42:32 -08:00
python3-requests-ftp_0.3.1.bb
python3-requests-futures_1.0.1.bb python3-requests-futures: upgrade 1.0.0 -> 1.0.1 2023-06-27 13:44:47 -07:00
python3-requests-oauthlib_1.3.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-requests-toolbelt_1.0.0.bb python3-requests-toolbelt: switch to pytest --automake 2024-02-16 16:42:36 -08:00
python3-requests-unixsocket_0.3.0.bb
python3-rlp_4.0.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-robotframework_7.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-robotframework-seriallibrary_0.4.3.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-rsa_4.9.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-schedule_1.2.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-schedutils_0.6.bb
python3-scikit-build_0.17.6.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-screeninfo_0.8.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-scrypt_0.8.20.bb python3-scrypt: switch to pytest --automake 2024-02-16 16:42:32 -08:00
python3-sdbus_0.11.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-sdnotify_0.3.2.bb
python3-semver_3.0.2.bb python3-semver: switch to pytest --automake 2024-02-16 16:42:38 -08:00
python3-sentry-sdk_1.40.4.bb python3-sentry-sdk: upgrade 1.40.0 -> 1.40.4 2024-02-21 19:59:52 -08:00
python3-serpent_1.41.bb python3-serpent: switch to pytest --automake 2024-02-16 16:42:35 -08:00
python3-service-identity_21.1.0.bb python3-service-identity: add missing ptest dependencies and re-enable functional tests 2024-02-26 08:13:20 -08:00
python3-setuptools-declarative-requirements_1.3.0.bb
python3-sh_2.0.6.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-shellingham_1.5.4.bb python3-shellingham: upgrade 1.5.3 -> 1.5.4 2023-11-06 08:47:48 -08:00
python3-sijax_0.3.2.bb
python3-simpleeval_0.9.13.bb python3-simpleeval: switch to pytest --automake 2024-02-16 16:42:37 -08:00
python3-simplejson_3.19.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-slip-dbus_0.6.5.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-smbus_4.3.bb
python3-smbus2_0.4.3.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-smpplib_2.2.3.bb python3-smpplib: switch to pytest --automake 2024-02-16 16:42:35 -08:00
python3-snagboot_1.2.bb python3-snagboot: upgrade 1.1 -> 1.2 2023-09-07 08:22:44 -07:00
python3-snappy_0.6.1.bb meta-python: Drop broken BBCLASSEXTEND variants 2023-10-24 09:08:45 -07:00
python3-sniffio_1.3.0.bb python3-sniffio: add recipe for v1.3.0 2024-02-10 10:39:58 -08:00
python3-socketio_5.11.1.bb python3-socketio: upgrade 5.11.0 -> 5.11.1 2024-02-21 19:59:52 -08:00
python3-socksio_1.0.0.bb python3-socksio: add recipe for v1.0.0 2024-02-10 10:39:57 -08:00
python3-soupsieve_2.5.bb python3-soupsieve: switch to pytest --automake 2024-02-16 16:42:35 -08:00
python3-speaklater_1.3.bb
python3-speedtest-cli_2.1.3.bb
python3-spidev_3.6.bb
python3-sqlalchemy_2.0.25.bb python3-sqlalchemy: upgrade 2.0.24 -> 2.0.25 2024-01-08 19:54:43 -08:00
python3-sqlparse_0.4.4.bb python3-sqlparse: switch to pytest --automake 2024-02-16 16:42:36 -08:00
python3-sqlsoup_0.9.1.bb
python3-stack-data_0.6.3.bb python3-stack-data: upgrade 0.6.2 -> 0.6.3 2023-10-23 17:00:49 -07:00
python3-stevedore_5.1.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-stopit_1.1.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-strenum_0.4.15.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-supervisor_4.2.5.bb python3-supervisor: do not rely on smtpd module 2023-12-18 22:17:19 -08:00
python3-sympy_1.12.bb
python3-systemd_235.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-tabulate_0.9.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-telnetlib3_2.0.4.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-term_2.5.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-termcolor_2.4.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-textparser_0.24.0.bb
python3-texttable_1.7.0.bb python3-texttable: upgrade 1.6.7 -> 1.7.0 2023-10-23 17:00:49 -07:00
python3-tinyrecord_0.2.0.bb
python3-tomlkit_0.12.3.bb python3-tomlkit: switch to pytest --automake 2024-02-16 16:42:31 -08:00
python3-toolz_0.12.1.bb python3-toolz: upgrade 0.12.0 -> 0.12.1 2024-01-27 09:48:35 -08:00
python3-tornado_6.4.bb python3-tornado: upgrade 6.3.3 -> 6.4 2023-12-14 17:03:49 -08:00
python3-tox_4.13.0.bb python3-tox: upgrade 4.12.1 -> 4.13.0 2024-02-20 08:46:29 -08:00
python3-tqdm_4.66.2.bb python3-tqdm: upgrade 4.66.1 -> 4.66.2 2024-02-20 08:46:27 -08:00
python3-trafaret_2.1.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-trafaret-config_2.0.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-traitlets_5.14.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-transitions_0.9.0.bb
python3-trustme_1.1.0.bb python3-trustme: add runtime dependency for tests and re-add to ptest 2024-02-19 23:22:24 -08:00
python3-twine_5.0.0.bb python3-twine: upgrade 4.0.2 -> 5.0.0 2024-02-20 08:46:29 -08:00
python3-twisted_22.10.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-twitter_4.14.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-twofish_0.3.0.bb
python3-txaio_23.1.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-txdbus_1.1.2.bb meta-python: Remove unused AUTHOR variable 2023-08-05 09:29:56 -07:00
python3-typeguard_4.1.5.bb python3-typeguard: update ptest dependencies and re-enable functional tests 2024-02-26 08:13:20 -08:00
python3-types-psutil_5.9.5.20240205.bb python3-types-psutil: upgrade 5.9.5.20240106 -> 5.9.5.20240205 2024-02-09 09:52:13 -08:00
python3-types-setuptools_69.0.0.20240125.bb python3-types-setuptools: update to version 69.0.0.20240125 2024-02-02 10:26:40 -08:00
python3-tzlocal_5.2.bb python3-tzlocal: Add zoneinfo dependency 2024-02-09 09:52:16 -08:00
python3-u-msgpack-python_2.8.0.bb python3-u-msgpack-python: switch to pytest --automake 2024-02-16 16:42:32 -08:00
python3-uefi-firmware_1.11.bb python3-uefi-firmware: upgrade 1.10 -> 1.11 2023-08-16 11:39:45 -07:00
python3-ujson_5.9.0.bb python3-ujson: switch to pytest --automake 2024-02-16 16:42:31 -08:00
python3-unidiff_0.7.5.bb python3-unidiff: switch to pytest --automake 2024-02-16 16:42:31 -08:00
python3-unoconv_0.9.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-uritemplate_4.1.1.bb python3-uritemplate: switch to pytest --automake 2024-02-16 16:42:31 -08:00
python3-uswid_0.4.7.bb python3-uswid: update to version 0.4.7 2023-12-22 06:39:34 -08:00
python3-validators_0.22.0.bb python3-validators: add new recipe 2023-11-30 07:26:07 -08:00
python3-versioneer_0.29.bb python3-versioneer: add recipe 2023-07-24 20:24:26 -07:00
python3-versiontools_1.9.1.bb
python3-virtualenv_20.25.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-visitor_0.1.3.bb
python3-waitress_3.0.0.bb python3-waitress: upgrade 2.1.2 -> 3.0.0 2024-02-09 09:52:13 -08:00
python3-wand_0.6.13.bb python3-wand: add recipe 2023-11-07 23:11:24 -08:00
python3-watchdog_4.0.0.bb python3-watchdog: upgrade 3.0.0 -> 4.0.0 2024-02-20 08:46:29 -08:00
python3-watchdogdev_1.0.0.bb
python3-web3_6.15.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-webargs_8.4.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-webencodings_0.5.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-websocket-client_1.7.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-websockets_12.0.bb python3-websockets: upgrade 11.0.3 -> 12.0 2023-11-06 08:47:36 -08:00
python3-werkzeug_3.0.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-whitenoise_6.6.0.bb whitenoise: add a new recipe 2024-02-12 08:23:01 -08:00
python3-whoosh_2.7.4.bb python3-whoosh: switch to pytest --automake 2024-02-16 16:42:34 -08:00
python3-wpa-supplicant_0.2.bb python3-wpa-supplicant: fix upstream uri and version check 2023-12-22 06:39:34 -08:00
python3-wrapt_1.16.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-wtforms_3.1.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-xlrd_2.0.1.bb python3-xlrd: switch to pytest --automake 2024-02-16 16:42:34 -08:00
python3-xlsxwriter_3.1.9.bb python3-xlsxwriter: upgrade 3.1.8 -> 3.1.9 2023-11-06 08:47:48 -08:00
python3-xmlschema_3.0.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-xmodem_0.4.7.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-xstatic_1.0.3.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-xstatic-font-awesome_6.2.1.1.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-xxhash_3.4.1.bb python3-xxhash: switch to pytest --automake 2024-02-16 16:42:39 -08:00
python3-yamlloader_1.3.2.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-yappi_1.6.0.bb python3-yappi: upgrade 1.4.0 -> 1.6.0; fix ptests 2023-12-29 09:04:23 -08:00
python3-yarl_1.9.4.bb python3-yarl: switch to pytest --automake 2024-02-16 16:42:36 -08:00
python3-zeroconf_0.131.0.bb meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-zopeevent_5.0.bb python3-zopeevent: Add Zope.Event Python Recipe 2023-11-03 09:29:34 -07:00
python3-zopeinterface_6.2.bb python3-zopeinterface: upgrade 6.1 -> 6.2 2024-02-20 08:46:29 -08:00
tftpy_0.8.2.bb