diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2025-04-22 17:18:32 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-23 19:35:00 -0700 |
commit | 67511948486620f4163684de9a918bd09344fc0d (patch) | |
tree | df1eea61969bdc2630fc058e34efa3d375a06c64 /meta-python | |
parent | c410c62f779e5332f5207ad8115645d69af68acd (diff) | |
download | meta-openembedded-67511948486620f4163684de9a918bd09344fc0d.tar.gz |
python3-aniso8601: Upgrade 10.0.0 -> 10.0.1
Upgrade to release 10.0.1:
- year_range_check will only shift 0s in from the left for year
strings of length 2. Since parse_date throws an IsoFormatError
for year strings of lengths other than 2 or 4 this shouldn't
significantly change any public API consumers.
- Specify changelog location in setup.py
- Change to Woodpecker CI
- Add a CI pipeline to test builders when a tag is pushed
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-aniso8601_10.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb b/meta-python/recipes-devtools/python/python3-aniso8601_10.0.1.bb index 4fe18d18eb..8996c4b26d 100644 --- a/meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-aniso8601_10.0.1.bb | |||
@@ -3,6 +3,6 @@ DESCRIPTION = "A library for parsing ISO 8601 strings." | |||
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ba35a7f4192a3ea09a01f4e8169a56bc" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ba35a7f4192a3ea09a01f4e8169a56bc" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "ff1d0fc2346688c62c0151547136ac30e322896ed8af316ef7602c47da9426cf" | 6 | SRC_URI[sha256sum] = "25488f8663dd1528ae1f54f94ac1ea51ae25b4d531539b8bc707fed184d16845" |
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |