meta-openembedded/meta-python/recipes-devtools/python
Trevor Gamblin c2d8018ba4 python3-pyaudio: upgrade 0.2.11 -> 0.2.13
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>
2023-07-25 12:46:19 -07:00
..
python-flask-xstatic *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
python3-ansicolors
python3-appdirs
python3-asgiref python3-asgiref: add recipe 2022-08-23 19:12:52 -07:00
python3-aspectlib python3-aspectlib: fix ptest 2023-04-04 13:39:45 -07:00
python3-astor
python3-aws-iot-device-sdk-python
python3-backports-functools-lru-cache
python3-betamax python3-betamax: fix ptest failture of fixture and record modes 2023-03-28 10:44:00 -07:00
python3-bleak *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
python3-blinker python3-blinker: upgrade 1.4 -> 1.5 2022-07-24 06:28:56 -07:00
python3-cachetools
python3-cbor2
python3-click python3-click: upgrade 8.1.3 -> 8.1.5 2023-07-20 19:08:57 -07:00
python3-cmake *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
python3-covdefaults python3-covdefaults: Add initial recipe 2.3.0 2023-06-26 05:12:55 -07:00
python3-cppy
python3-crcmod
python3-dbussy
python3-dnspython
python3-dominate
python3-eth-utils *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
python3-execnet
python3-fann2
python3-fastjsonschema
python3-geojson
python3-gevent python3-gevent: Upgrade to 22.8.0 2022-10-11 17:43:32 -07:00
python3-gpiod python3-gpiod: new package 2023-02-18 13:19:36 -08:00
python3-greenlet python3-greenlet: Upgrade to 2.0.2 2023-02-05 19:26:05 -08:00
python3-grpcio python3-grpcio: Fix build on musl 2023-07-07 09:00:59 -07:00
python3-grpcio-tools python3-grpcio-tools: Fix build with musl 2023-07-07 14:35:29 -07:00
python3-gunicorn
python3-h5py python3-h5py: Upgrade to 3.8.0 2023-03-01 20:22:25 -08:00
python3-html2text
python3-icu python3-icu: upgrade 2.8.1 -> 2.10.2 2023-02-08 08:51:44 -08:00
python3-inflection
python3-inotify python3-inotify: add ptest 2022-11-29 14:07:51 -08:00
python3-intervals
python3-ipy
python3-iso3166
python3-jdcal
python3-jsmin
python3-jstyleson
python3-kivy *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
python3-license-expression
python3-lorem meta-python: python3-lorem: Add ptest 2023-04-05 15:57:09 -07:00
python3-lrparsing
python3-lz4
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-msgpack
python3-multidict
python3-netifaces python3-netifaces: Fix build with python3 and musl 2022-08-28 23:57:15 -07:00
python3-ninja python3-ninja: simplify recipe 2023-05-04 10:23:40 -07:00
python3-ordered-set
python3-parse
python3-parse-type
python3-path meta-python: python3-path: Add ptest 2023-04-05 15:57:09 -07:00
python3-pexpect
python3-pillow python3-pillow: add ptest support 2023-02-01 09:11:49 -08:00
python3-pint
python3-platformdirs python3-platformdirs: Add recipe 2023-05-12 10:33:54 -07:00
python3-polyline
python3-prctl
python3-precise-runner
python3-prettytable
python3-ptyprocess
python3-py-cpuinfo
python3-pyasn1-modules
python3-pybluez python3-pybluez: add python 3.11 patch 2022-10-05 08:24:50 -07:00
python3-pyfanotify
python3-pylint *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
python3-pynetlinux python3-pynetlinux: fix relative imports 2023-06-06 23:07:59 -07:00
python3-pyrad python3-pyrad: fix build system specification 2022-07-15 12:48:34 -04:00
python3-pyroute2
python3-pyruvate python3-pyruvate: Upgrade to 1.2.1 2023-04-08 10:05:00 -07:00
python3-pyserial
python3-pytest-lazy-fixture
python3-pytest-mock python3-pytest-mock: Add recipe 2023-05-09 16:22:00 -07:00
python3-pytoml
python3-pyzmq python3-pyzmq: added ptest 2022-07-26 10:38:42 -04:00
python3-requests-file
python3-requests-toolbelt python3-requests-toolbelt: Fix ptest failures seen with urllib3 2.0 2023-07-13 07:22:17 -07:00
python3-rlp *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
python3-scrypt
python3-sdnotify
python3-semver python3-semver: upgrade 2.13.0 -> 3.0.1 2023-07-25 08:43:53 -07:00
python3-serpent
python3-service-identity Introduce python3-trustme to fix ptest error of python3-requests-toolbelt 2023-03-22 09:10:39 -07:00
python3-simpleeval python3-simpleeval: upgrade 0.9.12 -> 0.9.13 2023-02-27 09:43:09 -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-soupsieve
python3-sqlparse python3-sqlparse: fix CVE-2023-30608 2023-06-15 15:04:51 -07:00
python3-stopit meta-python: Add stopit 2023-06-07 09:31:32 -07:00
python3-supervisor
python3-systemd python-systemd: update from v234 to v235 2023-02-22 01:07:43 -08:00
python3-tomlkit python3-tomlkit: Add recipe 2023-05-09 16:22:00 -07:00
python3-trustme Introduce python3-trustme to fix ptest error of python3-requests-toolbelt 2023-03-22 09:10:39 -07:00
python3-twofish
python3-typeguard
python3-u-msgpack-python
python3-uinput *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
python3-ujson *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
python3-unidiff
python3-uritemplate
python3-whoosh
python3-wpa-supplicant
python3-xlrd
python3-xmltodict
python3-xxhash
python3-yappi *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
python3-yarl
pamela_1.1.0.bb pamela: upgrade 1.0.0 -> 1.1.0 2023-06-05 09:29:34 -07:00
pyrtm_0.4.2.bb
python-django-south.inc
python-django.inc
python-flask-bootstrap.inc
python-flask-sijax.inc python3-flask-sijax: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python-flask-xstatic.inc
python-idna-ssl.inc python-idna-ssl: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python3-absl_1.4.0.bb python3-absl: upgrade 1.3.0 -> 1.4.0 2023-01-17 01:05:53 -08:00
python3-aenum_3.1.15.bb python3-aenum: upgrade 3.1.14 -> 3.1.15 2023-07-07 08:59:27 -07:00
python3-aiodns_3.0.0.bb Add python3-aiodns 3.0.0 2022-07-26 20:49:05 -04:00
python3-aiofiles_23.1.0.bb python3-aiofiles: upgrade 22.1.0 -> 23.1.0 2023-02-27 09:43:08 -08:00
python3-aiohttp_3.8.4.bb python3-aiohttp: upgrade 3.8.3 -> 3.8.4 2023-02-27 09:43:08 -08:00
python3-aiohttp-jinja2_1.5.1.bb python3-aiohttp-jinja2: upgrade 1.5 -> 1.5.1 2023-02-08 08:51:44 -08:00
python3-aiohue_4.6.2.bb python3-aiohue: upgrade 4.6.1 -> 4.6.2 2023-03-04 10:41:27 -08:00
python3-aioredis_2.0.1.bb python3-aioredis: add recipe 2023-05-18 10:26:13 -07:00
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 python3-aiosignal: upgrade 1.2.0 -> 1.3.1 2022-11-14 11:55:59 -08:00
python3-alembic_1.11.1.bb python3-alembic: upgrade 1.10.4 -> 1.11.1 2023-07-17 10:38:28 -07:00
python3-ansi2html_1.8.0.bb python3-ansi2html: fix DEPENDS 2022-07-15 12:48:34 -04:00
python3-ansicolors_1.1.8.bb
python3-antlr4-runtime_4.13.0.bb python3-antlr4-runtime: upgrade 4.12.0 -> 4.13.0 2023-05-25 08:57:47 -07:00
python3-appdirs_1.4.4.bb python3-appdirs: add native and nativesdk to BBCLASSEXTEND 2023-04-17 17:54:25 -07:00
python3-apply-defaults_0.1.6.bb
python3-argcomplete_3.1.1.bb python3-argcomplete: upgrade 3.1.0 -> 3.1.1 2023-07-17 10:38:28 -07:00
python3-argexec_1.0.3.bb
python3-argh_0.28.1.bb python3-argh: upgrade 0.26.2 -> 0.28.1 2023-07-09 19:27:00 -07:00
python3-arpeggio_2.0.2.bb python3-arpeggio: upgrade 2.0.0 -> 2.0.2 2023-07-17 10:38:28 -07:00
python3-asciitree_0.3.3.bb
python3-asgiref_3.7.2.bb python3-asgiref: upgrade 3.7.1 -> 3.7.2 2023-05-31 08:28:50 -07: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_2.15.6.bb python3-astroid: upgrade 2.15.5 -> 2.15.6 2023-07-17 10:38:28 -07:00
python3-asttokens_2.2.1.bb python3-asttokens: upgrade 2.2.0 -> 2.2.1 2022-12-12 11:17:23 -08:00
python3-async-timeout_4.0.2.bb
python3-async-timeout_4.0.0.bb
python3-asyncinotify_4.0.2.bb python3-asyncinotify: upgrade 3.0.1 -> 4.0.2 2023-07-17 10:38:28 -07:00
python3-asyncio-glib_0.1.bb python3-asyncio-glib: add features_check on gobject-introspection-data 2023-05-25 08:56:32 -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-attr: upgrade 0.3.1 -> 0.3.2 2022-07-24 06:28:56 -07:00
python3-autobahn_23.6.2.bb python3-autobahn: upgrade 23.6.1 -> 23.6.2 2023-07-17 10:38:28 -07:00
python3-automat_22.10.0.bb python3-automat: Upgrade 20.2.0 -> 22.10.0 2022-11-02 07:58:18 -07:00
python3-awesomeversion_23.5.0.bb python3-awesomeversion: upgrade 22.9.0 -> 23.5.0 2023-07-23 16:36:14 -07:00
python3-aws-iot-device-sdk-python_1.5.2.bb
python3-backcall_0.2.0.bb
python3-bandit_1.7.5.bb python3-bandit: add python3-rich to RDEPENDS 2023-07-17 10:38:28 -07:00
python3-beautifulsoup4_4.12.2.bb python3-beautifulsoup4: upgrade 4.11.1 -> 4.12.2 2023-07-25 11:50:11 -07:00
python3-behave_1.2.6.bb
python3-betamax_0.8.1.bb python3-betamax: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python3-bidict_0.22.1.bb python3-bidict: upgrade 0.22.0 -> 0.22.1 2023-01-06 11:38:16 -08:00
python3-binwalk_2.3.4.bb python3-binwalk: upgrade 2.3.3 -> 2.3.4 2023-07-23 16:36:14 -07:00
python3-bitarray_2.7.6.bb python3-bitarray: upgrade 2.7.3 -> 2.7.6 2023-07-17 10:38:28 -07:00
python3-bitstring_4.0.2.bb python3-bitstring: add python3-io to RDEPENDS, alphabetize 2023-07-23 16:36:14 -07:00
python3-bitstruct_8.17.0.bb python3-bitstruct: upgrade 8.15.1 -> 8.17.0 2023-02-27 09:43:08 -08:00
python3-bleak_0.20.2.bb python3-bleak: add recipe 2023-05-23 15:04:38 -07:00
python3-blinker_1.6.2.bb python3-blinker: add python3-asyncio to RDEPENDS 2023-07-23 16:36:14 -07:00
python3-booleanpy_4.0.bb
python3-brotli_1.0.9.bb python3-brotli: Add new recipe for 1.0.9 2022-11-07 08:40:22 -08:00
python3-cachecontrol_0.13.0.bb python3-cachecontrol: upgrade 0.12.12 -> 0.13.0 2023-06-05 09:29:35 -07:00
python3-cached-property_1.5.2.bb
python3-cachetools_5.3.1.bb python3-cachetools: upgrade 5.3.0 -> 5.3.1 2023-05-31 08:28:50 -07:00
python3-can_4.2.2.bb python3-can: upgrade 4.2.1 -> 4.2.2 2023-06-27 13:44:47 -07:00
python3-cantools_38.0.2.bb python3-cantools: upgrade 38.0.1 -> 38.0.2 2023-02-08 08:51:44 -08:00
python3-cassandra-driver_3.28.0.bb python3-cassandra-driver: upgrade 3.27.0 -> 3.28.0 2023-06-14 09:41:35 -07:00
python3-cbor2_5.4.6.bb python3-cbor2: upgrade 5.4.5 -> 5.4.6 2022-12-12 11:17:23 -08:00
python3-cchardet_2.1.7.bb python3-cchardet: depend on cython 2022-10-05 08:24:50 -07:00
python3-cerberus_1.3.4.bb
python3-charset-normalizer_3.2.0.bb python3-charset-normalizer: upgrade 3.1.0 -> 3.2.0 2023-07-20 19:08:57 -07:00
python3-cheetah_3.2.6.post1.bb python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1 2022-10-25 08:14:08 -07:00
python3-classes_0.4.1.bb python3-classes: new package 2023-06-06 23:07:58 -07:00
python3-click_8.1.5.bb python3-click: upgrade 8.1.3 -> 8.1.5 2023-07-20 19:08:57 -07:00
python3-click-repl_0.3.0.bb python3-click-repl: upgrade 0.2.0 -> 0.3.0 2023-06-19 10:24:49 -07:00
python3-click-spinner_0.1.10.bb python3-click-spinner: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python3-cmake_3.26.4.bb python3-cmake: upgrade 3.26.3 -> 3.26.4 2023-06-14 09:41:35 -07:00
python3-cmd2_2.4.3.bb python3-cmd2: upgrade 2.4.2 -> 2.4.3 2023-02-08 08:51:44 -08:00
python3-colorama_0.4.6.bb python3-colorama: Upgrade 0.4.5 -> 0.4.6 2022-10-26 07:04:06 -07:00
python3-coloredlogs_15.0.1.bb
python3-colorlog_6.7.0.bb python3-colorlog: add missing run-time dependencies 2023-06-24 09:01:53 -07:00
python3-colorzero_2.0.bb python3-colorzero: add missing run-time dependencies 2023-06-24 09:01:53 -07:00
python3-configargparse_1.5.5.bb python3-configargparse : upgrade 1.5.3 -> 1.5.5 2023-07-07 08:59:27 -07: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.29.bb python3-configshell-fb: add missing run-time dependencies 2023-06-24 09:01:53 -07:00
python3-constantly_15.1.0.bb
python3-contextlib2_21.6.0.bb
python3-covdefaults_2.3.0.bb python3-covdefaults: Add initial recipe 2.3.0 2023-06-26 05:12:55 -07:00
python3-coverage_7.2.7.bb python3-coverage: fix coding style and RDEPENDS 2023-06-24 09:01:53 -07:00
python3-cppy_1.2.1.bb
python3-crc32c_2.3.bb python3-crc32c: Correct the license information 2023-04-05 15:56:47 -07:00
python3-crcmod_1.7.bb
python3-croniter_1.4.1.bb python3-croniter: upgrade 1.3.15 -> 1.4.1 2023-06-19 10:24:49 -07:00
python3-custom-inherit_2.3.1.bb python3-custom-inherit: add missing run-time dependencies 2023-06-24 09:01:53 -07:00
python3-cvxopt_1.2.7.bb
python3-cycler_0.11.0.bb
python3-cytoolz_0.12.1.bb python3-cytoolz: upgrade 0.12.0 -> 0.12.1 2022-12-27 16:03:06 -08:00
python3-daemon_3.0.1.bb python3-daemon: upgrade 2.3.2 -> 3.0.1 2023-03-22 22:01:40 -07:00
python3-dateparser_1.1.8.bb python3-dateparser: add missing run-time dependencies 2023-06-24 09:01:53 -07:00
python3-dateutil_2.8.2.bb
python3-dbus-fast_1.85.0.bb python3-dbus-fast: add recipe 2023-05-18 10:26:13 -07: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
python3-decouple_3.8.bb python3-decouple: upgrade 3.7 -> 3.8 2023-03-04 10:41:27 -08:00
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 python3-deprecated: upgrade 1.2.13 -> 1.2.14 2023-05-31 08:28:50 -07:00
python3-dill_0.3.6.bb python3-dill: Upgrade 0.3.5.1 -> 0.3.6 2022-10-25 08:14:08 -07:00
python3-diskcache_5.6.1.bb python3-diskcache: upgrade 5.5.1 -> 5.6.1 2023-04-23 21:55:52 -07:00
python3-distlib_0.3.6.bb python3-distlib: Add initial recipe 0.3.6 2023-06-26 05:12:55 -07:00
python3-distro_1.8.0.bb python3-distro: Upgrade 1.7.0 -> 1.8.0 2022-10-17 19:19:40 -07:00
python3-django_4.2.3.bb python3-django: upgrade 4.2.2 -> 4.2.3 2023-07-20 19:08:57 -07:00
python3-django_4.0.2.bb python3-django: Add python3-asgiref runtime dependency 2022-08-23 19:12:52 -07:00
python3-django-south_1.0.2.bb
python3-djangorestframework_3.14.0.bb python3-djangorestframework: upgrade 3.13.1 -> 3.14.0 2022-09-28 14:54:31 -07:00
python3-dnspython_2.4.0.bb python3-dnspython: upgrade 2.3.0 -> 2.4.0 2023-07-20 19:08:57 -07:00
python3-docopt_0.6.2.bb
python3-dominate_2.8.0.bb python3-dominate: upgrade 2.7.0 -> 2.8.0 2023-05-25 08:57:47 -07:00
python3-dynamic-dispatch_1.0.3.bb
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-editor: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-elementpath_4.1.4.bb python3-elementpath: upgrade 4.1.3 -> 4.1.4 2023-07-07 08:59:27 -07:00
python3-email-validator_1.3.1.bb python3-email-validator: Upgrade 1.3.0 -> 1.3.1 2023-01-25 08:57:42 -08:00
python3-engineio_4.5.1.bb python3-engineio: upgrade 4.4.1 -> 4.5.1 2023-07-20 19:08:57 -07: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_3.0.1.bb python3-eth-abi: Upgrade 3.0.0 -> 3.0.1 2022-08-17 09:35:42 -07:00
python3-eth-account_0.9.0.bb python3-eth-account: upgrade 0.8.0 -> 0.9.0 2023-06-14 09:41:35 -07:00
python3-eth-hash_0.5.2.bb python3-eth-hash: upgrade 0.5.1 -> 0.5.2 2023-06-14 09:41:35 -07:00
python3-eth-keyfile_0.6.1.bb python3-eth-keyfile: upgrade 0.6.0 -> 0.6.1 2023-02-27 09:43:09 -08:00
python3-eth-keys_0.4.0.bb
python3-eth-rlp_0.3.0.bb
python3-eth-typing_3.4.0.bb python3-eth-typing: upgrade 3.3.0 -> 3.4.0 2023-06-14 09:41:35 -07:00
python3-eth-utils_2.2.0.bb python3-eth-utils: upgrade 2.1.1 -> 2.2.0 2023-07-20 19:08:57 -07:00
python3-evdev_1.6.1.bb python3-evdev: upgrade 1.6.0 -> 1.6.1 2023-02-08 08:51:44 -08:00
python3-eventlet_0.33.3.bb python3-eventlet: Upgrade 0.33.2 -> 0.33.3 2023-01-19 11:17:02 -08:00
python3-execnet_2.0.2.bb python3-execnet: upgrade 1.9.0 -> 2.0.2 2023-07-23 16:36:14 -07:00
python3-executing_1.2.0.bb python3-executing: New recipe 2023-03-28 10:44:00 -07:00
python3-fann2_1.1.2.bb
python3-fasteners_0.18.bb python3-fasteners: upgrade 0.17.3 -> 0.18 2022-09-20 18:55:26 -07:00
python3-fastjsonschema_2.18.0.bb python3-fastjsonschema: upgrade 2.16.3 -> 2.18.0 2023-07-25 12:46:19 -07:00
python3-fastnumbers_5.0.1.bb python3-fastnumbers: upgrade 4.0.1 -> 5.0.1 2023-03-04 10:41:27 -08:00
python3-fields_5.0.0.bb
python3-filelock_3.12.0.bb python3-filelock: Add initial recipe 3.12.0 2023-06-26 05:12:55 -07:00
python3-flask_2.3.2.bb python3-flask: add python3-blinker to RDEPENDS, alphabetize 2023-07-23 16:36:14 -07:00
python3-flask-babel_2.0.0.bb
python3-flask-bootstrap_3.3.7.1.bb
python3-flask-jsonpify_1.5.0.bb
python3-flask-jwt_0.3.2.bb
python3-flask-login_0.6.2.bb python3-flask-login: upgrade 0.6.1 -> 0.6.2 2022-08-06 08:50:19 -07: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-migrate_4.0.4.bb python3-flask-migrate: upgrade 4.0.1 -> 4.0.4 2023-02-08 08:51:44 -08:00
python3-flask-nav_0.6.bb
python3-flask-pymongo_2.3.0.bb
python3-flask-restful_0.3.10.bb python3-flask-restful: upgrade 0.3.9 -> 0.3.10 2023-05-25 08:57:47 -07:00
python3-flask-sijax_0.4.1.bb
python3-flask-socketio_5.3.4.bb python3-flask-socketio: upgrade 5.3.3 -> 5.3.4 2023-05-08 21:45:55 -07:00
python3-flask-sqlalchemy_2.5.1.bb
python3-flask-uploads_0.2.1.bb
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.1.1.bb python3-flask-wtf: upgrade 1.1.0 -> 1.1.1 2023-02-08 08:51:44 -08:00
python3-flask-xstatic_0.0.1.bb
python3-frozenlist_1.4.0.bb python3-frozenlist: upgrade 1.3.3 -> 1.4.0 2023-07-20 19:08:57 -07:00
python3-future_0.18.3.bb python3-future: upgrade 0.18.2 -> 0.18.3 2023-01-17 01:05:53 -08:00
python3-gast_0.5.4.bb python3-gast: upgrade 0.5.3 -> 0.5.4 2023-05-08 21:45:55 -07:00
python3-gcovr_6.0.bb python3-gcovr: Add missing runtime dependency 2023-04-16 00:09:06 -07:00
python3-geojson_3.0.1.bb python3-geojson: upgrade 2.5.0 -> 3.0.1 2023-03-22 22:01:39 -07:00
python3-geomet_1.0.0.bb python3-geomet: upgrade 0.3.0 -> 1.0.0 2022-12-05 09:16:24 -08:00
python3-gevent_23.7.0.bb python3-gevent: upgrade 22.10.2 -> 23.7.0 2023-07-20 19:08:57 -07:00
python3-gmpy2_2.1.5.bb python3-gmpy2: upgrade 2.1.3 -> 2.1.5 2022-12-23 08:52:22 -08:00
python3-gmqtt_0.6.12.bb python3-gmqtt: upgrade 0.6.11 -> 0.6.12 2023-03-17 07:06:55 -07:00
python3-gnupg_0.5.0.bb python3-gnupg: upgrade 0.4.9 -> 0.5.0 2022-09-03 12:20:15 -07:00
python3-google-api-core_2.11.1.bb python3-google-api-core: upgrade 2.11.0 -> 2.11.1 2023-06-19 10:24:49 -07:00
python3-google-api-python-client_2.93.0.bb python3-google-api-python-client: upgrade 2.92.0 -> 2.93.0 2023-07-20 19:08:57 -07:00
python3-google-auth_2.22.0.bb python3-google-auth: upgrade 2.21.0 -> 2.22.0 2023-07-20 19:08:57 -07:00
python3-googleapis-common-protos_1.59.1.bb python3-googleapis-common-protos: upgrade 1.59.0 -> 1.59.1 2023-06-19 10:24:49 -07:00
python3-gpiod_2.0.1.bb python3-gpiod: fetch sources from pypi 2023-04-14 08:45:14 -07:00
python3-gpsd-py3_0.3.0.bb
python3-graphviz_0.20.1.bb python3-graphviz: upgrade 0.20 -> 0.20.1 2022-07-27 11:59:41 -04:00
python3-greenlet_2.0.2.bb python3-greenlet: Upgrade to 2.0.2 2023-02-05 19:26:05 -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.56.0.bb python3-grpcio: Fix build on musl 2023-07-07 09:00:59 -07:00
python3-grpcio-tools_1.56.0.bb python3-grpcio-tools: Fix build with musl 2023-07-07 14:35:29 -07:00
python3-gunicorn_20.1.0.bb
python3-h5py_3.9.0.bb python3-h5py: upgrade 3.8.0 -> 3.9.0 2023-06-27 13:44:47 -07: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.0.bb python3-haversine: upgrade 2.7.0 -> 2.8.0 2023-03-04 10:41:27 -08:00
python3-hexbytes_0.3.1.bb python3-hexbytes: upgrade 0.3.0 -> 0.3.1 2023-06-14 09:41:35 -07:00
python3-html2text_2020.1.16.bb python3-html2text: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-html5lib_1.1.bb
python3-httplib2_0.22.0.bb python3-httplib2: upgrade 0.21.0 -> 0.22.0 2023-04-05 15:56:47 -07:00
python3-huey_2.4.5.bb python3-huey: upgrade 2.4.4 -> 2.4.5 2023-02-27 09:43:08 -08:00
python3-humanfriendly_10.0.bb
python3-humanize_4.7.0.bb python3-humanize: upgrade 4.4.0 -> 4.7.0 2023-07-24 20:24:26 -07:00
python3-hyperlink_21.0.0.bb
python3-icu_2.11.bb python3-icu: upgrade 2.10.2 -> 2.11 2023-04-23 21:55:52 -07:00
python3-idna-ssl_1.1.0.bb
python3-ifaddr_0.2.0.bb python3-ifaddr: upgrade 0.1.7 -> 0.2.0 2022-07-02 11:37:03 -04:00
python3-imageio_2.31.1.bb python3-imageio: upgrade 2.31.0 -> 2.31.1 2023-06-19 10:24:49 -07:00
python3-imgtool_1.10.0.bb python3-imgtool: upgrade 1.9.0 -> 1.10.0 2023-04-10 09:39:38 -07:00
python3-incremental_22.10.0.bb python3-incremental: upgrade 21.3.0 -> 22.10.0 2022-10-24 09:56:33 -07:00
python3-inflection_0.5.1.bb
python3-inotify_git.bb python3-inotify: add ptest 2022-11-29 14:07:51 -08:00
python3-intelhex_2.3.0.bb
python3-intervals_1.10.0.bb
python3-ipaddress_1.0.23.bb
python3-iperf_0.1.11.bb python3-iperf: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-ipy_1.01.bb
python3-ipython_8.14.0.bb python3-ipython: upgrade 8.12.0 -> 8.14.0 2023-07-20 19:08:57 -07:00
python3-ipython-genutils_0.2.0.bb
python3-iso3166_2.1.1.bb python3-iso3166: upgrade 2.0.2 -> 2.1.1 2022-07-24 06:28:56 -07:00
python3-isodate_0.6.1.bb python3-isodate: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python3-isort_5.12.0.bb python3-isort: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python3-itsdangerous_2.1.2.bb
python3-javaobj-py3_0.4.3.bb python3-javaobj-py3: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
python3-jdatetime_4.1.1.bb python3-jdatetime: upgrade 4.1.0 -> 4.1.1 2023-04-05 15:56:47 -07:00
python3-jdcal_1.4.1.bb
python3-jedi_0.18.2.bb python3-jedi: upgrade 0.18.1 -> 0.18.2 2022-11-28 11:32:26 -08:00
python3-jmespath_1.0.1.bb python3-jmespath: upgrade 1.0.0 -> 1.0.1 2022-07-02 11:37:03 -04:00
python3-joblib_1.3.1.bb python3-joblib: upgrade 1.2.0 -> 1.3.1 2023-07-07 08:59:27 -07:00
python3-jsmin_3.0.1.bb
python3-jsonpatch_1.33.bb python3-jsonpatch: upgrade 1.32 -> 1.33 2023-07-25 12:46:19 -07:00
python3-jsonpath-rw_1.4.0.bb python3-jsonpath-rw: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
python3-jsonrpcclient_4.0.2.bb python3-jsonrpcclient: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
python3-jsonrpcserver_5.0.9.bb python3-jsonrpcserver: upgrade 5.0.8 -> 5.0.9 2022-09-21 06:34:45 -07:00
python3-jstyleson_0.0.2.bb python3-jstyleson: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
python3-kconfiglib_14.1.0.bb python3-kconfiglib: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
python3-keras-applications_1.0.8.bb
python3-keras-preprocessing_1.1.2.bb
python3-kivy_2.1.0..bb python3-kivy: depend on gobject-introspection-data DISTRO_FEATURE 2023-05-20 00:45:51 -07:00
python3-kiwisolver_1.4.4.bb python3-kiwisolver: upgrade 1.4.3 -> 1.4.4 2022-07-24 06:28:56 -07:00
python3-kmod_0.9.1.bb python3-kmod: new package 2022-11-25 18:11:10 -08:00
python3-langtable_0.0.62.bb python3-langtable: upgrade 0.0.61 -> 0.0.62 2023-05-08 21:45:55 -07:00
python3-lazy_1.5.bb python3-lazy: new recipe 2023-06-06 23:07:59 -07:00
python3-lazy-object-proxy_1.9.0.bb python3-lazy-object-proxy: upgrade 1.8.0 -> 1.9.0 2023-01-11 08:37:58 -08:00
python3-libconf_2.0.1.bb
python3-libevdev_0.11.bb python3-libevdev: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
python3-license-expression_30.1.1.bb python3-license-expression: upgrade 30.1.0 -> 30.1.1 2023-05-31 08:28:50 -07:00
python3-linux-procfs_0.7.1.bb python3-linux-procfs: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
python3-lockfile_0.12.2.bb python3-lockfile: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
python3-lorem_0.1.1.bb meta-python: python3-lorem: Add ptest 2023-04-05 15:57:09 -07:00
python3-lrparsing_1.0.17.bb
python3-lru-dict_1.2.0.bb python3-lru-dict: upgrade 1.1.8 -> 1.2.0 2023-05-31 08:28:50 -07:00
python3-luma-core_2.4.0.bb python3-luma-core: upgrade 2.3.1 -> 2.4.0 2022-10-24 09:56:33 -07:00
python3-luma-oled_3.12.0.bb python3-luma-oled: upgrade 3.11.0 -> 3.12.0 2023-04-05 15:56:47 -07:00
python3-lz4_4.3.2.bb python3-lz4: upgrade 4.0.2 -> 4.3.2 2023-01-06 11:38:16 -08:00
python3-m2crypto_0.39.0.bb python3-m2crypto: upgrade 0.38.0 -> 0.39.0 2023-07-25 12:46:19 -07:00
python3-marshmallow_3.19.0.bb python3-marshmallow: Upgrade 3.18.0 -> 3.19.0 2023-01-06 11:38:16 -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-matplotlib-inline: upgrade 0.1.2 -> 0.1.6 2022-11-28 11:32:26 -08:00
python3-mccabe_0.7.0.bb
python3-meld3_2.0.1.bb python3-meld3: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-meson-python_0.13.1.bb python3-meson-python: New recipe 2023-06-14 09:50:28 -07: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-mpmath_1.3.0.bb python3-mpmath: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-msgpack_1.0.5.bb python3-msgpack: upgrade 1.0.4 -> 1.0.5 2023-03-17 07:06:55 -07:00
python3-msk_0.4.0.bb
python3-msm_0.8.8.bb python3-msm: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
python3-multidict_6.0.4.bb python3-multidict: upgrade 6.0.3 -> 6.0.4 2022-12-27 16:03:06 -08:00
python3-mypy_0.971.bb python3-mypy: upgrade 0.961 -> 0.971 2022-07-27 11:59:41 -04:00
python3-mypy-extensions_0.4.3.bb
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_0.8.0.bb python3-netaddr: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
python3-netifaces_0.11.0.bb python3-netifaces: Fix build with python3 and musl 2022-08-28 23:57:15 -07:00
python3-networkx_3.1.bb python3-networkx: upgrade 3.0 -> 3.1 2023-04-10 09:39:38 -07:00
python3-ninja_1.11.1.bb python3-ninja: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
python3-ninja-syntax_1.7.2.bb python3-ninja-syntax: new package 2023-06-06 23:07:59 -07:00
python3-nmap_1.6.0.bb python3-nmap: upgrade 1.5.4 -> 1.6.0 2022-11-07 08:39:05 -08:00
python3-nocasedict_2.0.1.bb python3-nocasedict: upgrade 2.0.0 -> 2.0.1 2023-05-08 21:45:55 -07:00
python3-nocaselist_2.0.0.bb python3-nocaselist: upgrade 1.1.1 -> 2.0.0 2023-06-05 09:29:35 -07:00
python3-ntplib_0.4.0.bb
python3-oauthlib_3.2.2.bb python3-oauthlib: upgrade 3.2.1 -> 3.2.2 2022-10-24 09:56:33 -07:00
python3-obd_0.7.2.bb python3-obd: upgrade 0.7.1 -> 0.7.2 2023-07-20 19:08:57 -07:00
python3-openpyxl_3.1.2.bb python3-openpyxl: upgrade 3.1.1 -> 3.1.2 2023-03-17 07:06:55 -07:00
python3-ordered-set_4.1.0.bb
python3-oslash_0.6.3.bb python3-oslash: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
python3-padaos_0.1.10.bb python3-padaos: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
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
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 python3-pandas: upgrade 1.5.3 -> 2.0.3 2023-07-24 20:24:26 -07:00
python3-parallax_1.0.6.bb
python3-paramiko_3.2.0.bb python3-paramiko: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python3-parse_1.19.1.bb python3-parse: upgrade 1.19.0 -> 1.19.1 2023-07-24 20:24:26 -07:00
python3-parse-type_0.5.2.bb
python3-parsimonious_0.10.0.bb python3-parsimonious: upgrade 0.9.0 -> 0.10.0 2022-09-08 19:02:11 -07:00
python3-parso_0.8.3.bb
python3-passlib_1.7.4.bb
python3-pastedeploy_3.0.1.bb python3-pastedeploy: upgrade 2.1.1 -> 3.0.1 2022-10-24 09:56:34 -07:00
python3-path_16.7.1.bb python3-path: upgrade 16.6.0 -> 16.7.1 2023-07-20 19:08:57 -07:00
python3-pathtools3_0.2.1.bb
python3-pefile_2023.2.7.bb python3-pefile: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
python3-pep8_1.7.1.bb
python3-periphery_2.4.1.bb python3-periphery: upgrade 2.3.0 -> 2.4.1 2023-04-23 21:55:52 -07:00
python3-petact_0.1.2.bb python3-petact: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
python3-pexpect_4.8.0.bb
python3-pickleshare_0.7.5.bb python3-pickleshare: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
python3-pid_3.0.4.bb
python3-pika_1.3.2.bb python3-pika: upgrade 1.3.1 -> 1.3.2 2023-05-08 21:45:55 -07:00
python3-pillow_10.0.0.bb python3-pillow: upgrade 9.5.0 -> 10.0.0 2023-07-07 08:59:27 -07:00
python3-pint_0.22.bb python3-pint: upgrade 0.21 -> 0.22 2023-05-31 08:28:50 -07:00
python3-pkcs11_0.7.0.bb
python3-pkgconfig_1.5.5.bb
python3-platformdirs_3.9.1.bb python3-platformdirs: upgrade 3.8.0 -> 3.9.1 2023-07-20 19:08:57 -07:00
python3-pocketsphinx_0.1.15.bb
python3-polyline_1.4.0.bb
python3-portion_2.4.0.bb python3-portion: upgrade 2.3.1 -> 2.4.0 2023-03-17 07:06:55 -07:00
python3-posix-ipc_1.0.5.bb
python3-prctl_1.8.1.bb
python3-precise-runner_0.3.1.bb
python3-prettytable_3.6.0.bb python3-prettytable: Upgrade 3.4.1 -> 3.6.0 2023-01-11 08:37:58 -08:00
python3-process-tests_2.1.2.bb python3-process-tests: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-progress_1.6.bb
python3-prompt-toolkit_3.0.36.bb python3-prompt-toolkit: Upgrade 3.0.31 -> 3.0.36 2023-01-06 11:38:16 -08:00
python3-protobuf_4.23.4.bb python3-protobuf: upgrade 4.23.3 -> 4.23.4 2023-07-20 19:08:57 -07:00
python3-ptyprocess_0.7.0.bb python-ptyprocess: fixed test_pass_fds 2022-07-26 10:38:42 -04:00
python3-pulsectl_23.5.2.bb python3-pulsectl: upgrade 23.5.1 -> 23.5.2 2023-05-25 08:57:47 -07:00
python3-pure-eval_0.2.2.bb python3-pure-eval: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-py-cpuinfo_9.0.0.bb python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0 2022-10-27 08:55:20 -07:00
python3-py-ubjson_0.16.1.bb
python3-pyalsaaudio_0.10.0.bb python3-pyalsaaudio: upgrade 0.9.2 -> 0.10.0 2023-04-23 21:55:52 -07:00
python3-pyasn1-modules_0.2.8.bb
python3-pyatspi_2.46.0.bb python3-pyatspi: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-pyaudio_0.2.13.bb python3-pyaudio: upgrade 0.2.11 -> 0.2.13 2023-07-25 12:46:19 -07:00
python3-pybind11_2.10.3.bb python3-pybind11: Upgrade to 2.10.3 2023-01-26 21:52:26 -08:00
python3-pybind11-json_0.2.13.bb python3-pybind11-json: upgrade 0.2.11 -> 0.2.13 2022-11-28 11:32:26 -08:00
python3-pybluez_0.23.bb python3-pybluez: add python 3.11 patch 2022-10-05 08:24:50 -07:00
python3-pycares_4.3.0.bb python3-pycares: upgrade 4.2.2 -> 4.3.0 2022-12-23 08:52:22 -08:00
python3-pychromecast_13.0.7.bb python3-pychromecast: upgrade 13.0.6 -> 13.0.7 2023-04-10 09:39:38 -07:00
python3-pycocotools_2.0.6.bb python3-pycocotools: upgrade 2.0.5 -> 2.0.6 2022-11-14 11:55:59 -08:00
python3-pycodestyle_2.10.0.bb python3-pycodestyle: upgrade 2.9.1 -> 2.10.0 2022-11-28 11:32:26 -08:00
python3-pycurl_7.45.2.bb python3-pycurl: upgrade 7.45.1 -> 7.45.2 2022-12-23 08:52:22 -08:00
python3-pydantic_1.10.7.bb python3-pydantic: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-pydicti_1.2.1.bb python3-pydicti: upgrade 1.2.0 -> 1.2.1 2023-03-04 10:41:27 -08:00
python3-pyexpect_1.0.22.bb python3-pyexpect: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
python3-pyfanotify_0.2.0.bb python3-pyfanotify: upgrade 0.1.3 -> 0.2.0 2022-07-24 06:28:56 -07:00
python3-pyfirmata_1.1.0.bb
python3-pyflakes_3.0.1.bb python3-pyflakes: upgrade 2.5.0 -> 3.0.1 2022-11-28 11:32:26 -08:00
python3-pyhamcrest_2.0.4.bb python3-pyhamcrest: Upgrade 2.0.3 -> 2.0.4 2022-08-13 07:05:31 -07:00
python3-pyiface_git.bb python3-pyiface: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-pyinotify_0.9.6.bb
python3-pyjks_20.0.0.bb python3-pyjks: fix run-time dependencies 2023-06-06 23:07:59 -07:00
python3-pyjwt_2.7.0.bb python3-pyjwt: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-pykwalify_1.8.0.bb python3-pykwalify: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-pylint_2.17.4.bb python3-pylint: omit failing pickle test 2023-05-15 09:37:58 -07:00
python3-pylyrics_1.1.0.bb python3-pylyrics: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-pymetno_0.10.0.bb python3-pymetno: upgrade 0.9.0 -> 0.10.0 2022-09-13 09:55:03 -07:00
python3-pymisp_2.4.173.bb python3-pymisp: upgrade 2.4.172 -> 2.4.173 2023-07-20 19:08:57 -07:00
python3-pymodbus_3.3.2.bb python3-pymodbus: upgrade 3.3.1 -> 3.3.2 2023-06-27 13:44:47 -07:00
python3-pymongo_4.4.1.bb python3-pymongo: upgrade 4.4.0 -> 4.4.1 2023-07-20 19:08:57 -07:00
python3-pymysql_1.0.2.bb
python3-pynacl_1.5.0.bb
python3-pynetlinux_1.1.bb python3-pynetlinux: add missing run-time dependencies 2023-06-06 23:07:59 -07:00
python3-pyperclip_1.8.2.bb
python3-pyperf_2.6.1.bb python3-pyperf: upgrade 2.5.0 -> 2.6.1 2023-07-24 20:24:26 -07:00
python3-pypng_0.20220715.0.bb python3-pypng: new package 2023-06-06 23:07:58 -07:00
python3-pyproj_3.6.0.bb python3-pyproj: upgrade 3.5.0 -> 3.6.0 2023-06-19 10:24:49 -07:00
python3-pyproject-api_1.5.1.bb python3-pyproject-api: Add initial recipe 1.5.1 2023-06-26 05:12:55 -07:00
python3-pyproject-metadata_0.7.1.bb python3-pyproject-metadata: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-pyrad_2.4.bb python3-pyrad: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-pyroute2_0.7.9.bb python3-pyroute2: upgrade 0.5.19 -> 0.7.9 2023-06-28 13:53:12 -07:00
python3-pyruvate_1.2.1.bb python3-pyruvate: Upgrade to 1.2.1 2023-04-08 10:05:00 -07:00
python3-pyruvate-crates.inc python3-pyruvate: Upgrade to 1.2.1 2023-04-08 10:05:00 -07:00
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-asyncio_0.6.bb
python3-pysonos_0.0.54.bb
python3-pystemd_0.10.0.bb python3-pystemd: Regenerate .c sources using newer cython 2022-11-30 12:01:44 -08:00
python3-pytest-asyncio_0.21.1.bb python3-pytest-asyncio: upgrade 0.16.0 -> 0.21.1 2023-07-17 10:38:28 -07:00
python3-pytest-benchmark_4.0.0.bb python3-pytest-benchmark: upgrade 3.4.1 -> 4.0.0 2022-11-07 08:39:05 -08:00
python3-pytest-cache_1.0.bb
python3-pytest-cov_4.1.0.bb python3-pytest-cov: Add initial recipe 4.1.0 2023-06-26 05:12:55 -07:00
python3-pytest-forked_1.6.0.bb python3-pytest-forked: upgrade 1.4.0 -> 1.6.0 2023-02-27 09:43:09 -08:00
python3-pytest-helpers-namespace_2021.12.29.bb python3-pytest-helpers-namespace: add missing build dependencies 2022-07-15 12:48:34 -04:00
python3-pytest-html_3.2.0.bb python3-pytest-html: upgrade 3.1.1 -> 3.2.0 2022-11-07 08:39:05 -08:00
python3-pytest-json-report_1.5.0.bb Add recipe for python3-pytest-json-report 2022-10-20 15:31:40 -07:00
python3-pytest-lazy-fixture_0.6.3.bb
python3-pytest-metadata_2.0.2.bb python3-pytest-metadata: upgrade 2.0.1 -> 2.0.2 2022-07-24 06:28:56 -07:00
python3-pytest-mock_3.11.1.bb python3-pytest-mock: upgrade 3.10.0 -> 3.11.1 2023-06-19 10:24:49 -07:00
python3-pytest-tempdir_2019.10.12.bb
python3-pytest-timeout_2.1.0.bb
python3-pytest-xdist_3.3.1.bb python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1 2023-05-25 08:57:47 -07:00
python3-python-vlc_3.0.18122.bb python3-python-vlc: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-pythonping_1.1.4.bb python3-pythonping: Upgrade 1.1.3 -> 1.1.4 2022-10-26 07:04:06 -07:00
python3-pytoml_0.1.21.bb
python3-pytz-deprecation-shim_0.1.0.post0.bb python3-pytz-deprecation-shim: Runtime dependencies 2022-09-28 14:54:31 -07:00
python3-pyudev_0.24.1.bb python3-pyudev: upgrade 0.24.0 -> 0.24.1 2023-05-08 21:45:55 -07:00
python3-pyusb_1.2.1.bb python3-pyusb: fix run-time dependencies 2023-06-06 23:07:58 -07:00
python3-pyzmq_25.0.0.bb python3-pyzmq: upgrade 24.0.1 -> 25.0.0 2023-01-17 01:05:53 -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-qface: Inherit setuptools3 instead of python_setuptools_build_meta 2022-07-16 06:52:09 -07:00
python3-qrcode_7.4.2.bb python3-qrcode: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-rapidjson_1.10.bb python3-rapidjson: upgrade 1.9 -> 1.10 2023-03-22 22:20:42 -07:00
python3-raven_6.10.0.bb python3-raven: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-rdflib_6.3.2.bb python3-rdflib: upgrade 6.2.0 -> 6.3.2 2023-07-24 20:24:26 -07:00
python3-redis_4.6.0.bb python3-redis: upgrade 4.5.5 -> 4.6.0 2023-07-07 08:59:27 -07:00
python3-regex_2023.6.3.bb python3-regex: upgrade 2023.5.5 -> 2023.6.3 2023-06-05 09:29:35 -07:00
python3-requests-file_1.5.1.bb
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
python3-requests-toolbelt_1.0.0.bb python3-requests-toolbelt: Fix ptest failures seen with urllib3 2.0 2023-07-13 07:22:17 -07:00
python3-requests-unixsocket_0.3.0.bb python3-requests-unixsocket: Fix override syntax 2022-09-27 10:04:35 -07:00
python3-rlp_3.0.0.bb
python3-robotframework_6.1.bb python3-robotframework: upgrade 6.0.2 -> 6.1 2023-06-19 10:24:49 -07:00
python3-robotframework-seriallibrary_0.4.3.bb python3-robotframework-seriallibrary: upgrade 0.3.1 -> 0.4.3 2022-07-02 11:37:02 -04:00
python3-rsa_4.9.bb python3-rsa: upgrade 4.8 -> 4.9 2022-07-27 21:21:43 -07:00
python3-schedutils_0.6.bb python3-schedutils: add recipe 2022-11-28 11:32:26 -08:00
python3-scikit-build_0.16.7.bb python3-scikit-build: New recipe 2023-03-10 09:01:54 -08:00
python3-scrypt_0.8.20.bb
python3-sdnotify_0.3.2.bb python3-sdnotify: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-semver_3.0.1.bb python3-semver: upgrade 2.13.0 -> 3.0.1 2023-07-25 08:43:53 -07:00
python3-sentry-sdk_1.26.0.bb python3-sentry-sdk: upgrade 1.25.1 -> 1.26.0 2023-06-27 13:44:47 -07:00
python3-serpent_1.41.bb python3-serpent: Upgrade 1.40 -> 1.41 2022-07-06 05:08:49 -07:00
python3-service-identity_21.1.0.bb python3-service-identity: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-setuptools-declarative-requirements_1.3.0.bb python3-setuptools-declarative-requirements: upgrade 1.2.0 -> 1.3.0 2022-08-16 20:10:22 -07:00
python3-setuptools-scm-git-archive_1.1.bb python3-setuptools-scm-git-archive: add missing run-time dependencies 2023-06-24 09:01:53 -07:00
python3-sh_2.0.4.bb python3-sh: upgrade 1.14.3 -> 2.0.4 2023-07-25 08:43:53 -07:00
python3-sijax_0.3.2.bb
python3-simpleeval_0.9.13.bb python3-simpleeval: upgrade 0.9.12 -> 0.9.13 2023-02-27 09:43:09 -08:00
python3-simplejson_3.19.1.bb python3-simplejson: upgrade 3.18.4 -> 3.19.1 2023-04-10 09:39:38 -07:00
python3-slip-dbus_0.6.5.bb
python3-smbus_4.3.bb
python3-smbus2_0.4.2.bb
python3-smpplib_2.2.3.bb python3-smpplib: upgrade 2.2.2 -> 2.2.3 2023-05-08 21:45:56 -07:00
python3-snagboot_1.1.bb python3-snagboot: upgrade 1.0 -> 1.1 2023-07-25 08:43:53 -07:00
python3-snappy_0.6.1.bb
python3-socketio_5.8.0.bb python3-socketio: upgrade 5.7.2 -> 5.8.0 2023-03-22 22:20:42 -07:00
python3-soupsieve_2.4.1.bb python3-soupsieve: upgrade 2.4 -> 2.4.1 2023-04-23 21:55:52 -07:00
python3-speaklater_1.3.bb
python3-speedtest-cli_2.1.3.bb
python3-spidev_3.6.bb python3-spidev: upgrade 3.5 -> 3.6 2022-11-09 10:17:15 -08:00
python3-sqlalchemy_2.0.19.bb python3-sqlalchemy: upgrade 2.0.15 -> 2.0.19 2023-07-17 10:38:28 -07:00
python3-sqlparse_0.4.3.bb python3-sqlparse: fix CVE-2023-30608 2023-06-15 15:04:51 -07:00
python3-sqlsoup_0.9.1.bb python3-sqlsoup: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-stack-data_0.6.2.bb python3-stack-data: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-stevedore_5.1.0.bb python3-stevedore: upgrade 5.0.0 -> 5.1.0 2023-05-25 08:57:47 -07:00
python3-stopit_1.1.2.bb python3-stopit: fix override syntax 2023-06-15 10:28:20 -07:00
python3-supervisor_4.2.5.bb python3-supervisor: upgrade 4.2.4 -> 4.2.5 2022-12-27 16:03:06 -08:00
python3-sympy_1.12.bb python3-sympy: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-systemd_235.bb python-systemd: update from v234 to v235 2023-02-22 01:07:43 -08:00
python3-tabulate_0.9.0.bb python3-tabulate: Upgrade 0.8.10 -> 0.9.0 2022-10-07 09:09:23 -07:00
python3-term_2.4.bb python3-term: Upgrade 2.3 -> 2.4 2022-08-17 09:35:42 -07:00
python3-termcolor_2.3.0.bb python3-termcolor: upgrade 2.2.0 -> 2.3.0 2023-05-08 21:45:56 -07:00
python3-textparser_0.24.0.bb
python3-texttable_1.6.7.bb python3-texttable: upgrade 1.6.4 -> 1.6.7 2022-11-30 09:46:47 -08:00
python3-tinyrecord_0.2.0.bb
python3-tomlkit_0.11.8.bb python3-tomlkit: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-toolz_0.12.0.bb python3-toolz: Upgrade 0.11.2 -> 0.12.0 2022-07-12 01:05:43 -07:00
python3-tornado_6.3.bb python3-tornado: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-tox_4.6.4.bb python3-tox: upgrade 4.6.3 -> 4.6.4 2023-07-20 19:08:57 -07:00
python3-tqdm_4.65.0.bb python3-tqdm: upgrade 4.64.1 -> 4.65.0 2023-03-09 21:58:44 -08:00
python3-trafaret_2.1.1.bb
python3-trafaret-config_2.0.2.bb
python3-traitlets_5.9.0.bb python3-traitlets: upgrade 5.8.1 -> 5.9.0 2023-02-12 08:56:16 -08:00
python3-transitions_0.9.0.bb python3-transitions: Upgrade 0.8.11 -> 0.9.0 2022-09-08 11:58:17 -07:00
python3-trustme_0.9.0.bb python3-trustme: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-twine_4.0.2.bb python3-twine: upgrade 4.0.1 -> 4.0.2 2022-12-08 17:10:48 -08:00
python3-twisted_22.10.0.bb python3-twisted: Add python3-typing-extensions to RDEPENDS 2022-12-11 16:21:18 -08:00
python3-twitter_4.14.0.bb python3-twitter: upgrade 4.13.0 -> 4.14.0 2023-05-08 21:45:56 -07:00
python3-twofish_0.3.0.bb python3-twofish: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-txaio_23.1.1.bb python3-txaio: upgrade 22.2.1 -> 23.1.1 2023-01-17 01:05:53 -08:00
python3-txdbus_1.1.2.bb
python3-typed-ast_1.5.4.bb python3-typed-ast: Upgrade 1.5.2 -> 1.5.4 2022-08-23 19:12:52 -07:00
python3-typeguard_4.0.0.bb python3-typeguard: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-tzlocal_5.0.1.bb python3-tzlocal: add missing run-time dependencies 2023-06-24 09:01:53 -07:00
python3-u-msgpack-python_2.8.0.bb python3-u-msgpack-python: upgrade 2.7.2 -> 2.8.0 2023-05-25 08:57:47 -07:00
python3-uefi-firmware_1.10.bb python3-uefi-firmware: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-uinput_0.11.2.bb
python3-ujson_5.8.0.bb python3-ujson: upgrade 5.7.0 -> 5.8.0 2023-06-19 10:24:49 -07:00
python3-unidiff_0.7.5.bb python3-unidiff: upgrade 0.7.4 -> 0.7.5 2023-03-17 07:06:55 -07:00
python3-uritemplate_4.1.1.bb
python3-uswid_git.bb python3-uswid: add missing run-time dependencies 2023-06-06 23:07:58 -07: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-versiontools: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-virtualenv_20.24.0.bb python3-virtualenv: upgrade 20.23.1 -> 20.24.0 2023-07-20 19:08:57 -07:00
python3-visitor_0.1.3.bb
python3-waitress_2.1.2.bb
python3-watchdog_3.0.0.bb python3-watchdog: upgrade 2.3.1 -> 3.0.0 2023-04-05 15:56:47 -07:00
python3-watchdogdev_1.0.0.bb python3-watchdogdev: new package 2022-12-03 08:11:30 -08:00
python3-web3_6.3.0.bb python3-web3: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-webencodings_0.5.1.bb
python3-websocket-client_1.5.3.bb python3-websocket-client: upgrade 1.5.2 -> 1.5.3 2023-06-14 09:41:35 -07:00
python3-websockets_11.0.3.bb python3-websockets: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-werkzeug_2.3.6.bb python3-werkzeug: upgrade 2.2.3 -> 2.3.6 2023-07-25 08:43:53 -07:00
python3-whoosh_2.7.4.bb
python3-wpa-supplicant_0.2.bb
python3-wrapt_1.15.0.bb python3-wrapt: upgrade 1.14.1 -> 1.15.0 2023-03-04 10:41:27 -08:00
python3-wtforms_3.0.1.bb
python3-xlrd_2.0.1.bb python3-xlrd: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-xlsxwriter_3.1.2.bb python3-xlsxwriter: upgrade 3.1.1 -> 3.1.2 2023-05-31 08:28:50 -07:00
python3-xmlrunner_1.7.7.bb python3-xmlrunner: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
python3-xmlschema_2.3.1.bb python3-xmlschema: upgrade 2.3.0 -> 2.3.1 2023-06-19 10:24:49 -07:00
python3-xmltodict_0.13.0.bb python3-xmltodict: Upgrade 0.12.0 -> 0.13.0 2022-10-12 15:24:35 -07:00
python3-xmodem_0.4.7.bb python3-xmodem: upgrade 0.4.6 -> 0.4.7 2023-06-19 10:24:49 -07:00
python3-xstatic_1.0.3.bb python3-xstatic: upgrade 1.0.2 -> 1.0.3 2023-05-08 21:45:56 -07:00
python3-xstatic-font-awesome_4.7.0.0.bb
python3-xxhash_3.2.0.bb python3-xxhash: upgrade 3.1.0 -> 3.2.0 2023-01-06 11:38:16 -08:00
python3-yamlloader_1.2.2.bb python3-yamlloader: upgrade 1.1.0 -> 1.2.2 2022-12-12 11:17:23 -08:00
python3-yappi_1.4.0.bb python3-yappi: upgrade 1.3.6 -> 1.4.0, python 3.11 compatible 2022-11-29 14:07:52 -08:00
python3-yarl_1.9.2.bb python3-yarl: upgrade 1.8.2 -> 1.9.2 2023-05-08 21:45:54 -07:00
python3-zeroconf_0.71.0.bb python3-zeroconf: upgrade 0.70.0 -> 0.71.0 2023-07-20 19:08:57 -07:00
python3-zopeinterface_6.0.bb python3-zopeinterface: upgrade 5.5.2 -> 6.0 2023-03-22 22:20:42 -07:00
tftpy_0.8.2.bb tftpy: Add it for python tftp server and client 2023-01-13 06:55:36 -08:00