summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* prompt-toolkit: fix recipeShlomi Vaknin2020-08-101-0/+1
| | | | | | | | Add python3-image to rdepends since it import colorsys Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-parso: add recipeShlomi Vaknin2020-08-101-0/+12
| | | | | | Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-backcall: add recipeShlomi Vaknin2020-08-101-0/+12
| | | | | | Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pickleshare: add recipeShlomi Vaknin2020-08-101-0/+12
| | | | | | Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jedi: add recipeShlomi Vaknin2020-08-101-0/+14
| | | | | | Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython-genutils: add recipeShlomi Vaknin2020-08-101-0/+12
| | | | | | Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-traitlets: add recipeShlomi Vaknin2020-08-101-0/+18
| | | | | | Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jdatetime: Added recipeColin McAllister2020-08-101-0/+18
| | | | | | | | Created python3 recipe for jdatetime. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: add recipeShlomi Vaknin2020-08-101-0/+29
| | | | | | Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xxhash: Upgrade 1.4.4 -> 2.0.0Leon Anavi2020-08-061-2/+2
| | | | | | | | | | | | Upgrade to release 2.0.0: - Require xxHash version >= v0.8.0 - Upgrade xxHash to v0.8.0 - XXH3 hashes: xxh3_64, xxh3_128, and their oneshot functions 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-lazy-object-proxy: Upgrade 1.5.0 -> 1.5.1Leon Anavi2020-08-061-2/+2
| | | | | | | | | | Upgrade to release 1.5.1: - Added ARM64 wheels (manylinux2014). 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.6.8 -> 2020.7.14Leon Anavi2020-08-061-2/+2
| | | | | | | | | | Upgrade to release 2020.7.14: - Added \h as an alias to [[:blank:]]. 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-dnspython: Upgrade 1.16.0 -> 2.0.0Leon Anavi2020-08-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.0.0: - Python 3.6 or newer is required. - Rdata is now immutable. Use dns.rdata.Rdata.replace() to make a new Rdata based on an existing one. - dns.resolver.resolve() has been added, allowing control of whether search lists are used. dns.resolver.query() is retained for backwards compatibility, but deprecated. The default for search list behavior can be set at in the resolver object with the use_search_by_default parameter. The default is False. - DNS-over-TLS is supported with dns.query.tls(). - DNS-over-HTTPS is supported with dns.query.https(), and the resolver will use DNS-over-HTTPS for a nameserver which is an HTTPS URL. - Basic query and resolver support for the Trio, Curio, and asyncio asynchronous I/O libraries has been added in dns.asyncquery and dns.asyncresolver. This API should be viewed as experimental as asynchronous I/O support in dnspython is still evolving. - TSIG now defaults to using SHA-256. - Basic type info has been added to some functions. Future releases will have comprehensive type info. - from_text() functions now have a relativize_to parameter. - python-cryptography is now used for DNSSEC. - Ed25519 and Ed448 signatures are now supported. - A helper for NSEC3 generating hashes has been added. - SHA384 DS records are supported. - Rdatasets and RRsets are much faster. - dns.resolver.resolve_address() has been added, allowing easy address-to-name lookups. - dns.reversename functions now allow an alternate origin to be specified. - The repr form of Rdatasets and RRsets now includes the rdata. - A number of standard resolv.conf options are now parsed. - The nameserver and port used to get a response are now part of the resolver’s Answer object. - The NINFO record is supported. - The dns.hash module has been removed; just use Python’s native hashlib module. - Rounding is done in the standard python 3 fashion; dnspython 1.x rounded in the python 2 style on both python 2 and 3. - The resolver will now do negative caching if a cache has been configured. - TSIG and OPT now have rdata types. - The class for query messages is now QueryMessage. Class Message is now a base class, and is also used for messages for which we don’t have a better class. Update messages are now class UpdateMessage, though class Update is retained for compatibility. 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: Upgrade 2.8 -> 3.0Leon Anavi2020-08-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.0: - Deprecated support for Python 2. At the time there is no time table for actually dropping support, however we strongly encourage all users to upgrade their Python, as Python 2 no longer receives support from the Python core team. - Added support for OpenSSH serialization format for ec, ed25519, rsa and dsa private keys. - Added support for OpenSSH certificates. - Added :meth:`~cryptography.fernet.Fernet.encrypt_at_time` and :meth:`~cryptography.fernet.Fernet.decrypt_at_time` to :class:`~cryptography.fernet.Fernet`. - Added support for the :class:`~cryptography.x509.SubjectInformationAccess` X.509 extension. - Added support for parsing :class:`~cryptography.x509.SignedCertificateTimestamps` in OCSP responses. - Added support for parsing attributes in certificate signing requests. - Added support for encoding attributes in certificate signing requests. - On OpenSSL 1.1.1d and higher cryptography now uses OpenSSL's built-in CSPRNG instead of its own OS random engine because ithese versions of OpenSSL properly reseed on fork. BACKWARDS INCOMPATIBLE: - Support for LibreSSL 2.7.x, 2.8.x, and 2.9.0 has been removed (2.9.1+ is still supported). - Dropped support for macOS 10.9, macOS users must upgrade to 10.10 or newer. - RSA :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.generate_private_key` no longer accepts public_exponent values except 65537 and 3 (the latter for legacy purposes). - X.509 certificate parsing now enforces that the version field contains a valid value, rather than deferring this check until :attr:`~cryptography.x509.Certificate.version` is accessed. - Added initial support for creating PKCS12 files with :func:`~cryptography.hazmat.primitives.serialization.pkcs12.serialize_key_and_certificates`. 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-openpyxl: Upgrade 3.0.3 -> 3.0.4Leon Anavi2020-08-061-3/+3
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.0.4: - Find tables by name. - Worksheet protection missing in existing files. - Exception when reading files with external images. - Reading lots of merged cells is very slow. - Read support for Bubble Charts. - Preserve any indexed colours. - Reading many thousand of merged cells is really slow. - Adding tables in write-only mode raises an exception. - Add support for finding tables by name or range. License-Update: Use the exact line from PKG-INFO for the checksum of the license. The license remains 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-yarl: Upgrade 1.4.2 -> 1.5.1Leon Anavi2020-08-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.5.1: - Fix including relocated internal yarl._quoting_c C-extension into published PyPI dists. - Convert host to lowercase on URL building. #386 - Allow using mod operator (%) for updating query string (an alias for update_query() method). - Allow use of sequences such as list and tuple in the values of a mapping such as dict to represent that a key has many values: url = URL("http://example.com") assert url.with_query({"a": [1, 2]}) == URL("http://example.com/?a=1&a=2") - Support URL.build() with scheme and path (creates a relative URL). - Cache slow IDNA encode/decode calls. - Add @final / Final type hints. - Support URL authority/raw_authority properties and authority argument of URL.build() method. - Hide the library implementation details, make the exposed public list very clean. - Fix tests with newer Python (3.7.6, 3.8.1 and 3.9.0+). - Fix a bug where query component, passed in a form of mapping or sequence, is unquoted in unexpected way. - Hide Query and QueryVariable type aliases in __init__.pyi, now they are prefixed with underscore. - Keep ipv6 brackets after updating port/user/password. 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-ujson: Upgrade 3.0.0 -> 3.1.0Leon Anavi2020-08-061-2/+2
| | | | | | | | | | | Upgrade to release 3.1.0: - PEP 489 Multi Phase Init support - PyPy3 test fixes 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 5.1.4 -> 5.2.2Leon Anavi2020-08-061-2/+2
| | | | | | | | | | | | | | | | | Upgrade to release 5.2.2: - Fixed #1356: return status when arguments are passed in without files or a content stream. - Update precommit to default to filtering files that are defined in skip. - Improved relative path detection for skip config usage. - Added recursive symbolic link protection. - Implemented #1177: Support for color output using --color. - Implemented recursive symlink detection support. 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-autobahn: Upgrade 20.6.2 -> 20.7.1Leon Anavi2020-08-061-2/+2
| | | | | | | | | | | | Upgrade to release 20.7.1: - new: various fixes and improvements to rlinks - new: proxy worker management API - fix: turn down log noise 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-pyalsaaudio: Upgrade 0.8.4 -> 0.9.0Leon Anavi2020-08-061-2/+2
| | | | | | | | | | | Upgrade to release 0.9.0: - Added keyword arguments for channels, format, rate and periodsize - Deprecated setchannel, setformat, setrate and setperiodsize 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-pyalsaaudio: Consolidate in a single fileLeon Anavi2020-08-062-12/+12
| | | | | | | | 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-asn1crypto: Upgrade 1.3.0 -> 1.4.0Leon Anavi2020-08-061-2/+2
| | | | | | | | | | | | | | | | | | Upgrade to release 1.4.0: - core.ObjectIdentifier and all derived classes now obey X.660 §7.6 and thus restrict the first arc to 0 to 2, and the second arc to less than 40 if the first arc is 0 or 1. This also fixes parsing of OIDs where the first arc is 2 and the second arc is greater than 39. - Fixed keys.PublicKeyInfo.bit_size to return an int rather than a float on Python 3 when working with elliptic curve keys - Fixed the asn1crypto-tests sdist on PyPi to work properly to generate a .whl 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: fix two testsSlater, Joseph2020-08-062-0/+11
| | | | | | | | | Tests depending on the hypothesis module should be skipped if the module is not available. Signed-off-by: Joe Slater <joe.slater@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-textparser: Added recipeColin McAllister2020-08-061-0/+14
| | | | | | | | Added python3 recipe for textparser. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lorem: Added recipeColin McAllister2020-08-031-0/+16
| | | | | | | | Created Python3 recipe for python3-lorem. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-paramiko: Added recipeColin McAllister2020-08-031-0/+14
| | | | | | | | Created Python3 recipe for paramiko. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tqdm: Upgrade 4.47.0 -> 4.48.0Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | | | | | Upgrade to release 4.48.0: - add tqdm.asyncio - reduce contrib.discord logging verbosity - fix potential pandas() modifying **kwargs bug - update documentation - add tests - misc framework updates 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-core: Upgrade 1.14.0 -> 1.14.1Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | | Upgrade to release 1.14.1: - Pin spidev at v3.4 or lower; v3.5 seems to cause SystemException running on latest linux kernel - Fix bug in snapshot: should always redraw on startup 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-pandas: Upgrade 1.0.5 -> 1.1.0Leon Anavi2020-08-031-3/+3
| | | | | | | | | | | | | Upgrade to release 1.1.0. This is a minor release which includes some new features, bug fixes, and performance improvements. For more details have a look at: https://pandas.pydata.org/pandas-docs/version/1.1.0/whatsnew/v1.1.0.html License-Update: Updated years. The license remains 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-cffi: Upgrade 1.14.0 -> 1.14.1Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 1.14.1: * CFFI source code is now `hosted on Heptapod`_. * Improved support for ``typedef int my_array_t[...];`` with an explicit dot-dot-dot in API mode * Windows (32 and 64 bits): multiple fixes for ABI-mode call to functions that return a structure. * Experimental support for MacOS 11 on aarch64. * Other minor changes and bug fixes. 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: Upgrade 1.2.9 -> 1.3.0Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | Upgrade to release 1.3.0: - Added support for custom chart :ref:`custom data labels <chart_series_option_custom_data_labels>`. 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: Consolidate in a single fileLeon Anavi2020-08-032-13/+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-cbor2: Upgrade 5.1.1 -> 5.1.2Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | Upgrade to release 5.1.2: - Bugfix: Refcount bug in C lib causing intermittent segfaults on shutdown 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-dynamic-dispatch: Upgrade 1.0.2 -> 1.0.3Leon Anavi2020-08-031-2/+3
| | | | | | | | | | | | | Upgrade to release 1.0.3: - Fix bug when instantiating a thrice derived classes via dynamic dispatch. Also a HOMEPAGE has been set. 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.2 -> 7.2.0Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | | | | Upgrade to release 7.2.0: - Allow passing an already existing zeroconf object to additional functions - Ignore browser updates for *._sub._googlecast._tcp.local. - Fix return type of get_listed_chromecasts - Remove host and port from Chromecast object 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-pid: Upgrade 3.0.3 -> 3.0.4Leon Anavi2020-08-031-2/+2
| | | | | | | | | | Upgrade to release 3.0.4: - Use APPDATA and HOME locations on Windows 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-pymongo: Upgrade 3.10.1 -> 3.11.0Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 3.11.0: - Added support for MongoDB 4.4. - Fixed a bug in change streams that could cause PyMongo to miss some change documents when resuming a stream that was started without a resume token and whose first batch did not contain any change documents. - Fixed an bug where using gevent.Timeout to timeout an operation could lead to a deadlock. For more details: https://pymongo.readthedocs.io/en/3.11.0/changelog.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-pyroute2: Upgrade 0.5.12 -> 0.5.13Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | | | Upgrade to release 0.5.13: - netns: allow to pass custom libc reference - generic: att L2TP support - iproute: link_lookup() optimization - ndb: basic cluster support 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-gmqtt: Upgarde 0.6.5 -> 0.6.7Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | Upgrade to release 0.6.7: - Handle incoming topic alias in proper way - Fix python3.8 warning and improve disconnect process 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-lxml: Upgrade 4.5.1 -> 4.5.2Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 4.5.2: - Cleaner() now validates that only known configuration options can be set. - LP#1882606: Cleaner.clean_html() discarded comments and PIs regardless of the corresponding configuration option, if remove_unknown_tags was set. - LP#1880251: Instead of globally overwriting the document loader in libxml2, lxml now sets it per parser run, which improves the interoperability with other users of libxml2 such as libxmlsec. - LP#1881960: Fix build in CPython 3.10 by using Cython 0.29.21. - The setup options "--with-xml2-config" and "--with-xslt-config" were accidentally renamed to "--xml2-config" and "--xslt-config" in 4.5.1 and are now available again. 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-pywbem: Upgrade 0.17.3 -> 0.17.4Leon Anavi2020-08-031-2/+2
| | | | | | | | | | | | | | | Upgrade to release 0.17.4 with the following bug fixes: - Test: On Python 3.8, upgraded the minimum version of lxml from 4.4.1 to 4.4.3, in order to fix an XMLSyntaxError raised when encountering UCS-4 characters. - Test: Fixed issue with Swig when installing M2Crypto on native Windows in the Appveyor CI, reporting mssing files swig.swg and python.swg. This was fixed by pinning the swig version to 4.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>
* python3-urllib3: Upgrade 1.25.9 -> 1.25.10Leon Anavi2020-07-281-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 1.25.10: * Added support for ``SSLKEYLOGFILE`` environment variable for logging TLS session keys with use with programs like Wireshark for decrypting captured web traffic * Fixed loading of SecureTransport libraries on macOS Big Sur due to the new dynamic linker cache * Collapse chunked request bodies data and framing into one call to ``send()`` to reduce the number of TCP packets by 2-4x * Don't insert ``None`` into ``ConnectionPool`` if the pool was empty when requesting a connection * Avoid ``hasattr`` call in ``BrotliDecoder.decompress()`` 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-matplotlib: Upgrade 3.2.2 -> 3.3.0Leon Anavi2020-07-281-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.3.0: - Provisional API for composing semantic axes layouts from text or nested lists - New Axes.sharex, Axes.sharey methods - Turbo colormap - colors.BoundaryNorm supports extend keyword argument - Text color for legend labels - Pcolor and Pcolormesh now accept shading='nearest' and 'auto' - Allow tick formatters to be set with str or function inputs - New Axes.axline method - Dates use a modern epoch - Improved font weight detection - Axes3D no longer distorts the 3D plot to match the 2D aspect ratio - More consistent toolbar behavior across backends - Toolbar icons are now styled for dark themes - Cursor text now uses a number of significant digits matching pointing precision - Functions to compute a Path's size - savefig() gained a backend keyword argument - Saving SVG now supports adding metadata - Saving PDF metadata via PGF now consistent with PDF backend - NbAgg and WebAgg no longer use jQuery & jQuery UI Create setup.cfg with configuration to use the copy of FreeType installed on the system. License-Update: The line and the checksum of the license in setup.py has changed but the license remains 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-colorlog: Upgrade 4.1.0 -> 4.2.1Leon Anavi2020-07-281-2/+2
| | | | | | | | | | | Upgrade to release 4.2.1: - Fix: product description on pypi is not formatted. For details: https://github.com/borntyping/python-colorlog/issues/67 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-bitarray: Upgrade 1.4.1 -> 1.4.2Leon Anavi2020-07-281-2/+2
| | | | | | | | | | | | | Upgrade to 1.4.2: * add more tests * C-level: - simplify pack/unpack code - fix memory leak in `~` operation (bitarray_cpinvert) 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-aenum: Upgrade 2.2.3 -> 2.2.4Leon Anavi2020-07-281-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 2.2.4: - add support to Constant to retrieve members by value - add pickle/deepcopy support to Constant - add support for Constant to use other Constant values - AutoNumber and auto() now work together - Enum members are now added to the class as enum_property, which supports unshadowing of parent class attributes when called on an Enum member 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-cmd2: Upgrade 1.1.0 -> 1.2.1Leon Anavi2020-07-281-3/+3
| | | | | | | | | | | | | | | | | Upgrade to release 1.2.1: - Switched to getting version using importlib.metadata instead of using pkg_resources - Fixed typing module compatibility issue with Python 3.5 prior to 3.5.4 - Relax minimum version of importlib-metadata to >= 1.6.0 when using Python < 3.8 Update the HOMEPAGE to match the home page link from pypi.org. 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-pytest-metadata: Upgrade 1.9.0 -> 1.10.0Leon Anavi2020-07-281-1/+2
| | | | | | | | | | Upgrade to release 1.10.0: - Compatible with pytest-xdist 1.22.3+, now including 2.0+ 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-coverage: Upgrade 5.1 -> 5.2Leon Anavi2020-07-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 5.2: - The HTML report has been redesigned by Vince Salvino. There is now a dark mode, the code text is larger, and system sans serif fonts are used, in addition to other small changes. - The coverage report and coverage html commands now accept a --precision option to control the number of decimal points displayed. Thanks, Teake Nutma. - The coverage report and coverage html commands now accept a --no-skip-covered option to negate --skip-covered. Thanks, Anthony Sottile. - The --skip-empty option is now available for the XML report. - The coverage report command now accepts a --sort option to specify how to sort the results. Thanks, Jerin Peter George. - If coverage fails due to the coverage total not reaching the --fail-under value, it will now print a message making the condition clear. Thanks, Naveen Yadav. - TOML configuration files with non-ASCII characters would cause errors on Windows. This is now fixed. - The output of --debug=trace now includes information about how the --source option is being interpreted, and the module names being considered. 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.1 -> 7.1.2Leon Anavi2020-07-231-2/+2
| | | | | | | | | | | | Upgrade to release 7.1.2: - Keep previously known Chromecast in service listener - Remove reboot function - Create Dependabot config 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>