meta-openembedded/meta-python/recipes-devtools/python
Leon Anavi 1e1451b818 python3-sqlalchemy: Upgrade 1.3.18 -> 1.3.19
Upgrade to release 1.3.19:

- orm: Adjusted the workings of the Mapper.all_orm_descriptors()
  accessor to represent the attributes in the order that they are
  located in a deterministic way, assuming the use of Python 3.6
  or higher which maintains the sorting order of class attributes
  based on how they were declared. This sorting is not guaranteed
  to match the declared order of attributes in all cases however;
  see the method documentation for the exact scheme.
- orm: The name of the virtual column used when using the
  AbstractConcreteBase and ConcreteBase classes can now be
  customized, to allow for models that have a column that is
  actually named type.
- sql: Repaired an issue where the "ORDER BY" clause rendering a
  label name rather than a complete expression, which is
  particularly important for SQL Server, would fail to occur if
  the expression were enclosed in a parenthesized grouping in some
  cases. This case has been added to test support. The change
  additionally adjusts the "automatically add ORDER BY columns
  when DISTINCT is present" behavior of ORM query, deprecated in
  1.4, to more accurately detect column expressions that are
  already present.
- mysql: The MySQL dialect will render FROM DUAL for a SELECT
  statement that has no FROM clause but has a WHERE clause. This
  allows things like "SELECT 1 WHERE EXISTS (subquery)" kinds of
  queries to be used as well as other use cases.
- sqlite: Applied a sweep through all included dialects to ensure
  names that contain single or double quotes are properly escaped
  when querying system tables, for all Inspector methods that
  accept object names as an argument (e.g. table names, view
  names, etc). SQLite and MSSQL contained two quoting issues that
  were repaired.
- mssql: Fixed bug where the mssql dialect incorrectly escaped
  object names that contained ‘]’ character(s).
- Added a **kw argument to the DeclarativeMeta.__init__() method.
  This allows a class to support the PEP 487 metaclass hook
  __init_subclass__.

For more details have a look at the complete changelog:
https://docs.sqlalchemy.org/en/13/changelog/changelog_13.html

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-19 14:04:00 -07:00
..
python-daemon
python-flask-xstatic
python-gevent
python-imaging
python-m2crypto
python-mccabe
python-numeric
python-pycrypto
python-pygpgme
python-pyrex
python-pyzmq
python-rfc3339-validator python-rfc3339-validator: add recipe 2019-11-14 10:11:59 -08:00
python-rfc3986-validator python-rfc3986-validator: add recipe 2019-11-14 10:12:07 -08:00
python-systemd python-systemd: Include endian.h for htobe16 2019-11-13 07:15:16 -08:00
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-appdirs: enable ptest 2020-02-27 20:21:03 -08:00
python3-atomicwrites python3-atomicwrites: upgrade 1.3.0 -> 1.4.0 2020-06-29 08:23:06 -07: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-fann2
python3-geojson python3-geojson: Enable ptest 2020-06-17 08:55:53 -07:00
python3-grpcio python3-grpcio: Fix build with riscv32 2020-04-29 22:32:17 -07:00
python3-gunicorn python3-gunicorn: Enable ptest 2020-06-17 08:57:43 -07:00
python3-h5py python3-h5py: Upgrade 2.9.0 -> 2.10.0 2020-07-06 10:20:11 -07:00
python3-html2text python-html2text: Enable ptest 2020-06-17 08:56:52 -07:00
python3-icu python3-icu: add new package 2020-07-12 19:04:17 -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-jinja2 python3-jinja2: 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-license-expression python3-license-expression: Enable ptest 2020-04-20 21:45:13 -07:00
python3-markupsafe python3-markupsafe: Enable ptest 2020-04-20 21:45:13 -07:00
python3-more-itertools python3-more-itertools: Modify ptest output format 2020-04-25 08:32: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: Enable ptest 2020-04-01 23:32:54 -07:00
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: update to 6.2.1 2019-10-28 23:48:27 -07:00
python3-pint python3-pint: Enable ptest 2020-04-03 14:38:09 -07:00
python3-pluggy python3-pluggy: Modify ptest output format 2020-05-12 12:33:41 -07:00
python3-polyline python3-polyline: Modify ptest output format 2020-05-12 12:33:41 -07:00
python3-prctl
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-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: Use cmake to build and add -native version 2020-07-12 19:04:17 -07:00
python3-pycrypto python3-pycrypto: drop time.clock 2020-01-25 12:44:25 -08: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-pytest python-pytest: consolidate inc and bb files into a single bb file 2020-04-05 10:38:14 -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-robotframework-seriallibrary: Backport a patch to fix py3 build 2020-01-22 09:56:34 -08:00
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: Modify ptest output format 2020-04-27 07:48:46 -07:00
python3-supervisor
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: Enable ptest 2020-03-30 22:02:13 -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-wcwidth python3-wcwidth: Enable ptest 2020-07-06 10:19:23 -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-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: Modify ptest output format 2020-04-27 07:48:46 -07:00
python3-yarl python3-yarl: Modify ptest output format 2020-04-27 07:48:46 -07:00
pamela_1.0.0.bb pamela: Upgrade 0.3.0 -> 1.0.0 2020-05-19 17:14:09 -07:00
pyrtm_0.4.2.bb meta-python: update recipes to use python3 classes 2020-01-22 09:56:34 -08:00
python-django-south.inc
python-django.inc python-django: set CVE_PRODUCT to be django 2020-06-11 21:58:29 -07:00
python-djangorestframework.inc
python-fann2.inc
python-flask-bootstrap.inc
python-flask-mail.inc Python: falsk mail: Clarify BSD license variant 2019-10-25 10:29:51 -07:00
python-flask-migrate.inc python-flask-migrate: upgrade 2.2.1 -> 2.5.2 2019-11-07 17:43:43 -08:00
python-flask-nav.inc
python-flask-pymongo.inc Python: flask pymongo: Clarify BSD license variant 2019-10-25 10:29:51 -07:00
python-flask-restful.inc python-flask-restful: upgrade 0.3.6 -> 0.3.7 2019-11-07 21:17:25 -08:00
python-flask-script.inc Python: flask scrypt: Clarify BSD license variant 2019-10-26 02:41:33 -07:00
python-flask-sijax.inc
python-flask-socketio.inc python-flask-socketio: upgrade 3.3.2 -> 4.2.1 2019-11-07 21:17:25 -08:00
python-flask-sqlalchemy.inc python-flask-sqlalchemy: upgrade 2.3.2 -> 2.4.1 2019-11-08 09:03:54 -08:00
python-flask-uploads.inc
python-flask-user.inc Python: flask user: Clarify BSD license variant 2019-10-26 02:41:33 -07:00
python-flask-wtf.inc Python: flask wtf: Clarify BSD license variant 2019-10-25 10:29:52 -07:00
python-flask-xstatic.inc Python: flask xstatic: Clarify BSD license variant 2019-10-25 10:29:51 -07:00
python-flask.inc python3-flask: upgrade from 1.0.2 to 1.1.1 2019-11-13 07:15:17 -08:00
python-gevent.inc
python-grpcio-tools.inc
python-idna-ssl.inc
python-idna.inc python3-idna: upgrade 2.9 -> 2.10 2020-07-12 19:04:17 -07:00
python-m2crypto.inc python3-m2crypto: add the missing rdepends 2020-06-12 08:47:00 -07:00
python-pyasn1.inc python3-pyasn1: Enable ptest 2020-04-10 23:49:16 -07:00
python-pycrypto.inc
python-systemd.inc recipes: rename distro_features_check to features_check 2019-11-21 17:51:37 -08:00
python3-absl_0.9.0.bb python3-absl: Upgrade to 0.9.0 2020-05-19 22:33:18 -07:00
python3-aenum_2.2.4.bb python3-aenum: Upgrade 2.2.3 -> 2.2.4 2020-07-28 12:23:15 -07:00
python3-aiofiles_0.5.0.bb python3-aiofiles: Upgrade to 0.5.0 2020-05-21 15:09:34 -07:00
python3-aiohttp_3.6.2.bb python3-aiohttp: alphabetize RDEPENDS for readability 2020-02-09 22:31:32 -08:00
python3-aiohttp-jinja2_1.2.0.bb python3-aiohttp-jinja2: Add recipe version 1.2.0 2020-05-19 17:14:08 -07:00
python3-alembic_1.4.2.bb python3-alembic: upgrade 1.4.0 -> 1.4.2 2020-04-01 23:32:54 -07:00
python3-ansi2html_1.5.2.bb python3-ansi2html: add new package 2020-02-16 12:52:19 -08:00
python3-ansicolors_1.1.8.bb python3-ansicolors: Enable ptest 2020-06-29 08:22:57 -07:00
python3-anyjson_0.3.3.bb python3-anyjson: Enable ptest 2020-06-29 08:23:02 -07:00
python3-appdirs_1.4.4.bb python3-appdirs: Upgrade to 1.4.4 2020-05-21 15:09:34 -07:00
python3-apply-defaults_0.1.4.bb python3-apply-defaults: add recipe 2019-11-18 16:49:57 -08:00
python3-argexec_1.0.3.bb python3-argexec: Upgrade 1.0.2 -> 1.0.3 2020-08-11 09:42:27 -07:00
python3-argh_0.26.2.bb python3-argh: Add recipe version 0.26.2 2020-05-19 17:14:08 -07:00
python3-arpeggio_1.9.2.bb python3-arpeggio: add new recipe 2020-04-08 11:21:13 -07:00
python3-asn1crypto_1.4.0.bb python3-asn1crypto: Upgrade 1.3.0 -> 1.4.0 2020-08-06 10:26:35 -07:00
python3-astor_0.8.1.bb python3-astor: 0.8 -> 0.8.1 2020-01-13 18:34:32 -08:00
python3-astroid_2.4.2.bb python3-astroid: Upgrade 2.3.3 -> 2.4.2 2020-06-26 08:56:37 -07:00
python3-async-timeout_3.0.1.bb python3-async-timeout: consolidate inc and bb files into a single bb file 2020-02-09 23:02:39 -08:00
python3-atomicwrites_1.4.0.bb python3-atomicwrites: upgrade 1.3.0 -> 1.4.0 2020-06-29 08:23:06 -07:00
python3-attr_0.3.1.bb python3-attr: consolidate inc and bb files into a single bb file 2020-02-09 23:02:39 -08:00
python3-attrs_19.3.0.bb python3-attrs: Add nativesdk to BBCLASSEXTEND 2020-05-09 10:41:48 -07:00
python3-autobahn_20.7.1.bb python3-autobahn: Upgrade 20.6.2 -> 20.7.1 2020-08-06 10:26:49 -07:00
python3-automat_20.2.0.bb python3-automat: Upgrade 0.8.0 -> 20.2.0 2020-06-03 15:15:42 -07:00
python3-aws-iot-device-sdk-python_1.4.8.bb python3-aws-iot-device-sdk-python: upgrade 1.4.7 -> 1.4.8 2020-04-08 08:15:03 -07:00
python3-babel_2.8.0.bb python3-babel: upgrade to version 2.8.0 2020-02-09 23:02:39 -08: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.1.bb python3-backports-functools-lru-cache: Enable ptest 2020-06-29 08:23:13 -07:00
python3-bandit_1.6.2.bb python3-bandit: 1.5.1 -> 1.6.2 2020-01-13 18:34:32 -08:00
python3-bcrypt_3.2.0.bb python3-bcrypt: Upgrade 3.1.7 -> 3.2.0 2020-08-18 09:37:10 -07:00
python3-beautifulsoup4_4.9.1.bb python3-beautifulsoup4: Upgrade 4.8.2 -> 4.9.1 2020-06-10 20:56:50 -07:00
python3-behave_1.2.6.bb python3-behave: consolidate inc and bb files into a single bb file 2020-02-15 08:05:07 -08:00
python3-betamax_0.8.1.bb python3-betamax: add recipe 2020-07-06 10:21:18 -07:00
python3-bitarray_1.5.2.bb python3-bitarray: Upgrade 1.5.1 -> 1.5.2 2020-08-18 09:37:39 -07:00
python3-bitstring_3.1.7.bb add python bitstring package 2020-05-28 12:36:49 -07:00
python3-bitstruct_8.11.0.bb python3-bitstruct: Added recipe 2020-07-23 10:26:39 -07:00
python3-blinker_1.4.bb python3-blinker: Enable ptest 2020-07-03 18:07:00 -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 python3-cachecontrol: add recipe for 0.12.6 2020-03-24 19:58:50 -07:00
python3-cachetools_4.1.1.bb python3-cachetools: Upgrade 4.1.0 -> 4.1.1 2020-07-03 18:07:28 -07:00
python3-can_3.3.3.bb python3-can: Upgrade 3.3.2 -> 3.3.3 2020-06-17 08:57:24 -07:00
python3-cantools_35.3.0.bb python3-cantools: Upgrade 35.1.0 -> 35.3.0 2020-08-11 09:42:37 -07:00
python3-cassandra-driver_3.24.0.bb python3-cassandra-driver: Upgrade 3.14.0 -> 3.24.0 2020-07-03 18:07:17 -07:00
python3-cbor2_5.1.2.bb python3-cbor2: Upgrade 5.1.1 -> 5.1.2 2020-08-03 17:43:06 -07:00
python3-certifi_2020.6.20.bb python3-certifi: Upgrade 2019.11.28 -> 2020.6.20 2020-06-25 10:21:01 -07:00
python3-cffi_1.14.2.bb python3-cffi: Upgrade 1.14.1 -> 1.14.2 2020-08-18 09:37:18 -07:00
python3-chardet_3.0.4.bb python3-chardet: consolidate inc and bb files into a single bb file 2020-02-15 08:05:07 -08:00
python3-cheetah_3.2.5.bb python3-cheetah: Upgrade 3.2.4 -> 3.2.5 2020-06-26 08:55:20 -07:00
python3-click_7.1.2.bb python3-click: Enable ptest 2020-07-03 18:07:09 -07:00
python3-cmd2_1.3.3.bb python3-cmd2: Upgrade 1.3.2 -> 1.3.3 2020-08-18 09:37:27 -07:00
python3-colorama_0.4.3.bb python3-colorama: Upgrade 0.4.1 -> 0.4.3 2020-05-31 22:42:25 -07:00
python3-coloredlogs_14.0.bb python3-coloredlogs: Upgrade 10.0 -> 14.0 2020-06-26 08:56:33 -07:00
python3-colorlog_4.2.1.bb python3-colorlog: Upgrade 4.1.0 -> 4.2.1 2020-07-28 12:23:15 -07:00
python3-configargparse_1.2.3.bb python3-configargparse: Upgrade 0.15.1 -> 1.2.3 2020-07-03 18:07:23 -07:00
python3-configobj_5.0.6.bb python3-configobj: Add package 2020-06-19 10:17:50 -07:00
python3-configparser_5.0.0.bb python3-configparser: Upgrade 4.0.2 -> 5.0.0 2020-06-25 10:21:22 -07:00
python3-configshell-fb_1.1.28.bb configshell-fb: Add initial version 1.1.28 2020-04-08 18:16:12 -07:00
python3-constantly_15.1.0.bb python3-constantly: consolidate inc and bb files into a single bb file 2020-02-16 12:52:19 -08:00
python3-contextlib2_0.6.0.bb python3-contextlib2: consolidate inc and bb files into a single bb file 2020-02-16 12:52:19 -08:00
python3-coverage_5.2.1.bb python3-coverage: Upgrade 5.2 -> 5.2.1 2020-08-13 22:32:08 -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 python3-crcmod: consolidate inc and bb files into a single bb file 2020-02-16 12:52:19 -08:00
python3-croniter_0.3.34.bb python3-croniter: Fix missing rdep 2020-07-12 19:04:17 -07:00
python3-cryptography_3.0.bb python3-cryptography: Upgrade 2.8 -> 3.0 2020-08-06 10:27:15 -07:00
python3-cryptography-vectors_2.9.2.bb python3-cryptography-vectors: Upgrade 2.8 -> 2.9.2 2020-07-06 10:20:15 -07:00
python3-cycler_0.10.0.bb python3-cycler: add recipe for 0.10.0 2020-03-11 08:58:57 -07:00
python3-dateparser_0.7.6.bb python3-dateparser: Added recipe 2020-07-23 10:26:30 -07:00
python3-dateutil_2.8.1.bb python3-dateutil: Consolidate in a single file 2020-06-08 13:58:02 -07:00
python3-dbus-next_0.1.3.bb python3-dbus-next: Upgrade 0.1.2 -> 0.1.3 2020-07-06 10:19:57 -07:00
python3-dbussy_1.3.bb python3-dbussy: Upgrade 1.2.1 -> 1.3 2020-05-28 12:36:49 -07:00
python3-decorator_4.4.2.bb python3-decorator: Consolidate in a single file 2020-06-08 13:57:34 -07:00
python3-defusedxml_0.6.0.bb python3-defusedxml: add recipe 2019-09-11 18:02:54 -07:00
python3-diskcache_4.1.0.bb python3-diskcache: Added recipe 2020-07-23 10:26:35 -07:00
python3-distro_1.5.0.bb python3-distro: native and nativesdk support 2020-04-28 17:11:15 -07:00
python3-django_2.2.13.bb python3-django: upgrade 2.2.7 -> 2.2.13 2020-06-13 21:34:21 -07:00
python3-django-south_1.0.2.bb
python3-djangorestframework_3.9.0.bb
python3-dnspython_2.0.0.bb python3-dnspython: Upgrade 1.16.0 -> 2.0.0 2020-08-06 10:27:21 -07:00
python3-dominate_2.5.1.bb python3-dominate: Enable ptest 2020-06-17 08:58:02 -07:00
python3-dt-schema_git.bb python3-dtschema: new package 2019-09-23 09:55:55 -07:00
python3-dynamic-dispatch_1.0.3.bb python3-dynamic-dispatch: Upgrade 1.0.2 -> 1.0.3 2020-08-03 17:43:01 -07:00
python3-ecdsa_0.15.bb python3-ecdsa: add package 2020-07-16 07:10:16 -07:00
python3-editor_1.0.4.bb python3-editor: Consolidate in a single file 2020-06-05 18:42:55 -07:00
python3-engineio_3.13.0.bb python3-engineio: Upgrade 3.12.1 -> 3.13.0 2020-06-05 18:43:03 -07:00
python3-et-xmlfile_1.0.1.bb python3-et-xmlfile: add initial recipe version 1.0.1 2020-02-15 08:05:07 -08:00
python3-evdev_1.3.0.bb python3-evdev: Consolidate in a single file 2020-06-10 20:55:29 -07:00
python3-fann2_1.1.2.bb
python3-fasteners_0.15.bb python3-fasteners: Initial commit of 0.15 2019-09-12 07:18:19 -07:00
python3-fastnumbers_3.0.0.bb python3-fastnumbers: Add new package 2020-07-12 19:04:17 -07:00
python3-feedformatter_0.4.bb python3-feedformatter: Consolidate in a single file 2020-06-05 18:43:10 -07:00
python3-flask_1.1.1.bb python3-flask: upgrade from 1.0.2 to 1.1.1 2019-11-13 07:15:17 -08:00
python3-flask-babel_1.0.0.bb python3-flask-babel: update to 1.0.0 and consolidate 2020-07-12 19:04:17 -07:00
python3-flask-bootstrap_3.3.7.1.bb
python3-flask-jsonpify_1.5.0.bb python3-flask-jsonpify: Add recipe version 1.5.0 2020-04-28 16:24:06 -07:00
python3-flask-jwt_0.3.2.bb python3-flask-jwt: Add recipe version 0.3.2 2020-04-28 16:24:06 -07:00
python3-flask-login_0.5.0.bb python3-flask-login: Upgrade 0.4.1 -> 0.5.0 2020-08-13 22:32:07 -07:00
python3-flask-mail_0.9.1.bb
python3-flask-migrate_2.5.2.bb python-flask-migrate: upgrade 2.2.1 -> 2.5.2 2019-11-07 17:43:43 -08:00
python3-flask-nav_0.6.bb
python3-flask-pymongo_2.3.0.bb
python3-flask-restful_0.3.7.bb python-flask-restful: upgrade 0.3.6 -> 0.3.7 2019-11-07 21:17:25 -08:00
python3-flask-script_2.0.6.bb
python3-flask-sijax_0.4.1.bb
python3-flask-socketio_4.2.1.bb python-flask-socketio: upgrade 3.3.2 -> 4.2.1 2019-11-07 21:17:25 -08:00
python3-flask-sqlalchemy_2.4.1.bb python-flask-sqlalchemy: upgrade 2.3.2 -> 2.4.1 2019-11-08 09:03:54 -08:00
python3-flask-uploads_0.2.1.bb
python3-flask-user_0.6.19.bb
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.14.2.bb
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.4.0.bb python3-gast: Upgrade 0.3.3 -> 0.4.0 2020-08-13 22:32:07 -07:00
python3-geojson_2.5.0.bb python3-geojson: Enable ptest 2020-06-17 08:55:53 -07:00
python3-gevent_1.4.0.bb
python3-gmpy2_2.0.8.bb python3-gmpy2: add new package 2020-07-16 07:08:46 -07:00
python3-gmqtt_0.6.7.bb python3-gmqtt: Upgarde 0.6.5 -> 0.6.7 2020-08-03 17:42:38 -07:00
python3-gnupg_0.4.6.bb python3-gnupg: add new package 2020-07-16 07:10:24 -07:00
python3-google-api-python-client_1.10.0.bb python3-google-api-python-client: Upgrade 1.9.3 -> 1.10.0 2020-08-18 09:37:35 -07:00
python3-graphviz_0.14.1.bb python3-graphviz: Upgrade 0.14 -> 0.14.1 2020-08-13 22:32:07 -07:00
python3-greenlet_0.4.16.bb python3-greenlet: Upgrade 0.4.15 -> 0.4.16 2020-06-29 08:22:28 -07:00
python3-grpcio_1.27.1.bb python3-grpcio: Fix build with riscv32 2020-04-29 22:32:17 -07:00
python3-grpcio-tools_1.14.1.bb
python3-gunicorn_20.0.4.bb python3-gunicorn: Enable ptest 2020-06-17 08:57:43 -07:00
python3-h5py_2.10.0.bb python3-h5py: Upgrade 2.9.0 -> 2.10.0 2020-07-06 10:20:11 -07:00
python3-haversine_2.2.0.bb python3-haversine: add recipe for 2.2.0 2020-03-24 19:58:50 -07:00
python3-html2text_2020.1.16.bb python-html2text: Enable ptest 2020-06-17 08:56:52 -07:00
python3-html5lib_1.1.bb python3-html5lib: Upgrade 1.0.1 -> 1.1 2020-07-03 18:06:51 -07:00
python3-httplib2_0.18.1.bb python3-httplib2: Upgrade 0.17.3 -> 0.18.1 2020-06-29 08:22:06 -07:00
python3-huey_2.3.0.bb python3-huey: Upgrade 2.2.0 -> 2.3.0 2020-08-13 22:32:07 -07:00
python3-humanfriendly_8.2.bb python3-humanfriendly: Upgrade 4.18 -> 8.2 2020-06-11 07:43:54 -07:00
python3-humanize_2.6.0.bb python3-humanize: Upgrade 2.5.0 -> 2.6.0 2020-08-18 09:37:05 -07:00
python3-hyperlink_20.0.1.bb python3-hyperlink: Upgrade 19.0.0 -> 20.0.1 2020-08-13 22:32:07 -07:00
python3-icu_2.5.bb python3-icu: add new package 2020-07-12 19:04:17 -07:00
python3-idna_2.8.bb
python3-idna_2.10.bb python3-idna: upgrade 2.9 -> 2.10 2020-07-12 19:04:17 -07:00
python3-idna-ssl_1.1.0.bb
python3-imageio_2.9.0.bb python3-imageio: Upgrade 2.8.0 -> 2.9.0 2020-07-10 09:35:26 -07:00
python3-importlib-metadata_1.7.0.bb python3-importlib-metadata: Upgrade 1.6.1 -> 1.7.0 2020-07-06 10:20:20 -07:00
python3-incremental_17.5.0.bb python3-incremental: Consolidate in a single file 2020-06-17 08:57:04 -07:00
python3-inflection_0.5.0.bb python3-inflection: upgrade 0.3.1 -> 0.5.0 2020-06-11 07:42:47 -07:00
python3-intervals_1.10.0.bb python3-intervals: Enable ptest 2020-06-17 08:56:34 -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.00.bb python3-ipy: Enable ptest 2020-06-17 08:56:43 -07:00
python3-ipython_7.17.0.bb python3-ipython: add recipe 2020-08-10 10:55:03 -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 python3-iso3166: Enable ptest 2020-06-17 08:56:47 -07:00
python3-iso8601_0.1.12.bb python3-iso8601: Consolidate in a single file 2020-06-17 08:56:56 -07:00
python3-isodate_0.6.0.bb python3-isodate: Consolidate in a single file 2020-06-17 08:57:00 -07:00
python3-isort_5.4.2.bb python3-isort: Upgrade 5.3.2 -> 5.4.2 2020-08-18 09:37:14 -07:00
python3-itsdangerous_1.1.0.bb python3-itsdangerous: Consolidate in a single file 2020-06-17 08:57:09 -07:00
python3-javaobj-py3_0.4.1.bb python3-javaobj-py3: Upgrade 0.4.0.1 -> 0.4.1 2020-08-13 22:32:08 -07:00
python3-jdatetime_3.6.2.bb python3-jdatetime: Added recipe 2020-08-10 10:57:40 -07:00
python3-jdcal_1.4.1.bb python3-jdcal: Enable ptest 2020-04-20 21:45:13 -07:00
python3-jedi_0.17.2.bb python3-jedi: add recipe 2020-08-10 10:57:53 -07:00
python3-jinja2_2.11.2.bb python3-jinja2: Update 2.11.1 -> 2.11.2 2020-05-21 15:09:34 -07:00
python3-jsmin_2.2.2.bb python3-jsmin: Enable ptest 2020-04-21 07:14:06 -07:00
python3-jsonpatch_1.26.bb python3-jsonpatch: Upgrade 1.25 -> 1.26 2020-06-26 08:56:01 -07:00
python3-jsonpointer_2.0.bb python3-jsonpointer: Consolidate in a single file 2020-06-13 21:34:21 -07:00
python3-jsonrpcserver_4.1.3.bb python3-jsonrpcserver: Upgrade 4.1.2 -> 4.1.3 2020-06-30 07:50:31 -07:00
python3-jsonschema_3.2.0.bb python3-jsonschema: Consolidate in a single file 2020-06-08 13:58:03 -07: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 python3-keras-applications: upgrade 1.0.6 -> 1.0.8 2020-01-15 20:54:21 -08: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-kiwisolver_1.2.0.bb python3-kiwisolver: Upgrade 1.1.0 -> 1.2.0 2020-06-29 08:22:18 -07:00
python3-langtable_0.0.51.bb python3-langtable: Upgrade 0.0.38 -> 0.0.51 2020-06-03 15:15:42 -07:00
python3-lazy-object-proxy_1.5.1.bb python3-lazy-object-proxy: Upgrade 1.5.0 -> 1.5.1 2020-08-06 10:27:31 -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_1.2.bb python3-license-expression: Upgrade 1.0 -> 1.2 2020-06-25 10:22:45 -07:00
python3-lockfile_0.12.2.bb python3-lockfile: add recipe for 0.12.2 2020-03-24 19:58:50 -07:00
python3-lorem_0.1.1.bb python3-lorem: Added recipe 2020-08-03 17:43:42 -07:00
python3-lrparsing_1.0.16.bb python3-lrparsing: Consolidate in a single file 2020-06-26 08:55:53 -07:00
python3-luma-core_1.15.0.bb python3-luma-core: Upgrade 1.14.1 -> 1.15.0 2020-08-13 22:32:07 -07:00
python3-luma-oled_3.5.0.bb python3-luma-oled: Upgrade 3.4.0 -> 3.5.0 2020-07-10 09:35:41 -07:00
python3-lxml_4.5.2.bb python3-lxml: Upgrade 4.5.1 -> 4.5.2 2020-08-03 17:42:26 -07:00
python3-lz4_3.1.0.bb python3-lz4: Upgrade 3.0.2 -> 3.1.0 2020-07-03 18:06:56 -07:00
python3-m2crypto_0.30.1.bb
python3-markdown_3.2.2.bb python3-markdown: Upgrade to 3.2.2 2020-05-21 15:09:34 -07:00
python3-markupsafe_1.1.1.bb python3-markupsafe: Consolidate in a single file 2020-06-11 07:43:08 -07:00
python3-matplotlib_3.3.1.bb python3-matplotlib: Upgrade 3.3.0 -> 3.3.1 2020-08-18 09:36:11 -07:00
python3-mccabe_0.2.1.bb python3-mccabe: add recipe for v0.2.1 2020-07-12 19:04:17 -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.2.bb python3-mock: Upgrade 4.0.1 -> 4.0.2 2020-07-23 10:27:02 -07:00
python3-monotonic_1.5.bb python3-monotonic: Initial commit of version 1.5 2019-10-17 05:53:26 -07:00
python3-more-itertools_8.4.0.bb python3-more-itertools: Upgrade 8.3.0 -> 8.4.0 2020-06-25 10:21:16 -07:00
python3-mpmath_1.1.0.bb python3-mpmath: add recipe for 1.10 2020-03-24 19:58:50 -07:00
python3-msgpack_1.0.0.bb python3-msgpack: Upgrade 0.6.2 -> 1.0.0 2020-06-22 08:38:31 -07:00
python3-msk_0.3.15.bb python3-msk: Upgrade 0.3.13 -> 0.3.15 2020-06-26 08:55:37 -07:00
python3-msm_0.8.7.bb python3-msm: Upgrade 0.8.3 -> 0.8.7 2020-06-29 08:22:37 -07:00
python3-multidict_4.7.6.bb python3-multidict: Upgrade 4.7.5 -> 4.7.6 2020-06-11 07:43:36 -07:00
python3-natsort_7.0.1.bb python3-natsort: add new package 2020-07-12 19:04:17 -07:00
python3-ndg-httpsclient_0.5.1.bb python3-ndg-httpsclient: Consolidate in a single file 2020-06-25 10:22:28 -07:00
python3-netaddr_0.8.0.bb python3-netaddr: Upgrade 0.7.20 -> 0.8.0 2020-07-16 12:10:15 -07:00
python3-netifaces_0.10.9.bb python3-netifaces: Consolidate in a single file 2020-06-25 10:22:16 -07:00
python3-networkx_2.4.bb python3-networkx: Consolidate in a single file 2020-06-25 10:22:11 -07:00
python3-nmap_1.4.7.bb python3-nmap: Upgrade 1.4.1 -> 1.4.7 2020-06-11 07:43:29 -07:00
python3-ntplib_0.3.3.bb python3-ntplib: add missing python3-io RDEPENDS 2020-05-07 17:56:23 -07:00
python3-oauthlib_3.1.0.bb python3-oauthlib: Upgrade 2.0.6 -> 3.1.0 2020-06-10 20:55:46 -07:00
python3-obd_0.7.1.bb python3-obd: Add missing setuptools RDEPENDS 2020-07-21 16:46:36 -07:00
python3-openpyxl_3.0.4.bb python3-openpyxl: Upgrade 3.0.3 -> 3.0.4 2020-08-06 10:27:09 -07:00
python3-ordered-set_4.0.2.bb python3-ordered-set: Upgrade 3.1.1 -> 4.0.2 2020-06-26 08:55:01 -07:00
python3-packaging_20.4.bb python3-packaging: add -native version 2020-07-21 16:46:36 -07:00
python3-padaos_0.1.10.bb python3-padaos: Initial commit of version 0.1.10 2019-09-17 20:47:11 -07:00
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.0.bb python3-paho-mqtt: add native,nativesdk support 2020-06-10 20:54:47 -07:00
python3-pako_0.2.3.bb python3-pako: Initial commit of version 0.2.3 2019-10-21 04:41:24 -07:00
python3-pandas_1.1.0.bb python3-pandas: Add workaround to fix build with clang 2020-08-13 22:32:08 -07:00
python3-parallax_1.0.6.bb python3-parallax: Upgrade 1.0.5 -> 1.0.6 2020-05-22 08:41:41 -07:00
python3-paramiko_2.7.1.bb python3-paramiko: Added recipe 2020-08-03 17:43:38 -07:00
python3-parse_1.16.0.bb python3-parse: Upgrade 1.15.0 -> 1.16.0 2020-08-13 22:32:07 -07:00
python3-parse-type_0.5.2.bb python3-parse-type: Upgrade 0.4.2 -> 0.5.2 2020-06-13 21:34:21 -07:00
python3-parso_0.8.0.bb python3-parso: Upgrade 0.7.1 -> 0.8.0 2020-08-11 09:41:56 -07:00
python3-passlib_1.7.2.bb python3-passlib: Consolidate in a single file 2020-06-22 08:37:51 -07:00
python3-pathlib2_2.3.5.bb python3-pathlib2: Consolidate in a single file 2020-06-22 08:37:55 -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 python3-pep8: add recipe for v1.7.1 2020-07-12 19:04:17 -07:00
python3-periphery_2.1.0.bb python3-periphery: Upgrade 2.0.1 -> 2.1.0 2020-06-18 17:56:19 -07:00
python3-petact_0.1.2.bb python3-petact: Initial commit of version 0.1.2 2019-09-17 20:47:12 -07:00
python3-pexpect_4.8.0.bb python3-pexpect: Consolidate in a single file 2020-06-18 17:56:11 -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 python3-pid: Upgrade 3.0.3 -> 3.0.4 2020-08-03 17:42:52 -07:00
python3-pika_1.1.0.bb python3-pika: Consolidate in a single file 2020-06-11 21:58:29 -07:00
python3-pillow_6.2.1.bb python3-pillow: update to 6.2.1 2019-10-28 23:48:27 -07:00
python3-pint_0.14.bb python3-pint: add setuptools and packaging to RDEPENDS 2020-07-21 16:46:36 -07:00
python3-pkgconfig_1.5.1.bb python3-pkgconfig: Upgrade 1.4.0 -> 1.5.1 2020-06-29 08:22:33 -07:00
python3-pluggy_0.13.1.bb python3-pluggy: Consolidate in a single file 2020-06-11 21:58:29 -07:00
python3-ply_3.11.bb python3-ply: Consolidate in a single file 2020-06-11 21:58:29 -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 python3-polyline: Enable ptest 2020-04-01 23:32:54 -07:00
python3-prctl_1.7.bb
python3-precise-runner_0.3.1.bb python3-precise-runner: Enable ptest 2020-04-03 14:38:09 -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_0.7.2.bb python3-prettytable: Consolidate in a single file 2020-06-11 07:44:11 -07:00
python3-progress_1.5.bb python3-progress: Consolidate in a single file 2020-06-11 07:44:06 -07:00
python3-prompt-toolkit_3.0.6.bb python3-prompt-toolkit: Upgrade 3.0.5 -> 3.0.6 2020-08-11 09:42:45 -07:00
python3-protobuf_3.12.2.bb python3-protobuf: Upgrade 3.11.3 -> 3.12.2 2020-06-17 08:57:38 -07:00
python3-psutil_5.7.2.bb python3-psutil: Upgrade 5.7.0 -> 5.7.2 2020-07-16 12:10:05 -07:00
python3-ptyprocess_0.6.0.bb python3-ptyprocess: Consolidate in a single file 2020-06-22 08:38:15 -07:00
python3-pulsectl_20.5.1.bb python3-pulsectl: Upgrade 20.2.4 -> 20.5.1 2020-06-29 08:22:41 -07:00
python3-py_1.9.0.bb python3-py: Upgrade 1.8.2 -> 1.9.0 2020-07-03 18:06:47 -07:00
python3-py-ubjson_0.16.1.bb python3-py-ubjson: Add recipe version 0.16.1 2020-05-19 17:14:08 -07:00
python3-pyalsaaudio_0.9.0.bb python3-pyalsaaudio: Upgrade 0.8.4 -> 0.9.0 2020-08-06 10:26:45 -07:00
python3-pyasn1_0.4.8.bb python-pyasn1: upgrade 0.4.7 -> 0.4.8 2019-12-01 22:29:59 -08:00
python3-pyasn1-modules_0.2.8.bb python3-pyasn1-modules: Upgrade 0.2.7 -> 0.2.8 2020-07-06 10:21:06 -07:00
python3-pyatspi_2.34.0.bb python3-pyatspi: Upgrade to 2.34.0 2020-01-22 09:56:34 -08:00
python3-pyaudio_0.2.11.bb python-pyaudio: Consolidate in a single file 2020-06-05 18:42:15 -07:00
python3-pybind11_2.5.0.bb python3-pybind11: install both python wheel and cmake build 2020-08-19 14:03:16 -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 python3-pybluez: Upgrade 0.22 -> 0.23 2020-07-06 10:20:02 -07:00
python3-pychromecast_7.2.0.bb python3-pychromecast: Upgrade 7.1.2 -> 7.2.0 2020-08-03 17:42:56 -07:00
python3-pycodestyle_2.6.0.bb python3-pycodestyle: upgrade 2.5.0 -> 2.6.0 2020-06-05 18:42:47 -07:00
python3-pycparser_2.20.bb python3-pycparser: upgrade 2.19 -> 2.20 2020-05-21 15:09:34 -07:00
python3-pycrypto_2.6.1.bb python3-pycrypto: drop time.clock 2020-01-25 12:44:25 -08:00
python3-pycurl_7.43.0.5.bb python-pycurl: consolidate inc and bb files into a single bb file 2020-04-05 14:27:45 -07:00
python3-pydbus_0.6.0.bb python3-pydbus: add the missing rdepends 2020-05-08 19:56:05 -07:00
python3-pyexpect_1.0.20.bb python3-pyexpect: Upgrade 1.0.19 -> 1.0.20 2020-06-26 08:56:11 -07:00
python3-pyfirmata_1.1.0.bb python-pyfirmata: consolidate inc and bb files into a single bb file 2020-04-05 14:27:45 -07:00
python3-pyflakes_2.2.0.bb python3-pyflakes: Upgrade 2.1.1 -> 2.2.0 2020-07-03 18:06:32 -07:00
python3-pyhamcrest_2.0.2.bb python3-pyhamcrest: Upgrade 1.9.0 -> 2.0.2 2020-07-06 10:19:43 -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 python-pyinotify: consolidate inc and bb files into a single bb file 2020-04-05 14:27:45 -07:00
python3-pyjks_20.0.0.bb python3-pyjks: Upgrade 19.0.0 -> 20.0.0 2020-06-26 08:56:14 -07:00
python3-pyjwt_1.7.1.bb python-pyjwt: consolidate inc and bb files into a single bb file 2020-04-05 14:27:45 -07:00
python3-pykwalify_1.7.0.bb python3-pykwalify: Add recipe for v1.7.0 2020-04-17 19:05:54 -07:00
python3-pylint_1.8.3.bb python-pylint: consolidate inc and bb files into a single bb file 2020-04-05 14:27:45 -07:00
python3-pylyrics_1.1.0.bb
python3-pymisp_2.4.128.bb python3-pymisp: Upgrade 2.4.122 -> 2.4.128 2020-07-03 18:06:38 -07:00
python3-pymongo_3.11.0.bb python3-pymongo: Upgrade 3.10.1 -> 3.11.0 2020-08-03 17:42:47 -07:00
python3-pymysql_0.10.0.bb python3-pymysql: Upgrade 0.9.3 -> 0.10.0 2020-07-23 10:26:43 -07:00
python3-pynacl_1.4.0.bb python3-pynacl: Added recipe 2020-08-11 09:42:55 -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_19.1.0.bb python-pyopenssl: consolidate inc and bb files into a single bb file 2020-04-05 10:38:14 -07:00
python3-pyperclip_1.8.0.bb python3-pyperclip: Upgrade 1.7.0 -> 1.8.0 2020-07-06 10:19:38 -07:00
python3-pyperf_2.0.0.bb python3-pyperf: Upgrade 1.7.1 -> 2.0.0 2020-06-26 08:55:41 -07:00
python3-pyrad_2.3.bb python3-pyrad: add package 2020-06-19 10:17:50 -07:00
python3-pyroute2_0.5.13.bb python3-pyroute2: Upgrade 0.5.12 -> 0.5.13 2020-08-03 17:42:43 -07:00
python3-pyrsistent_0.16.0.bb python3-pyrsistent: Upgrade 0.15.7 -> 0.16.0 2020-06-26 08:55:29 -07:00
python3-pyscaffold_3.2.3.bb python3-pyscaffold: move recipe to proper location 2020-04-07 09:10:38 -07:00
python3-pyserial_3.4.bb python3-pyserial: Enable ptest 2020-04-10 17:48:39 -07:00
python3-pysocks_1.7.1.bb python3-pysocks: add python3-logging to RDEPENDS 2020-05-03 14:29:17 -07:00
python3-pystache_0.5.4.bb python-pystache: consolidate inc and bb files into a single bb file 2020-04-05 10:38:14 -07:00
python3-pystemd_0.7.0.bb python3-pystemd: upgrade to 0.7.0 2019-12-11 16:22:40 -08:00
python3-pytest_5.4.3.bb python3-pytest: upgrade 5.4.2 -> 5.4.3 2020-07-06 10:19:19 -07:00
python3-pytest-asyncio_0.12.0.bb python3-pytest-asyncio: Update 0.10.0 -> 0.12.0 2020-05-28 12:36:49 -07:00
python3-pytest-helpers-namespace_2019.1.8.bb python-pytest-helpers-namespace: consolidate inc and bb files into a single bb file 2020-04-05 10:38:14 -07:00
python3-pytest-html_2.1.1.bb python3-pytest-html: Update 1.6 -> 2.1.1 2020-05-28 12:36:49 -07:00
python3-pytest-metadata_1.10.0.bb python3-pytest-metadata: Upgrade 1.9.0 -> 1.10.0 2020-07-28 12:23:15 -07:00
python3-pytest-runner_5.2.bb python-pytest-runner: consolidate inc and bb files into a single bb file 2020-04-05 10:38:14 -07:00
python3-pytest-tempdir_2019.10.12.bb python-pytest-tempdir: consolidate inc and bb files into a single bb file 2020-04-05 10:38:14 -07:00
python3-pytest-timeout_1.4.2.bb python3-pytest-timeout: Upgrade 1.4.1 -> 1.4.2 2020-08-13 22:32:08 -07:00
python3-python-vlc_3.0.10114.bb python3-python-vlc: Upgrade 3.0.9113 -> 3.0.10114 2020-07-06 10:20:42 -07:00
python3-pytoml_0.1.21.bb python3-pytoml: add datetime and stringold to RDEPENDS 2020-05-12 14:16:19 -07:00
python3-pytz_2020.1.bb python3-pytz: upgrade 2019.3 -> 2020.1 2020-07-12 19:04:17 -07:00
python3-pyudev_0.22.0.bb python3-pyudev: Update 0.21.0 -> 0.22.0 2020-05-28 12:37:24 -07:00
python3-pyusb_1.0.2.bb python-pyusb: consolidate inc and bb files into a single bb file 2020-04-05 10:38:14 -07:00
python3-pyyaml_5.3.1.bb python3-pyyaml: Update 5.3 -> 5.3.1 2020-05-28 12:37:24 -07:00
python3-pyzmq_17.1.0.bb python-pyzmq: consolidate inc and bb files into a single bb file 2020-04-05 10:38:14 -07:00
python3-qrcode_6.1.bb python3-qrcode: add package 2020-07-16 07:10:28 -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_5.0.0.bb python3-rdflib: Upgrade 4.2.2 -> 5.0.0 2020-06-29 08:22:01 -07:00
python3-redis_3.5.3.bb python3-redis: Upgrade 2.10.6 -> 3.5.3 2020-08-13 22:32:08 -07:00
python3-regex_2020.7.14.bb python3-regex: Upgrade 2020.6.8 -> 2020.7.14 2020-08-06 10:27:27 -07:00
python3-requests_2.24.0.bb python3-requests: Upgrade 2.23.0 -> 2.24.0 2020-07-06 10:19:27 -07:00
python3-requests-file_1.5.1.bb python3-requests-file: Enable ptest 2020-07-16 12:10:25 -07:00
python3-requests-ftp_0.3.1.bb
python3-requests-futures_1.0.0.bb python3-requests-futures: Upgrade 0.9.5 -> 1.0.0 2020-06-08 13:58:02 -07:00
python3-requests-oauthlib_1.3.0.bb python-requests-oauthlib: consolidate inc and bb files into a single bb file 2020-04-05 10:38:13 -07:00
python3-requests-toolbelt_0.9.1.bb python3-requests-toolbelt: add ptest 2020-07-12 19:04:17 -07:00
python3-rfc3339-validator_0.1.1.bb python-rfc3339-validator: consolidate inc and bb files into a single bb file 2020-04-05 10:38:13 -07:00
python3-rfc3986-validator_0.1.1.bb python-rfc3986-validator: consolidate inc and bb files into a single bb file 2020-04-05 10:38:13 -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_3.2.1.bb python3-robotframework: Upgrade 3.0.4 -> 3.2.1 2020-07-06 10:20:53 -07:00
python3-robotframework-seriallibrary_0.3.1.bb python3-robotframework-seriallibrary: Backport a patch to fix py3 build 2020-01-22 09:56:34 -08:00
python3-rsa_4.6.bb python3-rsa: Upgrade 3.4.2 -> 4.6 2020-08-13 22:32:07 -07:00
python3-ruamel-yaml_0.16.10.bb python3-ruamel-yaml: Upgrade 0.16.5 0> 0.16.10 2020-06-26 08:56:18 -07:00
python3-scapy_0.26.bb python3-scapy: upgrade 0.25 -> 0.26 2020-06-12 08:46:25 -07:00
python3-scrypt_0.8.6.bb python-scrypt: consolidate inc and bb files into a single bb file 2020-04-05 10:38:13 -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-semver_2.10.2.bb python3-semver: Enable ptest 2020-07-16 12:10:32 -07:00
python3-sentry-sdk_0.16.3.bb python3-sentry-sdk: Upgrade 0.16.0 -> 0.16.3 2020-08-13 22:32:08 -07:00
python3-serpent_1.30.2.bb python3-serpent: Upgrade 1.28 -> 1.30.2 2020-06-03 15:15:24 -07:00
python3-setuptools-scm_4.1.2.bb python3-setuptools-scm: Upgrade 3.5.0 -> 4.1.2 2020-06-25 10:21:11 -07:00
python3-sh_1.13.1.bb python3-sh: Upgrade 1.12.14 -> 1.13.1 2020-06-25 10:20:55 -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 python3-simpleeval: Enable ptest 2020-03-31 07:03:29 -07:00
python3-simplejson_3.17.2.bb python3-simplejson: Upgrade 3.17.0 -> 3.17.2 2020-07-23 10:26:48 -07:00
python3-slip-dbus_0.6.5.bb python-slip-dbus: consolidate inc and bb files into a single bb file 2020-04-05 10:38:13 -07:00
python3-smbus_4.1.bb python-smbus: consolidate inc and bb files into a single bb file 2020-04-05 10:38:13 -07:00
python3-smbus2_0.3.0.bb python3-smbus2: remove duplicate RDEPENDS settings 2020-05-31 22:42:25 -07:00
python3-smpplib_2.1.0.bb python3-smpplib: Enable ptest 2020-07-16 12:10:35 -07:00
python3-snappy_0.5.4.bb python3-snappy: Add recipe version 0.5.4 2020-05-19 17:14:08 -07:00
python3-socketio_4.6.0.bb python3-socketio: Upgrade 4.5.1 -> 4.6.0 2020-06-26 08:56:04 -07:00
python3-soupsieve_2.0.1.bb python3-soupsieve: Enable ptest 2020-07-16 12:10:39 -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.2.bb python3-speedtest-cli: Add recipe version 2.1.2 2020-04-28 16:24:07 -07:00
python3-spidev_3.2.bb python-spidev: consolidate inc and bb files into a single bb file 2020-04-05 10:38:13 -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.3.19.bb python3-sqlalchemy: Upgrade 1.3.18 -> 1.3.19 2020-08-19 14:04:00 -07:00
python3-sqlparse_0.3.1.bb python-sqlparse: consolidate inc and bb files into a single bb file 2020-04-05 10:38:13 -07:00
python3-sqlsoup_0.9.1.bb python3-sqlsoup: add package 2020-06-19 10:17:50 -07:00
python3-stevedore_3.2.0.bb python3-stevedore: Upgrade 2.0.1 -> 3.2.0 2020-07-23 10:26:58 -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.1.0.bb python-supervisord: consolidate inc and bb files into a single bb file 2020-04-05 10:38:13 -07:00
python3-sympy_1.6.2.bb python3-sympy: Upgrade 1.6.1 -> 1.6.2 2020-08-13 22:32:07 -07:00
python3-systemd_234.bb
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 python3-test-generator: add recipe 2019-09-23 22:06:33 -07:00
python3-textparser_0.23.0.bb python3-textparser: Added recipe 2020-08-06 10:25:55 -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-toml_0.10.1.bb python3-toml: Upgrade 0.10.0 -> 0.10.1 2020-06-22 08:38:24 -07:00
python3-tornado_6.0.4.bb python3-tornado: Upgrade 6.0.3 -> 6.0.4 2020-06-10 20:56:03 -07:00
python3-tqdm_4.48.2.bb python3-tqdm: Upgrade 4.48.0 -> 4.48.2 2020-08-13 22:32:07 -07:00
python3-trafaret_2.0.2.bb python3-trafaret: Add recipe version 2.0.2 2020-05-19 17:14:08 -07:00
python3-trafaret-config_2.0.2.bb python3-trafaret-config: Add recipe version 2.0.2 2020-05-19 17:14:08 -07:00
python3-traitlets_4.3.3.bb python3-traitlets: add recipe 2020-08-10 10:57:45 -07:00
python3-twine_3.2.0.bb python3-twine: Upgrade 3.1.1 -> 3.2.0 2020-06-26 08:56:07 -07:00
python3-twisted_20.3.0.bb python3-twisted: Upgrade 19.10.0 -> 20.3.0 2020-06-13 21:34:21 -07:00
python3-twitter_3.8.0.bb python-twitter: consolidate inc and bb files into a single bb file 2020-04-04 07:22:16 -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_20.4.1.bb python3-txaio: Add recipe version 20.4.1 2020-05-19 17:14:08 -07:00
python3-typeguard_2.9.1.bb python3-typeguard: Enable ptest 2020-07-16 12:10:43 -07:00
python3-typing-extensions_3.7.4.2.bb python3-typing-extensions: add recipe for 3.7.4.2 2020-04-03 17:46:28 -07:00
python3-tzlocal_2.1.bb python3-tzlocal: Upgrade 2.0.0 -> 2.1 2020-06-03 15:15:16 -07:00
python3-u-msgpack-python_2.7.0.bb python3-u-msgpack-python: Upgrade 2.6.0 -> 2.7.0 2020-08-13 22:32:08 -07:00
python3-ujson_3.1.0.bb python3-ujson: Upgrade 3.0.0 -> 3.1.0 2020-08-06 10:26:59 -07:00
python3-unidiff_0.6.0.bb python3-unidiff: Enable ptest 2020-07-06 10:18:56 -07:00
python3-uritemplate_3.0.1.bb python3-uritemplate: Enable ptest 2020-07-06 10:19:15 -07:00
python3-urllib3_1.25.10.bb python3-urllib3: Upgrade 1.25.9 -> 1.25.10 2020-07-28 12:23:15 -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_1.4.4.bb python3-waitress: Upgrade 1.4.3 -> 1.4.4 2020-06-10 20:56:11 -07:00
python3-watchdog_0.10.3.bb python3-watchdog: Upgrade 0.10.2 -> 0.10.3 2020-06-30 07:50:52 -07:00
python3-wcwidth_0.2.5.bb python3-wcwidth: Enable ptest 2020-07-06 10:19:23 -07:00
python3-webcolors_1.11.1.bb python3-webcolors: add the missing rdepends 2020-06-08 13:58:03 -07:00
python3-webencodings_0.5.1.bb python-webencodings: consolidate inc and bb files into a single bb file 2020-04-03 16:43:10 -07:00
python3-websocket-client_0.57.0.bb python3-websocket-client: Upgrade 0.56.0 -> 0.57.0 2020-07-06 10:20:25 -07:00
python3-websockets_8.1.bb python3-websockets: upgrade 8.0.2 -> 8.1 2020-01-17 15:44:06 -08:00
python3-werkzeug_1.0.1.bb python3-werkzeug: add python3-logging to RDEPENDS 2020-05-12 16:53:46 -07:00
python3-werkzeug_1.0.0.bb python-werkzeug: consolidate inc and bb files into a single bb file 2020-04-03 16:43:10 -07:00
python3-wheel_0.35.1.bb python3-wheel: Upgrade 0.34.2 -> 0.35.1 2020-08-18 09:37:23 -07:00
python3-whoosh_2.7.4.bb python-whoosh: consolidate inc and bb files into a single bb file 2020-04-03 16:43:10 -07:00
python3-wrapt_1.12.1.bb python-wrapt: consolidate inc and bb files into a single bb file 2020-04-03 16:43:10 -07:00
python3-wtforms_2.3.3.bb python3-wtforms: Upgrade 2.3.1 -> 2.3.3 2020-08-11 09:42:41 -07:00
python3-xlrd_1.2.0.bb python-xlrd: consolidate inc and bb files into a single bb file 2020-04-03 14:45:54 -07:00
python3-xlsxwriter_1.3.3.bb python3-xlsxwriter: Upgrade 1.3.2 -> 1.3.3 2020-08-18 09:37:43 -07:00
python3-xmlrunner_1.7.7.bb python3-xmlrunner: Initial commit of 1.7.7 2019-09-11 12:22:33 -07:00
python3-xmltodict_0.12.0.bb python3-xmltodict: Enable ptest 2020-03-20 07:44:29 -07:00
python3-xmodem_0.4.6.bb python3-xmodem: Add recipe version 0.4.6 2020-05-19 17:14:08 -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.0.bb python3-xxhash: Upgrade 1.4.4 -> 2.0.0 2020-08-06 10:27:35 -07:00
python3-yappi_1.2.5.bb python3-yappi: Upgrade 1.0 -> 1.2.5 2020-06-30 07:50:44 -07:00
python3-yarl_1.5.1.bb python3-yarl: Upgrade 1.4.2 -> 1.5.1 2020-08-06 10:27:03 -07:00
python3-zipp_3.1.0.bb python3-zipp: Upgrade 0.6.0 -> 3.1.0 2020-05-22 09:03:04 -07:00
python3-zopeinterface_5.1.0.bb python3-zopeinterface: Upgrade to 5.1.0 2020-06-01 09:25:38 -07:00