package/python-aniso8601: bump version to 10.0.1

For change log, see:
https://codeberg.org/nielsenb-jf/aniso8601/src/tag/v10.0.1/CHANGELOG.rst#aniso8601-10.0.1

Signed-off-by: Daniel Crowe <daniel.crowe@maxmine.com.au>
[Julien: add link to change log]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Daniel Crowe
2025-05-12 13:53:29 +09:30
committed by Julien Olivain
parent df685627a2
commit 5d8d39fc4c
3 changed files with 5 additions and 5 deletions

View File

@@ -3,4 +3,4 @@ config BR2_PACKAGE_PYTHON_ANISO8601
help
A library for parsing ISO 8601 strings.
https://bitbucket.org/nielsenb/aniso8601
https://codeberg.org/nielsenb-jf/aniso8601

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/aniso8601/json
md5 29acca96d02d182b7ff09f02047b84a8 aniso8601-10.0.0.tar.gz
sha256 ff1d0fc2346688c62c0151547136ac30e322896ed8af316ef7602c47da9426cf aniso8601-10.0.0.tar.gz
md5 ea9bb2b816aa448078d91aea3ce43d55 aniso8601-10.0.1.tar.gz
sha256 25488f8663dd1528ae1f54f94ac1ea51ae25b4d531539b8bc707fed184d16845 aniso8601-10.0.1.tar.gz
# Locally computed sha256 checksums
sha256 c3cca0b9a74fd29668bd99b5dcf0274d53be904de6778916dc852708f407b0f0 LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_ANISO8601_VERSION = 10.0.0
PYTHON_ANISO8601_VERSION = 10.0.1
PYTHON_ANISO8601_SOURCE = aniso8601-$(PYTHON_ANISO8601_VERSION).tar.gz
PYTHON_ANISO8601_SITE = https://files.pythonhosted.org/packages/f3/3f/dc8a28fa6dc72c13d8c158b01f8975f240e9e72c336cc1ae00f424e2d7ce
PYTHON_ANISO8601_SITE = https://files.pythonhosted.org/packages/8b/8d/52179c4e3f1978d3d9a285f98c706642522750ef343e9738286130423730
PYTHON_ANISO8601_SETUP_TYPE = setuptools
PYTHON_ANISO8601_LICENSE = BSD-3-Clause
PYTHON_ANISO8601_LICENSE_FILES = LICENSE