meta-openembedded/meta-python/recipes-devtools/python
zangrc 50b9128ed0 python3-beautifulsoup4: upgrade 4.9.3 -> 4.10.0
= 4.10.0 (20210907)

* This is the first release of Beautiful Soup to only support Python
  3. I dropped Python 2 support to maintain support for newer versions
  (58 and up) of setuptools. See:
  https://github.com/pypa/setuptools/issues/2769 [bug=1942919]

* The behavior of methods like .get_text() and .strings now differs
  depending on the type of tag. The change is visible with HTML tags
  like <script>, <style>, and <template>. Starting in 4.9.0, methods
  like get_text() returned no results on such tags, because the
  contents of those tags are not considered 'text' within the document
  as a whole.

  But a user who calls script.get_text() is working from a different
  definition of 'text' than a user who calls div.get_text()--otherwise
  there would be no need to call script.get_text() at all. In 4.10.0,
  the contents of (e.g.) a <script> tag are considered 'text' during a
  get_text() call on the tag itself, but not considered 'text' during
  a get_text() call on the tag's parent.

  Because of this change, calling get_text() on each child of a tag
  may now return a different result than calling get_text() on the tag
  itself. That's because different tags now have different
  understandings of what counts as 'text'. [bug=1906226] [bug=1868861]

* NavigableString and its subclasses now implement the get_text()
  method, as well as the properties .strings and
  .stripped_strings. These methods will either return the string
  itself, or nothing, so the only reason to use this is when iterating
  over a list of mixed Tag and NavigableString objects. [bug=1904309]

* The 'html5' formatter now treats attributes whose values are the
  empty string as HTML boolean attributes. Previously (and in other
  formatters), an attribute value must be set as None to be treated as
  a boolean attribute. In a future release, I plan to also give this
  behavior to the 'html' formatter. Patch by Isaac Muse. [bug=1915424]

* The 'replace_with()' method now takes a variable number of arguments,
  and can be used to replace a single element with a sequence of elements.
  Patch by Bill Chandos. [rev=605]

* Corrected output when the namespace prefix associated with a
  namespaced attribute is the empty string, as opposed to
  None. [bug=1915583]

* Performance improvement when processing tags that speeds up overall
  tree construction by 2%. Patch by Morotti. [bug=1899358]

* Corrected the use of special string container classes in cases when a
  single tag may contain strings with different containers; such as
  the <template> tag, which may contain both TemplateString objects
  and Comment objects. [bug=1913406]

* The html.parser tree builder can now handle named entities
  found in the HTML5 spec in much the same way that the html5lib
  tree builder does. Note that the lxml HTML tree builder doesn't handle
  named entities this way. [bug=1924908]

* Added a second way to pass specify encodings to UnicodeDammit and
  EncodingDetector, based on the order of precedence defined in the
  HTML5 spec, starting at:
  https://html.spec.whatwg.org/multipage/parsing.html#parsing-with-a-known-character-encoding

  Encodings in 'known_definite_encodings' are tried first, then
  byte-order-mark sniffing is run, then encodings in 'user_encodings'
  are tried. The old argument, 'override_encodings', is now a
  deprecated alias for 'known_definite_encodings'.

  This changes the default behavior of the html.parser and lxml tree
  builders, in a way that may slightly improve encoding
  detection but will probably have no effect. [bug=1889014]

* Improve the warning issued when a directory name (as opposed to
  the name of a regular file) is passed as markup into the BeautifulSoup
  constructor. [bug=1913628]

Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-09-17 08:36:19 -07:00
..
python-daemon
python-flask-xstatic
python-gevent python3-gevent: Upgrade 1.4.0 -> 20.6.2 2020-09-05 13:04:40 -07:00
python-imaging
python-mccabe
python-numeric
python-pygpgme
python-pyrex
python-pyzmq python3-pyzmq: Upgrade 21.0.2 -> 22.0.2 2021-02-01 10:44:46 -08:00
python-rfc3986-validator
python-systemd
python3-ansicolors python3-ansicolors: Enable ptest 2020-06-29 08:22:57 -07:00
python3-anyjson python3-anyjson: Enable ptest 2020-06-29 08:23:02 -07:00
python3-appdirs
python3-aspectlib python3-aspectlib: Add ptests 2021-06-24 12:54:18 -07:00
python3-astor python3-astor: switch to python3 2021-01-04 14:48:29 -08:00
python3-automat python3-automat: Upgrade 0.8.0 -> 20.2.0 2020-06-03 15:15:42 -07:00
python3-backports-functools-lru-cache python3-backports-functools-lru-cache: Enable ptest 2020-06-29 08:23:13 -07:00
python3-bcrypt python3-bcrypt: Enable ptest 2020-06-29 08:23:18 -07:00
python3-betamax python3-betamax: add recipe 2020-07-06 10:21:18 -07:00
python3-blinker python3-blinker: Enable ptest 2020-07-03 18:07:00 -07:00
python3-cachetools python3-cachetools: Enable ptest 2020-06-17 08:57:49 -07:00
python3-cbor2 python3-cbor2: Enable ptest 2020-07-03 18:07:05 -07:00
python3-click python3-click: Enable ptest 2020-07-03 18:07:09 -07:00
python3-cryptography python3-cryptography: fix two tests 2020-08-06 10:26:29 -07:00
python3-dnspython python3-dnspython: Enable ptest 2020-06-17 08:57:58 -07:00
python3-dominate python3-dominate: Enable ptest 2020-06-17 08:58:02 -07:00
python3-execnet python3-execnet: Add ptests 2021-06-24 12:54:18 -07:00
python3-fann2
python3-fastjsonschema meta-python: Add python3-fastjsonschema and its dependencies 2021-06-23 10:45:31 -07:00
python3-geojson python3-geojson: Enable ptest 2020-06-17 08:55:53 -07:00
python3-grpcio python3-grpcio: Update to 1.38.0 2021-05-31 07:38:06 -07:00
python3-grpcio-tools python3-grpcio-tools: Upgrade to 1.35.0 2021-02-19 10:02:43 -08:00
python3-gunicorn python3-gunicorn: tweak run-ptest, add RDEPENDS 2021-08-26 09:57:25 -07:00
python3-h5py python3-h5py: Upgrade 3.1.0 -> 3.2.1 2021-04-01 08:31:16 -07:00
python3-html2text python-html2text: Enable ptest 2020-06-17 08:56:52 -07:00
python3-icu python3-icu: Upgrade to 2.7.2 2021-04-21 08:26:07 -07:00
python3-inflection python3-inflection: upgrade 0.3.1 -> 0.5.0 2020-06-11 07:42:47 -07:00
python3-intervals python3-intervals: Enable ptest 2020-06-17 08:56:34 -07:00
python3-ipy python3-ipy: Enable ptest 2020-06-17 08:56:43 -07:00
python3-iso3166 python3-iso3166: Enable ptest 2020-06-17 08:56:47 -07:00
python3-jdcal python3-jdcal: Enable ptest 2020-04-20 21:45:13 -07:00
python3-jsmin python3-jsmin: Enable ptest 2020-04-21 07:14:06 -07:00
python3-jsonpointer python3-jsonpointer: Enable ptest 2020-04-20 21:45:13 -07:00
python3-jstyleson meta-python: Add jstyleson 2021-01-25 14:34:06 -08:00
python3-kivy python3-kivy: Remove hardcoded include paths 2021-09-07 10:02:11 -07:00
python3-license-expression python3-license-expression: Enable ptest 2020-04-20 21:45:13 -07:00
python3-m2crypto python3-m2crypto: upgrade 0.37.1 -> 0.38.0 2021-07-06 09:40:42 -07:00
python3-msgpack python3-msgpack: Enable ptest 2020-04-20 21:45:13 -07:00
python3-multidict python3-multidict: Enable ptest 2020-04-21 07:14:06 -07:00
python3-ordered-set python3-ordered-set: Enable ptest 2020-04-21 07:14:06 -07:00
python3-parse
python3-parse-type python3-parse-type: Modify ptest output format 2020-05-12 12:33:41 -07:00
python3-pexpect python3-pexpect: change shebang to python3 2020-04-25 08:32:42 -07:00
python3-pillow python3-pillow: Upgrade 7.2.0 -> 8.1.0 2021-01-12 09:16:03 -08:00
python3-pint
python3-polyline python3-polyline: Modify ptest output format 2020-05-12 12:33:41 -07:00
python3-prctl python3-prctl: Upgrade 1.7 -> 1.8.1 2021-02-01 10:44:55 -08:00
python3-precise-runner python3-precise-runner: Modify ptest output format 2020-05-12 12:33:41 -07:00
python3-prettytable python3-prettytable: Modify ptest output format 2020-05-12 12:33:41 -07:00
python3-ptyprocess python3-ptyprocess: Modify ptest output format 2020-05-12 12:33:42 -07:00
python3-py-cpuinfo python3-py-cpuinfo: Add ptests 2021-06-24 12:54:18 -07:00
python3-pyasn1 python3-pyasn1: Modify ptest output format 2020-05-12 12:33:42 -07:00
python3-pyasn1-modules python3-pyasn1-modules: Modify ptest output format 2020-05-12 12:33:42 -07:00
python3-pybind11 python3-pybind11: Upgrade 2.5.0 -> 2.6.2 2021-02-01 10:44:20 -08:00
python3-pycrypto python3-pycrypto: Consolidate in a single file 2020-09-28 20:49:15 -07:00
python3-pydbus
python3-pyroute2 python3-pyroute2: Modify ptest output format 2020-05-12 12:33:42 -07:00
python3-pyserial python3-pyserial: Modify ptest output format 2020-05-12 12:33:42 -07:00
python3-pytoml python3-pytoml: Modify ptest output format 2020-05-03 14:29:17 -07:00
python3-pytz python3-pytz: Modify ptest output format 2020-05-03 14:29:17 -07:00
python3-requests-file python3-requests-file: Enable ptest 2020-07-16 12:10:25 -07:00
python3-requests-toolbelt python3-requests-toolbelt: add ptest 2020-07-12 19:04:17 -07:00
python3-robotframework-seriallibrary
python3-scrypt python3-scrypt: Modify ptest output format 2020-05-03 14:29:17 -07:00
python3-semver python3-semver: Enable ptest 2020-07-16 12:10:32 -07:00
python3-serpent python3-serpent: Modify ptest output format 2020-05-03 14:29:17 -07:00
python3-simpleeval python3-simpleeval: Modify ptest output format 2020-04-27 07:48:46 -07:00
python3-smpplib python3-smpplib: Enable ptest 2020-07-16 12:10:35 -07:00
python3-soupsieve python3-soupsieve: Enable ptest 2020-07-16 12:10:39 -07:00
python3-sqlparse python3-sqlparse: Upgrade 0.3.1 -> 0.4.1 2020-10-16 23:11:58 -07:00
python3-supervisor
python3-test-generator python3-test-generator: Enable ptest 2020-09-16 09:16:41 -07:00
python3-twofish
python3-typeguard python3-typeguard: Enable ptest 2020-07-16 12:10:43 -07:00
python3-u-msgpack-python python3-u-msgpack-python: Enable ptest 2020-07-03 18:07:12 -07:00
python3-ujson python3-ujson: fix ptests 2021-05-24 07:36:50 -07:00
python3-unidiff python3-unidiff: Enable ptest 2020-07-06 10:18:56 -07:00
python3-uritemplate python3-uritemplate: Enable ptest 2020-07-06 10:19:15 -07:00
python3-webcolors python3-webcolors: Modify ptest output format 2020-04-27 07:48:46 -07:00
python3-whoosh python3-whoosh: Modify ptest output format 2020-04-27 07:48:46 -07:00
python3-wpa-supplicant python3-wpa-supplicant: fix importing the cli submodule 2021-03-22 09:19:27 -07:00
python3-xlrd python3-xlrd: Modify ptest output format 2020-04-27 07:48:46 -07:00
python3-xmltodict python3-xmltodict: Modify ptest output format 2020-04-27 07:48:46 -07:00
python3-xxhash python3-xxhash: Modify ptest output format 2020-04-27 07:48:46 -07:00
python3-yappi python3-yappi: Fix patching errors 2021-06-09 12:19:23 -07:00
python3-yarl python3-yarl: backport fix for test_url_query test 2021-06-04 07:08:13 -07:00
pamela_1.0.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
pyrtm_0.4.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python-django-south.inc Convert to new override syntax 2021-08-03 10:21:25 -07:00
python-django.inc Convert to new override syntax 2021-08-03 10:21:25 -07:00
python-flask-bootstrap.inc Convert to new override syntax 2021-08-03 10:21:25 -07:00
python-flask-script.inc Convert to new override syntax 2021-08-03 10:21:25 -07:00
python-flask-sijax.inc Convert to new override syntax 2021-08-03 10:21:25 -07:00
python-flask-xstatic.inc Convert to new override syntax 2021-08-03 10:21:25 -07:00
python-idna-ssl.inc
python-pyasn1.inc Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-absl_0.13.0.bb python3-absl: upgrade 0.12.0 -> 0.13.0 2021-06-18 08:42:25 -07:00
python3-aenum_3.1.0.bb python3-aenum: Upgrade 3.0.0 -> 3.1.0 2021-05-28 06:50:20 -07:00
python3-aiofiles_0.7.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-aiohttp_3.7.4.post0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-aiohttp-jinja2_1.5.bb python3-aiohttp-jinja2: upgrade 1.4.2 -> 1.5 2021-08-30 08:10:12 -07:00
python3-aiohue_2.6.1.bb python3-aiohue: Upgrade 2.5.1 -> 2.6.1 2021-08-16 08:21:14 -07:00
python3-alembic_1.6.5.bb python3-alembic: add native and nativesdk to BBCLASSEXTEND 2021-09-10 06:55:20 -07:00
python3-ansi2html_1.6.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-ansicolors_1.1.8.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-anyjson_0.3.3.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-appdirs_1.4.4.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-apply-defaults_0.1.6.bb python3-apply-defaults: Upgrade 0.1.4 -> 0.1.6 2021-08-16 08:21:14 -07:00
python3-argcomplete_1.12.3.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-argexec_1.0.3.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-argh_0.26.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-arpeggio_1.10.2.bb python3-arpeggio: Upgrade 1.10.1 -> 1.10.2 2021-04-29 08:43:53 -07:00
python3-asciitree_0.3.3.bb python3-asciitree: Add recipe 2020-08-25 10:33:13 -07:00
python3-asn1crypto_1.4.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-aspectlib_1.5.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-astor_0.8.1.bb python3-astor: switch to python3 2021-01-04 14:48:29 -08:00
python3-astroid_2.7.1.bb python3-astroid: Upgrade 2.7.0 -> 2.7.1 2021-08-19 09:56:43 -07:00
python3-asttokens_2.0.5.bb python3-asttokens: Upgrade 2.0.4 -> 2.0.5 2021-04-22 07:28:15 -07:00
python3-async-timeout_3.0.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-asyncio-glib_0.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-attr_0.3.1.bb
python3-autobahn_21.3.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-automat_20.2.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-aws-iot-device-sdk-python_1.4.9.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-babel_2.9.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-backcall_0.2.0.bb python3-backcall: add recipe 2020-08-10 10:58:00 -07:00
python3-backports-functools-lru-cache_1.6.4.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-bandit_1.7.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-bcrypt_3.2.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-beautifulsoup4_4.10.0.bb python3-beautifulsoup4: upgrade 4.9.3 -> 4.10.0 2021-09-17 08:36:19 -07:00
python3-behave_1.2.6.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-betamax_0.8.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-bidict_0.21.2.bb python3-bidict: Add recipe 2021-05-28 06:50:20 -07:00
python3-bitarray_2.3.3.bb python3-bitarray: upgrade 2.3.2 -> 2.3.3 2021-09-10 06:55:20 -07:00
python3-bitstring_3.1.9.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-bitstruct_8.11.1.bb python3-bitstruct: Upgrade 8.11.0 -> 8.11.1 2020-11-27 11:54:04 -08:00
python3-blinker_1.4.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-booleanpy_3.8.bb python3-booleanpy: Upgrade 3.7 to 3.8 2020-06-22 08:38:19 -07:00
python3-cachecontrol_0.12.6.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-cached-property_1.5.2.bb python3-cached-property: Add recipe for version 1.5.2 2021-08-30 08:10:12 -07:00
python3-cachetools_4.2.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-can_3.3.4.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-cantools_36.2.0.bb python3-cantools: Upgrade 36.1.0 -> 36.2.0 2021-02-01 10:44:41 -08:00
python3-cassandra-driver_3.25.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-cbor2_5.4.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-cerberus_1.3.4.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-certifi_2021.5.30.bb python3-certifi: Upgrade 2020.12.5 -> 2021.5.30 2021-06-01 07:48:10 -07:00
python3-cffi_1.14.6.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-chardet_4.0.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-cheetah_3.2.6.post1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-click_8.0.1.bb python3-click: Add missing ptest artifacts 2021-08-19 09:56:43 -07:00
python3-click-repl_0.2.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-click-spinner_0.1.10.bb python3-click-spinner: Add recipe 2020-08-25 10:33:34 -07:00
python3-cmd2_2.1.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-colorama_0.4.4.bb python3-colorama: Upgrade 0.4.3 -> 0.4.4 2020-10-22 22:16:35 -07:00
python3-coloredlogs_15.0.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-colorlog_6.4.1.bb python3-colorlog: Upgrade 5.0.1 -> 6.4.1 2021-08-25 08:15:33 -07:00
python3-configargparse_1.5.2.bb python3-configargparse: Upgrade 1.5.1 -> 1.5.2 2021-08-16 08:21:14 -07:00
python3-configobj_5.0.6.bb python3-configobj: Add package 2020-06-19 10:17:50 -07:00
python3-configparser_5.0.2.bb python3-configparser: Upgrade 5.0.1 -> 5.0.2 2021-03-17 12:05:22 -07:00
python3-configshell-fb_1.1.29.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-constantly_15.1.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-contextlib2_0.6.0.post1.bb python3-contextlib2: Upgrade 0.6.0 -> 0.6.0.post1 2021-04-06 08:58:42 -07:00
python3-coverage_5.5.bb python3-coverage: Upgrade 5.4 -> 5.5 2021-03-30 09:04:35 -07:00
python3-cppy_1.1.0.bb python3-cppy: Add new recipe 2020-06-29 08:22:13 -07:00
python3-crcmod_1.7.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-croniter_1.0.15.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-cryptography_3.3.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-cryptography-vectors_3.4.8.bb python3-cryptography-vectors: upgrade 3.4.7 -> 3.4.8 2021-09-07 10:02:11 -07:00
python3-custom-inherit_2.3.1.bb python3-custom-inherit: Upgrade 2.3.0 -> 2.3.1 2021-01-28 10:51:52 -08:00
python3-cvxopt_1.2.6.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-cycler_0.10.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-dateparser_1.0.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-dateutil_2.8.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-dbus-next_0.2.3.bb python3-dbus-next: Upgrade 0.2.2 -> 0.2.3 2021-08-19 09:56:43 -07:00
python3-dbussy_1.3.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-decorator_5.0.9.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-defusedxml_0.7.1.bb python3-defusedxml: extend recipe to add native support 2021-08-16 08:21:14 -07:00
python3-deprecated_1.2.12.bb python3-deprecated: Add recipe 2021-05-17 08:52:24 -07:00
python3-dill_0.3.4.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-diskcache_5.2.1.bb python3-diskcache: Upgrade 5.1.0 -> 5.2.1 2021-01-28 10:52:18 -08:00
python3-distro_1.6.0.bb python3-distro: Upgrade 1.5.0 -> 1.6.0 2021-08-16 08:21:14 -07:00
python3-django_2.2.24.bb python3-django_2.2.x: only check upstream 2.2.x 2021-08-26 09:57:25 -07:00
python3-django_3.2.5.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-django-south_1.0.2.bb
python3-djangorestframework_3.12.4.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-dnspython_2.1.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-docopt_0.6.2.bb python3-docopt: add version 0.6.2 2020-09-24 12:52:49 -07:00
python3-dominate_2.6.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-dt-schema_git.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-dynamic-dispatch_1.0.3.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-ecdsa_0.17.0.bb python3-ecdsa: Add native support 2021-08-06 20:37:42 -07:00
python3-editor_1.0.4.bb python3-editor: add native and nativesdk to BBCLASSEXTEND 2021-09-10 06:55:20 -07:00
python3-elementpath_2.2.3.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-engineio_4.2.1.bb python3-engineio: upgrade 4.2.0 -> 4.2.1 2021-08-16 08:21:14 -07:00
python3-et-xmlfile_1.1.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-evdev_1.4.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-eventlet_0.30.2.bb python3-eventlet: add 0.30.2 to meta-python 2021-08-26 09:57:25 -07:00
python3-execnet_1.9.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-fann2_1.1.2.bb python3-fann2: Consolidate in a single file 2020-09-07 11:28:04 -07:00
python3-fasteners_0.16.3.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-fastjsonschema_2.15.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-fastnumbers_3.1.0.bb python3-fastnumbers: Upgrade 3.0.0 -> 3.1.0 2020-11-27 11:54:04 -08:00
python3-feedformatter_0.4.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-fields_5.0.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-flask_2.0.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-flask-babel_2.0.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-flask-bootstrap_3.3.7.1.bb
python3-flask-jsonpify_1.5.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-flask-jwt_0.3.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-flask-login_0.5.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-flask-mail_0.9.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-flask-migrate_3.1.0.bb python3-flask-migrate: upgrade 3.0.1 -> 3.1.0 2021-08-23 21:58:55 -07:00
python3-flask-nav_0.6.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-flask-pymongo_2.3.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-flask-restful_0.3.9.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-flask-script_2.0.6.bb
python3-flask-sijax_0.4.1.bb
python3-flask-socketio_5.1.1.bb python3-flask-socketio: upgrade 5.1.0 -> 5.1.1 2021-08-23 21:58:55 -07:00
python3-flask-sqlalchemy_2.5.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-flask-uploads_0.2.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-flask-user_0.6.19.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-flask-versioned_0.9.4-20101221.bb python3-flask-versioned: Add package 2020-06-19 10:17:50 -07:00
python3-flask-wtf_0.15.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-flask-xstatic_0.0.1.bb
python3-future_0.18.2.bb python3-future: Consolidate in a single file 2020-06-08 13:58:02 -07:00
python3-gast_0.5.2.bb python3-gast: Upgrade 0.5.1 -> 0.5.2 2021-08-16 08:21:14 -07:00
python3-geojson_2.5.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-geomet_0.3.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-gevent_21.8.0.bb python3-gevent: upgrade 21.1.2 -> 21.8.0 2021-08-30 08:10:12 -07:00
python3-gmpy2_2.0.8.bb python3-gmpy: Add native support 2021-08-06 20:37:42 -07:00
python3-gmqtt_0.6.10.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-gnupg_0.4.7.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-google-api-core_1.31.1.bb python3-google-api-core: Upgrade 1.30.0 -> 1.31.1 2021-08-16 08:21:14 -07:00
python3-google-api-python-client_2.19.1.bb python3-google-api-python-client: upgrade 2.18.0 -> 2.19.1 2021-09-07 10:02:11 -07:00
python3-google-auth_1.34.0.bb python3-google-auth: Upgrade 1.32.0 -> 1.34.0 2021-08-16 08:21:14 -07:00
python3-googleapis-common-protos_1.53.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-gpsd-py3_0.3.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-graphviz_0.17.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-greenlet_1.1.1.bb python3-greenlet: Upgrade 1.1.0 -> 1.1.1 2021-08-16 08:21:14 -07:00
python3-greenstalk_2.0.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-grpcio_1.39.0.bb python3-grpcio: upgrade 1.38.1 -> 1.39.0 2021-08-23 21:58:55 -07:00
python3-grpcio-tools_1.39.0.bb python3-grpcio-tools: upgrade 1.38.1 -> 1.39.0 2021-08-23 21:58:55 -07:00
python3-gunicorn_20.1.0.bb python3-gunicorn: tweak run-ptest, add RDEPENDS 2021-08-26 09:57:25 -07:00
python3-h5py_3.4.0.bb python3-h5py: upgrade 3.3.0 -> 3.4.0 2021-08-30 08:10:12 -07:00
python3-h11_0.12.0.bb python3-h11: new package 2021-03-30 09:04:34 -07:00
python3-haversine_2.4.0.bb python3-haversine: upgrade 2.3.1 -> 2.4.0 2021-08-30 08:10:12 -07:00
python3-hexdump_3.3.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-html2text_2020.1.16.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-html5lib_1.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-httplib2_0.19.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-huey_2.4.0.bb python3-huey: Upgrade 2.3.2 -> 2.4.0 2021-08-16 08:21:14 -07:00
python3-humanfriendly_9.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-humanize_3.11.0.bb python3-humanize: upgrade 3.10.0 -> 3.11.0 2021-08-16 08:21:14 -07:00
python3-hyperlink_21.0.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-icu_2.7.2.bb python3-icu: Upgrade to 2.7.2 2021-04-21 08:26:07 -07:00
python3-idna_3.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-idna-ssl_1.1.0.bb
python3-ifaddr_0.1.7.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-imageio_2.9.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-incremental_21.3.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-inflection_0.5.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-intelhex_2.3.0.bb python3-intelhex: add recipe for the intelhex package 2021-02-19 10:02:43 -08:00
python3-intervals_1.10.0.post1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-ipaddress_1.0.23.bb python3-ipaddress: consolidate into a single file 2020-04-12 22:57:22 -07:00
python3-ipy_1.01.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-ipython_7.27.0.bb python3-ipython: upgrade 7.26.0 -> 7.27.0 2021-09-07 10:02:11 -07:00
python3-ipython-genutils_0.2.0.bb python3-ipython-genutils: add recipe 2020-08-10 10:57:49 -07:00
python3-iso3166_1.0.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-iso8601_0.1.16.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-isodate_0.6.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-isort_5.9.3.bb python3-isort: upgrade 5.9.2 -> 5.9.3 2021-08-16 08:21:14 -07:00
python3-itsdangerous_2.0.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-javaobj-py3_0.4.3.bb python3-javaobj-py3: Upgrade 0.4.2 -> 0.4.3 2021-05-19 09:16:54 -07:00
python3-jdatetime_3.6.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-jdcal_1.4.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-jedi_0.18.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-jmespath_0.10.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-joblib_1.0.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-jsmin_2.2.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-jsonpatch_1.32.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-jsonpath-rw_1.4.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-jsonpointer_2.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-jsonrpcserver_4.2.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-jsonschema_3.2.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-jstyleson_0.0.2.bb meta-python: Add jstyleson 2021-01-25 14:34:06 -08:00
python3-kconfiglib_14.1.0.bb python3-kconfiglib: Consolidate in a single file 2020-06-13 21:34:21 -07:00
python3-keras-applications_1.0.8.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-keras-preprocessing_1.1.2.bb python3-keras-preprocessing: Upgrade 1.1.0 -> 1.1.2 2020-07-03 18:07:33 -07:00
python3-kivy_2.0.0.bb python3-kivy: Check for x11 and opengl before enabling the recipe 2021-09-07 10:02:11 -07:00
python3-kiwisolver_1.3.2.bb python3-kiwisolver: upgrade 1.3.1 -> 1.3.2 2021-09-07 10:02:11 -07:00
python3-langtable_0.0.56.bb python3-langtable: Upgrade 0.0.54 -> 0.0.56 2021-08-19 09:56:43 -07:00
python3-lazy-object-proxy_1.6.0.bb python3-lazy-object-proxy: Add missing dep on pip 2021-05-11 08:25:56 -07:00
python3-libconf_2.0.1.bb python3-libconf: add recipe version 2.0.1 2020-07-06 10:19:48 -07:00
python3-license-expression_21.6.14.bb python3-license-expression: add ptest artifacts 2021-08-27 13:08:27 -07:00
python3-lockfile_0.12.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-lorem_0.1.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-lrparsing_1.0.17.bb python3-lrparsing: upgrade 1.0.16 -> 1.0.17 2021-09-10 06:55:20 -07:00
python3-luma-core_2.3.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-luma-oled_3.8.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-lxml_4.6.3.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-lz4_3.1.3.bb python3-lz4: Upgrade 3.1.1 -> 3.1.3 2021-01-25 14:34:06 -08:00
python3-m2crypto_0.38.0.bb python3-m2crypto: fix for new overrides syntax 2021-08-16 08:21:14 -07:00
python3-matplotlib_3.4.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-matplotlib-inline_0.1.2.bb python3-matplotlib-inline: Add recipe 2021-05-17 08:52:24 -07:00
python3-mccabe_0.6.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-meld3_2.0.1.bb python3-meld3: Upgrade 1.0.2 -> 2.0.1 2020-06-11 07:43:01 -07:00
python3-mock_4.0.3.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-monotonic_1.6.bb python3-monotonic: Upgrade 1.5 -> 1.6 2021-04-13 08:06:07 -07:00
python3-mpmath_1.2.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-msgpack_1.0.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-msk_0.3.16.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-msm_0.8.8.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-multidict_5.1.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-mypy_0.910.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-mypy-extensions_0.4.3.bb python3-mypy-extensions: Initial add 0.4.3 2021-01-27 10:21:14 -08:00
python3-natsort_7.1.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-ndg-httpsclient_0.5.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-netaddr_0.8.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-netifaces_0.11.0.bb python3-netifaces: Upgrade 0.10.9 -> 0.11.0 2021-06-01 07:48:10 -07:00
python3-networkx_2.6.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-nmap_1.5.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-nocasedict_1.0.2.bb python3-nocasedict: Upgrade 1.0.1 -> 1.0.2 2021-01-08 08:40:54 -08:00
python3-nocaselist_1.0.4.bb python3-nocaselist: Upgrade 1.0.3 -> 1.0.4 2021-01-08 08:41:24 -08:00
python3-ntplib_0.4.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-oauthlib_3.1.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-obd_0.7.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-openpyxl_3.0.7.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-ordered-set_4.0.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-padaos_0.1.10.bb
python3-padatious_0.4.8.bb python3-padatious: Upgrade 0.4.7 -> 0.4.8 2020-06-26 08:55:45 -07:00
python3-paho-mqtt_1.5.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pako_0.3.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pandas_1.3.2.bb python3-pandas: Upgrade 1.3.1 -> 1.3.2 2021-08-19 09:56:43 -07:00
python3-parallax_1.0.6.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-paramiko_2.7.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-parse_1.19.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-parse-type_0.5.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-parso_0.8.2.bb python3-parso: Upgrade 0.8.1 -> 0.8.2 2021-04-01 08:31:16 -07:00
python3-passlib_1.7.4.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pastedeploy_2.1.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pathtools3_0.2.1.bb python3-pathtools3: Add recipe version 0.2.1 2020-05-19 17:14:09 -07:00
python3-pep8_1.7.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-periphery_2.3.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-petact_0.1.2.bb
python3-pexpect_4.8.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pickleshare_0.7.5.bb python3-pickleshare: add recipe 2020-08-10 10:57:57 -07:00
python3-pid_3.0.4.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pika_1.2.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pillow_8.3.2.bb python3-pillow: upgrade 8.3.1 -> 8.3.2 2021-09-10 06:55:20 -07:00
python3-pint_0.17.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pkcs11_0.7.0.bb python3-pkcs11: Add recipe for version 0.7.0 2021-08-30 08:10:12 -07:00
python3-pkgconfig_1.5.5.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-ply_3.11.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pocketsphinx_0.1.15.bb python3-pocketsphinx: Inherit features_check 2020-06-19 10:20:36 -07:00
python3-polyline_1.4.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-portion_2.1.6.bb python3-portion: Upgrade 2.1.5 -> 2.1.6 2021-04-21 08:26:07 -07:00
python3-prctl_1.8.1.bb python3-prctl: Upgrade 1.7 -> 1.8.1 2021-02-01 10:44:55 -08:00
python3-precise-runner_0.3.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pretend_1.0.9.bb python3-pretend: Consolidate in a single file 2020-06-22 08:38:00 -07:00
python3-prettytable_2.1.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-process-tests_2.1.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-progress_1.6.bb python3-progress: upgrade 1.5 -> 1.6 2021-08-06 20:37:42 -07:00
python3-prompt-toolkit_3.0.19.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-protobuf_3.17.3.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-psutil_5.8.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-ptyprocess_0.7.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pulsectl_21.5.18.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-py-cpuinfo_8.0.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-py-ubjson_0.16.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pyalsaaudio_0.9.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pyasn1_0.4.8.bb
python3-pyasn1-modules_0.2.8.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pyatspi_2.34.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pyaudio_0.2.11.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pybind11_2.7.0.bb python3-pybind11: upgrade 2.6.2 -> 2.7.0 2021-07-29 10:35:05 -07:00
python3-pybind11-json_0.2.6.bb python3-pybind11-json: Add recipe 2020-08-18 09:37:53 -07:00
python3-pybluez_0.23.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pychromecast_9.2.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pycocotools_2.0.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pycodestyle_2.7.0.bb python3-pycodestyle: Upgrade 2.6.0 -> 2.7.0 2021-03-17 12:04:53 -07:00
python3-pycparser_2.20.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pycrypto_2.6.1.bb python3-pycrypto: Consolidate in a single file 2020-09-28 20:49:15 -07:00
python3-pycurl_7.44.1.bb python3-pycurl: Upgrade 7.44.0 -> 7.44.1 2021-08-17 08:11:16 -07:00
python3-pydbus_0.6.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pydbus-manager_git.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pydicti_1.1.4.bb python3-pydicti: Upgrade 1.1.3 -> 1.1.4 2020-10-22 22:16:54 -07:00
python3-pyexpect_1.0.21.bb python3-pyexpect: Upgrade 1.0.20 -> 1.0.21 2020-11-04 11:08:50 -08:00
python3-pyfirmata_1.1.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pyflakes_2.3.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pyhamcrest_2.0.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pyiface_0.0.11.bb python-pyiface: consolidate inc and bb files into a single bb file 2020-04-05 14:27:45 -07:00
python3-pyinotify_0.9.6.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pyjks_20.0.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pyjwt_2.1.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pykwalify_1.8.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pylint_1.8.3.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pylyrics_1.1.0.bb
python3-pymisp_2.4.148.bb python3-pymisp: upgrade 2.4.144 -> 2.4.148 2021-08-25 08:15:33 -07:00
python3-pymongo_3.12.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pymysql_1.0.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pynacl_1.4.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pynetlinux_1.1.bb python-pynetlinux: consolidate inc and bb files into a single bb file 2020-04-05 14:27:45 -07:00
python3-pyopenssl_20.0.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pyperclip_1.8.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pyperf_2.2.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pyrad_2.4.bb python3-pyrad: Upgrade 2.3 -> 2.4 2020-11-27 11:54:04 -08:00
python3-pyroute2_0.5.19.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pyrsistent_0.18.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pyscaffold_4.0.2.bb python3-pyscaffold: Upgrade 4.0.1 -> 4.0.2 2021-05-28 06:50:20 -07:00
python3-pyserial_3.5.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pysocks_1.7.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pysonos_0.0.54.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pystache_0.5.4.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pystemd_0.8.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pytest-asyncio_0.15.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pytest-benchmark_3.4.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pytest-cache_1.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pytest-helpers-namespace_2021.4.29.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pytest-html_3.1.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pytest-metadata_1.11.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pytest-runner_5.3.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pytest-subtests_0.5.0.bb python3-pytest-subtests: add recipe 2021-09-03 08:35:28 -07:00
python3-pytest-tempdir_2019.10.12.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pytest-timeout_1.4.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-python-vlc_3.0.12118.bb python3-python-vlc: Upgrade 3.0.12117 -> 3.0.12118 2021-04-26 08:22:59 -07:00
python3-pythonping_1.1.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pytoml_0.1.21.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pytz_2021.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pyudev_0.22.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pyusb_1.2.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-pyzmq_22.2.1.bb python3-pyzmq: upgrade 22.1.0 -> 22.2.1 2021-08-25 08:15:33 -07:00
python3-qrcode_7.3.bb python3-qrcode: Upgrade 7.2 -> 7.3 2021-08-23 21:58:55 -07:00
python3-raven_6.10.0.bb python-raven: consolidate inc and bb files into a single bb file 2020-04-05 10:38:14 -07:00
python3-rdflib_6.0.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-redis_3.5.3.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-regex_2021.8.28.bb python3-regex: upgrade to 2021.8.28 2021-09-03 08:35:28 -07:00
python3-requests_2.26.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-requests-file_1.5.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-requests-ftp_0.3.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-requests-futures_1.0.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-requests-oauthlib_1.3.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-requests-toolbelt_0.9.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-rfc3339-validator_0.1.4.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-rfc3986-validator_0.1.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-rfc3987_1.3.8.bb python-rfc3987: consolidate inc and bb files into a single bb file 2020-04-05 10:38:13 -07:00
python3-robotframework_4.1.bb python3-robotframework: upgrade 4.0.3 -> 4.1 2021-08-06 20:37:42 -07:00
python3-robotframework-seriallibrary_0.3.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-rsa_4.7.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-ruamel-yaml_0.17.16.bb python3-ruamel-yaml: upgrade 0.17.13 -> 0.17.16 2021-09-07 10:02:11 -07:00
python3-scrypt_0.8.18.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-sdnotify_0.3.2.bb python-sdnotify: consolidate inc and bb files into a single bb file 2020-04-05 10:38:13 -07:00
python3-semantic-version_2.8.5.bb python3-semantic-version: Add recipe 2021-03-01 11:07:05 -08:00
python3-semver_2.13.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-sentry-sdk_1.3.1.bb python3-sentry-sdk: upgrade 1.3.0 -> 1.3.1 2021-08-06 20:37:42 -07:00
python3-serpent_1.40.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-sh_1.14.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-sijax_0.3.2.bb python-sijax: consolidate inc and bb files into a single bb file 2020-04-05 10:38:13 -07:00
python3-simpleeval_0.9.10.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-simplejson_3.17.5.bb python3-simplejson: Upgrade 3.17.4 -> 3.17.5 2021-08-25 08:15:33 -07:00
python3-slip-dbus_0.6.5.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-smbus_4.3.bb python3-smbus: upgrade 4.2 -> 4.3 2021-08-03 08:52:32 -07:00
python3-smbus2_0.4.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-smpplib_2.1.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-snappy_0.6.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-socketio_5.4.0.bb python3-socketio: upgrade 5.3.0 -> 5.4.0 2021-08-06 20:37:42 -07:00
python3-soupsieve_2.2.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-speaklater_1.3.bb python-speakleter: consolidate inc and bb files into a single bb file 2020-04-05 10:38:13 -07:00
python3-speedtest-cli_2.1.3.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-spidev_3.5.bb python3-spidev: Upgrade 3.4 -> 3.5 2020-06-25 10:21:34 -07:00
python3-sqlalchemy_1.4.23.bb python3-sqlalchemy: add native and nativesdk to BBCLASSEXTEND 2021-09-10 06:55:20 -07:00
python3-sqlparse_0.4.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-sqlsoup_0.9.1.bb python3-sqlsoup: add package 2020-06-19 10:17:50 -07:00
python3-stevedore_3.4.0.bb python3-stevedore: upgrade 3.3.0 -> 3.4.0 2021-08-30 08:10:12 -07:00
python3-strict-rfc3339_0.7.bb python-strict-rfc3339: consolidate inc and bb files into a single bb file 2020-04-05 10:38:13 -07:00
python3-supervisor_4.2.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-sympy_1.8.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-systemd_234.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-tabulate_0.8.9.bb python3-tabulate: Upgrade 0.8.7 -> 0.8.9 2021-02-24 09:07:45 -08:00
python3-term_2.3.bb python-term: consolidate inc and bb files into a single bb file 2020-04-04 12:51:09 -07:00
python3-termcolor_1.1.0.bb
python3-test-generator_0.1.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-textparser_0.23.0.bb python3-textparser: Added recipe 2020-08-06 10:25:55 -07:00
python3-texttable_1.6.4.bb python3-texttable: Upgrade 1.6.3 -> 1.6.4 2021-07-16 08:57:37 -07:00
python3-tinyrecord_0.2.0.bb python3-tinyrecord: Upgrade 0.1.5 -> 0.2.0 2020-07-10 09:35:37 -07:00
python3-tornado_6.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-tqdm_4.62.2.bb python3-tqdm: upgrade 4.62.0 -> 4.62.2 2021-08-25 08:15:33 -07:00
python3-trafaret_2.1.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-trafaret-config_2.0.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-traitlets_5.1.0.bb python3-traitlets: upgrade 5.0.5 -> 5.1.0 2021-09-07 10:02:11 -07:00
python3-transitions_0.8.9.bb python3-transitions: upgrade 0.8.8 -> 0.8.9 2021-09-10 06:55:20 -07:00
python3-twine_3.4.1.bb python3-twine: Upgrade 3.4.0 -> 3.4.1 2021-03-24 08:50:45 -07:00
python3-twisted_21.7.0.bb python3-twisted: upgrade 21.2.0 -> 21.7.0 2021-08-06 20:37:42 -07:00
python3-twitter_3.10.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-twofish_0.3.0.bb python-twofish: consolidate inc and bb files into a single bb file 2020-04-04 07:22:16 -07:00
python3-txaio_21.2.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-txdbus_1.1.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-typed-ast_1.4.3.bb python3-typed-ast: Upgrade 1.4.2 -> 1.4.3 2021-04-13 08:06:07 -07:00
python3-typeguard_2.12.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-typing-extensions_3.10.0.0.bb python3-typing-extensions: Upgrade 3.7.4.3 -> 3.10.0.0 2021-05-11 08:25:56 -07:00
python3-tzlocal_3.0.bb python3-tzlocal: Upgrade 2.1 -> 3.0 2021-08-19 09:56:43 -07:00
python3-u-msgpack-python_2.7.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-ujson_4.1.0.bb python3-ujson: Upgrade 4.0.2 -> 4.1.0 2021-08-17 08:11:16 -07:00
python3-unidiff_0.7.0.bb python3-unidiff: Upgrade 0.6.0 -> 0.7.0 2021-08-23 21:58:55 -07:00
python3-uritemplate_3.0.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-urllib3_1.26.6.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-vcversioner_2.16.0.0.bb
python3-versiontools_1.9.1.bb python-versiontools: consolidate inc and bb files into a single bb file 2020-04-04 07:22:16 -07:00
python3-visitor_0.1.3.bb python-visitor: consolidate inc and bb files into a single bb file 2020-04-04 07:22:16 -07:00
python3-waitress_2.0.0.bb python3-waitress: Upgrade 1.4.4 -> 2.0.0 2021-03-14 09:19:05 -07:00
python3-watchdog_2.1.5.bb python3-watchdog: Upgrade 2.1.3 -> 2.1.5 2021-08-25 08:15:33 -07:00
python3-webcolors_1.11.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-webencodings_0.5.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-websocket-client_1.2.1.bb python3-websocket-client: Upgrade 1.1.0 -> 1.2.1 2021-08-19 09:56:43 -07:00
python3-websockets_9.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-werkzeug_2.0.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-wheel_0.37.0.bb python3-wheel: upgrade 0.36.2 -> 0.37.0 2021-08-23 21:58:55 -07:00
python3-whoosh_2.7.4.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-wpa-supplicant_0.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-wrapt_1.12.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-wtforms_2.3.3.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-xlrd_2.0.1.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-xlsxwriter_1.4.5.bb python3-xlsxwriter: upgrade 1.4.4 -> 1.4.5 2021-08-06 20:37:42 -07:00
python3-xmlrunner_1.7.7.bb
python3-xmlschema_1.6.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-xmltodict_0.12.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-xmodem_0.4.6.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-xstatic_1.0.2.bb python-xstatic: consolidate inc and bb files into a single bb file 2020-04-03 14:45:54 -07:00
python3-xstatic-font-awesome_4.7.0.0.bb python-xstatic-font-awesome: consolidate inc and bb files into a single bb file 2020-04-03 14:45:54 -07:00
python3-xxhash_2.0.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-yamlloader_1.1.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-yappi_1.3.2.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-yarl_1.6.3.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00
python3-zeroconf_0.36.0.bb python3-zeroconf: Upgrade 0.34.3 -> 0.36.0 2021-08-19 09:56:43 -07:00
python3-zopeinterface_5.4.0.bb Convert to new override syntax 2021-08-03 10:21:25 -07:00