From 746de462a712af830483faa7635c1ea495650b932815aedc11421a0e88f01e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 9 Jan 2025 12:20:21 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciso8601?expand=0&rev=3 --- ciso8601-2.3.2.tar.gz | 3 +++ python-ciso8601.changes | 10 ++++++++++ python-ciso8601.spec | 8 ++++---- 3 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 ciso8601-2.3.2.tar.gz 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