diff --git a/ciso8601-2.3.2.tar.gz b/ciso8601-2.3.2.tar.gz new file mode 100644 index 0000000..a8ef668 --- /dev/null +++ b/ciso8601-2.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1616969aa46c51310b196022e5d3926f8d3fa52b80ec17f6b4133623bd5434 +size 28214 diff --git a/python-ciso8601.changes b/python-ciso8601.changes index 44384ca..c5f7dd7 100644 --- a/python-ciso8601.changes +++ b/python-ciso8601.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jan 9 09:22:42 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.3.2 + * Add support for aarch64 wheels. Thank you @bbayles! + * Add wheels for PyPy 3.10 + * Added Python 3.13 support + * Better error message when attempting to parse + a BCE year (#156). Thanks @javiabellan + ------------------------------------------------------------------- Tue Sep 24 13:27:22 UTC 2024 - Johannes Kastl diff --git a/python-ciso8601.spec b/python-ciso8601.spec index c9dae24..26119ca 100644 --- a/python-ciso8601.spec +++ b/python-ciso8601.spec @@ -1,7 +1,7 @@ # # spec file for package python-ciso8601 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,18 +18,18 @@ %{?sle15_python_module_pythons} Name: python-ciso8601 -Version: 2.3.1 +Version: 2.3.2 Release: 0 Summary: Fast ISO8601 date time parser for Python written in C License: MIT URL: https://github.com/closeio/ciso8601 Source: https://files.pythonhosted.org/packages/source/c/ciso8601/ciso8601-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} -BuildRequires: gcc BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: gcc +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest} # /SECTION