Commit Graph

2457 Commits

Author SHA1 Message Date
Leon Anavi
c05c460510 python3-pyperclip: Upgrade 1.7.0 -> 1.8.0
Upgrade to release 1.8.0:

- Correcting a URL
- Updating code and docs with waitForPaste() and waitForNewPaste()
  functions.

Use the exact line with license information from 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>
2020-07-06 10:19:38 -07:00
Leon Anavi
2249f81f8c python3-google-api-python-client: Upgrade 1.7.11 -> 1.9.3
Upgrade to release 1.9.3:

- update GOOGLE_API_USE_MTLS values
- bump api-core version
- fix python-api-core dependency issue
- add mtls feature
- add templates for python samples projects

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-06 10:19:33 -07:00
Leon Anavi
b9ddcca7a9 python3-requests: Upgrade 2.23.0 -> 2.24.0
Upgrade to release 2.24.0:

- pyOpenSSL TLS implementation is now only used if Python either
  doesn't have an ssl module or doesn't support SNI. Previously
  pyOpenSSL was unconditionally used if available. This applies
  even if pyOpenSSL is installed via the requests[security] extra.
- Redirect resolution should now only occur when allow_redirects
  is True.
- No longer perform unnecessary Content-Length calculation for
  requests that won’t use it.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-06 10:19:27 -07:00
Zang Ruochen
49051c7d4c python3-wcwidth: Enable ptest
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>
2020-07-06 10:19:23 -07:00
Wang Mingyu
38c91f632d python3-pytest: upgrade 5.4.2 -> 5.4.3
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>
2020-07-06 10:19:19 -07:00
Zheng Ruoqin
b75df475b9 python3-uritemplate: Enable ptest
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-06 10:19:15 -07:00
Zheng Ruoqin
e17a307a22 python3-unidiff: Enable ptest
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-06 10:18:56 -07:00
Leon Anavi
661fad97c0 python3-keras-preprocessing: Upgrade 1.1.0 -> 1.1.2
Switch to pypi. Upgrade to release 1.1.2:

- Allow zoom_range to be int or int tuple
- Make sure image iterator classes subclass the tf.keras
  Sequence class if it is available
- Minor optimization and dtype check

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-03 18:07:33 -07:00
Leon Anavi
4b01bced9c python3-cachetools: Upgrade 4.1.0 -> 4.1.1
Upgrde to release 4.1.1:

- Improve popitem() exception context handling.
- Replace float('inf') with math.inf.
- Improve "envkey" documentation 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>
2020-07-03 18:07:28 -07:00
Leon Anavi
d33aa89269 python3-configargparse: Upgrade 0.15.1 -> 1.2.3
Upgrade to release 1.2.3:

- Fix bug in accepts_list_and_has_nargs section.
- Allow use of nargs with action=append
- Add support for python's Configparser config file 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>
2020-07-03 18:07:23 -07:00
Leon Anavi
6a0416bb8d python3-cassandra-driver: Upgrade 3.14.0 -> 3.24.0
Upgrade to release 3.24.0:

Features
- Make geomet an optional dependency at runtime (PYTHON-1237)
- Add use_default_tempdir cloud config options (PYTHON-1245)
- Tcp flow control for libevreactor (PYTHON-1248)

Bug Fixes
- Unable to connect to a cloud cluster using Ubuntu 20.04
  (PYTHON-1238)
- PlainTextAuthProvider fails with unicode chars and Python3
  (PYTHON-1241)
- [GRAPH] Graph execution profiles consistency level are not set
  to LOCAL_QUORUM with a cloud cluster (PYTHON-1240)
- [GRAPH] Can't write data in a Boolean field using the Fluent API
  (PYTHON-1239)
- [GRAPH] Fix elementMap() result deserialization (PYTHON-1233)

Others
- Bump geomet dependency version to 0.2 (PYTHON-1243)
- Bump gremlinpython dependency version to 3.4.6 (PYTHON-1212)
- Improve fluent graph documentation for core graphs (PYTHON-1244)

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-03 18:07:17 -07:00
Zang Ruochen
82a485c611 python3-u-msgpack-python: Enable ptest
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>
2020-07-03 18:07:12 -07:00
Zang Ruochen
a77cafb0f7 python3-click: Enable ptest
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>
2020-07-03 18:07:09 -07:00
Zang Ruochen
c1f2064610 python3-cbor2: Enable ptest
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>
2020-07-03 18:07:05 -07:00
Zang Ruochen
81754bc54f python3-blinker: Enable ptest
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>
2020-07-03 18:07:00 -07:00
Leon Anavi
19648e72f8 python3-lz4: Upgrade 3.0.2 -> 3.1.0
Upgrade to 3.1.0:

- Adds block size record support to the stream bindings
- Fixups to the tests to reduce execution time
- A few small 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>
2020-07-03 18:06:56 -07:00
Leon Anavi
11830057f4 python3-html5lib: Upgrade 1.0.1 -> 1.1
Upgrade to release 1.1:

- Drop support for Python 3.3.
- Drop support for Python 3.4.
- Deprecate the html5lib sanitizer (html5lib.serialize(sanitize=True)
  and html5lib.filters.sanitizer). We recommend users migrate to
  Bleach <https://github.com/mozilla/bleach>.
- Try to import from collections.abc to remove DeprecationWarning
  and ensure html5lib keeps working in future Python versions.
- Drop optional datrie dependency.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-03 18:06:51 -07:00
Leon Anavi
dac0ee3ad5 python3-py: Upgrade 1.8.2 -> 1.9.0
Upgrade to release 1.9.0:

- Add type annotation stubs for the following modules:
  py.error
  py.iniconfig
  py.path (not including SVN paths)
  py.io
  py.xml

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-03 18:06:47 -07:00
Leon Anavi
31f7c9de34 python3-pychromecast: Upgrade 4.2.3 -> 7.0.1
Upgrade to release 7.0.1:

- BREAKING CHANGE Track services based on UUID instead of mDNS
  service name
- Correct version

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-03 18:06:42 -07:00
Leon Anavi
25ce10b756 python3-pymisp: Upgrade 2.4.122 -> 2.4.128
Upgrade to release 2.4.128:

- Bump version.
- Add a few test cases.
- Bump objects.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-03 18:06:38 -07:00
Leon Anavi
572301b934 python3-pyflakes: Upgrade 2.1.1 -> 2.2.0
Use LICENSE instead of README.rst for LIC_FILES_CHKSUM. Upgrade to
release 2.2.0:

- Include column information in error messages
- Fix @overload detection with other decorators and in non-global
  scopes
- Fix return-type annotation being a class member
- Fix assignment to _ in doctests with existing _ name
- Namespace attributes which are attached to ast nodes with
  _pyflakes_ to avoid conflicts with other libraries (notably
  bandit)
- Add check for f-strings without placeholders
- Add check for unused/extra/invalid 'string literal'.format(...)
- Add check for unused/extra/invalid 'string literal % ...
- Improve python shebang detection
- Allow type ignore to be followed by a code # type:
  ignore[attr-defined]
- Add support for assignment expressions (PEP 572)
- Support @overload detection from typing_extensions as well
- Fix @overload detection for async functions
- Allow continue inside finally in python 3.8+
- Fix handling of annotations in positional-only arguments
- Make pyflakes more resistant to future syntax additions
- Fix false positives in partially quoted type annotations
- Warn about is comparison to tuples
- Fix Checker usage with async function subtrees
- Add check for if of non-empty tuple
- Switch from optparse to argparse
- Fix false positives in partially quoted type annotations in
  unusual contexts
- Be more cautious when identifying Literal type expressions

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-03 18:06:32 -07:00
Leon Anavi
bcbe9a4bcc python3-tqdm: Upgrade 4.43.0 -> 4.47.0
Upgrade to release 4.47.0:

- add contrib.discord (similar to contrib.telegram)
- add contrib.bells to auto-enable all extras
- add contrib.utils_worker for common slow tasks (e.g. web I/O)
- fix slow notebook imports
- fix gui TypeError on unknown len()
- misc documentation/error message updates
- 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>
2020-07-03 18:06:12 -07:00
Leon Anavi
2927427fb5 python3-watchdog: Upgrade 0.10.2 -> 0.10.3
Upgrade to release 0.10.3:

- Ensure ObservedWatch.path is a string
- [inotify] Allow to monitor single file
- [inotify] Prevent raising an exception when a file in a
  monitored folder has no permissions

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-30 07:50:52 -07:00
Leon Anavi
a1e9e98003 python3-sympy: Upgrade 1.5.1 -> 1.6
Upgrade to release 1.6 with changes in core, combinatorics,
calculus, assumptions, functions, geometry, holonomic, integrals,
logic, matrices, ntheory, parsing, etc. For more details:
https://github.com/sympy/sympy/wiki/release-notes-for-1.6

The year in file LICENSE was updated and the checksum changed.
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>
2020-06-30 07:50:48 -07:00
Leon Anavi
6ba3dfb344 python3-yappi: Upgrade 1.0 -> 1.2.5
Fix HOMEPAGE. Use file LICENSE for LIC_FILES_CHKSUM. Upgrade
to release 1.2.5:

- Fix tag/ctx_id filtering on get_func_stats
- Add filter_callback to get_func_stats() for filtering
  function/module descriptors
- FIX: issues related to invalid conversion from long->ptr in
  Win32
- Optimize tstate->dict retrieval
- Various other 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>
2020-06-30 07:50:44 -07:00
Leon Anavi
319c7562ce python3-autobahn: Upgrade 20.4.3 -> 20.6.2
Upgrade to release 20.6.2:

- fix: xbr fixes
- fix: use cpy 3.8 for running flake in CI
- new: Ticket1392 internal attrs
- new: internal-only router attributes and hook for router to add
  custom information

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-30 07:50:40 -07:00
Leon Anavi
2b4d78616b python3-humanize: Upgrade 2.4.0 -> 2.4.1
Upgrade to release 2.4.1:

- Explicit error if _DEFAULT_LOCALE_PATH is None
- Fix incorrect Portuguese spelling
- Fix fractional(0.333) output in README

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-30 07:50:36 -07:00
Leon Anavi
6d5c1cfc3c python3-jsonrpcserver: Upgrade 4.1.2 -> 4.1.3
Upgrade to release 4.1.3:

- In the case of a method returning a non-serializable value,
  return a JSON-RPC error response. It was previously erroring
  server-side without responding to the client.
- Fix for Python 3.8 - ensures the same exceptions will be raised
  in 3.8 and pre-3.8.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-30 07:50:31 -07:00
Zang Ruochen
e14031a776 python3-bcrypt: Enable ptest
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>
2020-06-29 08:23:18 -07:00
Zang Ruochen
3a78e76383 python3-backports-functools-lru-cache: Enable ptest
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>
2020-06-29 08:23:13 -07:00
Zang Ruochen
2618dd1550 python3-atomicwrites: upgrade 1.3.0 -> 1.4.0
-Enable ptest.

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>
2020-06-29 08:23:06 -07:00
Zang Ruochen
335388f2fa python3-anyjson: Enable ptest
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>
2020-06-29 08:23:02 -07:00
Zang Ruochen
835200ff16 python3-ansicolors: Enable ptest
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>
2020-06-29 08:22:57 -07:00
Leon Anavi
e8cb41c086 python3-pybind11: Upgrade 2.4.3 -> 2.5.0
Upgrade to release 2.5.0:

- Use C++17 fold expressions in type casters, if available. This
  can improve performance during overload resolution when
  functions have multiple arguments.
- Changed include directory resolution in pybind11/__init__.py and
  installation in setup.py. This fixes a number of open issues
  where pybind11 headers could not be found in certain environments.
- C++20 char8_t and u8string support.
- CMake: search for Python 3.9.
- Fixes for MSYS-based build environments.
- STL bindings for std::vector<...>::clear.
- Read-only flag for py::buffer.
- Exception handling during module initialization.
- Support linking against a CPython debug build.
- Fixed issues involving the availability and use of aligned new
  and delete.
- Fixed a resource leak upon interpreter shutdown.
- Fixed error handling in the boolean caster.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-29 08:22:50 -07:00
Leon Anavi
c855e5be16 python3-pybind11: Consolidate in a single file
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>
2020-06-29 08:22:46 -07:00
Leon Anavi
652734c5c0 python3-pulsectl: Upgrade 20.2.4 -> 20.5.1
Upgrade to release 20.5.1:

- Drop unused decorator mode for _pulse_get_list wrapper-generator
- volume_get_all_chans: add docstring to indicate that it doesn't
  poll libpulse
- tests: fix tearDownClass for "python setup.py test" operation
- tests: pass PATH= in subprocess environment for proper lookups
  there
- tests: lookup executables in PATH

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-29 08:22:41 -07:00
Leon Anavi
9cee310300 python3-msm: Upgrade 0.8.3 -> 0.8.7
Upgrade to release 0.8.7:

- Handle git:// urls more gracefully
- Add final rstrip
- Add another rstrip for checking if it is Github url
- Convert Paths to str for python 3.5 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>
2020-06-29 08:22:37 -07:00
Leon Anavi
b52e832261 python3-pkgconfig: Upgrade 1.4.0 -> 1.5.1
Inherit class pypi and upgrade to release 1.5.1:

- Use poetry instead of setuptools directly
- Fix: raise exception if package is missing
- Fix version parsing for openssl-like version numbers
- Fix: expose --modversion
- Fix: strip whitespace from variable names
- Fix: do not specify pytest Python version

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-29 08:22:33 -07:00
Leon Anavi
e50907e57a python3-greenlet: Upgrade 0.4.15 -> 0.4.16
Upgrade to release 0.4.16:

- Support for DEC Alpha architecture
- Support for Python 3.9
- Support for Python 3.10a0

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-29 08:22:28 -07:00
Leon Anavi
2adce1085a python3-sqlalchemy: Upgrade 1.3.17 -> 1.3.18
Upgrade to release 1.3.18:

- orm: Improve error message when using Query.filter_by() in a
  query where the first entity is not a mapped class.
- orm: Added a new parameter query_expression.default_expr to the
  query_expression() construct, which will be appled to queries
  automatically if the with_expression() option is not used.
- engine: Further refinements to the fixes to the "reset" agent
  fixed in #5326, which now emits a warning when it is not being
  correctly invoked and corrects for the behavior. Additional
  scenarios have been identified and fixed where this warning was
  being emitted.
- engine: Fixed issue in URL object where stringifying the object
  would not URL encode special characters, preventing the URL from
  being re-consumable as a real URL.
- sql: Added a “.schema” parameter to the table() construct,
  allowing ad-hoc table expressions to also include a schema name.
- sql: Introduce IdentityOptions to store common parameters for
  sequences and identity columns.
- schema: Fixed issue where dialect_options were omitted when a
  database object (e.g., Table) was copied using tometadata().

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-29 08:22:23 -07:00
Leon Anavi
6f8bd461c2 python3-kiwisolver: Upgrade 1.1.0 -> 1.2.0
Upgrade to release 1.2.0:

- make the the c++ part of the code c++11 compliant
- use cppy for Python/C bindings

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-29 08:22:18 -07:00
Leon Anavi
13ae876df6 python3-cppy: Add new recipe
Add cppy release 1.1.0: C++ headers for C extension development.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-29 08:22:13 -07:00
Leon Anavi
84d6d12fd8 python3-httplib2: Upgrade 0.17.3 -> 0.18.1
Upgrade to release 0.18.1:

- explicit build-backend workaround for pip build isolation bug
  "AttributeError: 'module' object has no attribute '__legacy__'"
  on pip install
  https://github.com/httplib2/httplib2/issues/169
- IMPORTANT security vulnerability CWE-93 CRLF injection
  Force %xx quote of space, CR, LF characters in uri.
  https://cwe.mitre.org/data/definitions/93.html

PKG-INFO md5 checksum changed, 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>
2020-06-29 08:22:06 -07:00
Leon Anavi
b452174517 python3-rdflib: Upgrade 4.2.2 -> 5.0.0
Upgrade to release 5.0.0:

- Fix n3 parser exponent syntax of floats with leading dot.
- FIX: Change is comparison to == for tuple
- Added _parseBoolean function to enforce correct Lexical-to-value
  mapping
- SPARQL fix CONSTRUCT resolve with initBindings fixes
- Documentation 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>
2020-06-29 08:22:01 -07:00
Leon Anavi
629696b64b python3-astroid: Upgrade 2.3.3 -> 2.4.2
Upgrade to release 2.4.2:

- `FunctionDef.is_generator` properly handles `yield` nodes in
  `While` tests
- Properly construct the arguments of infered property descriptors
- Handle the case where the raw builder fails to retrieve the
  ``__all__`` attribute
- Restructure the AST parsing heuristic to always pick the same
  module
- Do not crash with SyntaxError when parsing namedtuples with
  invalid label
- Expose a ast_from_string method in AstroidManager, which will
  accept source code as a string and return the corresponding
  astroid object
- Prevent a recursion error to happen when inferring the declared
  metaclass of a class

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-26 08:56:37 -07:00
Leon Anavi
0d539978ad python3-coloredlogs: Upgrade 10.0 -> 14.0
Upgrade to release 14.0:

- Integrate native Windows 10 support for ANSI escape sequences
- Native support for ANSI escape sequences was added to Windows
  10 after its initial release
- Merged pull request #80 that drops support for Python 3.4
  which has gone end-of-life and now represents less than 1% of
  PyPI downloads.
- Improved compatibility with the Python standard library by
  changing the order of positional arguments received by the
  initializer of the ColoredFormatter class
- Add support for the %(username)s field and properly document
  supported custom fields.
- Consistently use console highlighting in documentation.
- Fix a broken link in the readme.

The year in LICENSE.txt has been updated.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-26 08:56:33 -07:00
Leon Anavi
884b126e73 python3-coverage: Upgrade 5.0.2 -> 5.1
Upgrade to release 5.1:

- The JSON report now includes counts of covered and missing
  branches.
- On Python 3.8, try-finally-return reported wrong branch coverage
  with decorated async functions (issue 964). This is now fixed.
- The :meth:`~coverage.Coverage.get_option` and
  :meth:`~coverage.Coverage.set_option` methods can now manipulate
  the [paths] configuration setting.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-26 08:56:30 -07:00
Leon Anavi
243bfe4eb9 python3-matplotlib: Upgrade 3.2.1 -> 3.2.2
Upgrade to release 3.2.2:

- Unit converters recognize subclasses
- imsave accepts metadata and PIL options
- cbook.normalize_kwargs
- FontProperties accepts os.PathLike
- Gouraud-shading alpha channel in PDF backend
- Kerning adjustments now use correct values
- bar3d lightsource shading
- Shifting errorbars
- Improvements in Logit scale ticker and formatter
- rcParams for axes title location and color
- 3-digit and 4-digit hex colors

The line in setup.py for determining the license has changed.
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>
2020-06-26 08:56:26 -07:00
Leon Anavi
5dbc25ea9d python3-pandas: Upgrade 1.0.3 -> 1.0.5
Upgrade to release 1.0.5:

- Fix regression in read_parquet() when reading from file-like
  objects.
- Fix regression in reading from public S3 buckets.
- Fixed regression in replace() raising an AssertionError when
  replacing values in an extension dtype with values of a
  different dtype

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-26 08:56:22 -07:00
Leon Anavi
465426ebce python3-ruamel-yaml: Upgrade 0.16.5 0> 0.16.10
Upgrade to release 0.16.10:

- updated image references in README to sourceforge
- update requirements so that ruamel.yaml.clib is installed for
  3.8, as it has become available
- fix typchecking issue on TaggedScalar
- fix error in dumping literal scalar in sequence with comments
  before element
- fix empty string mapping key roundtripping with preservation
  of quotes as `? ''`
- fix incorrect state setting in class constructor
- adjust deprecation warning test for Hashable, as that no
  longer warns

The year in LICENSE has been updated and LIC_FILES_CHKSUM changed.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-26 08:56:18 -07:00