Commit Graph

3985 Commits

Author SHA1 Message Date
Khem Raj
c3dc184c45 python3-pybind11: Use setuptools3 instead of distutils3 functions
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-18 08:59:58 -08:00
Leon Anavi
f0143052f4 python3-sentry-sdk: Upgrade 1.4.3 -> 1.5.2
Upgrade to release 1.5.2:

- Record event_processor client reports
- Add a Quart integration
- Sanic v21.12 support
- Support Celery abstract tasks

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>
2022-01-18 08:59:58 -08:00
Leon Anavi
f3888539cd python3-natsort: Upgrade 8.0.0 -> 8.0.2
Upgrade to release 8.0.2:

- Bug where sorting paths fail if one of the paths is '.'.
- Compose unicode characters when using locale to ensure sorting
  is correct across all locales.

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>
2022-01-18 08:59:58 -08:00
Leon Anavi
f10d70157a python3-requests: Upgrade 2.26.0 -> 2.27.1
Upgrade to release 2.27.1:

- Fixed parsing issue that resulted in the auth component being
  dropped from proxy URLs.

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>
2022-01-18 08:59:58 -08:00
Leon Anavi
3b7b1ea6e7 python3-aiohue: Upgrade 3.0.1 -> 3.0.11
Upgrade to release 3.0.11:

- Add workaround for FOH switches
- Fix short and long flash for lights
- Fix reconnect last event id

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>
2022-01-18 08:59:58 -08:00
Leon Anavi
bd02a43d9d python3-asyncio-throttle: Add recipe
Add asyncio-throttle: a simple, easy-to-use throttler for asyncio.

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>
2022-01-18 08:59:58 -08:00
Xu Huan
e6bff22c37 python3-pynacl: upgrade 1.4.0 -> 1.5.0
changelog:
===============================================================================
BACKWARDS INCOMPATIBLE: Removed support for Python 2.7 and Python 3.5.
BACKWARDS INCOMPATIBLE: We no longer distribute manylinux1 wheels.
Added manylinux2014, manylinux_2_24, musllinux, and macOS universal2 wheels
(the latter supports macOS arm64).
Update libsodium to 1.0.18-stable (July 25, 2021 release).
Add inline type hints.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-18 08:59:58 -08:00
Xu Huan
f1a500d166 python3-pymongo: upgrade 4.0 -> 4.0.1
changelog:
===============================================================================
:meth:`pymongo.collection.Collection.update_one`,
:meth:`pymongo.collection.Collection.update_many`,
:meth:`pymongo.collection.Collection.delete_one`,
:meth:`pymongo.collection.Collection.delete_many`,
:meth:`pymongo.collection.Collection.aggregate`,
:meth:`pymongo.collection.Collection.find_one_and_delete`,
:meth:`pymongo.collection.Collection.find_one_and_replace`,
:meth:`pymongo.collection.Collection.find_one_and_update`,
and :meth:`pymongo.collection.Collection.find` all support a new keyword argument
let which is a map of parameter names and values. Parameters can then be
accessed as variables in an aggregate expression context.

:meth:`~pymongo.collection.Collection.aggregate` now supports $merge and $out
executing on secondaries on MongoDB >=5.0. aggregate() now always obeys the
collection's :attr:`read_preference` on MongoDB >= 5.0.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-18 08:59:58 -08:00
Xu Huan
9af9bb0819 python3-protobuf: upgrade 3.19.0 ->3.19.3
changelog:
==================================================================
  * Fix missing Windows wheel for Python 3.10 on PyPI

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-18 08:59:58 -08:00
Khem Raj
10d0769c1b python3-pytest-helpers-namespace: Enable network during do_compile
This should actually be fixed in the package's build system to not
do the network access during compile task. Lets workaround it for now

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-18 08:59:58 -08:00
Khem Raj
d323e21f1a python3-matplotlib: Do not use setuptools_scm_git_archive
this gets invoked during compile task which is not disabling network
access, any network activity should be explicitly enabled except during
do_fetch

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-18 08:59:58 -08:00
Leon Anavi
89a0340478 python3-bitarray: Upgrade 2.3.4 -> 2.3.5
Upgrade to release 2.3.5:

- Fixed bug for big-endian systems (such as IBM s390)
- Pass `zip_safe=False` to `setup()`

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>
2022-01-11 17:50:55 -08:00
Leon Anavi
f8d3f2de49 python3-rdflib: Upgrade 6.0.2 -> 6.1.1
Upgrade to release 6.1.1:

- add support for Python 3.10
- updates the test suite to pytest (from nose)
- tidies up a lot of continuous integration
- gets more tests tested, not skipped
- implements lots of mypy tests
- updates several parsers and serializers
- supports the new HexTuples format!
- many bug fixes

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>
2022-01-11 17:50:55 -08:00
Leon Anavi
30a7621489 python3-urllib3: Upgrade 1.26.7 -> 1.26.8
Upgrade to release 1.26.8:

- Added extra message tourllib3.exceptions.ProxyError when urllib3
  detects that a proxy is configured to use HTTPS but the proxy
  itself appears to only use HTTP.
- Added a mention of the size of the connection pool when
  discarding a connection due to the pool being full.
- Added explicit support for Python 3.11.
- Deprecated the Retry.MAX_BACKOFF class property in favor of
  Retry.DEFAULT_MAX_BACKOFF to better match the rest of the default
  parameter names. Retry.MAX_BACKOFF is removed in v2.0.
- Changed location of the vendored ssl.match_hostname function from
  urllib3.packages.ssl_match_hostname to urllib3.util.ssl_match_hostname
  to ensure Python 3.10+ compatibility after being repackaged by
  downstream distributors.
- Fixed absolute imports, all imports are now relative.

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>
2022-01-11 17:50:55 -08:00
Leon Anavi
11090e1283 python3-astroid: Upgrade 2.9.2 -> 2.9.3
Upgrade to release 2.9.3:

- Fixed regression where packages without a ``__init__.py`` file
  were  not recognized or imported correctly.

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>
2022-01-11 17:50:55 -08:00
Leon Anavi
936423fc9f python3-google-api-core: Upgrade 2.2.0 -> 2.3.2
Upgrade to release 2.3.2:

- add operations rest client to support long-running operations
- handle bare 'grpc.Call' in 'from_grpc_error'

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>
2022-01-11 17:50:55 -08:00
Bhargav Das
0ec1ead3cd python3-colorzero: add recipe for python colorzero
colorzero is a color manipulation library for Python

Signed-off-by: Bhargav Das <bhargavthriler@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-11 17:50:55 -08:00
Leon Anavi
7e63b7a3ac python3-ujson: Upgrade 5.0.0 -> 5.1.0
Upgrade to release 5.1.0:

- Strip debugging symbols from Linux binaries

Add a patch in setup.py to disable striping debugging symbols for
Linux to avoid already-stripped build errors.

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>
2022-01-11 17:50:55 -08:00
Leon Anavi
25b9efc9b0 python3-huey: Upgrade 2.4.2 -> 2.4.3
Upgrade to release 2.4.3:

- Fix compatibility issue with new redis-py

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>
2022-01-11 17:50:55 -08:00
Leon Anavi
1afddc62c1 python3-typeguard: Upgrade 2.13.2 -> 2.13.3
Upgrade to release 2.13.3:

- Fixed TypeError when using typeguard within exec() (where
  __module__ is None)
- Fixed TypedDict causing TypeError: TypedDict does not support
  instance and class checks on Python 3.8 with standard library
  (not typing_extensions) typed dicts

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>
2022-01-11 17:50:55 -08:00
Leon Anavi
df5c1a31fd python3-diskcache: Upgrade 5.3.0 -> 5.4.0
Upgrade to release 5.4.0:

- Run isort
- Remove unused imports
- Update tests for Django 3.2

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>
2022-01-10 10:35:02 -08:00
Leon Anavi
f37e388c35 python3-cantools: Upgrade 37.0.0 -> 37.0.1
Upgrade to release 37.0.1:

- Fix issue Wrong compare type in _check_signals_ranges_scaling()

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>
2022-01-10 10:35:02 -08:00
Leon Anavi
c1704149b8 python3-robotframework: Upgrade 4.1.2 -> 4.1.3
Upgrade to release 4.1.3:

- Fix to a regression related to parsing reStructuredText files
  that was introduced in Robot Framework 4.1.2

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>
2022-01-10 10:35:02 -08:00
Leon Anavi
bd58555e58 python3-astroid: Upgrade 2.9.0 -> 2.9.2
Upgrade to release 2.9.2:

- Fixed regression in ``astroid.scoped_nodes`` where
  ``_is_metaclass`` was not accessible anymore.

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>
2022-01-10 10:35:02 -08:00
Trevor Gamblin
e8582ac2e3 python3-django: Add recipe for 4.0.1
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>
2022-01-10 10:35:02 -08:00
Trevor Gamblin
6e166d723b python3-django: upgrade 3.2.10 -> 3.2.11
3.2.11 provides fixes for three CVEs:

CVE-2021-45115
CVE-2021-45116
CVE-2021-45452

https://docs.djangoproject.com/en/4.0/releases/3.2.11/

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>
2022-01-10 10:34:34 -08:00
Leon Anavi
c9033d87f3 python3-psutil: Upgrade 5.8.0 -> 5.9.0
Upgrade to release 5.9.0:

- [Linux]: cpu_freq() is slow on systems with many CPUs. Read
  current frequency values for all CPUs from /proc/cpuinfo instead
  of opening many files in /sys fs. (patch by marxin)
- NoSuchProcess message now specifies if the PID has been reused.
- error classes (NoSuchProcess, AccessDenied, etc.) now have a
  better formatted and separated __repr__ and __str__
  implementations.
- [BSD]: add support for MidnightBSD.
- [Linux]: disk_partitions(): convert /dev/root device (an alias
  used on some Linux distros) to real root device path.
- PSUTIL_DEBUG mode now prints file name and line number of the
  debug messages coming from C extension modules.
- rewrite HISTORY.rst to use hyperlinks pointing to psutil API 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>
2022-01-10 10:34:34 -08:00
Trevor Gamblin
280195a109 python3-django: upgrade 2.2.25 -> 2.2.26
2.2.26 provides fixes for three CVEs:

CVE-2021-45115
CVE-2021-45116
CVE-2021-45452

https://docs.djangoproject.com/en/4.0/releases/2.2.26/

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>
2022-01-10 10:34:34 -08:00
Leon Anavi
cf08deca86 python3-imageio: Upgrade 2.13.3 -> 2.13.5
Upgrade to release 2.13.5:

- Clean up PillowPlugin destructor
- Close standard streams after webcam access

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>
2022-01-07 11:01:30 -08:00
Leon Anavi
0cfde4b768 python3-pychromecast: Upgrade 10.1.1 -> 10.2.3
Upgrade to release 10.2.3:

- Attempt reconnect on unknown exceptions
- Handle NotConnected exception when reconnecting

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>
2022-01-07 11:01:30 -08:00
Leon Anavi
46ed112915 python3-isodate: Upgrade 0.6.0 -> 0.6.1
Upgrade to release 0.6.1:

- support python 3.10
- last version to support py 2.7

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>
2022-01-07 11:01:30 -08:00
Oleksandr Kravchuk
f1fb1c36e8 python-cantools: update to 37.0.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-06 12:55:54 -08:00
Xu Huan
efdf711ebf python3-parso: upgrade 0.8.2 -> 0.8.3
changelog:
Add basic support for Python 3.11 and 3.12

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-06 12:34:12 -08:00
Xu Huan
4fa3ef1def python3-paramiko: upgrade 2.8.0 ->2.9.1
See changelog: https://www.paramiko.org/changelog.html

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-06 12:34:12 -08:00
Xu Huan
72ce0145e9 python3-pandas: upgrade 1.3.4 -> 1.3.5
changelog:
===============================================================================

-Fixed regression in Series.equals() when comparing floats with dtype object to
None (GH44190)
-Fixed regression in merge_asof() raising error when array was supplied as join
key (GH42844)
-Fixed regression when resampling DataFrame with DateTimeIndex with empty groups
and uint8, uint16 or uint32 columns incorrectly raising RuntimeError (GH43329)
-Fixed regression in creating a DataFrame from a timezone-aware Timestamp scalar
near a Daylight Savings Time transition (GH42505)
-Fixed performance regression in read_csv() (GH44106)
-Fixed regression in Series.duplicated() and Series.drop_duplicates() when Series
has Categorical dtype with boolean categories (GH44351)
-Fixed regression in GroupBy.sum() with timedelta64[ns] dtype containing NaT
failing to treat that value as NA (GH42659)
-Fixed regression in RollingGroupby.cov() and RollingGroupby.corr() when other
had the same shape as each group would incorrectly return superfluous groups
in the result (GH42915)

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-06 12:34:12 -08:00
wangmy
cc413c7823 python3-pymisp: upgrade 2.4.148 -> 2.4.152
Changelog:
==========
Changes
~~~~~~~
- Bump version.
- Bump deps, object templates.
- Bump objects templates.
- Bump misp-objects.
- Lief doesn't supports python 3.10.
- Debug poetry install, freezes on the GHA.
- Bump deps, use pytest.
- [feed-generator] support for distribution and sharing groups.

Fix
~~~
- Update live tests to support proper format of SGs.
- [sharinggroups] Fixes wrong model for SharingGroupOrg.
- [feed-generator] code style fixes.
- [feed-generator] keeping function compatibility.
- [feed-generator] fix missing except type.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-05 08:15:50 -08:00
wangmy
888632ae18 python3-pyhamcrest: upgrade 2.0.2 -> 2.0.3
Changelog:
=========
  Features
-------------
 - * Adds the tests to the sdist. Fixed by #150

 #141 <https://github.com/hamcrest/PyHamcrest/issues/141>
 - * Update the CI to test Python 3.10

 #160 <https://github.com/hamcrest/PyHamcrest/issues/160>
 - * Add pretty string representation for matchers objects

 #170 <https://github.com/hamcrest/PyHamcrest/issues/170>

 Bugfixes
------------
 - * Test coverage is now submitted to codecov.io.

 Fixed by #150

 #135 <https://github.com/hamcrest/PyHamcrest/issues/135>
 - Change to the ``has_entry()`` matcher - if exactly one key matches,
   but the value does not, report only the mismatching value.

 Fixed by #157

 #156 <https://github.com/hamcrest/PyHamcrest/issues/156>
 - * Fix is_() type annotations

 #180 <https://github.com/hamcrest/PyHamcrest/issues/180>

 Misc
-------------
 - #150 <https://github.com/hamcrest/PyHamcrest/issues/150>
   #159 <https://github.com/hamcrest/PyHamcrest/issues/159>
   #162 <https://github.com/hamcrest/PyHamcrest/issues/162>
   #163 <https://github.com/hamcrest/PyHamcrest/issues/163>
   #166 <https://github.com/hamcrest/PyHamcrest/issues/166>
   #175 <https://github.com/hamcrest/PyHamcrest/issues/175>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-05 08:15:50 -08:00
zhengruoqin
b7a6df5ab6 python3-pyatspi: upgrade 2.38.1 -> 2.38.2
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>
2022-01-05 08:15:50 -08:00
zhengruoqin
9ad5e36f98 python3-networkx: upgrade 2.6.2 -> 2.6.3
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>
2022-01-05 08:15:50 -08:00
zhengruoqin
2b6b90bd63 python3-google-api-python-client: upgrade 2.30.0 -> 2.33.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>
2022-01-05 08:15:50 -08:00
zhengruoqin
b92dcfbc83 python3-djangorestframework: upgrade 3.12.4 -> 3.13.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>
2022-01-05 08:15:50 -08:00
Xu Huan
c3bbad35cc python3-wheel: upgrade 0.37.0 -> 0.37.1
changelog:
===============================================================================
Fixed wheel pack duplicating the WHEEL contents when the build number has
changed (#415)
Fixed parsing of file names containing commas in RECORD

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-04 08:40:52 -08:00
Xu Huan
53dacb847f python3-smpplib: upgrade 2.2.0 -> 2.2.1
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-04 08:40:52 -08:00
Xu Huan
c7bd721d2d python3-msgpack: upgrade 1.0.2 -> 1.0.3
changelog:
====================================================================
Release Date: 2021-11-24 JST

Fix Docstring (#459)
Fix error formatting (#463)
Improve error message about strict_map_key (#485)

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-04 08:40:52 -08:00
Xu Huan
ce003fec73 python3-huey: upgrade 2.4.1 -> 2.4.2
changelog:
=============================================================================
Fix implementation of schedule-pop Lua script so it works with Redis cluster.
Ensure Django connections are closed before and after (previously they were
only closed after) task execution with db_task() and db_periodic_task().
Allow additional lock-names to be specified when flushing locks.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-04 08:40:52 -08:00
Konrad Weihmann
c3e01ee555 python3-lazy-object-proxy: upgrade 1.6.0 > 1.7.1
this allows usage of setuptools-scm-native in version > 6.0

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-04 08:40:52 -08:00
Konrad Weihmann
ee05c06228 python3-execnet: depend on setuptools-scm
as this otherwise will be pulled on the fly while compiling

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-04 08:40:52 -08:00
Konrad Weihmann
cffe78bfe1 python3-wtforms: add missing dependencies
like python3-babel a setup time and markupsafe at runtime

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-04 08:40:52 -08:00
Xu Huan
184ee7b9b1 python3-sqlalchemy: upgrade 1.4.28 ->1.4.29
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-01-04 08:40:52 -08:00
wangmy
20090751cf python3-ipython: upgrade 7.28.0 -> 7.30.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-12-27 11:46:41 -08:00