15
0

- 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
This commit is contained in:
2025-01-09 12:20:21 +00:00
committed by Git OBS Bridge
parent 05dcd4328a
commit 746de462a7
3 changed files with 17 additions and 4 deletions

3
ciso8601-2.3.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec1616969aa46c51310b196022e5d3926f8d3fa52b80ec17f6b4133623bd5434
size 28214

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jan 9 09:22:42 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <opensuse_buildservice@ojkastl.de>

View File

@@ -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