summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-semver: Enable ptestZang Ruochen2020-07-162-1/+16
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-file: Enable ptestZang Ruochen2020-07-162-1/+17
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: Upgrade 1.2.2 -> 1.4.1Leon Anavi2020-07-162-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.4.1: * add `.clear()` method (Python 3.3 added this method to lists) * avoid overallocation when bitarray objects are initially created * raise BufferError when resizing bitarrays which is exporting buffers * add example to study the resize() function * improve some error messages * add more tests * raise `NotImplementedError` with (useful message) when trying to call the `.fromstring()` or `.tostring()` methods, which have been removed in the last release * add official Python 3.9 support * improve many docstrings * add DeprecationWarning for bitdiff() * add more tests * C-level: - simplify pack/unpack code - fix memory leak in '~' operation (bitarray_cpinvert) Use the exact line for the license in PKG-INFO. 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>
* python3-netaddr: Upgrade 0.7.20 -> 0.8.0Leon Anavi2020-07-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.8.0: * Fixed weak reference support in classes with ``__slots__`` * Added ``__bytes__`` to ``IPAddress`` for intuitive usage, thanks to Michael Belousov. * Added ``format()`` function to EUI, thanks to Omer Anson. * Added ``IPNetwork.netmask`` property setter, thanks to Naveen Nathan. * Added support for IABs in the ``40:D8:55`` OUI, thanks to Brian Maissy. * Drastically optimized ``spanning_cidr()``, thanks to Brian Maissy. * Fixed ``"x.x.x.x/x" in IPNetwork`` tests, thanks to xpac1985. * Added support for passing iterables of ``IPRange`` to ``IPSet`` and ``cidr_merge()``, based on a patch by Henry Stern. 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>
* python3-isort: Upgrade 4.3.21 -> 5.1.0Leon Anavi2020-07-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 5.1.0: - isort now throws an exception if an invalid settings path is given (issue #1174). - Implemented support for automatic redundant alias removal (issue #1281). - Implemented experimental support for floating all imports to the top of a file (issue #1228) - Fixed #1178: support for semicolons in decorators. - Fixed #1315: Extra newline before comment with -n + --fss. - Fixed #1192: -k or --keep-direct-and-as-imports option has been deprecated as it is now always on. For more details and breaking changes with release 5: https://github.com/timothycrosley/isort/blob/master/CHANGELOG.md 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>
* python3-psutil: Upgrade 5.7.0 -> 5.7.2Leon Anavi2020-07-161-2/+3
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 5.7.2: - wheels for 2.7 were inadvertently deleted. - parallel tests on UNIX (make test-parallel). They're twice as fast! - "make build/install" is now run in parallel and it's about 15% faster on UNIX. - Process.wait() on POSIX returns an enum, showing the negative signal which was used to terminate the process. - Process.wait() return value is cached so that the exit code can be retrieved on then next call. - memory leak tests are now stable. - Linux: cpu_freq() parsing should use spaces instead of tabs on ia64. - Linux: Process.rlimit() does not handle long long type properly. - fix signature of callback function for getloadavg(). 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>
* python3-cbor2: Upgrade 5.1.0 -> 5.1.1Leon Anavi2020-07-161-1/+2
| | | | | | | | | | | | | Upgrade to release 5.1.1: - Build system: Making C lib optional if it fails to compile - Build system: Better Glibc version detection - Tests: Positive and negative bignums - Bugfix: Fractional seconds parsing in datetimes 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>
* python3-xlsxwriter: add recipe for v 1.2.9Andrej Valek2020-07-162-0/+16
| | | | | | | | Recipe for https://xlsxwriter.readthedocs.io python3 module Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-qrcode: add packageArmin Kuster2020-07-161-0/+11
| | | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gnupg: add new packageArmin Kuster2020-07-161-0/+11
| | | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rsa: add new packageArmin Kuster2020-07-161-0/+44
| | | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ecdsa: add packageArmin Kuster2020-07-161-0/+13
| | | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gmpy2: add new packageArmin Kuster2020-07-161-0/+13
| | | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-toolbelt: add ptestSakib Sajal2020-07-122-2/+23
| | | | | | Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mccabe: add recipe for v0.2.1Sakib Sajal2020-07-121-0/+15
| | | | | | | | Recipe is brought in from meta-cloud-services Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pep8: add recipe for v1.7.1Sakib Sajal2020-07-121-0/+17
| | | | | | | | Recipe is brought in from meta-cloud-services Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mock: add recipe for v4.0.1Sakib Sajal2020-07-121-0/+17
| | | | | | | | Recipe is brought in from meta-cloud-services Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-croniter: Fix missing rdepArmin Kuster2020-07-121-1/+1
| | | | | | | | | | | The last update introduced the need for natsort. Fixes this error: File "/usr/lib/python3.8/site-packages/croniter/croniter.py", line 13, in <module> import natsort ModuleNotFoundError: No module named 'natsort' Signed-off-by: Armin Kuster <akuster808@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-natsort: add new packageArmin Kuster2020-07-121-0/+11
| | | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-icu: add new packageArmin Kuster2020-07-122-0/+43
| | | | | | | | needed by python3-natsort Signed-off-by: Armin Kuster <akuster808@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fastnumbers: Add new packageArmin Kuster2020-07-121-0/+9
| | | | | | | | rdep for natsort which is an rdep of croniter Signed-off-by: Armin Kuster <akuster808@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytz: upgrade 2019.3 -> 2020.1Wang Mingyu2020-07-121-4/+4
| | | | | | | | -License-Update: Copyright year updated to 2019. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-idna: upgrade 2.9 -> 2.10Wang Mingyu2020-07-122-2/+2
| | | | | | | | | | | | | Main new features of idna release 2.10: - Update to Unicode 13.0.0. - Throws a more specific exception if "xn--" is provided as a label. - This is expected to be the last version that supports Python 2. See here for a full comparison: https://github.com/kjd/idna/commit/e5c11dbcd8dd32bb048b4dbdd344b49d18ecdf45 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pykickstart: 3.22 -> 3.26Kai Kang2020-07-122-6/+6
| | | | | | | | | | Update python3-pykickstart from 3.22 to 3.26. * Update context of 0001-support-authentication-for-kickstart.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-babel: update to 1.0.0 and consolidateArmin Kuster2020-07-122-5/+2
| | | | | | | | | | | | | | The python3-werkzeug 1.0.0 requires this package to be updated. Fixes: File "/usr/lib/python3.8/site-packages/flask_babel/__init__.py", line 19, in <module> from werkzeug import ImmutableDict ImportError: cannot import name 'ImmutableDict' from 'werkzeug' (/usr/lib/python3.8/site-packages/werkzeug/__init__.py) https://github.com/python-babel/flask-babel/issues/162 Signed-off-by: Armin Kuster <akuster808@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pybind11: Use cmake to build and add -native versionPhilip Balister2020-07-123-3/+83
| | | | | | | | | | | | | * Switch to git repo to pick up cmake files for recipes to use * Use cmake to build innstead of pypi so cmake files are included in sysroot * Disable tests to prevent configure failure (I tried adding pytest asa DEPEND) * Patch out cmake that strips output to prevent QA failures * Do not check pointer length for installed python when cross compiling. * With this I can build gnuradio using pybind11. Signed-off-by: Philip Balister <philip@balister.org> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonref: Consolidate in a single fileLeon Anavi2020-07-102-12/+11
| | | | | | | | Consolidate inc and bb files into a single bb file. 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>
* python3-pyconnman: Consolidate in a single fileLeon Anavi2020-07-102-15/+10
| | | | | | | | Consolidate inc and bb files into a single bb file. 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>
* python3-luma-oled: Upgrade 3.4.0 -> 3.5.0Leon Anavi2020-07-101-2/+2
| | | | | | | | | | Upgrade to release 3.5.0: - Drop support for Python 2.7, only 3.5 or newer is supported now 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>
* python3-tinyrecord: Upgrade 0.1.5 -> 0.2.0Leon Anavi2020-07-101-3/+3
| | | | | | | | | | | | | | Upgrade 0.2.0: - Add LICENSE and MANIFEST.in - Pin tinydb<4 - Drop support for EOL Python 2.7, 3.3 and 3.4 Use LICENSE for LIC_FILES_CHKSUM. 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>
* python3-humanize: Upgrade 2.4.1 -> 2.5.0Leon Anavi2020-07-101-2/+2
| | | | | | | | | | Upgrade to release 2.5.0: - Add pt_PT locale 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>
* python3-imageio: Upgrade 2.8.0 -> 2.9.0Leon Anavi2020-07-101-2/+2
| | | | | | | | | | | | | | | | | | Upgrade to release 2.9.0: - More robust loading of FEI SEM data. - Fix webcam not working on Win10. - Add a few standard images useful to 3D visualization. - The timeout used in HTTP requests can now be set with an environment variable. - The DICOM plugin can now used gdcm for compressed transfer formats. - Better support for itk/sitk plugins. - Test coverage and CI for ARM. 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>
* python3-pychromecast: Upgrade 7.1.0 -> 7.1.1Leon Anavi2020-07-101-2/+2
| | | | | | | | | | | Upgrade to release 7.1.1: - Add debug prints - Bump flake8 from 3.7.9 to 3.8.3 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>
* python3-betamax: add recipeSakib Sajal2020-07-062-0/+26
| | | | | | | | | betamax is required for enabling ptest in python3-requests-toolbelt Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sympy: Upgrade 1.6 -> 1.6.1Leon Anavi2020-07-061-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 1.6.1: - functions: Fixes AttributeError in limit evaluation - matrices: Disabled default matrix intermediate product simplification and changed it to enable via context manager. - simplify: Fixes a bug in collect when collected symbols appear in the factorized expression. - solvers: Fixed exception handling in solveset's secondary trigonometric solver. - SymPy is importable again in Python 3.5.1 (imports of typing.Type are removed) - Fix the sphinx docs build for sphinx 3.1.1 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>
* python3-pyasn1-modules: Upgrade 0.2.7 -> 0.2.8Leon Anavi2020-07-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.2.8: - Improve test routines for modules that use certificate extensions - Improve test for RFC3709 with a real world certificate - Added RFC7633 providing TLS Features Certificate Extension - Added RFC7229 providing OIDs for Test Certificate Policies - Added tests for RFC3280, RFC3281, RFC3852, and RFC4211 - Added RFC6960 providing Online Certificate Status Protocol (OCSP) - Added RFC6955 providing Diffie-Hellman Proof-of-Possession Algorithms - Updated the handling of maps for use with openType for RFC 3279 - Added RFC6486 providing RPKI Manifests - Added RFC6487 providing Profile for X.509 PKIX Resource Certificates - Added RFC6170 providing Certificate Image in the Internet X.509 Public Key Infrastructure, and import the object identifier into RFC3709. - Added RFC6187 providing Certificates for Secure Shell Authentication - Added RFC6482 providing RPKI Route Origin Authorizations (ROAs) - Added RFC6664 providing S/MIME Capabilities for Public Keys - Added RFC6120 providing Extensible Messaging and Presence Protocol names in certificates - Added RFC4985 providing Subject Alternative Name for expression of service names in certificates - Added RFC5924 providing Extended Key Usage for Session Initiation Protocol (SIP) in X.509 certificates - Added RFC5916 providing Device Owner Attribute - Added RFC7508 providing Securing Header Fields with S/MIME - Update RFC8226 to use ComponentPresentConstraint() instead of the previous work around - Add RFC2631 providing OtherInfo for Diffie-Hellman Key Agreement - Add RFC3114 providing test values for the S/MIME Security Label - Add RFC5755 providing Attribute Certificate Profile for Authorization - Add RFC5913 providing Clearance Attribute and Authority Clearance Constraints Certificate Extension - Add RFC5917 providing Clearance Sponsor Attribute - Add RFC4043 providing Internet X.509 PKI Permanent Identifier - Add RFC7585 providing Network Access Identifier (NAI) Realm Name for Certificates - Update RFC3770 to support openType for attributes and reported errata - Add RFC4334 providing Certificate Extensions and Attributes for Authentication in PPP and Wireless LAN Networks 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>
* python3-pyasn1-modules: Consolidate in a single fileLeon Anavi2020-07-062-31/+29
| | | | | | | | Consolidate inc and bb files into a single bb file. 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>
* python3-pychromecast: Upgrade 7.0.1 -> 7.1.0Leon Anavi2020-07-061-2/+2
| | | | | | | | | | | | Upgrade to release 7.1.0: - Report host+port for discovered casts - Fix plex controller - Update list_chromecasts example 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>
* python3-robotframework: Upgrade 3.0.4 -> 3.2.1Leon Anavi2020-07-061-2/+3
| | | | | | | | | | | Suppy zip as the correct extention for download in variable PYPI_PACKAGE_EXT. Upgrade to release 3.2.1, for details have a look at the release notes: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-3.2.1.rst 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>
* python3-python-vlc: Upgrade 3.0.9113 -> 3.0.10114Leon Anavi2020-07-061-2/+2
| | | | | | | | | | | | Upgrade to release 3.0.10114: - Generate bindings against 3.0.10 - Fix return types for callbacks - Example usage of media callbacks  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>
* python3-regex: Upgrade 2020.1.8 -> 2020.6.8Leon Anavi2020-07-062-12/+11
| | | | | | | | | | | | | | | Upgrade to release 2020.6.8: - Updated to Unicode 13.0.0. - Improved performance of string sets. Fix SUMMARY and HOMEPAGE. Use exact line from PKG-INFO to determine the license and LIC_FILES_CHKSUM. The license remain the same. 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>
* python3-sentry-sdk: Upgrade 0.14.0 -> 0.16.0Leon Anavi2020-07-061-2/+2
| | | | | | | | | | | | | | | | | Upgrade to release 0.16.0: - Redis integration: add tags for more commands - Redis integration: Patch rediscluster package if installed. - Session tracking: A session is no longer considered crashed if there has been a fatal log message (only unhandled exceptions count). - Breaking change: Revamping of the tracing API. - Breaking change: before_send is no longer called for transactions. 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>
* python3-websocket-client: Upgrade 0.56.0 -> 0.57.0Leon Anavi2020-07-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.57.0: - wsdump: Fix --headers option - Fix getting 400 bad request with long proxy authorization string - Fix for errors that occur when closing websocket from another thread - avoid calling repr(data) if tracing is not enabled - Fixed typo - Create dummy `ssl` object - Show compressed text messages in wsdump.py - Resolve issue opening socket to intranet on Windows 10 with no proxy settings but behind proxy - Expose http connection header to user - Improve the readability of HTTP status codes. - fix the compatible issue with gevent+dnspython - v should be checked for emptry string before splitting it - _handshake: hasattr checks on six before accessing the values 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>
* python3-importlib-metadata: Upgrade 1.6.1 -> 1.7.0Leon Anavi2020-07-061-3/+3
| | | | | | | | | | | | Upgrade to release 1.7.0: - PathNotFoundError now has a custom __str__ mentioning "package metadata" being missing to help guide users to the cause when the package is installed but no metadata is present. 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>
* python3-cryptography-vectors: Upgrade 2.8 -> 2.9.2Leon Anavi2020-07-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.9.2: - Updated the macOS wheel to fix an issue where it would not run on macOS versions older than 10.15. - Updated Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1g. - Support for Python 3.4 has been removed due to low usage and maintenance burden. - Support for OpenSSL 1.0.1 has been removed. Users on older version of OpenSSL will need to upgrade. - Support for LibreSSL 2.6.x has been removed. - Removed support for calling :meth:`~cryptography.hazmat.primitives.asymmetric.x25519.X25519PublicKey.public_bytes` with no arguments, as per our deprecation policy. You must now pass encoding and format. 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>
* python3-h5py: Upgrade 2.9.0 -> 2.10.0Leon Anavi2020-07-062-15/+16
| | | | | | | | | | | Inherit pypi. Use LICENSE for LIC_FILES_CHKSUM. Upgrade to release 2.10.0, for details: http://docs.h5py.org/en/stable/whatsnew/index.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>
* python3-stevedore: Upgrade 1.31.0 -> 2.0.1Leon Anavi2020-07-061-3/+3
| | | | | | | | | | | | | | | | | | | | Upgrade to release 2.0.1: - Stop to use the __future__ module - Switch to newer openstackdocstheme and reno versions - Add Python3 victoria unit tests - Mark sphinx extensions thread safe - Remove dead files - Drop Python 2.7 support - Update master for stable/ussuri Update the HOMEPAGE because Stevedore is now part of the OpenStack Oslo program and is managed through OpenStack's infrastructure system. 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>
* python3-pybluez: Upgrade 0.22 -> 0.23Leon Anavi2020-07-061-4/+3
| | | | | | | | | | | | | Upgrade to release 0.23: - Dropped support for Python 2.7. The minimum Python version is now 3.5. Use tar.gz instead of zip. Fix the URL of the HOMEPAGE. 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>
* python3-dbus-next: Upgrade 0.1.2 -> 0.1.3Leon Anavi2020-07-061-3/+3
| | | | | | | | | | | | | | Upgrade to release 0.1.3: - Add the object manager interface to the service. - Allow coroutines in service methods. - Client: don't send method replies with NO_REPLY_EXPECTED message flag. - Fix duplicate nodes in introspection. 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>
* python3-pint: Upgrade 0.13 -> 0.14Leon Anavi2020-07-061-2/+2
| | | | | | | | | | Upgrade to release 0.14: - Changes required to support Pint-Pandas 0.1 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>