diff mbox series

[meta-python,11/30] python3-aniso8601: upgrade 10.0.0 -> 10.0.1

Message ID 1745311761-1912-11-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/30] adw-gtk3: upgrade 5.8 -> 5.10 | expand

Commit Message

Mingyu Wang (Fujitsu) April 22, 2025, 8:49 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
- Moved to Codeberg: https://codeberg.org/nielsenb-jf/aniso8601
- 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: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-aniso8601_10.0.0.bb => python3-aniso8601_10.0.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-aniso8601_10.0.0.bb => python3-aniso8601_10.0.1.bb} (67%)
diff mbox series

Patch

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
similarity index 67%
rename from meta-python/recipes-devtools/python/python3-aniso8601_10.0.0.bb
rename to 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."
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ba35a7f4192a3ea09a01f4e8169a56bc"
 
-SRC_URI[sha256sum] = "ff1d0fc2346688c62c0151547136ac30e322896ed8af316ef7602c47da9426cf"
+SRC_URI[sha256sum] = "25488f8663dd1528ae1f54f94ac1ea51ae25b4d531539b8bc707fed184d16845"
 
 inherit pypi setuptools3