mbox series

[meta-python,0/2] The meta-python layer has been updated with two significant changes:

Message ID 20231108180206.3263886-1-arthur.oliveira@ossystems.com.br
Headers show
Series The meta-python layer has been updated with two significant changes: | expand

Message

arthur.oliveira@ossystems.com.br Nov. 8, 2023, 6:02 p.m. UTC
From: Arthur Oliveira <arthur.oliveira@ossystems.com.br>

1. **Addition of `python3-aniso8601`:** A new recipe has been added for the
`python3-aniso8601` package, which is a library for parsing ISO 8601 strings.
This addition includes specifying the BSD-3-Clause license and providing a
checksum for the license file, as well as the source's sha256sum for
verification purposes.

2. **Modification to `python3-flask-restx`:** The existing recipe for
`python3-flask-restx` has been updated to replace its dependency on
`python3-isodate` with the newly added `python3-aniso8601` package.
This change ensures compatibility with the updated requirements of
Flask-RESTx for ISO 8601 date and time handling.

Arthur Oliveira (2):
  python3-aniso8601: Add ISO 8601 parsing library
  python3-flask-restx: Switch dependency from isodate to aniso8601

 .../recipes-devtools/python/python3-aniso8601_9.0.1.bb    | 8 ++++++++
 .../recipes-devtools/python/python3-flask-restx_1.2.0.bb  | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)
 create mode 100644 meta-python/recipes-devtools/python/python3-aniso8601_9.0.1.bb