Commit Graph

3570 Commits

Author SHA1 Message Date
Martin Jansa
dbde7fc3cc python3-grpcio: make sure that GRPC_CFLAGS is expanded to empty
* with bitbake change from:
  https://git.openembedded.org/bitbake/commit/?id=699e36c270d863258502d315ed00a1b940bfbf96
  the GRPC_CFLAGS now stays None when toolchain-clang isn't used
  causing:
  i686-oe-linux-gcc: error: ${GRPC_CFLAGS}: linker input file not found: No such file or directory

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16 08:21:14 -07:00
zangrc
1f97c59b45 python3-xlsxwriter: upgrade 1.4.4 -> 1.4.5
Release 1.4.5 - July 29 2021
----------------------------

 * Added Description/Alt Text and Decorative accessibility options for charts,
   textboxes and buttons. These options were already available for images.

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>
2021-08-06 20:37:42 -07:00
zangrc
8aaf5a64cd python3-twisted: upgrade 21.2.0 -> 21.7.0
Twisted 21.7.0 (2021-07-26)
===========================

Features
--------

- Python 3.10b3 is now supported (#10224)
- Type hinting was added to twisted.internet.defer, making this is the first release
  of Twisted where you might reasonably be able to use mypy without your own custom
  stub files (#10017)

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>
2021-08-06 20:37:42 -07:00
zangrc
6be40a77ca python3-tqdm: upgrade 4.61.2 -> 4.62.0
asyncio.gather API consistency with stdlib (#1212)
fix shutdown exception (#1209 <- #1198)
misc build framework updates (#1209)
add GH Sponsors & merch links

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>
2021-08-06 20:37:42 -07:00
zangrc
f627883d19 python3-socketio: upgrade 5.3.0 -> 5.4.0
Release 5.4.0 - 2021-08-02

Support msgpack and custom packet serializers #749 (commit)
Return error packet if client connects to an already connected namespace (commit)
Handle CancelledError in async pubsub managers #750 (commit)
More robust handling of emit's "to" argument #689 (commit)
Remove executable permissions from setup.py, which has no shebang #748 (commit) (thanks Ben Beasley!)
Improved project structure (commit)

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>
2021-08-06 20:37:42 -07:00
zangrc
60da6d843f python3-sentry-sdk: upgrade 1.3.0 -> 1.3.1
Fix detection of contextvars compatibility with Gevent versions >=20.9.0 #1157

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>
2021-08-06 20:37:42 -07:00
zangrc
668e779801 python3-progress: upgrade 1.5 -> 1.6
-License-Update: Fixed misspelling of names.

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>
2021-08-06 20:37:42 -07:00
Zang Ruochen
ea33b88613 python3-robotframework: upgrade 4.0.3 -> 4.1
Add runtime dependency to resolve errors that occurred when import robot.

Robot Framework 4.1 is a feature release with several nice enhancements, for example, to the continue-on-failure mode and argument conversion, as well as some bug fixes.

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>
2021-08-06 20:37:42 -07:00
Andrew Jeffery
bf1057e640 python3-ecdsa: Add native support
python3-ecdsa is a dependency of meta-aspeed's socsec package. socsec is
a set of tools for signing bootloaders and forming a hardware root
of trust for ASPEED BMC SoCs.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-06 20:37:42 -07:00
Andrew Jeffery
92d469b26a python3-gmpy: Add native support
python3-gmpy is a transitive dependency of meta-aspeed's socsec package,
via python3-ecdsa. socsec is a set of tools for signing bootloaders and
forming a hardware root of trust for ASPEED BMC SoCs.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-06 20:37:42 -07:00
Martin Jansa
c61dc077bb Convert to new override syntax
This is the result of automated script (0.9.1) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03 10:21:25 -07:00
zangrc
80957c276a python3-pandas: upgrade 1.3.0 -> 1.3.1
Fixed regressions
Pandas could not be built on PyPy (GH42355)
DataFrame constructed with an older version of pandas could not be unpickled (GH42345)
Performance regression in constructing a DataFrame from a dictionary of dictionaries (GH42248)
Fixed regression in DataFrame.agg() dropping values when the DataFrame had an Extension Array dtype, a duplicate index, and axis=1 (GH42380)
Fixed regression in DataFrame.astype() changing the order of noncontiguous data (GH42396)
Performance regression in DataFrame in reduction operations requiring casting such as DataFrame.mean() on integer data (GH38592)
Performance regression in DataFrame.to_dict() and Series.to_dict() when orient argument one of “records”, “dict”, or “split” (GH42352)
Fixed regression in indexing with a list subclass incorrectly raising TypeError (GH42433, GH42461)
Fixed regression in DataFrame.isin() and Series.isin() raising TypeError with nullable data containing at least one missing value (GH42405)
Regression in concat() between objects with bool dtype and integer dtype casting to object instead of to integer (GH42092)
Bug in Series constructor not accepting a dask.Array (GH38645)
Fixed regression for SettingWithCopyWarning displaying incorrect stacklevel (GH42570)
Fixed regression for merge_asof() raising KeyError when one of the by columns is in the index (GH34488)
Fixed regression in to_datetime() returning pd.NaT for inputs that produce duplicated values, when cache=True (GH42259)
Fixed regression in SeriesGroupBy.value_counts() that resulted in an IndexError when called on a Series with one row (GH42618)

Bug fixes
Fixed bug in DataFrame.transpose() dropping values when the DataFrame had an Extension Array dtype and a duplicate index (GH42380)
Fixed bug in DataFrame.to_xml() raising KeyError when called with index=False and an offset index (GH42458)
Fixed bug in Styler.set_sticky() not handling index names correctly for single index columns case (GH42537)
Fixed bug in DataFrame.copy() failing to consolidate blocks in the result (GH42579)

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>
2021-08-03 08:52:32 -07:00
zangrc
45edb9c4c9 python3-smbus: upgrade 4.2 -> 4.3
4.3 (2021-07-22)
  decode-dimms: Attempt to decode LPDDR3 modules
  eeprom, eepromer: Removed the tools in favor of eeprog
  i2cdetect: Sort the bus list by number
  i2cdump: Add range support to I2C block mode
           Deprecate SMBus block mode
  i2cget: Add support for I2C block read
          Add support for SMBus block read
  i2ctransfer: Reverted check for returned length from driver

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>
2021-08-03 08:52:32 -07:00
zangrc
5cd1b0762a python3-graphviz: upgrade 0.16 -> 0.17
Version 0.17
------------
Drop Python 2 support. Tag Python 3.10 support.
Migrate CI to GitHub actions. Add ``pypy3`` to matrix.
Tests: implement ``--skip-exe`` via custom ``pytest`` marker.
Documentation: point Anaconda users to ``conda-forge/python-graphviz``.
Move type hints from docstrings to type annotations. Improve doctests.
Examples: standardize import convention and modernize.
Re-render example notebooks with Graphviz 2.46.1.

-License-Update: Copyright year updated to 2021.

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>
2021-08-03 08:52:32 -07:00
zangrc
9b03daa43a python3-gmqtt: upgrade 0.6.9 -> 0.6.10
Fix unsubscribe and heap storage behavior
Fair waiting for the heap based storage is empty
Fix unsubscribe cleans subscriptions storage
Fix tests

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>
2021-08-03 08:52:32 -07:00
zhengruoqin
2fe2e93c9e python3-gast: upgrade 0.5.0 -> 0.5.1
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-03 08:52:31 -07:00
zhengruoqin
d8e67165c6 python3-cbor2: upgrade 5.4.0 -> 5.4.1
Added new feature stringrefs, which makes repetitive dictionary structures more compact. Use with care since support for this is rare in other CBOR implementations.

This release includes some bugfixes around decoding invalid data, which may improve security on decoding untrusted data.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-03 08:52:31 -07:00
zhengruoqin
7fea625db5 python3-bitarray: upgrade 2.2.2 -> 2.2.3
2021-07-22   2.2.3:
-------------------
  * speedup `repeat()`, #136
  * speedup shift operations, #139
  * optimize slice assignment with negative step, e.g.: `a[::-1] = 1`
  * add tests

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-03 08:52:31 -07:00
Leon Anavi
d913d7ee0f python3-zeroconf: Upgrade 0.33.1 -> 0.33.2
Upgrade to release 0.33.2:

- Handle duplicate goodbye answers in the same packet
- Skip ipv6 interfaces that return ENODEV

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>
2021-08-03 08:52:31 -07:00
Leon Anavi
4e73ec8d91 python3-pysonos: Upgrade 0.0.53 -> 0.0.54
Upgrade to release 0.0.54:

- Raise exception if Service command is not supported

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>
2021-08-03 08:52:31 -07:00
Leon Anavi
7d63c9a6aa python3-networkx: Upgrade 2.6.1 -> 2.6.2
Upgrade to release 2.6.2:

- Remove default dependencies
- Update release process

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>
2021-08-03 08:52:31 -07:00
zhengruoqin
86be1d8917 python3-sentry-sdk: upgrade 1.2.0 -> 1.3.0
1.3.0
Add support for Sanic versions 20 and 21 #1146

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-29 10:35:05 -07:00
zhengruoqin
492054e409 python3-sqlalchemy: upgrade 1.4.20 -> 1.4.22
.. changelog::
    :version: 1.4.22
    :released: July 21, 2021

    .. change::
        :tags: bug, sql
        🎟️ 6786

        Fixed issue where use of the :paramref:`_sql.case.whens` parameter passing
        a dictionary positionally and not as a keyword argument would emit a 2.0
        deprecation warning, referring to the deprecation of passing a list
        positionally. The dictionary format of "whens", passed positionally, is
        still supported and was accidentally marked as deprecated.

    .. change::
        :tags: bug, orm
        🎟️ 6775

        Fixed issue in new :meth:`_schema.Table.table_valued` method where the
        resulting :class:`_sql.TableValuedColumn` construct would not respond
        correctly to alias adaptation as is used throughout the ORM, such as for
        eager loading, polymorphic loading, etc.

    .. change::
        :tags: bug, orm
        🎟️ 6769

        Fixed issue where usage of the :meth:`_result.Result.unique` method with an
        ORM result that included column expressions with unhashable types, such as
        ``JSON`` or ``ARRAY`` using non-tuples would silently fall back to using
        the ``id()`` function, rather than raising an error. This now raises an
        error when the :meth:`_result.Result.unique` method is used in a 2.0 style
        ORM query. Additionally, hashability is assumed to be True for result
        values of unknown type, such as often happens when using SQL functions of
        unknown return type; if values are truly not hashable then the ``hash()``
        itself will raise.

        For legacy ORM queries, since the legacy :class:`_orm.Query` object
        uniquifies in all cases, the old rules remain in place, which is to use
        ``id()`` for result values of unknown type as this legacy uniquing is
        mostly for the purpose of uniquing ORM entities and not column values.

 .. change::
        :tags: orm, bug
        🎟️ 6771

        Fixed an issue where clearing of mappers during things like test suite
        teardowns could cause a "dictionary changed size" warning during garbage
        collection, due to iteration of a weak-referencing dictionary. A ``list()``
        has been applied to prevent concurrent GC from affecting this operation.

    .. change::
        :tags: bug, sql
        🎟️ 6770

        Fixed issue where type-specific bound parameter handlers would not be
        called upon in the case of using the :meth:`_sql.Insert.values` method with
        the Python ``None`` value; in particular, this would be noticed when using
        the :class:`_types.JSON` datatype as well as related PostgreSQL specific
        types such as :class:`_postgresql.JSONB` which would fail to encode the
        Python ``None`` value into JSON null, however the issue was generalized to
        any bound parameter handler in conjunction with this specific method of
        :class:`_sql.Insert`.

    .. change::
        :tags: bug, engine
        🎟️ 6740

        Added some guards against ``KeyError`` in the event system to accommodate
        the case that the interpreter is shutting down at the same time
        :meth:`_engine.Engine.dispose` is being called, which would cause stack
        trace warnings.

    .. change::
        :tags: bug, orm, regression
        🎟️ 6793

        Fixed critical caching issue where the ORM's persistence feature using
        INSERT..RETURNING would cache an incorrect query when mixing the "bulk
        save" and standard "flush" forms of INSERT.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-29 10:35:05 -07:00
zhengruoqin
e6b3dcb6b8 python3-pymongo: upgrade 3.11.4 -> 3.12.0
We are pleased to announce the 3.12.0 release of PyMongo - MongoDB’s Python Driver. This release adds support for MongoDB 5.0.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-29 10:35:05 -07:00
zhengruoqin
467535597b python3-pybind11: upgrade 2.6.2 -> 2.7.0
v2.7.0 (Jul 16, 2021)
---------------------

New features:

* Enable ``py::implicitly_convertible<py::none, ...>`` for
  ``py::class_``-wrapped types.
  `#3059 <https://github.com/pybind/pybind11/pull/3059>`_

* Allow function pointer extraction from overloaded functions.
  `#2944 <https://github.com/pybind/pybind11/pull/2944>`_

* NumPy: added ``.char_()`` to type which gives the NumPy public ``char``
  result, which also distinguishes types by bit length (unlike ``.kind()``).
  `#2864 <https://github.com/pybind/pybind11/pull/2864>`_

* Add ``pybind11::bytearray`` to manipulate ``bytearray`` similar to ``bytes``.
  `#2799 <https://github.com/pybind/pybind11/pull/2799>`_

* ``pybind11/stl/filesystem.h`` registers a type caster that, on C++17/Python
  3.6+, converts ``std::filesystem::path`` to ``pathlib.Path`` and any
  ``os.PathLike`` to ``std::filesystem::path``.
  `#2730 <https://github.com/pybind/pybind11/pull/2730>`_

* A ``PYBIND11_VERSION_HEX`` define was added, similar to ``PY_VERSION_HEX``.
  `#3120 <https://github.com/pybind/pybind11/pull/3120>`_

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-29 10:35:05 -07:00
zangrc
14f825f4f8 python3-iso8601: upgrade 0.1.14 -> 0.1.16
Add docs/ to sdist

Addresses part of #14

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>
2021-07-27 09:51:35 -07:00
zangrc
b727930660 python3-bitstring: upgrade 3.1.7 -> 3.1.9
-License-Update: Copyright year updated to 2016.

July 20th 2021: version 3.1.9 released
(version 3.1.8 was pulled due to serious issues)
Another maintenance release.

Fixed a couple of outdated results in the readme (Issue 214).
Some more documentation tidying.
Turned off some debug code by default.
Fixed a couple of failing tests in different Python versions.
Fix for consistent pos initialisation semantics for different types.
Change to allow wheels to be uploaded to PyPI.
More work for LSB0 mode, but still not finished or documented (sorry).

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>
2021-07-27 09:51:35 -07:00
zangrc
bdc14e9752 python3-simplejson: upgrade 3.17.2 -> 3.17.3
Version 3.17.3 released 2021-07-09

* Replaced Travis-CI and AppVeyor with Github Actions,
  adding wheels for Python 3.9.
  https://github.com/simplejson/simplejson/pull/283

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>
2021-07-27 09:51:35 -07:00
zangrc
75286b2592 python3-rdflib: upgrade 5.0.0 -> 6.0.0
-License-Update: Copyright year updated to 2021.

2021/07/20 RELEASE 6.0.0
========================
6.0.0 is a major stable release that drops support for Python 2 and Python 3 < 3.7. Type hinting is now present in much
of the toolkit as a result.

It includes the formerly independent JSON-LD parser/serializer, improvements to Namespaces that allow for IDE namespace
prompting, simplified use of `g.serialize()` (turtle default, no need to `decode()`) and many other updates to
documentation, store backends and so on.

Performance of the in-memory store has also improved since Python 3.6 dictionary improvements.

There are numerous supplementary improvements to the toolkit too, such as:

* inclusion of Docker files for easier CI/CD
* black config files for standardised code formatting
* improved testing with mock SPARQL stores, rather than a reliance on DBPedia etc

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>
2021-07-27 09:51:35 -07:00
zangrc
9ada4ac610 python3-qrcode: upgrade 7.1 -> 7.2
7.2 (19 July 2021)
==================

- Add Styled PIL image factory, allowing different color masks and shapes in QR codes

- Small performance inprovement

- Add check for border size parameter

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>
2021-07-27 09:51:35 -07:00
Leon Anavi
8fbcfb9f02 python3-pkgconfig: Upgrade 1.5.4 -> 1.5.5
Upgrade to release 1.5.5:

- test_configure_extension: sorted expected

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>
2021-07-23 09:47:04 -07:00
Leon Anavi
79b3000c83 python3-astroid: Upgrade 2.6.2 -> 2.6.5
Upgrade to release 2.6.5:

- Fix a crash when there would be a 'TypeError object does not
  support item assignment' in the code we parse.
- Fix a crash when a AttributeInferenceError was raised when
  failing to find the real name in infer_import_from.

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>
2021-07-23 09:47:04 -07:00
Leon Anavi
5902cb9986 python3-yamlloader: Upgrade 1.0.0 -> 1.1.0
Upgrade to release 1.1.0:

- Update coverage
- Update run unittest
- CI: setup GHA

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>
2021-07-23 09:47:04 -07:00
Leon Anavi
ff93be0560 python3-zeroconf: Upgrade 0.31.0 -> 0.33.1
Upgrade to release 0.33.1:

- Version number change only with less restrictive directory
  permissions
- Let connection_lost close the underlying socket
- Removed duplicate unregister_all_services code

License-Update: License remains LGPL Version 2.1

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>
2021-07-20 09:27:56 -07:00
Leon Anavi
9a95e3e341 python3-pyusb: Upgrade 1.2.0 -> 1.2.1
Upgrade to release 1.2.1:

- core: make Device hashable again

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>
2021-07-20 09:27:56 -07:00
Leon Anavi
ba45aaf9be python3-bitarray: Upgrade 2.2.1 -> 2.2.2
Upgrade to release 2.2.2:

- Speedup slice assignment
- Speedup bitwise operations
- Optimize `getbit()` and `setbit()` in `bitarray.h`
- Fix TypeError messages when bitarray or int (0, 1) are expected
  (bool is a subclass of int)
- Add and improve 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>
2021-07-20 09:27:56 -07:00
Leon Anavi
6e52fe95fe python3-pysonos: Upgrade 0.0.51 -> 0.0.53
Upgrade to release 0.0.53:

- Merge current SoCo master
- Reinstate workaround for pre-10.1 firmware 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>
2021-07-20 09:27:56 -07:00
Trevor Gamblin
422ffc7b51 python3-geomet: Add missing RDEPENDS; add to packagegroup-meta-python
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>
2021-07-20 09:27:56 -07:00
zhengruoqin
c3336f2512 python3-pulsectl: upgrade 21.5.17 -> 21.5.18
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-20 09:27:56 -07:00
zhengruoqin
485bf0a730 python3-protobuf: upgrade 3.17.0 -> 3.17.3
C++
Introduce FieldAccessListener.
Stop emitting boilerplate {Copy/Merge}From in each ProtoBuf class
Fixed some uninitialized variable warnings in generated_message_reflection.cc.

Kotlin
Fix duplicate proto files error (#8699)

Java
Fixed parser to check that we are at a proper limit when a sub-message has
finished parsing.

General
Support M1 (#8557)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-20 09:27:56 -07:00
Trevor Gamblin
04701ddaa7 python3-cassandra-driver: add geomet to RDEPENDS, remove DISTUTILS options
python3-cassandra-driver is failing on do_install because the recipe is
trying to pull sources while installing, but it can no longer do this
because a recent change to python3-setuptools removing support for the
deprecated ssl.match_hostname method. Since this only seems to occur
when the DISTUTILS = "--no-libev" option to disable the libev extension
is given, remove that from the recipe and let the extension be compiled
into the package. Additionally, add python3-geomet (the dependency that
cassandra-driver was trying to pull during do_install) to the RDEPENDS
now that it exists as a recipe.

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>
2021-07-20 09:27:56 -07:00
Trevor Gamblin
cd80092d94 python3-geomet: add recipe
GeoMet - Convert GeoJSON to WKT/WKB, and vice versa

Release 0.3.0 notes:

- Add support for GeoPackage binary format (#56)
- Add support for EsriJSON (#63, #66)
- Migrate CI/CD/release automation to CircleCI, away from
- Travis-CI (#62)
- Automate releases to PyPI through CircleCI (#62, #67)
- Fix parsing for empty geometries (#53, #49)
- Improve test coverage (#54)

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>
2021-07-20 09:27:56 -07:00
Leon Anavi
95e9269af6 python3-websocket-client: Upgrade 1.0.1 -> 1.1.0
Upgrade to release 1.1.0:

- Set enable_multithread to True by default
- Performance improvement in _mask() function
- Performance improvement in recv_strict() function
- Performance improvement by removing numpy-related code
- Support uppercase no_proxy, http_proxy, https_proxy env vars
- Add sslopt 'server_hostname' support
- Replace deprecated ssl.PROTOCOL_SSLv23 with ssl.PROTOCOL_TLS
- Update documentation, 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>
2021-07-20 09:27:56 -07:00
Leon Anavi
bb00cfa7f7 python3-requests: Upgrade 2.25.1 -> 2.26.0
Upgrade to release 2.26.0:

- Requests now supports Brotli compression, if either the `brotli`
  or `brotlicffi` package is installed
- `Session.send` now correctly resolves proxy configurations from
  both the Session and Request. Behavior now matches
  `Session.request`.
- Fixed a race condition in zip extraction when using Requests in
  parallel from zip archive.
- Requests now supports `idna` 3.x on Python 3. `idna` 2.x will
  continue to be used on Python 2 installations

Drop setup.py-Support-idna-version-3.1.patch because the issue
with idna version has been solved in the upstream for Python 3.

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>
2021-07-20 09:27:56 -07:00
zhengruoqin
9a9a39b559 python3-pymisp: upgrade 2.4.143 -> 2.4.144
v2.4.144 (2021-06-07)
---------------------

Changes
~~~~~~~
- Bump version. [Raphaël Vinot]
- Bump object templates. [Raphaël Vinot]
- Bump deps. [Raphaël Vinot]
- Bump deps. [Raphaël Vinot]
- Bump deps. [Raphaël Vinot]

Other
~~~~~
- Fix misp API response content parsing. [Silvian I]

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-20 09:27:56 -07:00
Leon Anavi
7f9fcfab67 python3-dateutil: Upgrade 2.8.1 -> 2.8.2
Upgrade to release 2.8.2:

- Updated tzdata version to 2021a
- Fixed a bug in the parser where non-ValueError exceptions would
  be raised during exception handling; this would happen, for
  example, if an IllegalMonthError was raised in dateutil code.
- Fixed the custom repr for dateutil.parser.ParserError, which was
  not defined due to an indentation error.
- Fixed a bug that caused b' prefixes to appear in parse_isodate
  exception messages.
- Make isoparse raise when trying to parse times with inconsistent
  use of : separator.
- Fixed tz.gettz() not returning local time when passed an empty
  string.

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>
2021-07-16 08:57:37 -07:00
Leon Anavi
9e005453c6 python3-texttable: Upgrade 1.6.3 -> 1.6.4
Upgrade to release 1.6.4:

- Fix alignment bug when deco is modified

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>
2021-07-16 08:57:37 -07:00
Leon Anavi
71f8ef949b python3-pandas: Upgrade 1.2.5 -> 1.3.0
Upgrade to release 1.3.0:

- Custom HTTP(s) headers when reading csv or json files
- Read and write XML documents
- Styler enhancements
- DataFrame constructor honors copy=False with dict
- PyArrow backed string data type
- Centered datetime-like rolling windows
- Bug fix: Categorical.unique now always maintains same dtype as
  original
- Bug fix: preserve dtypes in DataFrame.combine_first()
- Bug fix: Groupby methods agg and transform no longer changes
  return dtype for callables
- Bug fix: Consistent casting with setting into Boolean Series
- Bug fix: GroupBy.rolling with MultiIndex no longer drops levels
  in the result

License-Update: Update license 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>
2021-07-16 08:57:37 -07:00
Khem Raj
55ea6d57e8 python3-pyusb: Add missing runtime dependency on libusb1
Patch as suggested from [1]

[1] https://github.com/openembedded/meta-openembedded/issues/394
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-07-16 08:57:37 -07:00
zangrc
e1b1a13c4b python3-gnupg: upgrade 0.4.6 -> 0.4.7
Released: 2021-03-11

Fixed #129, #141: Added support for no passphrase during key generation.
Fixed #143: Improved permission-denied test. Thanks to Elliot Cameron for the patch.
Fixed #144: Updated logging to only show partial results.
Fixed #146: Allowed a passphrase to be passed to import_keys(). Thanks to Chris de Graaf for the patch.

Add runtime dependency to resolve errors that occurred when import gnupg.

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>
2021-07-16 08:57:37 -07:00