meta-openembedded/meta-python/recipes-devtools/python
Leon Anavi 4ca987b2dc python3-sqlalchemy: Upgrade 1.4.4 -> 1.4.5
Upgrade to release 1.4.5:

orm:
- Fixed regression where the joinedload() loader strategy would
  not successfully joinedload to a mapper that is mapper against
  a CTE construct.
- Scaled back the warning message added in #5171 to not warn for
  overlapping columns in an inheritance scenario where a
  particular relationship is local to a subclass and therefore
  does not represent an overlap.

sql:
- Fixed bug in new FunctionElement.render_derived() feature where
  column names rendered out explicitly in the alias SQL would not
  have proper quoting applied for case sensitive names and other
  non-alphanumeric names.
- Fixed regression where use of the Operators.in_() method with a
  Select object against a non-table-bound column would produce an
  AttributeError, or more generally using a ScalarSelect that has
  no datatype in a binary expression would produce invalid state.
- Added a new flag to the Dialect class called
  Dialect.supports_statement_cache. This flag now needs to be
  present directly on a dialect class in order for SQLAlchemy's
  query cache to take effect for that dialect. The rationale is
  based on discovered issues such as #6173 revealing that dialects
  which hardcode literal values from the compiled statement, often
  the numerical parameters used for LIMIT / OFFSET, will not be
  compatible with caching until these dialects are revised to use
  the parameters present in the statement only. For third party
  dialects where this flag is not applied, the SQL logging will
  show the message "dialect does not support caching", indicating
  the dialect should seek to apply this flag once they have
  verified that no per-statement literal values are being rendered
  iwithin the compilation phase.

schema:
- Introduce a new parameter Enum.omit_aliases in Enum type allow
  filtering aliases when using a pep435 Enum. Previous versions of
  SQLAlchemy kept aliases in all cases, creating database enum
  type with additional states, meaning that they were treated as
  different values in the db. For backward compatibility this flag
  defaults to False in the 1.4 series, but will be switched to
  True in a future version. A deprecation warning is raise if this
  iflag is not specified and the passed enum contains aliases.

mypy:
- Fixed issue in mypy plugin where newly added support for
  as_declarative() needed to more fully add the DeclarativeMeta
  class to the mypy interpreter’s state so that it does not
  result in a name not found error; additionally improves how
  global names are setup for the plugin including the Mapped name.

asyncio:
- Fixed issue where the asyncio extension could not be loaded if
  running Python 3.6 with the backport library of contextvars
  installed.

postgresql:
- Fixed regression where the PostgreSQL cast operator applied to
  elements within an ARRAY when using psycopg2 would fail to use
  the correct type in the case that the datatype were also
  embedded within an instance of the Variant adapter.
- Fixed typo in the fix released in 1.4.4 that completely
  prevented this change from working correctly, i.e. the error
  message did not match what was actually emitted by pg8000.
- Fixed issue where the PostgreSQL PGInspector, when generated
  against an Engine, would fail for .get_enums(),
  .get_view_names(), .get_foreign_table_names() and
  .get_table_oid() when used against a "future" style engine
  and not the connection directly.

mysql:
- Fixed regression in the MySQL dialect where the reflection query
  used to detect if a table exists would fail on very old MySQL
  5.0 and 5.1 versions.

mssql:
- Fixed a regression in MSSQL 2012+ that prevented the order by
  clause to be rendered when offset=0 is used in a subquery.

oracle:
- Fixed critical regression where the Oracle compiler would not
  maintain the correct parameter values in the LIMIT/OFFSET for a
  select due to a caching issue.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
(cherry picked from commit b8230b6a66)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-08 13:13:29 -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-m2crypto
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-astor python3-astor: switch to python3 2021-01-04 14:48:29 -08:00
python3-automat
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-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-dominate
python3-fann2
python3-geojson
python3-grpcio python3-grpcio: Fix build on mips and musl 2021-03-08 07:29:23 -08:00
python3-grpcio-tools python3-grpcio-tools: Upgrade to 1.35.0 2021-02-19 10:02:43 -08:00
python3-gunicorn
python3-h5py python3-h5py: Upgrade 3.1.0 -> 3.2.1 2021-04-03 07:46:03 -07:00
python3-html2text
python3-icu python3-icu: add new package 2020-07-12 19:04:17 -07:00
python3-inflection
python3-intervals
python3-ipy
python3-iso3166
python3-jdcal
python3-jsmin
python3-jsonpointer
python3-jstyleson meta-python: Add jstyleson 2021-01-25 14:34:06 -08:00
python3-license-expression
python3-msgpack
python3-multidict
python3-ordered-set
python3-parse
python3-parse-type
python3-pexpect
python3-pillow python3-pillow: Upgrade 7.2.0 -> 8.1.0 2021-01-12 09:16:03 -08:00
python3-pint
python3-polyline
python3-prctl python3-prctl: Upgrade 1.7 -> 1.8.1 2021-02-01 10:44:55 -08:00
python3-precise-runner
python3-prettytable
python3-ptyprocess
python3-pyasn1
python3-pyasn1-modules
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-pyserial
python3-pytoml
python3-pytz
python3-requests python3-requests: Support idna version 3.1 2021-03-08 07:29:49 -08: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-semver python3-semver: Enable ptest 2020-07-16 12:10:32 -07:00
python3-serpent
python3-simpleeval
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-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-whoosh
python3-wpa-supplicant python3-wpa-supplicant: fix importing the cli submodule 2021-03-22 09:19:27 -07:00
python3-xlrd
python3-xmltodict
python3-xxhash
python3-yappi
python3-yarl
pamela_1.0.0.bb
pyrtm_0.4.2.bb
python-django-south.inc
python-django.inc
python-flask-bootstrap.inc
python-flask-script.inc
python-flask-sijax.inc
python-flask-xstatic.inc
python-idna-ssl.inc
python-m2crypto.inc meta-python: Drop RDEPEND'ing on python3-typing 2020-11-12 12:45:11 -08:00
python-pyasn1.inc
python3-absl_0.10.0.bb python3-absl: Upgrade 0.9.0 -> 0.10.0 2020-09-05 13:04:22 -07:00
python3-aenum_3.0.0.bb python3-aenum: Upgrade 2.2.6 -> 3.0.0 2021-01-28 10:52:32 -08:00
python3-aiofiles_0.6.0.bb python3-aiofiles: Upgrade 0.5.0 -> 0.6.0 2020-11-04 11:09:39 -08:00
python3-aiohttp_3.7.4.post0.bb python3-aiohttp: Upgrade 3.7.4 -> 3.7.4.post0 2021-04-07 09:37:36 -07:00
python3-aiohttp-jinja2_1.4.2.bb python3-aiohttp-jinja2: Upgrade 1.2.0 -> 1.4.2 2021-02-01 10:44:51 -08:00
python3-aiohue_2.2.0.bb python3-aiohue: Integrate the hue control python module 2021-03-08 07:30:11 -08:00
python3-alembic_1.5.8.bb python3-alembic: Upgrade 1.5.7 -> 1.5.8 2021-03-26 10:32:32 -07:00
python3-ansi2html_1.6.0.bb python3-ansi2html: Upgrade 1.5.2 -> 1.6.0 2020-11-27 11:54:04 -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-apply-defaults_0.1.4.bb
python3-argcomplete_1.12.2.bb python3-argcomplete: Upgrade 1.12.1 -> 1.12.2 2021-01-08 08:41:14 -08:00
python3-argexec_1.0.3.bb meta-python: Drop RDEPEND'ing on python3-typing 2020-11-12 12:45:11 -08:00
python3-argh_0.26.2.bb
python3-arpeggio_1.10.1.bb python3-arpeggio: Upgrade 1.9.2 -> 1.10.1 2020-11-23 13:00:55 -08: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 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: switch to python3 2021-01-04 14:48:29 -08:00
python3-astroid_2.5.2.bb python3-astroid: Upgrade 2.5.1 -> 2.5.2 2021-03-30 09:04:34 -07:00
python3-asttokens_2.0.4.bb python3-asttokens: initial add 2.0.4 2021-01-27 10:21:14 -08:00
python3-async-timeout_3.0.1.bb
python3-attr_0.3.1.bb
python3-autobahn_21.3.1.bb python3-autobahn: Upgrade 21.2.2 -> 21.3.1 2021-03-17 12:05:11 -07:00
python3-automat_20.2.0.bb
python3-aws-iot-device-sdk-python_1.4.9.bb python3-aws-iot-device-sdk-python: update to 1.4.9 2021-02-09 08:49:12 -08:00
python3-babel_2.9.0.bb python3-babel: Upgrade 2.8.0 -> 2.9.0 2021-01-08 08:42: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.3.bb python3-backports-functools-lru-cache: Upgrade 1.6.1 -> 1.6.3 2021-03-26 10:32:32 -07:00
python3-bandit_1.7.0.bb python3-bandit: upgrade 1.6.2 -> 1.7.0 2021-01-04 14:48:29 -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.3.bb beautifulsoup4: Upgrade 4.9.2 -> 4.9.3 2020-10-07 08:42:38 -07:00
python3-behave_1.2.6.bb
python3-betamax_0.8.1.bb python3-betamax: add recipe 2020-07-06 10:21:18 -07:00
python3-bitarray_1.9.0.bb python3-bitarray: Upgrade 1.8.2 -> 1.9.0 2021-04-07 09:37:36 -07:00
python3-bitstring_3.1.7.bb
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 python3-blinker: Enable ptest 2020-07-03 18:07:00 -07:00
python3-booleanpy_3.8.bb
python3-cachecontrol_0.12.6.bb
python3-cachetools_4.2.1.bb python3-cachetools: Upgrade 4.2.0 -> 4.2.1 2021-01-28 10:52:09 -08:00
python3-can_3.3.3.bb
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 python3-cassandra-driver: Upgrade 3.24.0 -> 3.25.0 2021-03-22 09:19:03 -07:00
python3-cbor2_5.2.0.bb python3-cbor2: Upgrade 5.1.2 -> 5.2.0 2020-10-04 20:22:59 -07:00
python3-cerberus_1.3.2.bb Add python3-cerberus 2020-11-12 12:45:00 -08:00
python3-certifi_2020.12.5.bb python3-certifi: Upgrade 2020.11.8 -> 2020.12.5 2021-01-12 09:16:35 -08:00
python3-cffi_1.14.5.bb python3-cffi: Upgrade 1.14.4 -> 1.14.5 2021-03-01 11:06:14 -08:00
python3-chardet_4.0.0.bb python3-chardet: Upgrade 3.0.4 -> 4.0.0 2021-01-04 14:48:29 -08:00
python3-cheetah_3.2.6.post1.bb python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1 2021-04-03 07:46:03 -07:00
python3-click_7.1.2.bb python3-click: Enable ptest 2020-07-03 18:07:09 -07:00
python3-click-repl_0.1.6.bb python3-click-repl: Add recipe 2020-08-25 10:33:30 -07:00
python3-click-spinner_0.1.10.bb python3-click-spinner: Add recipe 2020-08-25 10:33:34 -07:00
python3-cmd2_1.5.0.bb python3-cmd2: Upgrade 1.4.0 -> 1.5.0 2021-02-02 18:50:06 -08: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.bb python3-coloredlogs: Upgrade 14.0 -> 15.0 2021-01-12 09:15:42 -08:00
python3-colorlog_4.8.0.bb python3-colorlog: Upgrade 4.7.2 -> 4.8.0 2021-03-26 10:32:32 -07:00
python3-configargparse_1.4.bb python3-configargparse: Upgrade 1.3 -> 1.4 2021-03-17 12:04:43 -07:00
python3-configobj_5.0.6.bb
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 python3-configshell-fb: Upgrade 1.1.28 -> 1.1.29 2021-03-26 10:32:32 -07:00
python3-constantly_15.1.0.bb
python3-contextlib2_0.6.0.post1.bb python3-contextlib2: Upgrade 0.6.0 -> 0.6.0.post1 2021-04-07 09:37:36 -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
python3-croniter_1.0.10.bb python3-croniter: Upgrade 1.0.9 -> 1.0.10 2021-03-30 09:04:34 -07:00
python3-cryptography_3.3.1.bb python3-cryptography: Upgrade 3.2 -> 3.3.1 2021-01-14 11:58:45 -08:00
python3-cryptography-vectors_3.4.6.bb python3-cryptography-vectors: update to 3.4.6 2021-02-22 09:16:15 -08: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 python3-cvxopt: Upgrade 1.2.5 -> 1.2.6 2021-03-01 11:06:38 -08:00
python3-cycler_0.10.0.bb
python3-dateparser_1.0.0.bb python3-dateparser: Upgrade 0.7.6 -> 1.0.0 2020-11-04 11:09:47 -08:00
python3-dateutil_2.8.1.bb python3-dateutil/python3-pykwalify: add nativesdk support 2020-09-24 12:51:54 -07:00
python3-dbus-next_0.2.2.bb python3-dbus-next: Upgrade 0.1.4 -> 0.2.2 2021-01-20 09:30:43 -08:00
python3-dbussy_1.3.bb
python3-decorator_5.0.1.bb python3-decorator: Upgrade 4.4.2 -> 5.0.1 2021-04-07 09:37:36 -07:00
python3-defusedxml_0.7.1.bb python3-defusedxml: Upgrade 0.6.0 -> 0.7.1 2021-03-17 12:05:27 -07:00
python3-dill_0.3.3.bb python3-dill: Upgrade 0.3.2 -> 0.3.3 2020-11-18 08:18:15 -08: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.5.0.bb
python3-django_2.2.16.bb python3-django: upgrade 2.2.13 -> 2.2.16 2020-09-11 17:44:02 -07:00
python3-django_3.1.7.bb python3-django: Upgrade 3.1.1 -> 3.1.7 2021-03-26 10:32:33 -07:00
python3-django-south_1.0.2.bb
python3-djangorestframework_3.12.4.bb python3-djangorestframework: Upgrade 3.12.3 -> 3.12.4 2021-03-30 09:04:35 -07:00
python3-dnspython_2.1.0.bb python3-dnspython: Upgrade 2.0.0 -> 2.1.0 2021-01-12 09:16:21 -08:00
python3-docopt_0.6.2.bb python3-docopt: add version 0.6.2 2020-09-24 12:52:49 -07:00
python3-docutils_0.17.bb python3-docutils: Upgrade 0.16 -> 0.17 2021-04-07 09:37:36 -07:00
python3-dominate_2.6.0.bb python3-dominate: Upgrade 2.5.2 -> 2.6.0 2020-10-22 22:17:04 -07:00
python3-dt-schema_git.bb
python3-dynamic-dispatch_1.0.3.bb meta-python: Drop RDEPEND'ing on python3-typing 2020-11-12 12:45:11 -08:00
python3-ecdsa_0.16.1.bb python3-ecdsa: Upgrade 0.16.0 -> 0.16.1 2021-01-14 11:58:35 -08:00
python3-editor_1.0.4.bb
python3-elementpath_2.2.1.bb python3-elementpath: Upgrade 2.2.0 -> 2.2.1 2021-03-26 10:32:32 -07:00
python3-engineio_3.13.0.bb
python3-et-xmlfile_1.0.1.bb
python3-evdev_1.4.0.bb python3-evdev: Upgrade 1.3.0 -> 1.4.0 2021-01-25 14:34:06 -08: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.bb python3-fasteners: Upgrade 0.15 -> 0.16 2020-12-21 17:53:34 -08: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
python3-flask_1.1.2.bb python3-flask: Upgrade 1.1.1 -> 1.1.2 2020-08-27 15:07:35 -07:00
python3-flask-babel_2.0.0.bb python3-flask-babel: Upgrade 1.0.0 -> 2.0.0 2020-08-31 08:27:05 -07:00
python3-flask-bootstrap_3.3.7.1.bb
python3-flask-jsonpify_1.5.0.bb
python3-flask-jwt_0.3.2.bb
python3-flask-login_0.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-mail: Consolidate in a single file 2020-09-02 08:55:41 -07:00
python3-flask-migrate_2.7.0.bb python3-flask-migrate: Upgrade 2.6.0 -> 2.7.0 2021-03-24 08:50:45 -07:00
python3-flask-nav_0.6.bb python3-flask-nav: Consolidate in a single file 2020-09-02 08:55:34 -07:00
python3-flask-pymongo_2.3.0.bb python3-flask-pymongo: Consolidate in a single file 2020-09-02 08:55:46 -07:00
python3-flask-restful_0.3.8.bb python3-flask-restful: Upgrade 0.3.7 -> 0.3.8 2020-08-31 08:27:23 -07:00
python3-flask-script_2.0.6.bb
python3-flask-sijax_0.4.1.bb
python3-flask-socketio_5.0.1.bb python3-flask-socketio: update to 4.3.1 2021-02-09 08:49:27 -08:00
python3-flask-sqlalchemy_2.5.1.bb python3-flask-sqlalchemy: Upgrade 2.4.4 -> 2.5.1 2021-03-26 10:32:33 -07:00
python3-flask-uploads_0.2.1.bb python3-flask-uploads: Consolidate in a single file 2020-09-23 10:13:31 -07:00
python3-flask-user_0.6.19.bb python3-flask-user: Consolidate in a single file 2020-09-02 08:51:48 -07:00
python3-flask-versioned_0.9.4-20101221.bb
python3-flask-wtf_0.14.3.bb python3-flask-wtf: Upgrade 0.14.2 -> 0.14.3 2020-08-27 15:07:50 -07:00
python3-flask-xstatic_0.0.1.bb
python3-future_0.18.2.bb
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-gevent_21.1.2.bb python3-gevent: Upgrade 20.9.0 -> 21.1.2 2021-02-01 10:43:42 -08:00
python3-gmpy2_2.0.8.bb python3-gmpy2: add new package 2020-07-16 07:08:46 -07:00
python3-gmqtt_0.6.9.bb python3-gmqtt: Upgrade 0.6.8 -> 0.6.9 2021-01-04 14:48:29 -08: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_2.1.0.bb python3-google-api-python-client: Upgrade 2.0.2 -> 2.1.0 2021-04-07 09:37:36 -07:00
python3-gpsd-py3_0.3.0.bb python3-gpsd-py3: Added recipe 2021-03-08 07:30:22 -08:00
python3-graphviz_0.16.bb python3-graphviz: Upgrade 0.14.2 -> 0.16 2021-02-05 10:26:11 -08:00
python3-greenlet_1.0.0.bb python3-greenlet: Upgrade 0.4.17 -> 1.0.0 2021-01-20 09:27:59 -08:00
python3-greenstalk_2.0.0.bb python3-greenstalk: update to 2.0.0 2021-02-09 08:49:31 -08:00
python3-grpcio_1.36.1.bb python3-grpcio,python3-grpcio-tools: Enable build on ppc64/glibc 2021-03-14 09:19:06 -07:00
python3-grpcio-tools_1.36.1.bb python3-grpcio-tools: Upgrade 1.35.0 -> 1.36.1 2021-03-24 08:50:45 -07:00
python3-gunicorn_20.1.0.bb python3-gunicorn: Upgrade 20.0.4 -> 20.1.0 2021-03-30 09:04:35 -07:00
python3-h5py_3.2.1.bb python3-h5py: Upgrade 3.1.0 -> 3.2.1 2021-04-03 07:46:03 -07:00
python3-h11_0.12.0.bb python3-h11: new package 2021-03-30 09:04:34 -07:00
python3-haversine_2.3.0.bb python3-haversine: Upgrade 2.2.0 -> 2.3.0 2020-09-15 09:28:34 -07:00
python3-hexdump_3.3.bb python3-hexdump: Move cleanup_hexfile into install_append 2021-03-24 08:50:45 -07:00
python3-html2text_2020.1.16.bb
python3-html5lib_1.1.bb python3-html5lib: Upgrade 1.0.1 -> 1.1 2020-07-03 18:06:51 -07:00
python3-httplib2_0.19.1.bb python3-httplib2: Upgrade 0.19.0 -> 0.19.1 2021-04-03 07:46:03 -07:00
python3-huey_2.3.1.bb python3-huey: Upgrade 2.3.0 -> 2.3.1 2021-03-11 19:59:04 -08:00
python3-humanfriendly_9.1.bb python3-humanfriendly: Upgrade 8.2 -> 9.1 2021-01-08 08:42:04 -08:00
python3-humanize_3.3.0.bb python3-humanize: Upgrade 3.2.0 -> 3.3.0 2021-03-24 08:50:45 -07:00
python3-hyperlink_21.0.0.bb python3-hyperlink: Upgrade 20.0.1 -> 21.0.0 2021-01-12 09:16:17 -08:00
python3-icu_2.6.bb python3-icu: Update to 2.6 2020-11-12 12:45:04 -08:00
python3-idna_3.1.bb python3-idna: update to 3.1 2021-02-16 08:49:47 -08:00
python3-idna-ssl_1.1.0.bb
python3-ifaddr_0.1.7.bb python3-ifaddr: Integrate a dependency of pysonos 2021-03-08 07:30:03 -08:00
python3-imageio_2.9.0.bb python3-imageio: Upgrade 2.8.0 -> 2.9.0 2020-07-10 09:35:26 -07:00
python3-incremental_21.3.0.bb python3-incremental: Upgrade 17.5.0 -> 21.3.0 2021-03-11 19:59:04 -08:00
python3-inflection_0.5.1.bb python3-inflection: Upgrade 0.5.0 -> 0.5.1 2020-08-25 10:34:14 -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 python3-intervals: Upgrade 1.10.0 -> 1.10.0.post1 2021-01-28 10:52:42 -08:00
python3-ipaddress_1.0.23.bb
python3-ipy_1.01.bb python3-ipy: upgrade 1.00 -> 1.01 2021-01-28 10:52:00 -08:00
python3-ipython_7.22.0.bb python3-ipython: Upgrade 7.21.0 -> 7.22.0 2021-03-30 09:04:35 -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-iso8601_0.1.14.bb python3-iso8601: Upgrade 0.1.13 -> 0.1.14 2021-02-24 09:08:28 -08:00
python3-isodate_0.6.0.bb
python3-isort_5.8.0.bb python3-isort: Upgrade 5.7.0 -> 5.8.0 2021-03-24 08:50:45 -07:00
python3-itsdangerous_1.1.0.bb
python3-javaobj-py3_0.4.2.bb python3-javaobj-py3: Upgrade 0.4.1 -> 0.4.2 2021-02-05 10:26:10 -08: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-jedi_0.18.0.bb python3-jedi: Upgrade 0.17.2 -> 0.18.0 2021-01-12 09:16:39 -08:00
python3-jinja2_2.%.bbappend python3-jinja2: Fix ptest RDEPENDS and file installation 2020-11-23 22:51:38 -08:00
python3-jmespath_0.10.0.bb python3-jmespath: new package 2021-03-26 10:32:32 -07:00
python3-jsmin_2.2.2.bb
python3-jsonpatch_1.32.bb python3-jsonpatch: Upgrade 1.31 -> 1.32 2021-03-17 12:04:27 -07:00
python3-jsonpath-rw_1.4.0.bb python3-jsonpath-rw: Add recipe for v1.4.0 2020-11-23 13:00:54 -08:00
python3-jsonpointer_2.1.bb python3-jsonpointer: Upgrade 2.0 -> 2.1 2021-03-17 12:04:38 -07:00
python3-jsonrpcserver_4.2.0.bb python3-jsonrpcserver: Upgrade 4.1.3 -> 4.2.0 2021-01-12 09:15:49 -08:00
python3-jsonschema_3.2.0.bb
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-keras-applications_1.0.8.bb
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.3.1.bb python3-kiwisolver: Upgrade 1.3.0 -> 1.3.1 2020-11-04 11:10:02 -08:00
python3-langtable_0.0.54.bb python3-langtable: Upgrade 0.0.53 -> 0.0.54 2020-11-04 11:09:53 -08:00
python3-lazy-object-proxy_1.6.0.bb python3-lazy-object-proxy: Upgrade 1.5.2 -> 1.6.0 2021-03-26 10:32:32 -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-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_2.3.1.bb python3-luma-core: Upgrade 2.2.0 -> 2.3.1 2021-03-17 12:04:47 -07:00
python3-luma-oled_3.8.1.bb python3-luma-oled: Upgrade 3.7.0 -> 3.8.1 2020-11-27 11:54:04 -08:00
python3-lxml_4.6.3.bb python3-lxml: upgrade 4.6.2 -> 4.6.3 2021-03-30 09:04:34 -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.30.1.bb
python3-markdown_3.3.4.bb python3-markdown: Upgrade 3.3.3 -> 3.3.4 2021-03-01 11:06:28 -08:00
python3-markupsafe_1.%.bbappend python3-markupsafe: Fix ptest RDEPENDS and installation 2020-11-24 16:01:53 -08:00
python3-matplotlib_3.4.1.bb python3-matplotlib: Upgrade 3.3.4 -> 3.4.1 2021-04-03 07:46:03 -07:00
python3-mccabe_0.6.1.bb python3-mccabe: Fix HOMEPAGE 2021-03-08 07:29:59 -08:00
python3-meld3_2.0.1.bb
python3-mock_4.0.3.bb python3-mock: Upgrade 4.0.2 -> 4.0.3 2021-01-12 09:16:44 -08:00
python3-monotonic_1.5.bb
python3-mpmath_1.2.1.bb python3-mpmath: Upgrade 1.1.0 -> 1.2.1 2021-02-24 09:08:00 -08:00
python3-msgpack_1.0.2.bb python3-msgpack: Upgrade 1.0.0 -> 1.0.2 2021-01-14 11:58:26 -08:00
python3-msk_0.3.16.bb python3-msk: Upgrade 0.3.15 -> 0.3.16 2020-09-16 09:16:37 -07:00
python3-msm_0.8.8.bb python3-msm: Upgrade 0.8.7 -> 0.8.8 2020-08-25 10:34:33 -07:00
python3-multidict_5.1.0.bb python3-multidict: Upgrade 5.0.0 -> 5.1.0 2021-01-08 08:41:19 -08:00
python3-mypy_0.812.bb python3-mypy: Upgrade 0.800 -> 0.812 2021-02-24 09:08:13 -08: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 python3-natsort: Upgrade 7.1.0 -> 7.1.1 2021-01-28 10:51:15 -08:00
python3-ndg-httpsclient_0.5.1.bb
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-networkx_2.5.1.bb python3-networkx: Upgrade 2.5 -> 2.5.1 2021-04-07 09:37:36 -07:00
python3-nmap_1.5.0.bb python3-nmap: upgrade 1.4.8 -> 1.5.0 2021-01-28 10:52:05 -08: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.3.4.bb python3-ntplib: Upgrade 0.3.3 -> 0.3.4 2020-08-31 08:26:58 -07:00
python3-oauthlib_3.1.0.bb
python3-obd_0.7.1.bb python3-obd: Add missing setuptools RDEPENDS 2020-07-21 16:46:36 -07:00
python3-openpyxl_3.0.7.bb python3-openpyxl: Upgrade 3.0.6 -> 3.0.7 2021-03-30 09:04:35 -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-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 python3-paho-mqtt: Upgrade 1.5.0 -> 1.5.1 2020-09-24 12:52:12 -07:00
python3-pako_0.3.1.bb python3-pako: Upgrade 0.3.0 -> 0.3.1 2021-03-14 09:19:05 -07:00
python3-pandas_1.2.3.bb python3-pandas: Upgrade 1.2.2 -> 1.2.3 2021-03-08 07:29:45 -08:00
python3-parallax_1.0.6.bb
python3-paramiko_2.7.2.bb python3-paramiko: fixing runtime dependencies 2020-10-16 23:11:58 -07:00
python3-parse_1.19.0.bb python3-parse: Upgrade 1.18.0 -> 1.19.0 2021-01-20 09:29:46 -08:00
python3-parse-type_0.5.2.bb
python3-parso_0.8.2.bb python3-parso: Upgrade 0.8.1 -> 0.8.2 2021-04-03 07:46:03 -07:00
python3-passlib_1.7.4.bb python3-passlib: Upgrade 1.7.2 -> 1.7.4 2020-10-16 23:11:58 -07:00
python3-pastedeploy_2.1.1.bb python3-pastedeploy: Add recipe 2021-03-17 12:05:44 -07:00
python3-pathtools3_0.2.1.bb
python3-pep8_1.7.1.bb python3-pep8: Fix HOMEPAGE 2021-03-08 07:29:53 -08:00
python3-periphery_2.3.0.bb python3-periphery: update to 2.3.0 2021-02-22 09:16:18 -08:00
python3-petact_0.1.2.bb
python3-pexpect_4.8.0.bb
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.2.0.bb python3-pika: update to 1.2.0 2021-02-16 08:50:41 -08:00
python3-pillow_8.2.0.bb python3-pillow: Upgrade 8.1.2 -> 8.2.0 2021-04-07 09:37:36 -07:00
python3-pint_0.17.bb python3-pint: Upgrade 0.16.1 -> 0.17 2021-03-26 10:32:33 -07:00
python3-pkgconfig_1.5.2.bb python3-pkgconfig: Upgrade 1.5.1 -> 1.5.2 2021-02-24 09:08:09 -08:00
python3-ply_3.11.bb
python3-pocketsphinx_0.1.15.bb
python3-polyline_1.4.0.bb
python3-portion_2.1.5.bb python3-portion: Upgrade 2.1.4 -> 2.1.5 2021-03-08 07:29:42 -08: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
python3-pretend_1.0.9.bb
python3-prettytable_2.1.0.bb python3-prettytable: Upgrade 2.0.0 -> 2.1.0 2021-03-11 19:59:04 -08:00
python3-progress_1.5.bb
python3-prompt-toolkit_3.0.18.bb python3-prompt-toolkit: Upgrade 3.0.17 -> 3.0.18 2021-03-26 10:32:32 -07:00
python3-protobuf_3.14.0.bb python3-protobuf: update to 3.14.0 2021-02-16 08:50:48 -08:00
python3-psutil_5.8.0.bb python3-psutil: Upgrade 5.7.3 -> 5.8.0 2021-01-08 08:41:09 -08:00
python3-ptyprocess_0.7.0.bb python3-ptyprocess: Upgrade 0.6.0 -> 0.7.0 2021-01-12 09:16:31 -08:00
python3-pulsectl_21.3.4.bb python3-pulsectl: Upgrade 21.2.0 -> 21.3.4 2021-03-17 12:05:17 -07:00
python3-py-ubjson_0.16.1.bb
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
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-pyaudio_0.2.11.bb
python3-pybind11_2.6.2.bb python3-pybind11: Upgrade 2.5.0 -> 2.6.2 2021-02-01 10:44:20 -08: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_9.1.1.bb python3-pychromecast: Upgrade 8.1.0 -> 9.1.1 2021-03-11 19:59:04 -08: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
python3-pycrypto_2.6.1.bb python3-pycrypto: Consolidate in a single file 2020-09-28 20:49:15 -07:00
python3-pycurl_7.43.0.6.bb python3-pycurl: Upgrade 7.43.0.5 -> 7.43.0.6 2020-09-05 13:04:00 -07:00
python3-pydbus_0.6.0.bb
python3-pydbus-manager_git.bb pydbus-manager: new package 2021-02-16 08:51:01 -08: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
python3-pyflakes_2.3.1.bb python3-pyflakes: Upgrade 2.3.0 -> 2.3.1 2021-03-26 10:32:33 -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
python3-pyinotify_0.9.6.bb python3-pyinotify: Add missing ctypes dependency 2020-11-04 11:09:57 -08: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_2.0.1.bb python3-pyjwt: Upgrade 2.0.0 -> 2.0.1 2021-01-27 10:21:14 -08:00
python3-pykwalify_1.8.0.bb python3-pykwalify: fix RDEPENDS 2021-02-05 10:26:10 -08:00
python3-pylint_1.8.3.bb
python3-pylyrics_1.1.0.bb
python3-pymisp_2.4.141.bb python3-pymisp: Upgrade 2.4.140 -> 2.4.141 2021-04-07 09:37:36 -07:00
python3-pymongo_3.11.3.bb python3-pymongo: Upgrade 3.11.2 -> 3.11.3 2021-02-05 10:26:11 -08:00
python3-pymysql_1.0.2.bb python3-pymysql: Upgrade 0.10.1 -> 1.0.2 2021-01-20 09:30:38 -08:00
python3-pynacl_1.4.0.bb python3-pynacl: Added recipe 2020-08-11 09:42:55 -07:00
python3-pynetlinux_1.1.bb
python3-pyopenssl_20.0.1.bb python3-pyopenssl: Upgrade 19.1.0 -> 20.0.1 2021-01-14 11:58:30 -08:00
python3-pyperclip_1.8.2.bb python3-pyperclip: Upgrade 1.8.1 -> 1.8.2 2021-02-24 09:07:52 -08:00
python3-pyperf_2.2.0.bb python3-pyperf: Upgrade 2.1.0 -> 2.2.0 2021-03-26 10:32:32 -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.16.bb python3-pyroute2: Upgrade 0.5.15 -> 0.5.16 2021-04-03 07:46:03 -07:00
python3-pyrsistent_0.17.3.bb python3-pyrsistent: Upgrade 0.16.0 -> 0.17.3 2020-09-16 09:16:27 -07:00
python3-pyscaffold_4.0.1.bb python3-pyscaffold: Upgrade 4.0 -> 4.0.1 2021-03-24 08:50:45 -07:00
python3-pyserial_3.5.bb python3-pyserial: Upgrade 3.4 -> 3.5 2021-01-25 14:34:06 -08:00
python3-pysocks_1.7.1.bb
python3-pysonos_0.0.41.bb python3-pysonos: Upgrade 0.0.40 -> 0.0.41 2021-04-07 09:37:36 -07:00
python3-pystache_0.5.4.bb
python3-pystemd_0.8.0.bb pystemd: satisfy runtime dependencies 2021-03-08 07:30:19 -08:00
python3-pytest-asyncio_0.14.0.bb python3-pytest-asyncio: Upgrade 0.12.0 -> 0.14.0 2020-08-19 14:04:15 -07:00
python3-pytest-helpers-namespace_2021.3.24.bb python3-pytest-helpers-namespace: Upgrade 2019.1.8 -> 2021.3.24 2021-03-26 10:32:32 -07:00
python3-pytest-html_3.1.1.bb python3-pytest-html: Upgrade 2.1.1 -> 3.1.1 2021-02-05 10:26:11 -08:00
python3-pytest-metadata_1.11.0.bb python3-pytest-metadata: Upgrade 1.10.0 -> 1.11.0 2021-01-08 08:42:20 -08:00
python3-pytest-runner_5.3.0.bb python3-pytest-runner: Upgrade 5.2 -> 5.3.0 2021-03-01 11:06:23 -08:00
python3-pytest-tempdir_2019.10.12.bb
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.11115.bb python3-python-vlc: Upgrade 3.0.10114 -> 3.0.11115 2020-08-19 14:04:10 -07:00
python3-pythonping_1.0.16.bb python3-pythonping: new package 2021-03-18 11:26:40 -07:00
python3-pytoml_0.1.21.bb
python3-pytz_2021.1.bb python3-pytz: upgrade 2020.1 -> 2021.1 2021-02-05 10:26:10 -08:00
python3-pyudev_0.22.0.bb
python3-pyusb_1.1.1.bb python3-pyusb: Upgrade 1.1.0 -> 1.1.1 2021-01-25 14:34:06 -08:00
python3-pyyaml_5.4.1.bb python3-pyyaml: Upgrade 5.4 -> 5.4.1 2021-01-27 10:21:14 -08:00
python3-pyzmq_22.0.3.bb python3-pyzmq: Upgrade 22.0.2 -> 22.0.3 2021-03-01 11:06:48 -08:00
python3-qrcode_6.1.bb python3-qrcode: add package 2020-07-16 07:10:28 -07:00
python3-raven_6.10.0.bb
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_2021.4.4.bb python3-regex: Upgrade 2021.3.17 -> 2021.4.4 2021-04-07 09:37:36 -07:00
python3-requests_2.25.1.bb python3-requests: Support idna version 3.1 2021-03-08 07:29:49 -08: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-oauthlib_1.3.0.bb
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.3.bb python3-rfc3339-validator: Upgrade 0.1.2 -> 0.1.3 2021-03-26 10:32:33 -07:00
python3-rfc3986-validator_0.1.1.bb
python3-rfc3987_1.3.8.bb
python3-robotframework_4.0.bb python3-robotframework: update to 4.0 2021-03-14 09:19:05 -07:00
python3-robotframework-seriallibrary_0.3.1.bb
python3-rsa_4.7.2.bb python3-rsa: Upgrade 4.7.1 -> 4.7.2 2021-03-01 11:06:43 -08:00
python3-ruamel-yaml_0.17.2.bb python3-ruamel-yaml: Upgrade 0.17.0 -> 0.17.2 2021-03-30 09:04:35 -07:00
python3-scapy_0.26.bb
python3-scrypt_0.8.17.bb python3-scrypt: Upgrade 0.8.6 -> 0.8.17 2021-03-26 10:32:32 -07:00
python3-sdnotify_0.3.2.bb
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 python3-semver: Upgrade 2.10.2 -> 2.13.0 2020-10-22 22:16:49 -07:00
python3-sentry-sdk_1.0.0.bb python3-sentry-sdk: update to 1.0.0 2021-03-14 09:19:05 -07:00
python3-serpent_1.30.2.bb
python3-sh_1.14.1.bb python3-sh: remove python3-tests from RDEPENDS 2021-01-18 14:30:00 -08:00
python3-sijax_0.3.2.bb
python3-simpleeval_0.9.10.bb
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
python3-smbus_4.2.bb python3-smbus: upgrade 4.1 -> 4.2 2021-01-20 09:29:51 -08:00
python3-smbus2_0.4.1.bb python3-smbus2: Upgrade 0.4.0 -> 0.4.1 2021-01-25 14:34:06 -08:00
python3-smpplib_2.1.0.bb python3-smpplib: Enable ptest 2020-07-16 12:10:35 -07:00
python3-snappy_0.6.0.bb python3-snappy: upgrade 0.5.4 -> 0.6.0 2021-01-20 09:29:56 -08:00
python3-socketio_5.1.0.bb python3-socketio: Upgrade 5.0.4 -> 5.1.0 2021-03-17 12:05:37 -07:00
python3-soupsieve_2.2.1.bb python3-soupsieve: Upgrade 2.2 -> 2.2.1 2021-03-22 09:18:56 -07:00
python3-speaklater_1.3.bb
python3-speedtest-cli_2.1.2.bb
python3-spidev_3.5.bb
python3-sqlalchemy_1.4.5.bb python3-sqlalchemy: Upgrade 1.4.4 -> 1.4.5 2021-04-08 13:13:29 -07:00
python3-sqlparse_0.4.1.bb python3-sqlparse: Upgrade 0.3.1 -> 0.4.1 2020-10-16 23:11:58 -07:00
python3-sqlsoup_0.9.1.bb
python3-stevedore_3.3.0.bb python3-stevedore: Upgrade 3.2.2 -> 3.3.0 2020-12-21 17:53:15 -08:00
python3-strict-rfc3339_0.7.bb
python3-supervisor_4.2.1.bb python3-supervisor: update to 4.2.1 2021-02-22 09:16:31 -08:00
python3-sympy_1.7.1.bb python3-sympy: Upgrade 1.6.2 -> 1.7.1 2021-01-08 08:41:54 -08:00
python3-systemd_234.bb python3-systemd: Consolidate in a single file 2020-09-05 13:04:28 -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
python3-termcolor_1.1.0.bb
python3-test-generator_0.1.2.bb python3-test-generator: Enable ptest 2020-09-16 09:16:41 -07:00
python3-textparser_0.23.0.bb python3-textparser: Added recipe 2020-08-06 10:25:55 -07:00
python3-texttable_1.6.3.bb python3-texttable: Upgrade 1.6.2 -> 1.6.3 2020-09-15 09:28:34 -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 python3-tornado: Upgrade 6.0.4 -> 6.1 2020-11-04 11:10:11 -08:00
python3-tqdm_4.59.0.bb python3-tqdm: Upgrade 4.58.0 -> 4.59.0 2021-04-07 09:37:36 -07:00
python3-trafaret_2.1.0.bb python3-trafaret: Upgrade 2.0.2 -> 2.1.0 2020-09-15 09:28:34 -07:00
python3-trafaret-config_2.0.2.bb
python3-traitlets_5.0.5.bb python3-traitlets: Upgrade 5.0.4 -> 5.0.5 2020-10-28 10:22:05 -07:00
python3-transitions_0.8.7.bb python3-transitions: Upgrade 0.8.6 -> 0.8.7 2021-02-24 09:07:38 -08: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.2.0.bb python3-twisted: Upgrade 20.3.0 -> 21.2.0 2021-03-08 07:29:01 -08:00
python3-twitter_3.10.0.bb python3-twitter: update to 3.10.0 2021-02-09 08:49:34 -08:00
python3-twofish_0.3.0.bb
python3-txaio_21.2.1.bb python3-txaio: Upgrade 20.12.1 -> 21.2.1 2021-02-24 09:08:36 -08:00
python3-txdbus_1.1.2.bb python3-txdbus: add missing runtime dependencies 2021-03-24 08:50:45 -07:00
python3-typed-ast_1.4.2.bb python3-typed-ast: Upgrade 1.4.1 -> 1.4.2 2021-01-28 10:52:56 -08:00
python3-typeguard_2.12.0.bb python3-typeguard: Upgrade 2.11.1 -> 2.12.0 2021-04-07 09:37:36 -07:00
python3-typing-extensions_3.7.4.3.bb python3-typing-extensions: Upgrade 3.7.4.2 -> 3.7.4.3 2020-08-25 10:34:20 -07:00
python3-tzlocal_2.1.bb
python3-u-msgpack-python_2.7.1.bb python3-u-msgpack-python: Upgrade 2.7.0 -> 2.7.1 2020-10-28 10:22:05 -07:00
python3-ujson_4.0.2.bb python3-ujson: Upgrade 4.0.1 -> 4.0.2 2021-01-25 14:34:06 -08: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.26.4.bb python3-urllib3: Upgrade 1.26.3 -> 1.26.4 2021-03-22 09:19:08 -07:00
python3-vcversioner_2.16.0.0.bb
python3-versiontools_1.9.1.bb
python3-visitor_0.1.3.bb
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.0.2.bb python3-watchdog: Upgrade 2.0.0 -> 2.0.2 2021-02-24 09:08:40 -08:00
python3-webcolors_1.11.1.bb meta-python: Drop RDEPEND'ing on python3-typing 2020-11-12 12:45:11 -08:00
python3-webencodings_0.5.1.bb
python3-websocket-client_0.58.0.bb python3-websocket-client: update to 0.58.0 2021-03-08 07:30:36 -08:00
python3-websockets_8.1.bb
python3-werkzeug_1.0.1.bb python3-werkzeug: Clarify BSD license type 2021-03-22 09:18:47 -07:00
python3-wheel_0.36.2.bb python3-wheel: Upgrade 0.35.1 -> 0.36.2 2021-01-14 11:58:55 -08:00
python3-whoosh_2.7.4.bb
python3-wpa-supplicant_0.2.bb python3-wpa-supplicant: replace DESCRIPTION with SUMMARY 2021-03-22 09:19:35 -07:00
python3-wrapt_1.12.1.bb python3-wrapt: add native support 2020-12-21 17:52:34 -08: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_2.0.1.bb python3-xlrd: Upgrade 1.2.0 -> 2.0.1 2021-02-01 10:44:27 -08:00
python3-xlsxwriter_1.3.8.bb python3-xlsxwriter: Upgrade 1.3.7 -> 1.3.8 2021-04-07 09:37:36 -07:00
python3-xmlrunner_1.7.7.bb
python3-xmlschema_1.5.3.bb python3-xmlschema: Upgrade 1.5.1 -> 1.5.3 2021-03-30 09:04:34 -07:00
python3-xmltodict_0.12.0.bb
python3-xmodem_0.4.6.bb
python3-xstatic_1.0.2.bb
python3-xstatic-font-awesome_4.7.0.0.bb
python3-xxhash_2.0.0.bb python3-xxhash: Upgrade 1.4.4 -> 2.0.0 2020-08-06 10:27:35 -07:00
python3-yamlloader_1.0.0.bb python3-yamlloader: Upgrade 0.5.5 -> 1.0.0 2021-03-08 07:29:35 -08:00
python3-yappi_1.3.2.bb python3-yappi: Upgrade 1.3.0 -> 1.3.2 2021-01-20 09:30:47 -08:00
python3-yarl_1.6.3.bb python3-yarl: Upgrade 1.6.2 -> 1.6.3 2020-11-27 11:54:04 -08:00
python3-zopeinterface_5.3.0.bb python3-zopeinterface: upgrade 5.2.0 -> 5.3.0 2021-03-30 09:04:34 -07:00