Commit Graph

5590 Commits

Author SHA1 Message Date
Martin Jansa
80fbf964e1 openhpi, uw-imag, python3-m2crypto: replace Unknown Upstream-Status with Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-24 08:45:44 -08:00
Yi Zhao
f6d702116e meta-python: fix Upstream-Status format
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-24 08:45:44 -08:00
Randy MacLeod
3f2aee1b08 python3-pillow: Add distutils, unixadmin for ptest
ptest results:
   ====== 3600 passed, 324 skipped, 2 xfailed, 1 xpassed in 74.41s (0:01:14) ======
for qemux86-64 with 2 GB RAM which is the same as seen on master.

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-22 01:07:43 -08:00
Cook, Samuel
2e7903d861 python-systemd: update from v234 to v235
Includes bugfix from v234 which won't run on python3.10
See: https://github.com/systemd/python-systemd/issues/107

Removes patches now no longer required as they are implemented in v235

drop setting md5 checksum for src_uri as it is no longer needed

rename patch directory to match recipe name as python2 version of recipe
is gone

V235 released to PyPI on 11 Feb 23
https://pypi.org/project/systemd-python/235/

Signed-off-by: Samuel Cook <samuel.cook@cornelisnetworks.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-22 01:07:43 -08:00
Ross Burton
22a608d460 python3-simpleeval: update patch status
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-22 01:07:43 -08:00
Bartosz Golaszewski
941b3bc262 python3-gpiod: new package
Add a recipe for libgpiod v2 python bindings. This is a release
candidate but once the proper v2.0 is released, it will be made public
on pypi and the recipe modified accordingly.

As libgpiod python bindings now use setuptools and not make, we can
separate the recipe from the rest of the library.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-18 13:19:36 -08:00
bhargav_das@mentor.com
34f2312f3d python3-daemon_2.3.2.bb: add python-daemon recipe for python3
python-daemon was part of meta-python2 this has now been updated to
python3 and v2.3.2

Signed-off-by: Bhargav Das <bhargav_das@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-12 21:48:33 -08:00
Khem Raj
892aac07aa python3-grpcio: Add missing include for close/open APIs
This is found with clang16 stricter warnings

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-12 21:48:33 -08:00
Wang Mingyu
ded22822ef python3-xmlschema: upgrade 2.1.1 -> 2.2.1
Changelog:
==========
 Fix mixed content extension without explicit mixed attribute (issue #334)
 Refine string serialization of XML resources and data elements
 Switch to use elementpath v4
 Fix sequence_type property for XSD types
 Remove XsdElement.get_attribute(): unused and doesn't work as expected

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-12 08:56:16 -08:00
Wang Mingyu
65aeb6160c python3-xlsxwriter: upgrade 3.0.7 -> 3.0.8
Changelog:
===========
* Fix for "autofit()" exception when user defined column width was "None".

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-12 08:56:16 -08:00
Wang Mingyu
203e5f7c0b python3-websocket-client: upgrade 1.4.2 -> 1.5.1
Changelog:
==========
  - Fix logic bug that can cause disconnects (#893)
  - Refactor and improve ping/pong logic to resolve several issues, including
    an infinite loop issue during reconnect (#862)
  - Fix issue where `skip_utf8_validation = True` is ignored (#886)
  - Fix issue where sslopt `is_ssl` is ignored (#875)
  - Downgrade "websocket connected" message from logging.warning to logging.info (#888)
  - Update github actions to newer versions (669fe1b)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-12 08:56:16 -08:00
Wang Mingyu
206438e9d0 python3-sqlalchemy: upgrade 1.4.46 -> 2.0.3
Changelog:
============
sql
------
- Fixed critical regression in SQL expression formulation in the 2.0 series due
  to #7744 which improved support for SQL expressions that contained many
  elements against the same operator repeatedly; parenthesis grouping would be
  lost with expression elements beyond the first two elements.

typing
-------
  Remove typing.Self workaround, now using PEP 673 for most methods that return
  Self.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-12 08:56:16 -08:00
Wang Mingyu
79e588130d python3-traitlets: upgrade 5.8.1 -> 5.9.0
Changelog:
==========
  Polishing argcomplete support #829
  Test that name and description can be set via constructor. #826

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-12 08:56:16 -08:00
Wang Mingyu
3dfe4b9cbd python3-simplejson: upgrade 3.18.1 -> 3.18.3
Changelog:
===========
* Fix regression in sdist archive
* Distribute a pure python wheel for Pyodide

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-12 08:56:16 -08:00
Wang Mingyu
550ece1b61 python3-reedsolo: upgrade 1.6.1 -> 1.7.0
Changelog:
===========
- Drop cythonization by default, to avoid installation issues for users with
  Cython installed but no C++ compiler. Cythonization needs to be requested
  explictly now, using pip install --upgrade reedsolo
  --install-option="--cythonize" --verbose.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-12 08:56:16 -08:00
Wang Mingyu
3649ef5fb1 python3-qrcode: upgrade 7.3.1 -> 7.4.2
Changelog:
==========
- Allow pypng factory to allow for saving to a string
  (like qr.save("some_file.png")) in addition to file-like objects.
- Fix bad over-optimization in v7.4 that broke large QR codes. Thanks to
  mattiasj-axis!
- Restructure the factory drawers, allowing different shapes in SVG image
  factories as well.
- Add a --factory-drawer option to the qr console script.
- Optimize the output for the SVGPathImage factory (more than 30% reduction in
  file sizes).
- Add a pypng image factory as a pure Python PNG solution. If pillow is not
  installed, then this becomes the default factory.
- The pymaging image factory has been removed, but its factory shortcut and the
  actual PymagingImage factory class now just link to the PyPNGImage factory.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-12 08:56:16 -08:00
Wang Mingyu
09e784889f python3-sentry-sdk: upgrade 1.13.0 -> 1.15.0
Various fixes & improvements
=============================
 New: Add Huey Integration
 Profiling: Do not send single sample profiles (#1879)
 Profiling: Add additional test coverage for profiler (#1877)
 Profiling: Always use builtin time.sleep (#1869)
 Profiling: Defaul in_app decision to None (#1855)
 Profiling: Remove use of threading.Event (#1864)
 Profiling: Enable profiling on all transactions (#1797)
 FastAPI: Fix check for Starlette in FastAPI integration (#1868)
 Flask: Do not overwrite default for username with email address in FlaskIntegration (#1873)
 Tests: Add py3.11 to test-common (#1871)
 Fix: Don't log whole event in before_send / event_processor drops (#1863)
 Add before_send_transaction (#1840)
 Django: Always remove values of Django session related cookies. (#1842)
 Profiling: Enable profiling for ASGI frameworks (#1824)
 Profiling: Better gevent support (#1822)
 Profiling: Use co_qualname in python 3.11 (#1831)
 OpenTelemetry: fix Use dict for sentry-trace context instead of tuple (#1847)
 OpenTelemetry: fix extra dependency (#1825)
 OpenTelemetry: fix NoOpSpan updates scope (#1834)
 OpenTelemetry: Make sure to noop when there is no DSN (#1852)
 FastAPI: Fix middleware being patched multiple times (#1841)
 Starlette: Avoid import of pkg_resource with Starlette integration (#1836)
 Removed code coverage target (#1862)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-12 08:56:16 -08:00
Wang Mingyu
ab943a9811 python3-pywbem: upgrade 1.5.0 -> 1.6.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-12 08:56:16 -08:00
Wang Mingyu
463c2fb8ea python3-pyscaffold: upgrade 4.3.1 -> 4.4
Changelog:
=========
  Add codespell to pre-commit config
  Allow venv_install in config file
  Avoid problematic tox 4.0 and 4.1
  Update macos instances on Cirrus CI
  Replace deprecated set-output
  Update CI templates
  Add comments about building sdist in tox.ini and FAQ
  Update Python version in Read The Docs configuration

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-12 08:56:16 -08:00
Wang Mingyu
21a69c4c90 python3-pykickstart: upgrade 3.34 -> 3.43
0001-support-authentication-for-kickstart.patch
0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch
0004-load.py-retry-to-invoke-request-with-timeout.patch
refreshed for new version.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-12 08:56:16 -08:00
Wang Mingyu
de0bda3f7e python3-pymodbus: upgrade 3.1.0 -> 3.1.3
Changelog:
=========
  Solve log problem in payload.
  Fix register type check for size bigger than 3 registers (6 bytes) (#1323)
  Re-add SQL tests. (#1329)
  Central logging. (#1324)
  Skip sqlAlchemy test. (#1325)
  Solve 1319 (#1320)
  Update README.rst
  Correct README link. (#1316)
  More direct readme links for REPL (#1314)
  Add classifier for 3.11 (#1312)
  Update README.rst (#1313)
  Delete ModbusCommonBlock.png (#1311)
  Add modbus standard to README. (#1308)
  fix no auto reconnect after close/connect in TCPclient (#1298)
  Update examples.rst (#1307)
  var name clarification (#1304)
  Bump external libraries. (#1302)
  Reorganize documentation to make it easier accessible (#1299)
  Simulator documentation (first version). (#1296)
  Updated datastore Simulator. (#1255)
  Update links to pydmodbus-dev (#1291)
  Change riptideio to pymodbus-dev. (#1292)
  #1258 Avoid showing unit as a seperate command line argument (#1288)
  Solve docker cache problem. (#1287)
  add missing server.start() (#1282)
  small performance improvement on debug log (#1279)
  Fix Unix sockets parsing (#1281)
  client: Allow unix domain socket. (#1274)
  transfer timeout to protocol object. (#1275)
  Add ModbusUnixServer / StartAsyncUnixServer. (#1273)
  Added return in AsyncModbusSerialClient.connect (#1271)
  add connect() to the very first example (#1270)
  Solve docker problem. (#1268)
  Test stop of server task. (#1256)

Thanks to:

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-11 08:34:39 -08:00
Wang Mingyu
e705ed1f05 python3-pymisp: upgrade 2.4.167 -> 2.4.168
Fix
========
- Set relationship_type default in MISPTag to empty string.
- Another typo in readme.
- Typo in readme.
- Update whl files.
- Nvm, readthedocs requires python 3.8 at most.

New
======
- Add relationship_type in Tag entries for feeds.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-11 08:34:39 -08:00
Wang Mingyu
248fdb4cb5 python3-portion: Upgrade 2.3.0 -> 2.3.1
Changed
=======
 Speed up lookups in IntervalDict for non-interval keys.
 Speed up iterate by no longer creating singleton instances under the hood.
 Drop official support for Python 3.6.

Fixed
=====
 Infinite recursion when a subclass of an Interval is compared using > with an Interval instance (see #75).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-11 08:34:39 -08:00
Khem Raj
21f79077bf python3-cson: Make PEP440 compatible version scheme
- Update to latest tip of trunk
- Fix build with latest setuptools

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-09 15:56:25 -08:00
Wang Mingyu
640c95a9c3 python3-paramiko: upgrade 2.12.0 -> 3.0.0
Bubfix:
==========
-A handful of lower-level classes (notably paramiko.message.Message and
 paramiko.pkey.PKey) previously returned bytes objects from their
 implementation of __str__, even under Python 3; and there was never any
 __bytes__ method.

-Streamline some redundant (and costly) byte conversion calls in the packetizer
 and the core SFTP module. This should lead to some SFTP speedups at the very least.

-Remove some unnecessary __repr__ calls when handling bytes-vs-str conversions.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
1d9d0a4377 python3-openpyxl: upgrade 3.0.10 -> 3.1.0
Changelog:
===========

New Features
------------
    Added support for data table formulae
    Mapped chartspace graphical properties to charts for advanced formatting

Bugfixes
---------
    #1156 Table filters are always overriden
    #1360 Can't read some ScatterCharts if the x-axis is not numerical
    #1786 NamedStyles share attributes - mutables gotcha
    #1851 Allow print area to be set to None
    #1852 Worksheet for print title and print areas can't be found
    #1853 Custom document properties that are strings can be empty
    #1858 ConditionalFormatting lost when pivot table updated
    #1864 Better handling of defined names
    #1912 Excel doesn't like xmlns:space on nodes with only whitespace, which it treats as empty.
    #1942 Exception when print areas use table references.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
7fae5e85d3 python3-pandas: upgrade 1.5.2 -> 1.5.3
Changelog:
https://pandas.pydata.org/docs/whatsnew/v1.5.3.html

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
20528d4acc python3-portalocker: upgrade 2.6.0 -> 2.7.0
Added fail_when_locked=False support to BoundedSemaphore.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
ee424ebd14 python3-meh: upgrade 0.50.1 -> 0.51
0001-setup.py-switch-from-distutils-to-setuptools.patch
removed since it's included in 0.51.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
9b14ac9f44 python3-license-expression: upgrade 30.0.0 -> 30.1.0
Changelog:
==========
  Use latest skeleton (and updated configure script)
  Update license list to latest ScanCode and SPDX 3.19
  Use correct syntax for python_require
  Drop using Travis and Appveyor
  Drop support for Python 3.7 and add Python 3.11

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
aafff40e02 python3-icu: upgrade 2.8.1 -> 2.10.2
0001-Fix-host-contamination-of-include-files.patch
updated for 2.10.2

Changelog:
==========
  - fixed bug in logic computing max_char for PyUnicode_New()
  - fixed build issues with ICU < 72
  - fixed bug with building on MacOS when pkg-config is present
  - added link to note about building everything from sources
  - added wrapper for u_cleanup/u_init sequence as ResourceBundle.resetICU()
  - added wrapper for TimeZone.getRegion()
  - added support for ICU 72.1
  - added wrapper for UnicodeSetIterator::skipToStrings()
  - added wrapper for DisplayOptions, DisplayOptions::Builder and related enums
  - added wrapper for FormattedNumber::getNounClass()
  - added wrapper for NumberFormatter.displayOptions()
  - added support for ICU 71.1
  - added wrappers for UMeasurePrefix, MeasureUnit.withPrefix()|getPrefix()
  - added UNumberRoundingPriority, FractionPrecision.withSignificantDigits()
  - added UNumberTrailingZeroDisplay, Precision.trailingZeroDisplay()

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
e742129261 python3-ipython: upgrade 8.8.0 -> 8.9.0
Changelog:
=========
- right accepts a single character from suggestion
- ctrl+right accepts a semantic token (macos default shortcuts take precedence
  and need to be disabled to make this work
- backspace deletes a character and resumes hinting autosuggestions
- ctrl-left accepts suggestion and moves cursor left one character.
- backspace deletes a character and resumes hinting autosuggestions
- down moves to suggestion to later in history when no lines are present below
  the cursors.
- up moves to suggestion from earlier in history when no lines are present
  above the cursor.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
c5c25516e0 python3-google-api-python-client: upgrade 2.72.0 -> 2.77.0
Changelog:
https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
1cfe19100a python3-luma-oled: upgrade 3.9.0 -> 3.11.0
License-Update: Copyright year updated to 2023.

Changelog:
===========
* Add support for SH1107 greyscale OLED
* Fix SSD1322 NHD initialization and encode each pixel as 4bit+4bit
  identical nibbles

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
bf702a7ccc python3-flask-migrate: upgrade 4.0.1 -> 4.0.4
Changelog:
===========
  Correctly obtain database URL with SQLAlchemy 2.0
  Remove legacy future import in Alembic templates
  Add SQLAlchemy 1.4 and 2.0 to the test matrix
  Switch to pytest as test runner
  Support "check" command #502

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
caecacde62 python3-fastnumbers: upgrade 3.2.1 -> 4.0.1
License-Update: Copyright year updated to 2021.

Changelog:
==========
- Removed a nasty memory leak that would cause every number returned
  from 'fastnumbers' to never get freed.
- Added 'check_real', 'check_float', 'check_int', and 'check_intlike'
 to provide a more flexible interface than 'isreal', 'isfloat', 'isint',
 and 'isintlike', respectively
- Added 'try_real', 'try_float', 'try_int', and 'try_forceint'
 to provide a more flexible interface than 'fast_real', 'fast_float', 'fast_int',
 and 'fast_forceint', respectively
- Added Python 3.11 support
- 'query_type' now sets 'allow_underscores' to 'False' by default
- Complete rewrite into C++
- All functions now use use 'METH_FASTCALL' to pass arguments from
  Python to C
- Always parse integers using 'int64_t' instead of using 'long' to ensure
  we can always quickly parse at least 18 digits
- Parsing floats now always uses the fast and robust parser
  ['fast_float::from_chars()'](https://github.com/fastfloat/fast_float)
- 'isreal', 'isfloat', 'isint', and 'isintlike' are deprecated in
  favor of 'check_real', 'check_float', 'check_int', and 'check_intlike',
  though they will never be removed from the API
- 'fast_real', 'fast_float', 'fast_int', and 'fast_forceint' are deprecated in
  favor of 'try_real', 'try_float', 'try_int', and 'try_forceint',
  though they will never be removed from the API
- Support for Python 3.6
- Removed the undocumented 'dig', 'max_exp', 'min_exp', and 'max_int_len'
  module-level constants, as they are now meaningless

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
a767b7f524 python3-flask-wtf: upgrade 1.1.0 -> 1.1.1
Changelog:
Fixed validate extra_validators parameter. :pr:548

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
3d0317875c python3-evdev: upgrade 1.6.0 -> 1.6.1
License-Update: Copyright year updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
2dac666995 python3-elementpath: upgrade 3.0.2 -> 4.0.1
Changelog:
==========
* Fix packaging: include py.typed in package data
* Revert to comparison between xs:QName instances and strings
* First XPath 3.1 implementation (without UCA collation support)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
6f0612806e python3-dateparser: upgrade 1.1.6 -> 1.1.7
Improvements:
============
 Add an “ago” synonym for Arabic (#1128)
 Improved date parsing for Czech (#1131)
 Improved date parsing for Indonesian (#1134)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
c3b0591ddd python3-django: upgrade 4.1.3 -> 4.1.6
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
bd31987a7d python3-cmd2: upgrade 2.4.2 -> 2.4.3
License-Update: Copyright year updated to 2023.

Changelog:
==========
* Bug Fixes
  * Fixed ValueError caused when passing 'Cmd.columnize()' strings wider than 'display_width'.
* Enhancements
  * Renamed 'utils.str_to_bool()' -> 'utils.to_bool()'.
  * Enhanced 'utils.to_bool()' so that it accepts and converts 'bool', 'int', and 'float' in addition to 'str'.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
d060c597e5 python3-coverage: upgrade 7.0.5 -> 7.1.0
Changelog:
==========
- Added: the debug output file can now be specified with [run] debug_file in
  the configuration file. Closes issue 1319.
- Performance: fixed a slowdown with dynamic contexts that's been around since
  6.4.3.
- Typing: all product and test code has type annotations.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
492856ba3a python3-cantools: upgrade 38.0.1 -> 38.0.2
Changelog:
=========
 fix: use repr() when adding values to plot
 Allow cantools.tester to work with multiplexed signals
 Relaxed an PDU assert for ARXML format

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
ff5732a812 python3-bitarray: upgrade 2.6.2 -> 2.7.0
Changelog:
==========
  * add 'util.sc_encode()' and 'util.sc_decode()' for
    [compression of sparse bitarrays](sparse_compression.rst)
  * add 'util.any_and()'
  * add 'util.intervals()'
  * move functionality of the following utility functions entirely to C:
    'hex2ba()', 'base2ba()', 'deserialize()', 'vl_decode()', 'zeros()'
  * improve error checking for unpickling
  * add [distance metrics](../examples/distance.py) example:
    dice, hamming, jaccard, kulczynski1, rogerstanimoto, russellrao,
    sokalmichener, sokalsneath, yule
  * add example [sparse bitarray](../examples/sparse) implementations

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
c3c5ea4e67 python3-astroid: upgrade 2.13.2 -> 2.14.1
Changelog
==========
* Revert "CallContext" change as it caused a "RecursionError" regression.
* Add support for inferring binary union types added in Python 3.10.
* Capture and log messages emitted when inspecting a module for astroid.
* Revert "CallContext" change as it caused a "RecursionError" regression.
* Fix issues with "typing_extensions.TypeVar".
* Fix "ClassDef.fromlino" for PyPy 3.8 (v7.3.11) if class is wrapped by a decorator.
* Preserve parent CallContext when inferring nested functions.
* Add "Lock" to the "multiprocessing" brain.
* Fix a regression in 2.13.2 where a RunTimeError could be raised unexpectedly.
* Fix overwritten attributes in inherited dataclasses not being ordered correctly.
* Fix a false positive when an attribute named "Enum" was confused with "enum.Enum".
  Calls to "Enum" are now inferred & the qualified name is checked.
* Remove unnecessary typing_extensions dependency on Python 3.11 and newer

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
7671c8ff48 python3-aiohttp-jinja2: upgrade 1.5 -> 1.5.1
Changelog:
==========
- Add support for Python 3.11.
- Drop support for decorating non-async functions with @template (deprecated since 0.16).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Wang Mingyu
5df692b1b5 python3-aspectlib: upgrade 1.5.2 -> 2.0.0
License-Update: Copyright updated to 2022.

0001-Remove-tornado-6-test-constraint.-Ref-15.patch
removed since it's not available in 2.0.0.

Changelog:
=========
 Drop support for legacy Pythons (2.7, 3.6 or older).
 Remove Travis/Appveyor CI and switch to GitHub Actions.
 Added support for Tornado 6 (in the test suite).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-08 08:51:44 -08:00
Geoff Parker
6e8c90560e python3-pillow: add tk to RDEPENDS ptest pkg only if x11 in DISTRO_FEATURES
commit 7b0e71e00 ("python3-pillow: add ptest support", 2023-01-31)
added tk to RDEPENDS:${PN}-ptest. Which cause this error on non x11
builds:

    ERROR: Nothing RPROVIDES 'tk' (but meta-openembedded/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
           RDEPENDS on or otherwise requires it) tk was skipped: missing required
           distro feature 'x11' (not in DISTRO_FEATURES)
    NOTE: Runtime target 'tk' is unbuildable, removing...
          Missing or unbuildable dependency chain was: ['tk']
    NOTE: Runtime target 'iotmanager' is unbuildable, removing...
          Missing or unbuildable dependency chain was: ['iotmanager', 'python3-pillow', 'tk']
    ERROR: Required build target 'update-runtime' has no buildable providers.
           Missing or unbuildable dependency chain was:
           ['update-runtime', 'runtime-image', 'iotmanager', 'python3-pillow', 'tk']

Add tk dependency only if DISTRO_FEATURES includes x11

Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-06 07:59:29 -08:00
Khem Raj
4b3e6289cd python3-greenlet: Upgrade to 2.0.2
Drop backported patches as they are already in 2.0.2 release
Add a patch to cleanup register keyword usage

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-05 19:26:05 -08:00
Khem Raj
5da852a616 python3-isort: Upgrade to isort 5.12.0
Brings in these changes

Fix poetry pip-shims extras dependency (#2078) @jooola
Add the ability to restrict which directories isort works against (#1967) @vkomarov-r7
docs: fix simple typo, detrmination -> determination (#1948) @timgates42
updated format strings to fstrings (#2076) @marksmayo
Simplify typeshed integration test (#2075) @AlexWaygood
Fix re-export sorter (#2065) @parafoxia
Add more docs about filter-files option (#2074) @micahjsmith
Removal Python 3.7 (#2064) @staticdev
Added test case and fix for cython pure python import (#2063) @jtoledo1974

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-04 16:08:34 -08:00
Randy MacLeod
7b0e71e00c python3-pillow: add ptest support
Add initial pillow ptest support.

The ptest result is:
   ====== 3600 passed  324 skipped, 2 xfailed, 1 xpassed in 62.41s (0:01:02) ======
for qemux86-64 with 2 GB RAM.

The skipped tests as summarized with:
   # ptest-runner python3-pillow | tee log
   # grep SKIPP log  | cut -d"(" -f2- | cut -d")" -f1 | cut -d" " -f1 | sort | uniq -c| sort -n | tail -4
     12 webp
     13 Tk
     14 Qt
     84 raqm
Webp was explicityly disabled in 2018 in:
   6cb4e90fc python3-pillow: add 5.4.1
I didn't test Tk or Qt and there isn't yet a recipe for libraqm:
   https://github.com/HOST-Oman/libraqm
a library that encapsulates the logic for complex text layout.

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-01 09:11:49 -08:00
Khem Raj
81b769d098 python3-grpcio: Fix build with gcc13
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-01 09:11:49 -08:00
Khem Raj
e16db79ffc python3-greenlet: Fix build with gcc13
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-01 09:11:49 -08:00
Martin Jansa
ea63f13846 .patch: fix Signed-off-by formatting issues reported by patchreview tool from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-27 17:06:52 -08:00
Martin Jansa
e99f187966 .patch: fix Upstream-Status formatting issues reported by patchreview tool from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-27 17:06:52 -08:00
Khem Raj
5c455804ae python3-pybind11: Upgrade to 2.10.3
It gets pkgconfig support which is required by some dependent packages
like rwmem

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-26 21:52:26 -08:00
Leon Anavi
b79af02110 python3-cachetools: Upgrade 5.2.1 -> 5.3.0
Upgrade to release 5.3.0:

- Add cache_info() function to @cached decorator.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-25 08:57:42 -08:00
Leon Anavi
9229fde5e2 python3-imageio: Upgrade 2.24.0 -> 2.25.0
Upgrade to release 2.25.0:

- Add audio support for ffmpeg writer

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-25 08:57:42 -08:00
Leon Anavi
acf0b04700 python3-email-validator: Upgrade 1.3.0 -> 1.3.1
Upgrade to release 1.3.1:

- The new SPF 'v=spf1 -all' (reject-all) deliverability check is
  removed in most cases. It now is performed only for domains that
  do not have MX records but do have an A/AAAA fallback record.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-25 08:57:42 -08:00
Leon Anavi
78b74ed90c python3-nocasedict: Upgrade 1.0.4 -> 1.1.0
Upgrade to release 1.1.0:

- The default casefolding method on Python 3 was changed from
  str.lower() to str.casefold(). This changes the matching of the
  case-insensitive keys. This shold normally be an improvement,
  but in case you find that you are negatively affected by this
  change, you can go back to the str.lower() method by overriding
  the NocaseDict.__casefold__() method with a method that calls
  str.lower().
- Added support for Python 3.11.
- Changed the default casefolding method on Python 3 to be
  str.casefold() in order to improve Unicode support. On Python 2,
  it remains str.lower(). Added support for user-defined
  casefolding.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-25 08:57:42 -08:00
Leon Anavi
d11c3b828f python3-nocaselist: Upgrade 1.0.6 -> 1.1.0
Upgrade to release 1.1.0:

- The default casefolding method on Python 3 was changed from
  str.lower() to str.casefold(). This changes the matching of the
  case-insensitive values. This shold normally be an improvement,
  but in case you find that you are negatively affected by this
  change, you can go back to the str.lower() method by overriding
  the NocaseDict.__casefold__() method with a method that calls
  str.lower().
- Added support for Python 3.11.
- Changed the default casefolding method on Python 3 to be
  str.casefold() in order to improve Unicode support. On Python 2,
  it remains str.lower(). Added support for user-defined
  casefolding.
- Added support for storing None as a value in a NocaseList.
  Previously, that was rejected with AttributeError since the
  casefold method was attempted to be called on the None value.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-25 08:57:42 -08:00
Leon Anavi
ceceffcb1e python3-configobj: Upgrade 5.0.6 -> 5.0.8
Upgrade to release 5.0.8:

- fixing/test for a regression introduced in 5.0.7 that prevented
  import validate from working
- update testing to validate against python version 2.7 & 3.5-3.11
- update broken links / non-existent services and references

License-Update: Use file LICENSE, no change of the license

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-19 11:17:02 -08:00
Leon Anavi
2f663daa13 python3-eventlet: Upgrade 0.33.2 -> 0.33.3
Upgrade to release 0.33.3:

- Fix greendns for dnspython 2.3.0+

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-19 11:17:02 -08:00
Khem Raj
b75067567e python3-greenlet: Drop using register keyword
Its gone in modern C/C++ since c++17

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 08:29:36 -08:00
Wang Mingyu
642239db49 python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
Changelog:
===========
* Improved :func:'autofit' algorithm to account for the additional width of
  autofilter and table dropdowns.

* Improved :func:'autofit' take user defined column widths into account.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
Wang Mingyu
36f40c1863 python3-txaio: upgrade 22.2.1 -> 23.1.1
License-Update: Copyright changed from "Crossbar.io Technologies GmbH"
to "typedef int GmbH"

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
Wang Mingyu
d2b59c44f9 python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
Changelog:
===========
- Add Starlite integration (#1748)
- Adding support for the Starlite framework. Unhandled errors are captured.
  Performance spans for Starlite middleware are also captured.
- Profiling: Remove sample buffer from profiler (#1791)
- Profiling: Performance tweaks to profile sampler (#1789)
- Add span for Django SimpleTemplateResponse rendering (#1818)
- Use @wraps for Django Signal receivers (#1815)
- Add enqueued_at and started_at to rq job extra (#1024)
- Remove sanic v22 pin (#1819)
- Add support for byterray and memoryview built-in types (#1833)
- Handle "rc" in SQLAlchemy version. (#1812)
- Doc: Use .venv (not .env) as a virtual env location in CONTRIBUTING.md (#1790)
- Auto publish to internal pypi on release (#1823)
- Added Python 3.11 to test suite (#1795)
- Update test/linting dependencies (#1801)
- Deps: bump sphinx from 5.2.3 to 5.3.0 (#1686)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
Wang Mingyu
e9118f2ac0 python3-redis: upgrade 4.4.1 -> 4.4.2
Changelog:
===========
Experimental Features
---------------------
 Add support for BF.CARD (#2545)

New Features
------------
 Add support for custom connection pool class in NodesManager (#2547)

Bug Fixes
---------
 Allow replica to master promotion in nodes_cache (#2549)
 Security Fix: Updating graph parser for potential injection cases (#2548)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
Wang Mingyu
af5a88f28b python3-pyzmq: upgrade 24.0.1 -> 25.0.0
Changelog:
==========
New:
------
- Added socket_class argument to zmq.Context.socket()
- Support shadowing sockets with socket objects, not just via address,
  e.g. zmq.asyncio.Socket(other_socket). Shadowing an object preserves a
  reference to the original, unlike shadowing via address.
- in zmq.auth, CredentialsProvider callbacks may now be async.
- ZMQStream callbacks may now be async.
- Add zmq.ReconnectStop draft constants.
- Add manylinux_2_28 wheels for x86_64 CPython 3.10, 3.11, and PyPy 3.9
  (these are in addition to not instead of the manylinux_2014 wheels).

Fixed:
-------
- When ZMQStream is given an async socket, it now warns and hooks up events
  correctly with the underlying socket, so the callback gets the received
  message, instead of sending the callback the incorrect arguments.
- Fixed toml parse error in pyproject.toml, when installing from source with
  very old pip.
- Removed expressed dependency on py when running with pypy, which hasn't
  been used in some time.

Deprecated:
----------
- zmq.auth.ioloop.IOLoopAuthenticator is deprecated in favor of
  zmq.auth.asyncio.AsyncioAuthenticator
- As part of migrating toward modern pytest, zmq.tests.BaseZMQTestCase
  is deprecated and should not be used outside pyzmq.
- python setup.py test is deprecated as a way to launch the tests.
  Just use pytest.

Removed:
----------
- Bundled subset of tornado's IOLoop (deprecated since pyzmq 17) is
  removed, so ZMQStream cannot be used without an actual install of tornado.
- Remove support for tornado 4, meaning tornado is always assumed to run on asyncio.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
Wang Mingyu
ef59d1fb7e python3-pymodbus: upgrade 3.0.2 -> 3.1.0
Changelog:
==========
    Add xdist pr default. (#1253)
    Create docker-publish.yml (#1250)
    Parallelize pytest with pytest-xdist (#1247)
    Support Python3.11 (#1246)
    Fix reconnectDelay to be within (100ms, 5min) (#1244)
    Fix typos in comments (#1233)
    WEB simulator, first version. (#1226)
    Clean async serial problem. (#1235)
    terminate when using 'randomize' and 'change_rate' at the same time (#1231)
    Used tooled python and OS (#1232)
    add 'change_rate' randomization option (#1229)
    add check_ci.sh (#1225)
    Simplify CI and use cache. (#1217)
    Solve issue 1210, update simulator (#1211)
    Add missing client calls in mixin.py. (#1206)
    Advanced simulator with cross memory. (#1195)
    AsyncModbusTcp/UdpClient honors delay_ms == 0 (#1203) (#1205)
    Fix #1188 and some pylint issues (#1189)
    Serial receive incomplete bytes.issue #1183 (#1185)
    Handle echo (#1186)
    Add updating server example. (#1176)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
Wang Mingyu
7b86dc79c0 python3-mock: upgrade 5.0.0 -> 5.0.1
Changelog:
==========
- gh-100740: Fix unittest.mock.Mock not respecting the spec for attribute names
  prefixed with assert.
- gh-100690: Mock objects which are not unsafe will now raise an AttributeError
  when accessing an attribute that matches the name of an assertion but without
  the prefix assert_, e.g. accessing called_once instead of assert_called_once.
  This is in addition to this already happening for accessing attributes with
  prefixes assert, assret, asert, aseert, and assrt.
- gh-96127: inspect.signature was raising TypeError on call with mock objects.
  Now it correctly returns (*args, **kwargs) as infered signature.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
Wang Mingyu
fd3c0d2fb5 python3-google-auth: upgrade 2.15.0 -> 2.16.0
Changelog:
==========
Features
--------
    AwsCredentials should not call metadata server if security creds and region are retrievable through the environment variables (#1195) (5e27c8f)
    Wrap all python built-in exceptions into library excpetions (#1191) (a83af39)

Bug Fixes
---------
    Allow get_project_id to take a request (#1203) (9a4d23a)
    Make OAUTH2.0 client resistant to string type 'expires_in' responses from non-compliant services (#1208) (9fc7b1c)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
Wang Mingyu
134a7db052 python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
Changelog:
https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
Wang Mingyu
a10bda8c87 python3-future: upgrade 0.18.2 -> 0.18.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
Wang Mingyu
5d3020bd5e python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
Changelog:
==========
-Python 3.7 or newer is required.
-Type annotations are now integrated with the source code and cover far more of
 the library.
-The get_soa() method has been added to dns.zone.Zone.
-The minimum TLS version is now 1.2.
-EDNS padding is now supported. Messages with EDNS enabled and with a non-zero
 pad option will be automatically padded appropriately when converted to wire format.
-dns.zone.from_text() and dns.zone.from_file() now have an allow_directives
 parameter to allow finer control over how directives in zonefiles are processed.
-A preliminary implementation of DNS-over-QUIC has been added, and will be
 available if the aioquic library is present. See dns.query.quic(),
 dns.asyncquery.quic(), and examples/doq.py for more info. This API is subject
 to change in future releases. For asynchronous I/O, both asyncio and Trio are
 supported, but Curio is not.
-DNSSEC signing support has been added to the dns.dnssec module, along with a
 number of functions to help generate DS, CDS, and CDNSKEY RRsets.
-Curio asynchronous I/O support is deprecated as of this release and will be
 removed in a future release.
-The resolver object's nameserver field is planned to become a property in
 dnspython 2.4. Writing to this field other than by direct assignment is
 deprecated, and so is depending on the mutability and form of the iterable
 returned when it is read.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
Wang Mingyu
acb33dd200 python3-dnspython: upgrade 2.2.1 -> 2.3.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
Wang Mingyu
6986532dbd python3-decouple: upgrade 3.6 -> 3.7
Changelog:
Fix Csv cast hanging with default=None, now returning an empty list. (#149)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
Wang Mingyu
8cc20dd576 python3-dateparser: upgrade 1.1.5 -> 1.1.6
Changelog:
==========
    Fix the bug where Monday is parsed as a month (#1121)
    Prevent ReDoS in Spanish sentence splitting regex (#1084)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
Wang Mingyu
6207648e88 python3-coverage: upgrade 7.0.4 -> 7.0.5
Changelog:
===========
Fix: On Python 3.7, a file with type annotations but no from __future__
import annotations would be missing statements in the coverage report.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
Wang Mingyu
28b472b1af python3-absl: upgrade 1.3.0 -> 1.4.0
Changelog:
==============
NEW

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-17 01:05:53 -08:00
Khem Raj
175682f0df python3-matplotlib: Fix build with c++17
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-16 21:23:07 -08:00
Khem Raj
1f56bcddaf python3-matplotlib: Upgrade to 3.6.3
Forward port the disable download patch
Location of license changed inside setup.py

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-16 21:23:07 -08:00
Leon Anavi
5a340c8906 python3-autobahn: Upgrade 22.12.1 -> 23.1.1
Upgrade to release 23.1.1:

- fix: support for Python up to v3.11
- fix: update GitHub CI
- fix: copyright transferred to typedef int GmbH -
  no license change!
- fix: remove coverage crap

License-Update: Company name changed from Crossbar.io Technologies
GmbH to typedef int GmbH, the license remains MIT.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-16 10:32:40 -08:00
Leon Anavi
c0e580a4b3 python3-alembic: Upgrade 1.9.1 -> 1.9.2
Upgrade to release 1.9.2:

- Fixed typing definitions for EnvironmentContext.get_x_argument()
- Fixed regression where the string transformations applied to
  server defaults caused expressions such as (getdate()) to no
  longer compare as equivalent on SQL Server, others.

License-Update: Update years

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-16 10:32:40 -08:00
Ross Burton
ca7082caa8 python3-pytest-forked: update for move from picobuild to build
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-13 09:47:27 -08:00
Robert Yang
49de9dfbcd tftpy: Add it for python tftp server and client
Tftpy is a TFTP library for the Python programming language. It includes client
and server classes, with sample implementations. Hooks are included for easy
inclusion in a UI for populating progress indicators. It supports RFCs 1350,
2347, 2348 and the tsize option from RFC 2349.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-13 06:55:36 -08:00
Leon Anavi
4558ddaaf7 python3-astroid: Upgrade 2.12.13 -> 2.13.2
Upgrade to release 2.13.2:

- Removed version conditions on typing_extensions dependency.
- Removed typing_extensions from our tests requirements as it was
  preventing issues to appear in our continuous integration.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-12 09:02:10 -08:00
Leon Anavi
eef459db7c python3-imageio: Upgrade 2.23.0 -> 2.24.0
Upgrade to release 2.24.0:

- Tifffile v3
- Pin sphinx below v6

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:59 -08:00
Wang Mingyu
0b5018fea3 python3-xlsxwriter: upgrade 3.0.5 -> 3.0.6
Changelog:
Added simulated worksheet :func:'autofit' method.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:59 -08:00
Wang Mingyu
a97f8aa62e python3-ujson: upgrade 5.6.0 -> 5.7.0
Changelog:
Support ujson.loads(bytearray(...)) and other bytes-like objects.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:59 -08:00
Wang Mingyu
720247f182 python3-uefi-firmware: upgrade 1.9 -> 1.10
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:59 -08:00
Wang Mingyu
178cbb96fa python3-robotframework: upgrade 6.0.1 -> 6.0.2
Changelog:
https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-6.0.2.rst

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:58 -08:00
Wang Mingyu
15af5c00cc python3-redis: upgrade 4.4.0 -> 4.4.1
Changelog:
==========
 New Features
-------------
  Add dialect to FT.AGGREGATE (#2537)
  Add support for resetchannels in ACL SETUSER (#2514)
  Allow EVAL_RO and EVALSHA_RO to be routed to read replica (#2494)
  Add timeout parameter for SentinelManagedConnection (#2495)
  Add TIMEOUT to query class (#2519)
  Add support for certain LATENCY commands (#2503)

 Bug Fixes
-----------
  Add type checking to __eq__ in graph classes (#2531)
  Accept str for ex parameter in set command (#2529)
  Fix for Unhandled exception related to self.host with unix socket (#2520)
  Make PythonParser resumable (#2510)

 Maintenance
------------
  Fix incorrect _disconnect_raise docstring (#2534)
  Remove DeprecationWarning by replace get_event_loop with get_running_loop (#2530)
  Fix AttributeError when trying to split library version (#2539)
  Including startup instructions via redis-stack docker (#2535)
  Fix JSON.ARRINDEX test (#2527)
  Add OpenTelemetry example with Uptrace backend (#2452)
  Switch docs to furo theme (#2492)
  Combine auto-concatenated strings (#2482)
  Updating graph tests to support new execution plan (#2486)
  Raising NotImplementedError for certain CLUSTER and LATENCY commands (#2504) (#2501)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:58 -08:00
Wang Mingyu
d340539d37 python3-ipython: upgrade 8.7.0 -> 8.8.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:58 -08:00
Wang Mingyu
774a3ab079 python3-googleapis-common-protos: upgrade 1.57.0 -> 1.58.0
Changelog:
==========
 Add google/rpc/context/audit_context.proto (41f1529)
 Add google/rpc/http.proto (41f1529)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:58 -08:00
Wang Mingyu
ff92baa597 python3-coverage: upgrade 7.0.3 -> 7.0.4
Changelog:
-Performance: an internal cache of file names was accidentally disabled,
 resulting in sometimes drastic reductions in performance.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:58 -08:00
Wang Mingyu
004940a0b6 python3-flask-migrate: upgrade 4.0.0 -> 4.0.1
Changelog:
=========
 Do not use deprecated functions in Flask-SQLAlchemy 3.0
 Stop building Python 3.6
 Remove tests from pypi package

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:58 -08:00
Wang Mingyu
7ed7dff569 python3-google-api-python-client: upgrade 2.70.0 -> 2.71.0
Changelog:
==========
 accesscontextmanager: Update the api 038fdb69dc
 alertcenter: Update the api 6057d89b61
 androidenterprise: Update the api ec22103603
 apigee: Update the api 43f435c459
 batch: Update the api 3dd983b561
 clouddeploy: Update the api 9a176a474c
 compute: Update the api bba3627ef5
 container: Update the api 98d6112970
 contentwarehouse: Update the api 00fa4bb30f
 datafusion: Update the api db1dddc7ca
 datamigration: Update the api 12effe4a38
 datapipelines: Update the api 91b60afaa4
 dataplex: Update the api 04bafe3e11
 dataproc: Update the api 1ad16fafbd
 datastream: Update the api 30f292141f
 firestore: Update the api 89b34a91c7
 gmail: Update the api a4ca99c42e
 notebooks: Update the api f732fd307f
 retail: Update the api d94dee346b
 speech: Update the api 339a5d6c9c
 texttospeech: Update the api ee942d9363
 workloadmanager: Update the api 93f0e30afa

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:58 -08:00
Wang Mingyu
99ab322a89 python3-cachetools: upgrade 5.2.0 -> 5.2.1
Changelog:
=========
 Add support for Python 3.11.
 Correct version information in RTD documentation.
 badges/shields: Change to GitHub workflow badge routes.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:58 -08:00
Wang Mingyu
0efad761bc python3-aiohue: upgrade 4.5.0 -> 4.6.1
Changelog:
==========
 Address changes of final V2 api release (#175)
 Use non-deprecated logging warn method (#174)
 Add support for smart_scene resource (#170)
 Add support for matter resource (#171)
 Fix: KeepAlive workaround causes Geofence to malfunction (#163)
 Fix: Missing repeated events for Philips Hue Tap Dial switch (#167)
 Fix error in log when an empty dict is received for an optional value (#164)
 Add sparkle effect to fix new Festavia lights (#165)
 Fix typo in discovery (#158)
 Pin github actions and add dependabot actions ecosystem (#151)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:58 -08:00
Wang Mingyu
87f98b295e python3-sqlalchemy: upgrade 1.4.45 -> 1.4.46
License-Update: Copyright year updated to 2023

Changelog:
https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.46

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:58 -08:00
Wang Mingyu
279e92a1bc python3-networkx: upgrade 2.8.8 -> 3.0
Changelog:
https://networkx.org/documentation/latest/release/release_3.0.html

License-Update: Copyright year updated to 2023

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:58 -08:00
Wang Mingyu
2721e7c769 python3-lazy-object-proxy: upgrade 1.8.0 -> 1.9.0
License-Update: Copyright year updated to 2023.

Changelog:
==========
- Added support for matrix multiplication operator (@).
- Should have all the wheels now (including the manylinux ones).
- Bumped minimum version requirements for setuptools and setuptools-scm.
- Switched the default pure python fallback implementation to the "simple" one
  (when you from lazy_object_proxy import Proxy and the C extension is not
  available). Previously the "slots" implementation was used but as it turns
  out it is slower on Python 3.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:58 -08:00
Leon Anavi
c5220cd79b python3-cantools: Upgrade 38.0.0 -> 38.0.1
Upgrade to release 38.0.1:

- Changed relative links to absolute links

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:58 -08:00
Leon Anavi
e1b8d6c157 python3-prettytable: Upgrade 3.4.1 -> 3.6.0
Upgrade to release 3.6.0:

- Updated pre-commit with mypy
- Test Python 3.12 pre-releases
- Fix to min_table_width parameter
- Widen tables with long titles

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:58 -08:00
Leon Anavi
118a4fef50 python3-traitlets: Upgrade 5.8.0 -> 5.8.1
Upgrade to release 5.8.1:

- fix: mro_trait can be unbound when the class is not in mro

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:58 -08:00
Quentin Schulz
07fc28a406 python3-reedsolo: Add recipe
reedsolo is a pure-Python Reed Solomon encoder/decoder.
It is required by esptool which will be added in the next commit.
This adds a recipe for the Python module.

Cc: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11 08:37:18 -08:00
Leon Anavi
82417adc3c python3-marshmallow: Upgrade 3.18.0 -> 3.19.0
Upgrade to release 3.19.0:

- Add timestamp and timestamp_ms formats to fields.DateTime

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Leon Anavi
ba9d1962c0 python3-cantools: Upgrade 37.2.0 -> 38.0.0
Upgrade to release 38.0.0:

- Major bump due to minimum required Python version being raised
  to 3.8
- do no longer use the ncurses module in the dump subparser
- Fix 'Assertation' NameError typo in test_database
- Add missing crccheck dependency to setup.py
- Bugfix in handling more than one node mapped attribute per signal
- A few bug fixes
- Typing improvements
- Use tox
- Fix CI
- Ensure that only Decimal types are stored in the Signal.decimal
  attribute
- cantools library import lib from a relative path (unified)
- Test on python 3.11, build docs again

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Leon Anavi
0e92846816 python3-termcolor: Upgrade 2.1.1 -> 2.2.0
Upgrade to release 2.2.0:

- Add light shades, dark grey and black

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Alexander Kanavin
5242d02dcc packagegroup-meta-python: drop python3-strict-rfc3339
This has been unmaintained, not needed by anything and is now
removed from oe-core.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Leon Anavi
f9a6057a6d python3-simplejson: Upgrade 3.18.0 -> 3.18.1
Upgrade to release 3.18.1:

- Remove unnecessary `i` variable from encoder module namespace
- Declare support for Python 3.11 and add wheels

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Leon Anavi
a695aca353 python3-prompt-toolkit: Upgrade 3.0.31 -> 3.0.36
Upgrade to release 3.0.36:

- Another Python 3.6 fix for a bug that was introduced in 3.0.34.
- Fix bug introduced in 3.0.34 for Python 3.6. Use
  asynccontextmanager implementation from prompt_toolkit itself.
- Improve completion performance in various places.
- Improve renderer performance.
- Handle `KeyboardInterrupt` when the stacktrace of an unhandled
  error is displayed.
- Use correct event loop in `Application.create_background_task()`.
- Fix `show_cursor` attribute in `ScrollablePane`.
- Improve termination of `Application`. Don't suppress
  `CancelledError`. This fixes a race condition when an
  `Application` gets cancelled while we're waiting for the
  background tasks to complete.
- Fixed typehint for `OneStyleAndTextTuple`.
- Small bugfix in `CombinedRegistry`. Fixed missing `@property`.
- Use `DummyInput` by default in `create_input()` if `sys.stdin`
  does not have a valid file descriptor. This fixes errors when
  `sys.stdin` is patched in certain situations.
- Fix control-c key binding for `ProgressBar` when the progress
  bar was not created from the main thread. The current code would
  try to kill the main thread when control-c was pressed.
- Accept a `cancel_callback` in `ProgressBar` to specify the
  cancellation behavior for when `control-c` is pressed.
- Small performance improvement in the renderer.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Leon Anavi
bbb07140d5 python3-coverage: Upgrade 7.0.1 -> 7.0.3
Upgrade to release 7.0.3:

- Fix: when using the [run] relative_files = True setting, a
  relative [paths] pattern was still being made absolute. This is
  now fixed.
- Fix: if Python doesn't provide tomllib, then TOML configuration
  files can only be read if coverage.py is installed with the
  [toml] extra. Coverage.py will raise an error if TOML support is
  not installed when it sees your settings are in a .toml file.
  But it didn't understand that [tools.coverage] was a valid
  section header, so the error wasn't reported if you used that
  header, and settings were silently ignored. This is now fixed.
- Fix: adjusted how decorators are traced on PyPy 7.3.10.
- Fix: the coverage lcov report did not properly implement the
  --fail-under=MIN option. This has been fixed.
- Refactor: added many type annotations, including a number of
  refactorings. This should not affect outward behavior, but they
  were a bit invasive in some places, so keep your eyes peeled for
  oddities.
- Refactor: removed the vestigial and long untested support for
  Jython and IronPython.
- Fix: when using pytest-cov or pytest-xdist, or perhaps both, the
  combining step could fail with assert row is not None using
  7.0.2. This was due to a race condition that has always been
  possible and is still possible. In 7.0.1 and before, the error
  was silently swallowed by the combining code. Now it will produce
  a message "Couldn't combine data file" and ignore the data file
  as it used to do before 7.0.2

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Wang Mingyu
1c43607069 python3-xxhash: upgrade 3.1.0 -> 3.2.0
Changelog:
==========
    Build Python 3.11 wheels.
    Remove setup.py test_suites, call unittest directly

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Wang Mingyu
79262b12dd python3-xlsxwriter: upgrade 3.0.3 -> 3.0.5
Changelog:
==========
* Added 'OverlappingRange' exception which is raised during Worksheet
  :func:'add_table()' or :func:'merge_range()' if the range overlaps an existing
  worksheet table or merge range. This is a file corruption error in Excel. See
  :ref:'exceptions'.

License-Update: Copyright year updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Wang Mingyu
4259c41cc4 python3-pyephem: upgrade 4.1.3 -> 4.1.4
0001-Don-t-set-tp_print-on-Python-3.patch
removed since it's included in 4.1.4

Changelog:
==========
In previous versions, if you asked for the position of a body (a) whose
elliptical or hyperbolic orbit has an eccentricity very close to 1.0 and (b)
which is very far from perihelion, then the underlying C library would print
a warning Near-parabolic orbit: inaccurate result but let your Python script
continue on unawares. Now, no message is printed directly to the screen, and
instead a RuntimeError will tell you why PyEphem can't compute the body's
position.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Wang Mingyu
5ded36bc80 python3-pydantic: upgrade 1.10.2 -> 1.10.4
Changelog:
Change dependency to typing-extensions>=4.2.0, #4885

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Wang Mingyu
b73867b9d7 python3-pillow: upgrade 9.3.0 -> 9.4.0
License-Updated: copyright year updated to 2023

Changelog:
==========
 Fixed null pointer dereference crash with malformed font #6846
 Return from ImagingFill early if image has a zero dimension #6842
 Reversed deprecations for Image constants, except for duplicate Resampling attributes #6830
 Improve exception traceback readability #6836
 Do not attempt to read IFD1 if absent #6840
 Fixed writing int as ASCII tag #6800
 If available, use wl-paste or xclip for grabclipboard() on Linux #6783
 Added signed option when saving JPEG2000 images #6709
 Patch OpenJPEG to include ARM64 fix #6718
 Added support for I;16 modes in putdata() #6825
 Added conversion from RGBa to RGB #6708
 Added DDS support for uncompressed L and LA images #6820
 Added LightSource tag values to ExifTags #6749
 Fixed PyAccess after changing ICO size #6821
 Do not use EXIF from info when saving PNG images #6819
 Fixed saving EXIF data to MPO #6817
 Added Exif hide_offsets() #6762
 Only compare to previous frame when checking for duplicate GIF frames while saving #6787
 Always initialize all plugins in registered_extensions() #6811
 Ignore non-opaque WebP background when saving as GIF #6792
 Only set tile in ImageFile __setstate__ #6793
 When reading BLP, do not trust JPEG decoder to determine image is CMYK #6767
 Added IFD enum to ExifTags #6748
 Fixed bug combining GIF frame durations #6779
 Support saving JPEG comments #6774
 Added getxmp() to WebPImagePlugin #6758
 Added "exact" option when saving WebP #6747
 Use fractional coordinates when drawing text #6722
 Fixed writing int as BYTE tag #6740
 Added MP Format Version when saving MPO #6735
 Added Interop to ExifTags #6724
 CVE-2007-4559 patch when building on Windows #6704
 Fix compiler warning: accessing 64 bytes in a region of size 48 #6714
 Use verbose flag for pip install #6713

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Wang Mingyu
35adb080a8 python3-mock: upgrade 4.0.3 -> 5.0.0
Changelog:
==========
-gh-98624: Add a mutex to unittest.mock.NonCallableMock to protect concurrent
 access to mock attributes.
-bpo-43478: Mocks can no longer be used as the specs for other Mocks. As a
 result, an already-mocked object cannot have an attribute mocked using
 autospec=True or be the subject of a create_autospec call. This can uncover
 bugs in tests since these Mock-derived Mocks will always pass certain tests
 (e.g. isinstance) and builtin assert functions (e.g. assert_called_once_with)
 will unconditionally pass.
-bpo-45156: Fixes infinite loop on unittest.mock.seal() of mocks created by
 create_autospec().
-bpo-41403: Make mock.patch() raise a TypeError with a relevant error message
 on invalid arg. Previously it allowed a cryptic AttributeError to escape.
-gh-91803: Fix an error when using a method of objects mocked with
 unittest.mock.create_autospec() after it was sealed with unittest.mock.seal() function.
-bpo-41877: AttributeError for suspected misspellings of assertions on mocks are
 now pointing out that the cause are misspelled assertions and also what to do
 if the misspelling is actually an intended attribute name. The unittest.mock
 document is also updated to reflect the current set of recognised misspellings.
-bpo-43478: Mocks can no longer be provided as the specs for other Mocks.
 As a result, an already-mocked object cannot be passed to mock.Mock().
 This can uncover bugs in tests since these Mock-derived Mocks will always pass
 certain tests (e.g. isinstance) and builtin assert functions
 (e.g. assert_called_once_with) will unconditionally pass.
-bpo-45010: Remove support of special method __div__ in unittest.mock.
 It is not used in Python 3.
-gh-84753: inspect.iscoroutinefunction() now properly returns True when an
 instance of unittest.mock.AsyncMock is passed to it. This makes it consistent
 with behavior of asyncio.iscoroutinefunction(). Patch by Mehdi ABAAKOUK.
-bpo-46852: Remove the undocumented private float.__set_format__() method,
 previously known as float.__setformat__() in Python 3.7. Its docstring
 said: "You probably don't want to use this function. It exists mainly to be
 used in Python's test suite." Patch by Victor Stinner.
-gh-98086: Make sure patch.dict() can be applied on async functions.
-gh-100287: Fix the interaction of unittest.mock.seal() with unittest.mock.AsyncMock.
-gh-83076: Instantiation of Mock() and AsyncMock() is now 3.8x faster.
-bpo-41877: A check is added against misspellings of autospect, auto_spec and
 set_spec being passed as arguments to patch, patch.object and create_autospec.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Wang Mingyu
4f4cd2694e python3-lz4: upgrade 4.0.2 -> 4.3.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Wang Mingyu
59d731e679 python3-dateparser: upgrade 1.1.4 -> 1.1.5
Changelog:
==========
Parse short versions of day, month, and year (#1103)
Add a test for "in 1d" (#1104)
Update languages_info (#1107)
Add a workaround for zipimporter not having exec_module before Python 3.10 (#1069)
Stabilize tests at midnight (#1111)
Add a test case for French (#1110)
Remove the requirements-build file (#1113)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Wang Mingyu
3f365b5caa python3-bitarray: upgrade 2.6.1 -> 2.6.2
Changelog:
==========
  * optimize 'richcompare()' for opposite endianness
  * improve some docstrings add tests

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Wang Mingyu
d049cc1052 python3-bidict: upgrade 0.22.0 -> 0.22.1
Changelog:
==========
-Only include the source code in the source distribution. This reduces the
 size of the source distribution from 200kB to 30kB.
-Fix the return type hint of bidict.inverted() to return an Iterator, rather
 than an Iterable.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06 11:38:16 -08:00
Leon Anavi
0810ffd3c5 python3-croniter: Upgrade 1.3.7 -> 1.3.8
Upgrade to release 1.3.8:

- Add Python 3.11 support and move docs files to main folder

License-Update: File moved to main directory, no changes

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-04 17:13:22 -08:00
Leon Anavi
f8aa644088 python3-zeroconf: Upgrade 0.39.4 -> 0.47.1
Upgrade to release 0.47.1:

- The equality checks for DNSPointer and DNSService should be case
  insensitive
- Optimize equality checks for DNS records
- Optimize the dns cache
- Optimize construction of outgoing packets
- Optimize dns objects by adding pxd files
- Optimize incoming parser by reducing call stack
- Optimize incoming parser by using unpack_from
- Optimize incoming parser by adding pxd files
- Fix project name in pyproject.toml
- Drop async_timeout requirement for python 3.11+

License-Update: Use PKG-INFO to check the license

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-04 17:13:21 -08:00
Leon Anavi
0bd718af4e python3-watchdog: Upgrade 2.2.0 -> 2.2.1
Upgrade to release 2.2.1:

- Enable mypy to discover type hints as specified in PEP 561
- [ci] Set the expected Python version when building release files
- [ci] Update actions versions in use
- [watchmedo] [regression] Fix usage of missing signal.SIGHUP
  attribute on non-Unix OSes

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-04 17:13:21 -08:00
Martin Jansa
84ffd15cd1 layer.conf: update LAYERSERIES_COMPAT for mickledore
* oe-core switched to mickedore in:
  https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-04 14:34:04 -08:00
Khem Raj
0c3d0146a4 python3-grpcio: Define -D_LARGEFILE64_SOURCE only for musl
On glibc this breaks build when using 64bit time_t since zlib ends up
undefining _FILE_OFFSET_BITS when -D_LARGEFILE64_SOURCE is defined

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-31 10:40:32 -08:00
Wang Mingyu
4b69ca4f39 python3-supervisor: upgrade 4.2.4 -> 4.2.5
Changelog:
==========
-Fixed a bug where the XML-RPC method supervisor.startProcess() would return 500
 Internal Server Error instead of an XML-RPC fault response if the command could
 not be parsed.
-Fixed a bug on Python 2.7 where a UnicodeDecodeError may have occurred when
 using the web interface.
-Removed use of urllib.parse functions splithost, splitport, and splittype
 deprecated in Python 3.8.
-Removed use of asynchat and asyncore deprecated in Python 3.10.
-The return value of the XML-RPC method supervisor.getAllConfigInfo() now
 includes the directory, uid, and serverurl of the program.
-If a subprocess exits with a unexpected exit code (one not listed in
 exitcodes= in a [program:x] section) then the exit will now be logged at
 the WARN level instead of INFO.
-supervisorctl shutdown now shows an error message if an argument is given.
-File descriptors are now closed using the faster os.closerange() instead of
 calling os.close() in a loop.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Wang Mingyu
fa4e825054 python3-sentry-sdk: upgrade 1.12.0 -> 1.12.1
Changelog:
Fix link errors to OTel spans (#1787)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Wang Mingyu
2360fc7fd0 python3-pymisp: upgrade 2.4.166 -> 2.4.167
Changelog:
=========
- Bump objects.
- Bump changelog.
- Bump version.
- Bump objects.
- Bump dependencies, move to poetry 1.3.
- Bump certifi.
- Bump deps.
- Bump deps.
- Re-order classes.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Wang Mingyu
22a0d0bbff python3-traitlets: upgrade 5.7.1 -> 5.8.0
Changelog:
==========
 Shell command-line tab-completion via argcomplete #811
 Expose more attributes for typing #817
 Fix lint #814
 Additional Application examples and docs #811

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Wang Mingyu
d3dd8742be python3-multidict: upgrade 6.0.3 -> 6.0.4
Changelog:
==========
-Fixed a type annotations regression introduced in v6.0.2 under Python
 versions <3.10. It was caused by importing certain types only available in
 newer versions.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Wang Mingyu
9ac83bbfe3 python3-isort: upgrade 5.11.3 -> 5.11.4
Changelog:
==========
 Fixed #2038 (again): stop installing documentation files to top-level site-packages
 CI: only run release workflows for upstream (#2052)
 Tests: remove obsolete toml import from the test suite (#1978)
 CI: bump Poetry 1.3.1 (#2058)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Wang Mingyu
6a1b55176e python3-imageio: upgrade 2.22.4 -> 2.23.0
Changelog:
==========
Feature
--------
  Add support for Python 3.11 (#920) (e4146a1)

Other
-------
  Exclude py3.11 on windows (#917) (c57e31c)
  GitHub Actions add Python 3.11 to the testing (#916) (8d49551)
  Add migration instructions for as_gray in new pillow plugin. (#913) (b3b040a)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Wang Mingyu
785cc75d54 python3-bitarray: upgrade 2.6.0 -> 2.6.1
Changelog:
==========
 * add documentation on shift operators, #181
 * fix typo in iterable initializer description, #179
 * optimize 'richcompare()'

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Wang Mingyu
a4f6e682a6 python3-coverage: upgrade 6.5.0 -> 7.0.1
Changelog:
==========
-When checking if a file mapping resolved to a file that exists, we weren't
 considering files in .whl files. This is now fixed, closing issue 1511.
-File pattern rules were too strict, forbidding plus signs and curly braces
 in directory and file names. This is now fixed, closing issue 1513.
-Unusual Unicode or control characters in source files could prevent reporting.
 This is now fixed, closing issue 1512.
-The PyPy wheel now installs on PyPy 3.7, 3.8, and 3.9, closing issue 1510.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Wang Mingyu
32a830774f python3-autobahn: upgrade 22.7.1 -> 22.12.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Wang Mingyu
cb26b94f38 python3-asgiref: upgrade 3.5.2 -> 3.6.0
Changelog:
===========
* Two new functions are added to the "asgiref.sync" module: "iscoroutinefunction()"
  and "markcoroutinefunction()".

  Python 3.12 deprecates "asyncio.iscoroutinefunction()" as an alias for
  "inspect.iscoroutinefunction()", whilst also removing the "_is_coroutine" marker.
  The latter is replaced with the "inspect.markcoroutinefunction" decorator.

  The new "asgiref.sync" functions are compatibility shims for these
  functions that can be used until Python 3.12 is the minimum supported
  version.

  **Note** that these functions are considered **beta**, and as such, whilst
  not likely, are subject to change in a point release, until the final release
  of Python 3.12. They are included in "asgiref" now so that they can be
  adopted by Django 4.2, in preparation for support of Python 3.12.

* The "loop" argument to "asgiref.timeout.timeout" is deprecated. As per other
  "asyncio" based APIs, the running event loop is used by default. Note that
  "asyncio" provides timeout utilities from Python 3.11, and these should be
  preferred where available.

* Support for the "ASGI_THREADS" environment variable, used by
  "SyncToAsync", is removed. In general, a running event-loop is not
  available to `asgiref` at import time, and so the default thread pool
  executor cannot be configured. Protocol servers, or applications, should set
  the default executor as required when configuring the event loop at
  application startup.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Wang Mingyu
768876c47a python3-cytoolz: upgrade 0.12.0 -> 0.12.1
Changelog:
==========
  Support Python 3.11 (including wheels)
  Drop Python 3.5 support

License-Update: Copyright year updated to 2022

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Wang Mingyu
888a2de917 python3-alembic: upgrade 1.9.0 -> 1.9.1
Changelog:
===========
-Fixed issue where server default compare would not work for string defaults
 that contained backslashes, due to mis-rendering of these values when comparing
 their contents.
-Implemented basic server default comparison for the Oracle backend; previously,
 Oracle's formatting of reflected defaults prevented any matches from occurring.
-Adjusted SQLite's compare server default implementation to better handle
 defaults with or without parens around them, from both the reflected and the
 local metadata side.
-Adjusted SQL Server's compare server default implementation to better handle
 defaults with or without parens around them, from both the reflected and the
 local metadata side.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Khem Raj
85323a3b5c python3-wxgtk4: Do not use GetAssertStackTrace with USE_STACKWALKER disabled
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 09:55:19 -08:00
Wang Mingyu
5257e7a839 python3-isort: upgrade 5.10.1 -> 5.11.3
Changelog:
===========
 Fixed #2007: settings for py3.11 (#2040)
 Fixed #2038: packaging pypoetry (#2042)
 Docs: renable portray (#2043)
 Ci: add minimum GitHub token permissions for workflows (#1969)
 Ci: general CI improvements (#2041)
 Ci: add release workflow (#2026)
 Hotfix #2034: isort --version is not accurate on 5.11.x releases (#2034)
 Hotfix #2031: only call colorama.init if colorama is available (#2032)
 Added official support for Python 3.11 (#1996, #2008, #2011)
 Dropped support for Python 3.6 (#2019)
 Fixed problematic tests (#2021, #2022)
 Fixed #1960: Rich compatibility (#1961)
 Fixed #1945, #1986: Python 4.0 upper bound dependency resolving issues
 Fixed Pyodide CDN URL (#1991)
 Docs: clarify description of use_parentheses (#1941)
 Fixed #1976: black compatibility for .pyi files
 Implemented #1683: magic trailing comma option (#1876)
 Add missing space in unrecoverable exception message (#1933)
 Fixed #1895: skip-gitignore: use allow list, not deny list
 Fixed #1917: infinite loop for unmatched parenthesis (#1919)
 Docs: shared profiles (#1896)
 Fixed build-backend values in the example plugins (#1892)
 Remove reference to jamescurtin/isort-action (#1885)
 Split long cython import lines (#1931)
 Update plone profile: copy of black, plus three settings. (#1926)
 Fixed #1815, #1862: Add a command-line flag to sort all re-exports (#1863)
 Fixed #1854: lines_before_imports appending lines after comments (#1861)
 Remove redundant multi_line_output = 3 from "Compatibility with black" (#1858)
 Add tox config example (#1856)
 Docs: add examples for frozenset and tuple settings (#1822)
 Docs: add multiple config documentation (#1850)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:23 -08:00
Wang Mingyu
e0d2f0e4d6 python3-sqlalchemy: upgrade 1.4.44 -> 1.4.45
Changelog:
https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.45

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:22 -08:00
Wang Mingyu
7a3aa8533b python3-traitlets: upgrade 5.7.0 -> 5.7.1
Changelog:
fix: some descriptors raise AttributeError #812

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:22 -08:00
Wang Mingyu
97c8c2921e python3-sentry-sdk: upgrade 1.11.1 -> 1.12.0
Changelog:
=========
Basic OTel support
-------------------
This adds support to automatically integrate OpenTelemetry performance tracing with Sentry.

Various fixes & improvements
-------------------------------
    Tox Cleanup (#1749)
    CI: Fix Github action checks (#1780)
    Profiling: Introduce active thread id on scope (#1764)
    Profiling: Eagerly hash stack for profiles (#1755)
    Profiling: Resolve inherited method class names (#1756)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:22 -08:00
Wang Mingyu
010015b8eb python3-pydicti: upgrade 1.1.6 -> 1.2.0
Changelog:
add type hints

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:22 -08:00
Wang Mingyu
77f323224f python3-pyproj: upgrade 3.4.0 -> 3.4.1
Changelog:
=========
 WHL: Add win32 to build_wheels matrix (pull #1169)
 BUG: Changed so that the setup.cfg depends on the version code in the __init__.py instead of the other way around (issuue #1155)
 BUG: Fix CRS.to_cf() for Pole rotation GRIB convention (pull #1167)
 BUG: Fix CRS.to_authority() memory leak (pull #1178)
 REF: Use upper case EPSG code when creating CRS (pull #1162)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:22 -08:00
Wang Mingyu
c71058fcd1 python3-pychromecast: upgrade 13.0.2 -> 13.0.4
Changelog:
==========
Correct timeout in call to poll.poll (#687)
Revert "Revert "Fix error with select when python process exceeds 1024 open file descriptors"" (#686)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:22 -08:00
Wang Mingyu
6f4cd259da python3-pycurl: upgrade 7.45.1 -> 7.45.2
Changelog:
This release fixes several minor issues and adds support for several libcurl options.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:22 -08:00
Wang Mingyu
a4f2c7388d python3-pycares: upgrade 4.2.2 -> 4.3.0
Changelog:
=========
  Bump cibuildwheel to build for Python 3.11 + CI total time speedups
  Fix tests that depended on external sites
  Complete the Python 3.11 support
  Drop CPython 3.6
  Improve test compatibility with pytest
  Update c-ares submodule to 1.18.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:22 -08:00
Wang Mingyu
6f5adac2bf python3-protobuf: upgrade 4.21.11 -> 4.21.12
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:22 -08:00
Wang Mingyu
91036391dc python3-google-api-python-client: upgrade 2.69.0 -> 2.70.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:22 -08:00
Wang Mingyu
84627d2688 python3-eth-account: upgrade 0.7.0 -> 0.8.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:22 -08:00
Wang Mingyu
16af8d7819 python3-gmpy2: upgrade 2.1.3 -> 2.1.5
Changelog:
Fixes to build Apple Silicon binary builds

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:22 -08:00
Wang Mingyu
99fb5d0229 python3-alembic: upgrade 1.8.1 -> 1.9.0
Changelog:
==========
feature
--------
 [feature] [commands] Added new Alembic command alembic check. This performs the widely
 requested feature of running an "autogenerate" comparison between the
 current database and the MetaData that's currently set up for
 autogenerate, returning an error code if the two do not match, based on
 current autogenerate settings. Pull request courtesy Nathan Louie.

bug
-------
 [bug] [tests] Fixed issue in tox.ini file where changes in the tox 4.0 series to the
 format of "passenv" caused tox to not function correctly, in particular
 raising an error as of tox 4.0.6.

 [bug] [typing] Fixed typing issue where revision.process_revision_directives
 was not fully typed; additionally ensured all Callable and Dict
 arguments to EnvironmentContext.configure() include parameters in
 the typing declaration.

 Additionally updated the codebase for Mypy 0.990 compliance.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23 08:52:22 -08:00
Roger Knecht
d50e9ebee0 python3-rapidjson: add recipe
Add a recipe for the python bindings of the rapidjson library.

Signed-off-by: Roger Knecht <roger@norberthealth.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-13 09:18:18 -08:00
Wang Mingyu
49be258f92 python3-yamlloader: upgrade 1.1.0 -> 1.2.2
Changelog:
add Python 3.11 support

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-12 11:17:23 -08:00
Wang Mingyu
5d6cc874c1 python3-yarl: upgrade 1.8.1 -> 1.8.2
Changelog:
Add support for python3.11

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-12 11:17:23 -08:00
Wang Mingyu
68d670ea45 python3-pytest-xdist: upgrade 3.0.2 -> 3.1.0
Changelog:
==========

Features
---------
    #789: Users can now set a default distribution mode in their configuration file:

Removals
--------
    #842: Python 3.6 is no longer supported.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-12 11:17:23 -08:00
Wang Mingyu
9a14806ecb python3-pymisp: upgrade 2.4.165.1 -> 2.4.166
Changelog:
==========
New
----
- Basic support for listing, enabling and disabling decaying models.
- [tests] Test for local tags.

Changes
--------
- [types] added azure-application-id.

Fix
-----
- [describetypes] updated with the latest output from MISP.
- [types] added missing type value.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-12 11:17:23 -08:00
Wang Mingyu
8bab5a22cc python3-pychromecast: upgrade 13.0.1 -> 13.0.2
Changelogg:
============
 Adding support for reported unknown devices (#680)
 Add Chromecast Ultra and Chromecast HD to the recognised devices (#679)
 Fix error with select when python process exceeds 1024 open file descriptors (#676)
 Include URL and UUID in Home Assistant controller messages (#613)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-12 11:17:23 -08:00
Wang Mingyu
1abf2a309e python3-watchdog: upgrade 2.1.9 -> 2.2.0
Changelog:
==========
[build] Wheels are now available for Python 3.11 (#932)
[documentation] HTML documentation builds are now tested for errors (#902)
[documentation] Fix typos here, and there (#910)
[fsevents2] The fsevents2 observer is now deprecated (#909)
[tests] The error message returned by musl libc for error code -1 is now allowed (#923)
[utils] Remove unnecessary code in dirsnapshot.py (#930)
[watchmedo] Handle shutdown events from SIGHUP (#912)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-12 11:17:23 -08:00
Wang Mingyu
61a8441b96 python3-multidict: upgrade 6.0.2 -> 6.0.3
Changelog:
Declared the official support for Python 3.11

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-12 11:17:23 -08:00
Wang Mingyu
3b48314689 python3-gmpy2: upgrade 2.1.2 -> 2.1.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-12 11:17:23 -08:00
Wang Mingyu
14939a289e python3-google-api-python-client: upgrade 2.68.0 -> 2.69.0
Changelog:
Fix media upload URI when API endpoint is overridden with client_opions.api_endpoint

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-12 11:17:23 -08:00
Wang Mingyu
812eaf1612 python3-cbor2: upgrade 5.4.5 -> 5.4.6
Changelog:
Fix MemoryError when decoding Tags on 32bit architecture.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-12 11:17:23 -08:00
Wang Mingyu
2382a96da8 python3-asttokens: upgrade 2.2.0 -> 2.2.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-12 11:17:23 -08:00
Wang Mingyu
1839ec765b python3-web3: upgrade 5.31.2 -> 5.31.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-12 11:17:23 -08:00
Wang Mingyu
4437795cd4 python3-redis: upgrade 4.3.5 -> 4.4.0
License-Update:
 Copyright year updated to 2022
 format of LICENSE changed

Changelog:
==========
New Features
-------------
    Async clusters: Support creating locks inside async functions (#2471)

Bug Fixes
----------
    Async: added 'blocking' argument to call lock method (#2454)
    Added a replacement for the default cluster node in the event of failure. (#2463)
    Fixed geosearch: Wrong number of arguments for geosearch command (#2464)

Maintenance
-----------
    Updating dev dependencies (#2475)
    Removing deprecated LGTM (#2473)
    Added an explicit index name in RediSearch example (#2466)
    Adding connection step to bloom filter examples (#2478)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-12 11:17:23 -08:00
Wang Mingyu
d276f94f25 python3-traitlets: upgrade 5.6.0 -> 5.7.0
Changelog:
=========
 Performance: decrease runtime overhead for constructing HasTraits (up to 20x faster) #777
 Minor fixes for Application.aliases #810
 Adopt ruff and address lint #809

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-12 11:17:23 -08:00
Wang Mingyu
cd91d9498a python3-protobuf: upgrade 4.21.10 -> 4.21.11
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-12 11:17:23 -08:00
Hains van den Bosch
0cd4da100f python3-twisted: Add python3-typing-extensions to RDEPENDS
To fix crash due to missing module:

File "/usr/lib/python3.11/site-packages/twisted/internet/defer.py", line 42, in <module>
from typing_extensions import Literal, ParamSpec, Protocol
ModuleNotFoundError: No module named 'typing_extensions'

Signed-off-by: Hains van den Bosch <hainsvdbosch@ziggo.nl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-11 16:21:18 -08:00
Hains van den Bosch
78386ad01d python3-twisted: Add python3-asyncio to RDEPENDS
To fix crash due to missing module:

from twisted.internet import defer
File "/usr/lib/python3.11/site-packages/twisted/internet/defer.py", line 14, in <module>
from asyncio import AbstractEventLoop, Future, iscoroutine
ModuleNotFoundError: No module named 'asyncio'

Signed-off-by: Hains van den Bosch <hainsvdbosch@ziggo.nl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-11 16:21:18 -08:00
Wang Mingyu
2374633185 python3-ujson: upgrade 5.5.0 -> 5.6.0
Changelog:
=========
  Update vendored double-conversion to 3.2.1 (#570)
  Fix len integer overflow issue (#567)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-08 17:10:48 -08:00
Wang Mingyu
eb58a93930 python3-web3: upgrade 5.31.1 -> 5.31.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-08 17:10:48 -08:00
Wang Mingyu
2abf674105 python3-twine: upgrade 4.0.1 -> 4.0.2
Changelog:
Remove deprecated function to fix twine check with pkginfo 1.9.0. (#941)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-08 17:10:48 -08:00
Wang Mingyu
2cba180d1e python3-traitlets: upgrade 5.5.0 -> 5.6.0
Changelog:
============
 Adopt jupyter releaser #806
 Use base setup dependency type #805
 More CI Cleanup #803
 More maintenance cleanup #802
 Add project description #801
 Bump actions/setup-python from 2 to 4 #798
 Bump actions/checkout from 2 to 3 #797
 Bump pre-commit/action from 2.0.0 to 3.0.0 #796
 Bump actions/upload-artifact from 2 to 3 #795
 Add dependabot #794
 Add more typings #791
 Format changelog #789

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-08 17:10:48 -08:00
Wang Mingyu
4d5399dede python3-protobuf: upgrade 4.21.9 -> 4.21.10
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-08 17:10:48 -08:00
Erwann Roussy
e38aa4c689 tuna: add recipe
Tuna is a cui/gui tool for tuning of running processes.
It is useful to see and changed irq affinity on an embedded board.

The chosen revision of tuna is the last commit to this day and not the
last release. This is due to the python3-ethtool module which was
required in the last release but isn't anymore. Tuna now has a built-in
module instead.

Despite tuna's homepage's dependencies section, python3-inet_diag isn't
required anymore.

Signed-off-by: Erwann Roussy <erwann.roussy@savoirfairelinux.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-06 09:23:33 -08:00
Tomasz Żyjewski
3e70428db7 python3-uefi-firmware: add recipe for version 1.9
Install uefi-firmware-parser tool

The UEFI firmware parseer is a simple module and set of scripts for
parsing, extracting, and recreating UEFI firmware volumes.

Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-05 18:02:40 -08:00
Bartosz Golaszewski
069ca4d0b0 packagegroup-meta-python: add missing packages
The recently added kmod and watchdogdev packages were not added to the
meta-python packagegroup. This fixes it.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-05 18:02:40 -08:00
Kai Kang
bd4f8ed7c2 python3-wxgtk4: replace deprecated inspect.getargspec
Backport patch to replace deprecated inspect.getargspec in lib pubsub.

And add python3-pip to RDEPENDS which is required by utils wxdemo,
wxdocs and wxget provided by python3-wxgtk4.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-05 18:02:40 -08:00
Wang Mingyu
a82ca52e3a python3-google-auth: upgrade 2.14.1 -> 2.15.0
Changelog:
===========
Features
---------
    Add api_key credentials
    Introduce a way to provide scopes granted by user

Bug Fixes
---------
    Allow mtls sts endpoint for external account token urls.
    CI broken by removal of py.path
    Ensure JWT segments have the right types
    Updated the lower bound of interactive timeout and fix the kwarg

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-05 09:16:24 -08:00
Wang Mingyu
70ddd9e2b6 python3-path: upgrade 16.5.0 -> 16.6.0
Changelog:
mtime and .atime are now settable.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-05 09:16:24 -08:00
Wang Mingyu
a4e3480c4b python3-google-api-python-client: upgrade 2.66.0 -> 2.68.0
Changelog:
https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-05 09:16:24 -08:00
Wang Mingyu
848a4c6da1 python3-google-api-core: upgrade 2.10.2 -> 2.11.0
Changelog:
=========
Features
---------
  Add support for Python 3.11 (#466) (ff379e3)
  Allow representing enums with their unqualified symbolic names in headers (#465) (522b98e)

Bug Fixes
--------
  Major refactoring of Polling, Retry and Timeout logic (#462) (434253d)
  Require google-auth >= 2.14.1 (#463) (7cc329f)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-05 09:16:24 -08:00
Wang Mingyu
382f7d51e3 python3-geomet: upgrade 0.3.0 -> 1.0.0
Changelog:
==========
 Fix bug in _round_and_pad with exponential coordinate values (#73)
 Use assertNotEqual instead of assertNotEquals in tests, for Python 3.11 compatibility (#77)
 Add support for Python 3.8, 3.9, and 3.10 (#79, #84)
 Drop support for end-of-life Python versions 2.7, 3.4, 3.5, and 3.6 (#84)
 Fix structure of coordinate values in GeoJSON to EsriJSON conversion (#82)
 Update README with to add History and Limitations sections, and to expand on functionality (#86)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-05 09:16:24 -08:00
Wang Mingyu
f8ae852417 python3-cbor2: upgrade 5.4.3 -> 5.4.5
Changelog:
==========
 Added official Python 3.11 support
 Raise proper exception on invalid bignums
 Make Tagged item usable as a map key
 Eliminate potential memory leak in tag handling
 Documentation tweaks

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-05 09:16:24 -08:00
Wang Mingyu
3c210f5756 python3-asttokens: upgrade 2.1.0 -> 2.2.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-05 09:16:24 -08:00
Wang Mingyu
150e3a9a83 python3-ipython: upgrade 8.6.0 -> 8.7.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-05 09:16:24 -08:00
Wang Mingyu
7edd52c993 python3-grpcio: upgrade 1.51.0 -> 1.51.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-05 09:16:24 -08:00
Wang Mingyu
3426c85586 python3-asyncinotify: upgrade 2.0.8 -> 3.0.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-05 09:16:24 -08:00
Wang Mingyu
6a6946a66c python3-grpcio-tools: upgrade 1.51.0 -> 1.51.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-05 09:16:24 -08:00
Bartosz Golaszewski
e04955a65d python3-watchdogdev: new package
Add a recipe for watchdogdev - a python module for controlling linux
watchdog devices.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-03 08:11:30 -08:00
Khem Raj
d1a6c69a07 python3-pystemd: Regenerate .c sources using newer cython
python 3.11 has moved the header "longintrepr.h" into a sub-folder [1]
the pre-generated .c files are generated using older cython, therefore
in order to compile it with python 3.11 regenerate them with OE's own
native cython

[1] https://bugs.python.org/issue35134

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-30 12:01:44 -08:00
Khem Raj
030afc0515 python3-pyproj: Export PROJ_DIR
point PROJ_DIR to staged proj-native which can be used during cross build

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-30 09:46:47 -08:00
zhengrq.fnst@fujitsu.com
5a1d5db2b6 python3-termcolor: upgrade 2.1.0 -> 2.1.1
Changelog:
Add __main__ to re-enable demo via python -m termcolor (#27)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-30 09:46:47 -08:00
zhengrq.fnst@fujitsu.com
0464194594 python3-twitter: upgrade 4.10.1 -> 4.12.1
Changelog:
=============
* Add 1 second buffer to API v2 streaming timeout (51a5d61)
* Default AsyncBaseStream to abort closed SSL transports (#1904)
* Warn when Tweet data is missing default edit_history_tweet_ids field (3dea0df, #1994)
* Change initial network_error_wait to 0 for streaming (b18c1a6)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-30 09:46:47 -08:00
zhengrq.fnst@fujitsu.com
d172315654 python3-sentry-sdk: upgrade 1.9.10 -> 1.11.1
Changelog:
==============
Move set_transaction_name out of event processor in fastapi/starlette (#1751)
Expose proxy_headers as top level config and use in ProxyManager: https://docs.sentry.io/platforms/python/configuration/options/#proxy-headers (#1746)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-30 09:46:47 -08:00
zhengrq.fnst@fujitsu.com
50803cdaa7 python3-texttable: upgrade 1.6.4 -> 1.6.7
Changelog:
Get rid of stub file in wheel package (#84)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-30 09:46:47 -08:00
zhengrq.fnst@fujitsu.com
e83748da7c python3-redis: upgrade 4.3.4 -> 4.3.5
Changelog:
=========
* New Features
--------------
    Add support for TIMESERIES 1.8 (#2296)
    Graph - add counters for removed labels and properties (#2292)
    Add support for TDIGEST.QUANTILE extensions (#2317)
    Add TDIGEST.TRIMMED_MEAN (#2300)
    Add support for async GRAPH module (#2273)
    Support TDIGEST.MERGESTORE and make compression optional on TDIGEST.CREATE (#2319)
    Adding reserve as an alias for create, so that we have BF.RESERVE and CF.RESERVE accuratenly supported (#2331)

* Bug Fixes
--------------
    Fix async connection.is_connected to return a boolean value (#2278)
    Fix: workaround asyncio bug on connection reset by peer (#2259)
    Fix crash: key expire while search (#2270)
    Async cluster: fix concurrent pipeline (#2280)
    Fix async SEARCH pipeline (#2316)
    Fix KeyError in async cluster - initialize before execute multi key commands (#2439)

* Maintenance
----------------
    Supply chain risk reduction: remove dependency on library named deprecated (#2386)
    Search test - Ignore order of the items in the response (#2322)
    Fix GRAPH.LIST & TDIGEST.QUANTILE tests (#2335)
    Fix TimeSeries range aggregation (twa) tests (#2358)
    Mark TOPK.COUNT as deprecated (#2363)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-30 09:46:47 -08:00
Geoff Parker
0844ca9af9 python3-yappi: upgrade 1.3.6 -> 1.4.0, python 3.11 compatible
Update to 1.4.0 for python 3.11 compatibilty

Add patch to add upstream commit added after the release of 1.4.0
tarball. Adds python 3.11 to setup.py

Update 0001-Fix-imports-for-ptest.patch for patch fuzz and
removed hunk already in 1.4.0.

Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-29 14:07:52 -08:00
Zheng Qiu
4091a12ef9 python3-inotify: add ptest
Add ptest provided from the source code, and run it using pytest.

Since the tarball provided with pypi does not include ptest, switch the
source to be its git repo.

ptest result:
           PASS FAIL SKIP
qemux86-64 5    3    1
qemuarm64  5    3    1

This issue exists since inotify adds unit test support, and it is
reported here: https://github.com/dsoprea/PyInotify/issues/95

Signed-off-by: Zheng Qiu <zheng.qiu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-29 14:07:51 -08:00
Erwann Roussy
f5cc539e40 python3-linux-procfs: add recipe
Signed-off-by: Erwann Roussy <erwann.roussy@savoirfairelinux.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Erwann Roussy
d7ff75e293 python3-schedutils: add recipe
Signed-off-by: Erwann Roussy <erwann.roussy@savoirfairelinux.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
8fec4bdda6 python3-pymisp: upgrade 2.4.157 -> 2.4.165.1
Changes
========
Change
------
- Add links to doc.
- [misp-objects] updated to the latest version
- [tests] fix the list name test following latest warning-list updates.
- Add dependabot
- Add in sort/desc for sorting results and limit/page for pagination.
- Improve documentation for add_attribute
  Fix LIEF vuln.
- Improve warning on invalid template, bump deps
- Make mypy happy
- Add in test case
- Add ability to filter by sharing group for RestSearch for MISP >=
  v2.4.158.
- Massive bump deps for python 3.7.

New
-----
- Add in ability to set a taxonomies required status.
- Pass arbitrary headers to a PyMISP request
- Allow to force the timestamps in to_dict/to_json, even if a change was
  made.
- Enable TCP keepalive
- [example:copyTagsFromAttributesToEvent] Added script to copy tags from
  attributes to the event level.

Fix
----
- Properly bump version
- Issue with EMailObject.
- Change DNS warning list test
- Missing place to update version
- Make keepalive configuration linux only
- Delete sharing group after deleting the event
- Give more time to MISP to publish the events before searching.
- Improper json check on non-json responses
- Mark all attributes in a soft deleted object as soft deleted too.
- Make flake8 happy
- Properly convert MSG to EML
- Update lock file
- [feed] fixes bug when template_uuid does not exist. [Christophe

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
0c3000172f python3-pyflakes: upgrade 2.5.0 -> 3.0.1
Changelog:
Fix crash on augmented assign to print builtin

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
73d8f924b7 python3-pyperf: upgrade 2.4.1 -> 2.5.0
Changelog:
===========
Recognize new name of Graal-based Python as jitted
Collect specialization statistics from running benchmarks
Add support for Python 3.11

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
044a7cdac5 python3-pycodestyle: upgrade 2.9.1 -> 2.10.0
Changes:
========
    E231: allow trailing comma inside 1-tuples in []. PR #1108.
    W601, W602, W603, W604: removed (no longer relevant in python 3). PR #1111.
    E741: also apply to lambdas. PR #1106.
    E741: fix false positive for comparison operators. PR #1118.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
044aadd515 python3-pychromecast: upgrade 12.1.4 -> 13.0.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
f91764ff4b python3-pybind11-json: upgrade 0.2.11 -> 0.2.13
Changelog:
==========
Bug fixes
----------
    Fix large unsigned conversions in from_json

Maintenance
-----------
    Add Python 3.10 to build matrix
    Fix deprecation warning in tests
    Update CI

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
26e8277e0f python3-pandas: upgrade 1.5.1 -> 1.5.2
Changelog:
==========
Fixed regressions
------------------
    Fixed regression in MultiIndex.join() for extension array dtypes (GH49277)
    Fixed regression in Series.replace() raising RecursionError with numeric dtype and when specifying value=None (GH45725)
    Fixed regression in arithmetic operations for DataFrame with MultiIndex columns with different dtypes (GH49769)
    Fixed regression in DataFrame.plot() preventing Colormap instance from being passed using the colormap argument if Matplotlib 3.6+ is used (GH49374)
    Fixed regression in date_range() returning an invalid set of periods for CustomBusinessDay frequency and start date with timezone (GH49441)
    Fixed performance regression in groupby operations (GH49676)
    Fixed regression in Timedelta constructor returning object of wrong type when subclassing Timedelta (GH49579)

Bug fixes
---------
    Bug in the Copy-on-Write implementation losing track of views in certain chained indexing cases (GH48996)
    Fixed memory leak in Styler.to_excel() (GH49751)

Other
---------
    Reverted color as an alias for c and size as an alias for s in function DataFrame.plot.scatter() (GH49732)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
19b6d22f06 python3-pyatspi: upgrade 2.38.2 -> 2.46.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
48442b94ff python3-networkx: upgrade 2.8.7 -> 2.8.8
Changelog:
===========
Supports Python 3.8, 3.9, 3.10, and 3.11.
NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
a4a8039bdb python3-grpcio: upgrade 1.50.0 -> 1.51.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
6d207bfde5 python3-grpcio-tools: upgrade 1.50.0 -> 1.51.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
eb0c50086c python3-jedi: upgrade 0.18.1 -> 0.18.2
Changelog:
=========
 Added dataclass-equivalent for attrs.define
 Find fixtures from Pytest entrypoints; Examples of pytest plugins installed like this are pytest-django, pytest-sugar and Faker.
 Fixed Project.search, when a venv was involved, which is why for example :Pyimport django.db did not work in some cases in jedi-vim.
 And many smaller bugfixes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
e7444e166f python3-langtable: upgrade 0.0.60 -> 0.0.61
Changelog:
==========
    Add mnw_MM.UTF-8 and ckb_IQ.UTF-8
    Do not run test cases using Python2 anymore
    Add bih
    Add more translations from CLDR
    Migrate license tag to SPDX

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
5e3fa06882 python3-ipython: upgrade 8.2.0 -> 8.6.0
Changelog:
https://ipython.readthedocs.io/en/stable/whatsnew/version8.html

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
94cb6c7daa python3-flask-socketio: upgrade 5.3.1 -> 5.3.2
Changelog:
==========
   Deliver callbacks from different namespaces #1909
   Fix documentation typos #1881

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
e83f25430b python3-can: upgrade 4.0.0 -> 4.1.0
Changelog:
https://github.com/hardbyte/python-can/blob/develop/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
965a770883 python3-dateparser: upgrade 1.1.0 -> 1.1.4
Improvements:

    Improved support for languages such as Slovak, Indonesian, Hindi, German, and Japanese (#1064, #1094, #986, #1071, #1068)
    Recursively create a model home (#996)
    Replace regex sub with simple string replace (#1095)
    Add Python 3.10, 3.11 support (#1096)
    Drop support for Python 3.5, 3.6 versions (#1097)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
49a20a6ce2 python3-charset-normalizer: upgrade 3.0.0 -> 3.0.1
Changelog:
=========
Fixed
------
    Multi-bytes cutter/chunk generator did not always cut correctly (PR #233)

Changed
-------
    Speedup provided using mypy/c 0.990 on Python >= 3.7

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
11a8cd66ea python3-asyncinotify: upgrade 2.0.5 -> 2.0.8
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
51a315eef0 python3-astroid: upgrade 2.12.12 -> 2.12.13
Changelog:
===========
    Prevent returning an empty list for ClassDef.slots() when the mro list contains one class & it is not object.
    Prevent a crash when inferring calls to str.format with inferred arguments
    Infer the length argument of the random.sample function.
    Catch ValueError when indexing some builtin containers and sequences during inference.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Wang Mingyu
779921c680 python3-matplotlib-inline: upgrade 0.1.2 -> 0.1.6
License-Update: Copyright updated to 0.1.6

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Tomasz Żyjewski
7ea0e04aae python3-binwalk: add recipe for version 2.3.3
Install binwalk utility

Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-25 18:11:10 -08:00
Gerbrand De Laender
bd4208f1b7 python3-aioserial: new package
Adds a recipe for aioserial - an asynchronous serial port library for
Python

Signed-off-by: Gerbrand De Laender <gdelaende@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-25 18:11:10 -08:00
Kai Kang
71fc243989 python3-m2crypto: fix CVE-2020-25657 and buildpaths qa issue
Backport patch to fix CVE-2020-25657 for python3-m2crypto. Adjust indent
as well.

Remove duplicate 'Upstream-Status:' from avoid-host-contamination.patch.

Add swig option '-DOPENSSL_FILE' to fix buildpaths qa issues.

  WARNING: python3-m2crypto-0.38.0-r0 do_package_qa: QA Issue: File
  /usr/lib/python3.11/site-packages/M2Crypto/_m2crypto.cpython-311-x86_64-linux-gnu.so
  in package python3-m2crypto contains reference to TMPDIR [buildpaths]

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-25 18:11:10 -08:00
Bartosz Golaszewski
7ceb15ada1 python3-kmod: new package
Add a recipe for python3-kmod - a python wrapper around libkmod.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-25 18:11:10 -08:00
zhengrq.fnst@fujitsu.com
bad3c42978 python3-pywbemtools: upgrade 1.0.1 -> 1.1.1
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-23 08:25:31 -08:00
zhengrq.fnst@fujitsu.com
00e8511b0d python3-simplejson: upgrade 3.17.6 -> 3.18.0
Changelog:
==========
* Allow serialization of classes that implement for_json or _asdict by
  ignoring TypeError when those methods are called
  https://github.com/simplejson/simplejson/pull/302
* Raise JSONDecodeError instead of ValueError in invalid unicode escape
  sequence edge case
  https://github.com/simplejson/simplejson/pull/298

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-23 08:25:30 -08:00
zhengrq.fnst@fujitsu.com
2cd011bd9b python3-zopeinterface: upgrade 5.5.1 -> 5.5.2
Changelog:
Add support for building arm64 wheels on macOS.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-23 08:25:30 -08:00
zhengrq.fnst@fujitsu.com
e744246abd python3-sqlalchemy: upgrade 1.4.43 -> 1.4.44
Changelog:
https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.44

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-23 08:25:30 -08:00
zhengrq.fnst@fujitsu.com
de76f9ed60 python3-python-vlc: upgrade 3.0.16120 -> 3.0.18121
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-23 08:25:30 -08:00
Kai Kang
e3d9829968 python3-wxgtk4: 4.1.1 -> 4.2.0
Upgrade python3-wxgtk4 from 4.1.1 to 4.2.0:

* fix licence according to LICENSE.txt that it is licenced under
  LGPL-2.0, and WXwindows is used for documents
* remove backported patches
* not overwrite CFLAGS and CXXFLAGS in file wscript

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-23 08:25:30 -08:00
Kai Kang
87cf001b39 python3-attrdict3: add recipe with version 2.0.2
python3-attrdict3-native is required by python3-wxgtk4.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-23 08:25:30 -08:00
Wang Mingyu
27ed0a3540 python3-pymongo: upgrade 4.3.2 -> 4.3.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Wang Mingyu
26f188b941 python3-google-api-python-client: upgrade 2.65.0 -> 2.66.0
Changelog:
https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md#features-1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Wang Mingyu
1d617147bb python3-googleapis-common-protos: upgrade 1.56.4 -> 1.57.0
Changelog:
==========
Features
------------
    Add support for Python 3.10 (#143) (63ca888)
    Add support for Python 3.11 (#145) (b9dbb21)
    added google.api.JwtLocation.cookie (6af2132)
    added google.api.Service.publishing and client libraries settings (6af2132)
    new fields in enum google.api.ErrorReason (6af2132)

Bug Fixes
-----------
    deprecate google.api.BackendRule.min_deadline (6af2132)
    deps: Require protobuf >=3.19.5 (#141) (9ea3530)

Documentation
--------------
    minor updates to comments (6af2132)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Wang Mingyu
3b97b2704c python3-eventlet: upgrade 0.33.1 -> 0.33.2
Changelog:
* greenio: GreenPipe/fdopen() with 'a' in mode raised io.UnsupportedOperation:
  File or stream is not writable https://github.com/eventlet/eventlet/pull/758

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Wang Mingyu
4fea437e3e python3-eth-utils: upgrade 2.0.0 -> 2.1.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Wang Mingyu
9df74ab779 python3-flask-migrate: upgrade 3.1.0 -> 4.0.0
Changelog:
==========
 Updates for Flask-SQLAlchemy 3.x compatiblity
 Enable type comparison and batch mode by default
 Option to rename "db" command group to a custom name
 Better handling of MetaData instances in templates
 Set options correctly when revision --autogenerate is used #463
 Documentation section on configuring Alembic
 Upgrade build to pypy-3.9
 Add Python 3.10 to build
 Add Python 3.11 to build
 Specify license in project metadata #489
 Remove tests from pypi package

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
Wang Mingyu
1e4fd5514d python3-django: upgrade 4.1 -> 4.1.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19 08:11:45 -08:00
zhengrq.fnst@fujitsu.com
00b7eae06f python3-stevedore: upgrade 4.1.0 -> 4.1.1
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
zhengrq.fnst@fujitsu.com
fbfb86229b python3-pywbemtools: upgrade 1.0.1 -> 1.1.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00
zhengrq.fnst@fujitsu.com
3fd697c644 python3-pymodbus: upgrade 3.0.0 -> 3.0.2
Changelog:
==========
    Add pygments as requirement for repl
    Update datastore remote to handle write requests (#1166)
    Allow multiple servers. (#1164)
    Fix typo. (#1162)
    Transfer parms. to connected client. (#1161)
    Repl enhancements 2 (#1141)
    Server simulator with datastore with json data. (#1157)
    Avoid unwanted reconnects (#1154)
    Do not initialize framer twice. (#1153)
    Allow timeout as float. (#1152)
    Improve Docker Support (#1145)
    Fix unreachable code in AsyncModbusTcpClient (#1151)
    Fix type hints for port and timeout (#1147)
    Start/stop multiple servers. (#1138)
    Server/asyncio.py correct logging when disconnecting the socket (#1135)
    Add Docker and container registry support (#1132)
    Removes undue reported error when forwarding (#1134)
    Obey timeout parameter on connection (#1131)
    Readme typos (#1129)
    Clean noqa directive. (#1125)
    Add isort and activate CI fail for black/isort. (#1124)
    Update examples. (#1117)
    Move logging configuration behind function call (#1120)
    serial2TCP forwarding example (#1116)
    Make serial import dynamic. (#1114)
    Bugfix ModbusSerialServer setup so handler is called correctly. (#1113)
    Clean configurations. (#1111)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-14 11:55:59 -08:00