Commit Graph

5823 Commits

Author SHA1 Message Date
Derek Straka
df45d439dc python3-msgpack: Update version 1.0.5 -> 1.0.6
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 15:41:08 -07:00
Derek Straka
48f171875c python3-netaddr: Update version 0.8.0 -> 0.9.0
Changelog
=========
Added:
Add hash capabilities to OUI (#225, amitmi704)

Fixed:
Backwards incompatible: Handle RFC 6164 IPv6 addresses (don't reserve first IP
address in point-to-point subnets) ($267, Damien Claisse)
Technically backwards incompatible: Fix for is_loopback behaviour – consider
IPNetwork('::1/128') to be loopback (#222, #223, niels)
Include tutorials in source distributions (#215, Louis Sautier)
Fix a documentation typo (#242, Wouter)
Fix print syntax in the documentation to be Python 3 compatible (#221, François Magimel)
Fix the Sphinx syntax in the documentation (#220, François Magimel)

Other:
Update the databases (#266, Jakub Stasiak)
Deprecate Python 3.6 (#263, Jakub Stasiak)
Eliminate unnecessary evals (#228, KOLANICH)

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 14:06:22 -07:00
Derek Straka
02378518a8 python3-sqlalchemy: Upgrade 2.0.20 -> 2.0.21
Changelog
=========

Full changelog available here - https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.21

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 14:06:22 -07:00
Richard Leitner
717a478cf5 python3-autoflake: add recipe for v2.2.1
autoflake is a python library which removes unused imports and unused
variables from Python code. This recipe uses pypi as source:

	https://pypi.org/project/autoflake/

Signed-off-by: Richard Leitner <dev@g0hl1n.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 07:34:47 -07:00
Derek Straka
b509b772a4 python3-google-api-python-client: Update version 2.99.0 -> 2.100.0
Changelog
=========
Features
accesscontextmanager: Update the api f6f6113f42 (f77ee26)
advisorynotifications: Update the api 0025b75976 (f77ee26)
aiplatform: Update the api fbcd223a51 (f77ee26)
androidmanagement: Update the api 23cd554b04 (f77ee26)
appengine: Update the api 266598f553 (f77ee26)
artifactregistry: Update the api fe34c2221c (f77ee26)
assuredworkloads: Update the api 86eaf3ff8d (f77ee26)
beyondcorp: Update the api f27ec8e0ac (f77ee26)
blockchainnodeengine: Update the api bf425463c4 (f77ee26)
checks: Update the api 3d7acfbe70 (f77ee26)
chromemanagement: Update the api 5310a182fd (f77ee26)
cloudasset: Update the api d076b1bd45 (f77ee26)
cloudfunctions: Update the api c9d14b98bf (f77ee26)
cloudtasks: Update the api fe0bcad347 (f77ee26)
composer: Update the api 4d9e24a39c (f77ee26)
connectors: Update the api 7e2e3f0687 (f77ee26)
contactcenteraiplatform: Update the api ee747d28f2 (f77ee26)
datamigration: Update the api de2aa36bbf (f77ee26)
gkeonprem: Update the api f5890d0826 (f77ee26)
gmail: Update the api 40b0348d28 (f77ee26)
integrations: Update the api ddf9afb276 (f77ee26)
monitoring: Update the api f64be2390c (f77ee26)
mybusinessverifications: Update the api fde7890f06 (f77ee26)
networkconnectivity: Update the api 0d299134e8 (f77ee26)
networkmanagement: Update the api 47352429b1 (f77ee26)
notebooks: Update the api 66dd9d0e43 (f77ee26)
paymentsresellersubscription: Update the api d0fae461de (f77ee26)
places: Update the api db06598e16 (f77ee26)
run: Update the api d10dad24fe (f77ee26)
spanner: Update the api 531ba38b88 (f77ee26)
storage: Update the api 8610476ae8 (f77ee26)
transcoder: Update the api 7d2dfac9b7 (f77ee26)
vision: Update the api 4de577bc69 (f77ee26)

Bug Fixes
smartdevicemanagement: Update the api 03ffb2b7ad (f77ee26)

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 22:15:40 -07:00
Derek Straka
50d5fa8376 python3-dynamic-dispatch: Correct the upstream regex check for version upgrades
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 22:15:40 -07:00
Derek Straka
9769c139fd python3-bleak: Update version 0.20.2 -> 0.21.1
Removed a patch the no longer appears to be needed and dropped support for python 3.7

Changelog
=========
0.21.1 (2023-09-08)
Changed
Changed dbus-fast dependency to include v2.x. Fixes #1412.

0.21.0 (2023-09-02)
Added
Added bleak.uuids.normalize_uuid_16() function.
Added bleak.uuids.normalize_uuid_32() function.
Added advertisement_data() async iterator method to BleakScanner. Merged #1361.
Added type hints for kwargs on BleakScanner class methods.
Added support for Python 3.12.
Changed
Improved error messages when failing to get services in WinRT backend.
Improved error messages with enum values in WinRT backend. Fixes #1284.
Scanner backends modified to allow multiple advertisement callbacks. Merged #1367.
Changed default handling of the response argument in BleakClient.write_gatt_char. Fixes #909.
Bleak recipe now automatically installs bleak from GitHub release in Kivy example.
Changed BlueZManager methods to raise BleakError when device is not in BlueZ.
Optimized BlueZ backend device watchers and condition callbacks to avoid linear searches.
Changed type hint for buffer protocol to collections.abc.Buffer.
Fixed
Fixed handling all access denied errors when enumerating characteristics on Windows. Fixes #1291.
Added support for 32bit UUIDs. Fixes #1314.
Fixed typing for BaseBleakScanner detection callback.
Fixed possible crash in _stopped_handler() in WinRT backend. Fixes #1330.
Reduced expensive logging in the BlueZ backend. Merged #1376.
Fixed race condition with "InterfaceRemoved" when getting services in BlueZ backend.
Fixed missing permissions and requirements in android Kivy example. Fixes #1184.
Fixed WinRT backend sometimes hanging forever when a device goes out of range during connection. Fixes #1359.
Removed
Dropped support for Python 3.7.

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 22:15:40 -07:00
Derek Straka
46c7758a85 python3-filelock: Update version 3.12.0 -> 3.12.4
Remove incorrect/deprevated URI for upstream version checking

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 22:15:40 -07:00
Derek Straka
4485ec434b python3-fasteners: Update version 0.18 -> 0.19
Changelog
=========
Adds non-context manager methods to inter-thread lock
Drops support for python 3.7
Adds CI for python 3.11

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 22:15:40 -07:00
Derek Straka
3e7baea404 python3-distlib: Update version 0.3.6 -> 0.3.7
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 22:15:40 -07:00
Derek Straka
18d13a0f6d python3-custom-inherit: Update version 2.3.1 -> 2.4.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 22:15:40 -07:00
Derek Straka
01d7c9c344 python3-configshell-fb: Update version 1.1.29 -> 1.1.30
Refactor recipe to leverage pypi + poetry

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 22:15:40 -07:00
Derek Straka
3ce561a0a8 python3-cerberus: Update version 1.3.4 -> 1.3.5
Remove outdated setup tools dependency and inherit

Changelog
=========
New
Support for Python 3.10 & 3.11
The HTML documentation uses the furo theme

Fixed
*of rules are skipped for None values (#582)
Validations of mappings would raise an exception when the field's rules were provided as reference to a registry item (#599)

Improved
Various minor improvements of the documentation

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 22:15:40 -07:00
Derek Straka
50ccb54e8f python3-cantools: Update version 38.0.2 -> 39.2.0
Update the inherit is use the poetry

Changelog
=========
What's Changed
Make cycle_time serialisation more consistent for DBC files by @mon in #592
User f-strings instead of str.format() by @zariiii9003 in #599
Add prog option to argparse for help messages by @jack-champagne in #600

NOTE: This is a major release change with the following API changes:
The initial attribute of Signal objects now always holds the initial signal value as a scaled quantity, unifying its semantics with that of Signal.minimum and Signal.maximum. Previously, initial used raw values for databases loaded from DBC files, while using scaled ones for databases loaded from ARXML. (The loaders for other file formats do not currently set the initial attribute.)
The machinery for storing decimal numbers without rounding errors (*.decimal attributes) has been removed. In its place small rounding errors in load-store-load cycles are now accepted. To remediate this, the resulting database objects can now be compared approximately using the Database.is_similar() method.

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 22:15:40 -07:00
Derek Straka
ecee283c99 python3-cachecontrol: Update version 0.13.0 -> 0.13.1
Remove the package override that is no longer needed
Update the inherits to use poetry

Changelog
=========
What's Changed
serialize: remove v1 and v2 formats by @woodruffw in #310
refactor: move the serialization implementation to method by @frostming in #313
feat: drop support of Python older than 3.7 by @frostming in #312
fix(typing): fix wrong types by @frostming in #314
workflows: add a release workflow by @woodruffw in #308
cachecontrol: 0.13.1 by @woodruffw in #315

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 22:15:39 -07:00
Derek Straka
1f49f47ce8 python3-brotli: Update version 1.0.9 -> 1.1.0
Removed override for package extension as it is now a tgz

Changelog
=========
Added
decoder: BrotliDecoderAttachDictionary
decoder: BrotliDecoderOnFinish callback behind BROTLI_REPORTING
decoder: BrotliDecoderSetMetadataCallbacks
encoder: BrotliEncoderPrepareDictionary,
BrotliEncoderDestroyPreparedDictionary,
BrotliEncoderAttachPreparedDictionary
decoder: BrotliEncoderOnFinish callback behind BROTLI_REPORTING
common: BrotliSharedDictionaryCreateInstance,
BrotliSharedDictionaryDestroyInstance,
BrotliSharedDictionaryAttach
CLI: --dictionary option
java: encoder wrapper: Parameters.mode
java: Brotli{Input|Output}Stream.attachDictionary
java: wrapper: partial byte array input
typescript: decoder (transpiled from Java)

Removed
build: BROTLI_BUILD_PORTABLE option
Fixed
java: JNI decoder failed sometimes on power of 2 payloads

Improved
java / js: smaller decoder footprint
decoder: faster decoding
encoder: faster encoding
encoder: smaller stack frames

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 22:15:39 -07:00
Derek Straka
d3a53e9b93 python3-absl: Update version 1.4.0 -> 2.0.0
Changelog
==================
New
Support Python 3.12.

Changed
absl-py no longer supports Python 3.6. It has reached end-of-life for more
than a year now.
(logging) logging.exception can now take exc_info as argument, with
default value True. Prior to this change setting exc_info would raise
KeyError, this change fixes this behaviour.
(testing) For Python 3.11+, the calls to absltest.TestCase.enter_context
are forwarded to unittest.TestCase.enterContext (when called via instance)
or unittest.TestCase.enterClassContext (when called via class) now. As a
result, on Python 3.11+, the private _cls_exit_stack attribute is not
defined on absltest.TestCase and _exit_stack attribute is not defined on
its instances.
(testing) absltest.TestCase.assertSameStructure() now uses the test case's
equality functions (registered with TestCase.addTypeEqualityFunc()) for
comparing leaves of the structure.
(testing) abslTest.TestCase.fail() now names its arguments
(self, msg=None, user_msg=None), and not (self, msg=None, prefix=None),
better reflecting the behavior and usage of the two message arguments.
DEFINE_enum, DEFINE_multi_enum, and EnumParser now raise errors when
enum_values is provided as a single string value. Additionally,
EnumParser.enum_values is now stored as a list copy of the provided
enum_values parameter.
(testing) Updated paramaterized.CoopTestCase() to use Python 3 metaclass
idioms. Most uses of this function continued working during the Python 3
migration still worked because a Python 2 compatibility __metaclass__
variables also existed. Now pure Python 3 base classes without backwards
compatibility will work as intended.
(testing) absltest.TestCase.assertSequenceStartsWith now explicitly fail
when passed a Mapping or Set object as the whole argument.

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 22:15:39 -07:00
Wang Mingyu
31246c1bb0 python3-zeroconf: upgrade 0.97.0 -> 0.112.0
Changelog:
============
 Improve AsyncServiceBrowser performance (#1273) (0c88ecf)
 Speed up question and answer internals (#1272) (d24722b)
 Small speed ups to ServiceBrowser (#1271) (22c433d)
 Speed up ServiceBrowsers with a cython pxd (#1270) (4837876)
 Improve performance of constructing outgoing queries (#1267) (00c439a)
 Speed up responding to queries (#1266) (24a0a00)
 Speed up answering questions (#1265) (37bfaf2)
 Speed up ServiceInfo with a cython pxd (#1264) (7ca690a)
 Speed up generating answers (#1262) (50a8f06)
 Avoid calling get_running_loop when resolving ServiceInfo (#1261) (33a2714)
 Significantly speed up writing outgoing dns records (#1260) (bf2f366)
 Speed up writing outgoing dns records (#1259) (248655f)
 Small speed up to writing outgoing dns records (#1258) (1ed6bd2)
 Reduce IP Address parsing overhead in ServiceInfo (#1257) (83d0b7f)
 Speed up decoding incoming packets (#1256) (ac081cf)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
d137187a19 python3-xlsxwriter: upgrade 3.1.2 -> 3.1.3
Changelog:
 Added support for custom total formulas to worksheet tables.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
5cbb5fcd37 python3-virtualenv: upgrade 20.24.4 -> 20.24.5
Changelog:
==========
-release 20.24.4
-Fix brew cannot copy
-Test with 3.12 rc
-Upgrade setuptools
-GitHub Actions: Add PyPy 3.10 to testing

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
925140cc0c python3-types-setuptools: upgrade 68.1.0.1 -> 68.2.0.0
Changelog:
===========
-1 public Python file has been added: setuptools/tests/test_core_metadata.py.
-0 files included in typeshed's stubs have been deleted.
-7 files included in typeshed's stubs have been modified or renamed:
 setuptools/__init__.py, setuptools/command/editable_wheel.py,
 setuptools/command/egg_info.py, setuptools/depends.py, setuptools/dist.py,
 setuptools/monkey.py, setuptools/namespaces.py.
-Total lines of Python code added: 1051.
-Total lines of Python code deleted: 682.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
4498f13487 python3-typeguard: upgrade 4.1.3 -> 4.1.5
Changelog:
=========
-Fixed Callable erroneously rejecting a callable that has the requested amount
 of positional arguments but they have defaults
-Fixed a regression introduced in v4.1.4 where the elements of Literal got
 quotes removed from them by the AST transformer
-Fixed AttributeError where the transformer removed elements from a PEP 604 union
-Fixed AttributeError: 'Subscript' object has no attribute 'slice' when
 encountering an annotation with a subscript containing an ignored type
 (imported within an if TYPE_CHECKING: block)
-Fixed type checking not being skipped when the target is a union (PEP 604 or
 typing.Union) where one of the elements is an ignored type (shadowed by an
 argument, variable assignment or an if TYPE_CHECKING import) (#394, #395)
-Fixed type checking of class instances created in __new__() in cases such as
 enums where this method is already invoked before the class has finished initializing

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
26119f7be6 python3-tox: upgrade 4.11.1 -> 4.11.3
Changelog:
===========
docs(plugin): explain plugin registration
Fix error caused by a bad base_python path

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
11f16e1bfd python3-term: upgrade 2.4 -> 2.5
Changelog:
=============
Update tox.ini for latest tox.
Add .readthedocs.yaml file.
Pin sphinx and sphinx-rtd-theme versions in docs extra.
Add pylint extra which installs pylint.
Update .pylintrc for latest pylint.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
af19d01578 python3-rapidjson: upgrade 1.10 -> 1.11
Changelog:
==========
    Use current master version of rapidjson
    Use cibuildwheel 2.15.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
e364558144 python3-pymodbus: upgrade 3.5.0 -> 3.5.2
Changelog:
===========
 server tracer example.
 sync connect missing.
 simulator future problem.
 Always close socket on error (reset_sock).
 Revert reset_socket change.
 add close_comm_on_error to example.
 Test long term (HomeAsistant problem).
 Update ruff to 0.0.287 (#1764)
 Remove references to ModbusSerialServer.start
 Readd test to get 100% coverage.
 transport: Don't raise a RunTimeError in ModbusProtocol.error_received()

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
65380f3601 python3-pymisp: upgrade 2.4.175 -> 2.4.176
Changelog:
=========
- Avoid exception when data is an empty iterator.
- Revert "build(deps): bump codecov/codecov-action from 3 to 4"
- Build(deps): bump codecov/codecov-action from 3 to 4.
- Build(deps): bump actions/checkout from 3 to 4.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
47ad5a55e8 python3-pillow: upgrade 10.0.0 -> 10.0.1
Changelog:
===========
Updated libwebp to 1.3.2 #7395
Updated zlib to 1.3 #7344

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
528d98f590 python3-google-auth: upgrade 2.22.0 -> 2.23.0
Changelog:
==========
Features
---------
 Add get_bq_config_path() to _cloud_sdk.py (9f52f66)
 Add get_bq_config_path() to _cloud_sdk.py (#1358) (9f52f66)

Bug Fixes
----------
 Expose universe domain in credentials (#1380) (8b8fce6)
 Make external_account resistant to string type 'expires_in' responses from non-compliant services (#1379) (01d3770)
 Missing ssj for impersonate cred (#1377) (7d453dc)
 Skip checking projectid on cred if env var is set (#1349) (a4135a3)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
c86d6a831c python3-google-api-python-client: upgrade 2.97.0 -> 2.99.0
Changelog:
 https://github.com/googleapis/google-api-python-client/releases/tag/v2.99.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
fce114003a python3-flask-socketio: upgrade 5.3.5 -> 5.3.6
Changelog:
 Fixes in the test client to support recent changes in Socket.IO dependencies

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
dedaf8ada8 python3-flask-migrate: upgrade 4.0.4 -> 4.0.5
Changelog:
==========
-Compatiblity fixes for Flask-SQLAlchemy >= 3.1
-Allow process_revision_directives option to be configurable
-Stop testing Python 3.7, as Flask-SQLAlchemy 3.1 stopped supporting it

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
1e943e2f98 python3-eth-utils: upgrade 2.2.0 -> 2.2.1
Changelog:
 Add build.os config for readthedocs

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
af903a89ee python3-engineio: upgrade 4.7.0 -> 4.7.1
Changelog:
============
-Replace gevent-websocket with simple-websocket when using gevent
-Catch and log all errors that occur in event handlers
-Use daemon threads for background tasks also in the threaded client
-Silence exception on websocket exit when using uWSGI #330

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
96b605dc3f python3-coverage: upgrade 7.3.0 -> 7.3.1
Changelog:
===========
-The semantics of stars in file patterns has been clarified in the docs.
 A leading or trailing star matches any number of path components, like a
 double star would. This is different than the behavior of a star in the
 middle of a pattern.
-The API docs were missing from the last version. They are now restored.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
7684eabc0b python3-cmake: upgrade 3.27.4.1 -> 3.27.5
Changelog:
==========
 chore(deps): bump cmake from 3.27.2 to 3.27.4.1
 chore(deps): bump actions/checkout from 3 to 4
 chore(deps): update pre-commit hooks
 chore(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0
 chore(deps): update pre-commit hooks
 Update to CMake 3.27.5

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
76effae27c python3-bitstring: upgrade 4.1.1 -> 4.1.2
Changelog:
==========
- Fix for the module command-line usage. Bug #290.
- Fix for when creating bitstrings from memoryview objects.
- Renamed the 'fmt' parameter for Arrays to 'dtype'.
- More Array operator coverage.
- Added operators that act on two Arrays of the same size.
- Added comparison operators for Arrays that return an Array of bools.
- Added Array.equals method as == will now return an Array (see above item).
- Added astype() method for Arrays to easily cast to a new dtype.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
42342a0102 python3-argcomplete: upgrade 3.1.1 -> 3.1.2
Changelog:
 Ensure Python 3.12+ compatibility in check_console_script (#448)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
e777071e51 python3-pyfanotify: upgrade 0.2.0 -> 0.2.1
0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch
refreshed for 0.2.1

Changelog:
==========
add installing clang package for readthedocks
atexit fix
fix file system events: store fs info when marked

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu
62ea808cb8 python3-lazy: upgrade 1.5 -> 1.6
Changelog:
===========
 Implement lazy.__set_name__() which helps in cases like foo=lazy(_foo).
 Update tox.ini for latest tox.
 Add GitHub CI workflow.
 Add .readthedocs.yaml file.
 Pin sphinx and sphinx-rtd-theme versions in docs extra.
 Add mypy extra which installs mypy.
 Fix stray characters in keywords.

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-09-20 15:34:03 -07:00
Wang Mingyu
c3daeb68ea python3-antlr4-runtime: upgrade 4.13.0 -> 4.13.1
Changelog:
===========
- change signatures for ReportAttemptingFullContext() and
  ReportContextSensitivity() to be identical to all other targets
- Move GetText(), SetText(), and String() from CommonToken to BaseToken
- Restore "Obtained from string" source name.
- fix: Fix very minor code issues spotted by goreportcard.com
- Java: suppress this-escape warning introduced in JDK 21.
- Adds default targets for babel configuration
- fix dependabot warnings
- Add Antlr4Dynamic product
- Cleanup duplicate SwiftTarget code
- Fix for #4320--export additional types

License-Update: Version updated to 4.13.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Trevor Gamblin
52235f4935 python3-aiofiles: upgrade 23.1.0 -> 23.2.1
The new version requires hatchling to build, so add that and remove
poetry (which isn't actually needed). Note that the changelog says it
switched to PDM from poetry.

Changelog: https://github.com/Tinche/aiofiles#history

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-16 00:17:24 -07:00
Sam Van Den Berge
d168b58602 python3-apiflask: add recipe
Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-15 00:42:10 -07:00
Sam Van Den Berge
f005860cd6 python3-webargs: add recipe
Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-15 00:42:10 -07:00
Sam Van Den Berge
89e824ea98 python3-flask-httpauth: add recipe
Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-15 00:42:10 -07:00
Sam Van Den Berge
28e84132ac python3-apispec: add recipe
Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-15 00:42:10 -07:00
Sam Van Den Berge
40d0d182a2 python3-flask-marshmallow: add recipe
Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-15 00:42:10 -07:00
Richard Leitner
df3998a86a python3-shellingham: add recipe for v1.5.3
Shellingham is a python library to detect what shell the current
Python executable is running in. This recipe uses pypi as source:

	https://pypi.org/project/shellingham

Signed-off-by: Richard Leitner <dev@g0hl1n.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-14 16:56:56 -07:00
Sam Van Den Berge
e95583cd9a python3-flask-jwt-extended: add recipe
Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-14 10:46:54 -07:00
Archana Polampalli
96b0d0ded1 python3-appdirs: print ptest results in unified format
Update run-ptest script to print the output of python3-appdirs ptest results in
unified format

Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-12 08:05:51 -07:00