summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python3-pandas: Upgrade 1.2.4 -> 1.2.5Leon Anavi2021-06-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.2.5: - Fixed regression in concat() between two DataFrame where one has an Index that is all-None and the other is DatetimeIndex incorrectly raising - Fixed regression in DataFrame.sum() and DataFrame.prod() when min_count and numeric_only are both given - Fixed regression in read_csv() when using memory_map=True with an non-UTF8 encoding - Fixed regression in DataFrame.replace() and Series.replace() when the values to replace is a NumPy float array - Fixed regression in ExcelFile() when a corrupt file is opened but not closed - Fixed regression in DataFrame.astype() with dtype=str failing to convert NaN in categorical columns 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>
* python3-send2trash: Upgrade 1.5.0 -> 1.7.1Leon Anavi2021-06-242-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.7.1: - Changed conditional for when to try to use pyobjc version - Add console_script entry point - Increased python CI versions - Fix minor issue in setup.py - Fix issue with windows tests importing modules on non-windows - Unit test cleanups, rewrites, and flake8 cleanups - Windows: Fix legacy windows platform for multi-byte unicode and add tests - macOS: Add alternative pyobjc version to potentially improve compatibility - Add main method which allows calling via python -m send2trash somefile - Windows: Add support for using IFileOperation when pywin32 is present on Vista and newer - Add support for passing multiple files at once in a list - Windows: Batch multi-file calls to improve performance - Windows: Fix issue with SHFileOperation failing silently when path is not found License-Update: License remains BSD-3-Clause License 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>
* python3-py-cpuinfo: Add ptestsKhem Raj2021-06-242-7/+17
| | | | | | | | | Add missing dependency on python3-io for cStringIO Remove comment about missing modules since _winreg is windows specific and cStringIO is addressed Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-execnet: Add ptestsKhem Raj2021-06-242-3/+15
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-aspectlib: Add ptestsKhem Raj2021-06-243-1/+63
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-process-tests: Add recipeKhem Raj2021-06-242-0/+16
| | | | | | | Needed by ptests of other modules Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* packagegroup-meta-python: Add newly added recipesKhem Raj2021-06-231-0/+7
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* meta-python: Add python3-fastjsonschema and its dependenciesKhem Raj2021-06-238-0/+140
| | | | | | | | | | python3-fastjsonschema claims to be fastest Python implementation of JSON schema it however needs additional packages which are also added here, since they are all dependent, its added in single commit so backporting is simpler Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-django: upgrade 2.2.23 -> 2.2.24Trevor Gamblin2021-06-222-9/+9
| | | | | | | | Version 2.2.24 contains a fix for CVE-2021-33571 and is the latest LTS release. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mypy: Upgrade 0.812 -> 0.902Leon Anavi2021-06-221-2/+10
| | | | | | | | | | | | | | | | Upgrade to release 0.902: - Move third-party library stubs to stub packages, allowing newer stubs to be easily used without updating mypy - Support pyproject.toml and type guards - Ship wheels for Apple Silicon - Many other features and bug fixes License-Update: Update copyright year 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>
* python3-prompt-toolkit: Upgrade 3.0.18 -> 3.0.19Leon Anavi2021-06-221-1/+2
| | | | | | | | | | | | | | | | Upgrade to release 3.0.19: - Make the flush method of the vt100 output implementation re-entrant (fixes an issue when using aiogevent). - Fix off-by-one in `FormattedTextControl` mouse logic. - Run `print_container` always in a thread (avoid interfering with possible event loop). - Make sphinx autodoc generation platform agnostic (don't import Windows stuff when generating Sphinx docs). 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>
* python3-elementpath: Upgrade 2.2.2 -> 2.2.3Leon Anavi2021-06-221-1/+5
| | | | | | | | | | | Upgrade to release 2.2.3: - Add Python 3.10 in Tox and CI tests - Apply __slots__ to TDOP and regex classes 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>
* python3-fasteners: Upgrade 0.16.1 -> 0.16.3Leon Anavi2021-06-221-1/+1
| | | | | | | | | | Upgrade to release 0.16.3: - Return the acquired status to the process lock 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>
* python3-cmd2: Upgrade 1.5.0 -> 2.1.1Leon Anavi2021-06-221-1/+3
| | | | | | | | | | | | | Upgrade to release 2.1.1: - Fixed handling of argparse's default options group name which was changed in Python 3.10 - Restored plugins and tests_isolated directories to tarball published to PyPI for cmd2 release 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>
* python3-absl: upgrade 0.12.0 -> 0.13.0zhengruoqin2021-06-181-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ruamel-yaml: Upgrade 0.17.7 -> 0.17.9Leon Anavi2021-06-181-1/+1
| | | | | | | | | | Upgrade to release 0.17.9: - Fix issue with updating CommentedMap 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>
* python3-humanize: Upgrade 3.7.1 -> 3.9.0Leon Anavi2021-06-181-1/+1
| | | | | | | | | | | Upgrade to release 3.9.0: - Move vi_VI to vi_VN and update some translations - Add Slovenian translation 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>
* python3-license-expression: Upgrade 1.2 -> 21.6.14Leon Anavi2021-06-181-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 21.6.14: - Switch to calver for package versioning to better convey the currency of the bundled data. - Include https://scancode-licensedb.aboutcode.org/ licenses list with ScanCode (v21.6.7) and SPDX licenses (v3.13) keys. Add new functions to create Licensing using these licenses as LicenseSymbol. - Add new License.dedup() method to deduplicate and simplify license expressions without over simplifying. - Add new License.validate() method to return a new ExpressionInfo object with details on a license expression validation. - Drop support for Python 2. - Adopt the project skeleton from https://github.com/nexB/skeleton and its new configure script License-Update: Adopt latest skeleton, license remains the same. 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>
* python3-astroid: Upgrade 2.5.7 -> 2.5.8Leon Anavi2021-06-181-1/+1
| | | | | | | | | | | | | | | Upgrade to release 2.5.8: - Improve support for Pattern Matching - Add lineno and col_offset for ``Keyword`` nodes and Python 3.9+ - Add global inference cache to speed up inference of long statement blocks - Add a limit to the total number of nodes inferred indirectly as a result of inferring some node 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>
* python3-bitarray: Upgrade 2.1.2 -> 2.1.3Leon Anavi2021-06-181-1/+1
| | | | | | | | | | Upgrade to release 2.1.3: - Fix building with MSVC / Bullseye 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>
* python3-ifaddr: Fix RDEPENDSLeon Anavi2021-06-161-0/+4
| | | | | | | | Add ctypes to the runtime dependencies. 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>
* python3-pychromecast: Upgrade 9.1.2 -> 9.2.0Leon Anavi2021-06-161-1/+9
| | | | | | | | | | | | | Upgrade to release 9.2.0: - Add support for BBC Sounds and iPlayer apps - Add known_hosts to additional discovery functions - Update examples - get_chromcasts() copy device list before iteration 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>
* python3-zeroconf: Add recipeLeon Anavi2021-06-161-0/+12
| | | | | | | | | | | | | | This is a pure Python multicast DNS service discovery library. Compatible with Bonjour/Avahi. Version 0.31.0 brings: - Separated cache loading from I/O in ServiceInfo and fixed cache lookup 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>
* python3-humanfriendly: Upgrade 9.1 -> 9.2Leon Anavi2021-06-151-2/+2
| | | | | | | | | | | | | | | | | | Upgrade to release 9.2: - Fix several flake8 warnings. - Mark Python 3.9 support final. - Help to stabilize the test suite. - Update the humanfriendly.sphinx module to include Sphinx extension metadata that has become mandatory in a recent Sphinx release. Add additional metadata including the version. License-Update: Bump copyright years 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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dill: Upgrade 0.3.3 -> 0.3.4Leon Anavi2021-06-152-11/+14
| | | | | | | | | | | | | | | Upgrade to release 0.3.4: - fix typos and formatting - update legacy links - rename Examples in README License-Update: Update year 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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pysonos: Upgrade 0.0.50 -> 0.0.51Leon Anavi2021-06-151-1/+1
| | | | | | | | | | | | Upgrade to release 0.0.51: - More logging adjustments - Fix event unsubscription logic v2 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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coloredlogs: Upgrade 15.0 -> 15.0.1Leon Anavi2021-06-151-1/+1
| | | | | | | | | | | Upgrade to release 15.0.1: - Bug fix: Restore StandardErrorHandler functionality 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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: Upgrade 2.1.0 -> 2.1.2Leon Anavi2021-06-151-1/+1
| | | | | | | | | | | | | Upgrade to release 2.1.2: - support type hinting for all Python 3 versions (that bitarray supports, 3.5 and higher currently) - add explicit endianness to two tests 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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yappi: Fix patching errorsKhem Raj2021-06-091-23/+3832
| | | | | | | | | Fixes patching file tests/test_functionality.py Hunk #1 FAILED at 5 (different line endings). 1 out of 1 hunk FAILED -- rejects in file tests/test_functionality.py Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-m2crypto: fix word size for qemuppc64 little endianKai Kang2021-06-091-0/+1
| | | | | | | | | | | | | | | It fails to compile python3-m2crypto for qemuppc64 little endian: | /path/to/tmp-glibc/work/ppc64p9le-wrs-linux/python3-m2crypto/0.37.1-r0/ recipe-sysroot/usr/include/openssl/opensslconf.h:23: | Error: Unable to find 'openssl/opensslconf-32.h' It defines '__powerpc64le__' but expects '__powerpc64__'. Define the right macro for qemuppc64le. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-idna: upgrade 3.1 -> 3.2zangrc2021-06-091-1/+1
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-yappi: fix ptestsTrevor Gamblin2021-06-092-1/+100
| | | | | | | | | | - Add a patch to fix imports in unit tests - Add python3-gevent and python3-zopeinterface to ptest RDEPENDS - Sort ptest RDEPENDS alphabetically Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pythonping: Upgrade 1.0.16 -> 1.1.0Leon Anavi2021-06-091-2/+1
| | | | | | | | | | | | | | | | Upgrade to release 1.1.0: - Add a linux-like interval option to set the time to wait between pings, in seconds This is a BREAKING change to some extent. If you are using positional parameters, the interval option was added BEFORE some existing parameters, so you would end up filling the wrong parameter with your data. 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>
* python3-fasteners: Upgrade 0.16 -> 0.16.1Leon Anavi2021-06-091-1/+6
| | | | | | | | | | Upgrade to release 0.16.1: - Force utf-8 when reading readme 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>
* python3-humanize: Upgrade 3.6.0 -> 3.7.1Leon Anavi2021-06-091-1/+2
| | | | | | | | | | | | | Upgrade to release 3.7.1: - Include generated translation binaries in release - Update release checklist so translation binaries aren't forgotten - Add missing strings for Persian 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>
* python3-pkgconfig: Upgrade 1.5.2 -> 1.5.4Leon Anavi2021-06-071-1/+1
| | | | | | | | | | Upgrade to release 1.5.4: - Drop 2.7 support from metadata 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>
* python3-ipython: Upgrade 7.24.0 -> 7.24.1Leon Anavi2021-06-071-1/+1
| | | | | | | | | | | Upgrade to release 7.24.1: - Allow to control if reporting hidden frames - Fix typo in IPython.lib.pretty._seq_pprinter_factory doc 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>
* python3-cbor2: Upgrade 5.3.0 -> 5.4.0Leon Anavi2021-06-071-1/+1
| | | | | | | | | | | | | | Upgrade to release 5.4.0: - Added new feature stringrefs, which makes repetitive dictionary structures more compact. Use with care since support for this is rare in other CBOR implementations. - Bugfixes around decoding invalid data, which may improve security on decoding untrusted data 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>
* python3-typeguard: Upgrade 2.12.0 -> 2.12.1Leon Anavi2021-06-071-1/+1
| | | | | | | | | | | Upgrade to release 2.12.1: - Fixed AttributeError when __code__ is missing from the checked callable 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>
* python3-aiohue: Upgrade 2.5.0 -> 2.5.1Leon Anavi2021-06-071-1/+1
| | | | | | | | | | | Upgrade to release 2.5.1: - Use event source for streaming events - Bump black from 21.5b1 to 21.5b2 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>
* python3-yarl: backport fix for test_url_query testTrevor Gamblin2021-06-042-0/+46
| | | | | | | | | | | | python3-yarl 1.6.3 still tests semicolons as URL separators, but this test has been removed in master to avoid failures due to upstream Python no longer supporting them by default. See: https://bugs.python.org/issue42967 https://github.com/aio-libs/yarl/issues/563 Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: Upgrade 1.4.15 -> 1.4.17Leon Anavi2021-06-031-1/+1
| | | | | | | | | | | | | | Upgrade to release 1.4.17: orm: - Fixed regression caused by just-released performance fix mentioned in #6550 where a query.join() to a relationship could produce an AttributeError if the query were made against non-ORM structures only, a fairly unusual calling pattern. 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>
* python3-django: Upgrade 3.2.3 -> 3.2.4Leon Anavi2021-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.2.4: - CVE-2021-33203: Potential directory traversal via admindocs - CVE-2021-33571: Possible indeterminate SSRF, RFI, and LFI attacks since validators accepted leading zeros in IPv4 addresses - Fixed a bug in Django 3.2 where a final catch-all view in the admin didn't respect the server-provided value of SCRIPT_NAME when redirecting unauthenticated users to the login page. - Fixed a bug in Django 3.2 where a system check would crash on an abstract model - Prevented unnecessary initialization of unused caches following a regression in Django 3.2 - Fixed a crash in Django 3.2 that could occur when running mod_wsgi with the recommended settings while the Windows colorama library was installed - Fixed a bug in Django 3.2 that would trigger the auto-reloader for template changes when directory paths were specified with strings - Fixed a regression in Django 3.2 that caused a crash of auto-reloader with AttributeError, e.g. inside a Conda environment - Fixed a regression in Django 3.2 that caused a loss of precision for operations with DecimalField on MySQL 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>
* python3-oauthlib: Upgrade 3.1.0 -> 3.1.1Leon Anavi2021-06-031-2/+1
| | | | | | | | | | | | | | | | | Upgrade to release 3.1.1: - OAuth2.0 Provider - Bugfixes - OAuth2.0 Client - Bugfixes - improved skeleton validator for public vs private client - replace mock library with standard unittest.mock - build isort integration - python2 code removal - add python3.8 support - bump minimum versions of pyjwt and cryptography 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>
* python3-ruamel-yaml: Upgrade 0.17.4 -> 0.17.7Leon Anavi2021-06-021-1/+1
| | | | | | | | | | | | | | | Upgrade to release 0.17.7: - issue 385 also affected other deprecated loaders - merged type annotations update provided by Jochen Sprickerhof - fix for issue 385: deprecated round_trip_loader function not working - fix for issue 384 !!set with aliased entry resulting in broken YAML on rt 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>
* python3-ipython: Upgrade 7.23.1 -> 7.24.0Leon Anavi2021-06-021-1/+1
| | | | | | | | | | | | | Upgrade to release 7.24.0: - Fix an issue where %recall would both succeeded and print an error message it failed - Drop support for NumPy 1.16 – practically has no effect beyond indicating in package metadata that we do not support it 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>
* python3-pytest-helpers-namespace: Upgrade 2021.3.24 -> 2021.4.29Leon Anavi2021-06-021-1/+1
| | | | | | | | | | | Upgrade to release 2021.4.29: - Don't set latest on codecov flags - Lower PyTest requirement to 6.0.0, test several pytest versions 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>
* python3-google-api-python-client: Upgrade 2.4.0 -> 2.6.0Leon Anavi2021-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.6.0: - adexchangebuyer2: update the api - cloudasset: update the api - composer: update the api - compute: update the api - dfareporting: update the api - dialogflow: update the api - displayvideo: update the api - gkehub: update the api - healthcare: update the api - retail: update the api - sasportal: update the api - servicedirectory: update the api - servicemanagement: update the api - servicenetworking: update the api - servicenetworking: update the api - spanner: update the api 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>
* python3-click-repl: Upgrade 0.1.6 -> 0.2.0Leon Anavi2021-06-021-2/+3
| | | | | | | | | | | | Upgrade to release 0.2.0: - Use tox-travis instead of custom runtox script - Update tests to expect hyphens - Backwards compatibility between click 7 & 8 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>
* python3-certifi: Upgrade 2020.12.5 -> 2021.5.30Leon Anavi2021-06-011-2/+2
| | | | | | | | | | | | | Upgrade to release 2021.5.30: - Update certificates - Fix typos License-Update: Fix typos 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>