14
0

Compare commits

2 Commits

Author SHA256 Message Date
5ae0a29f1d Accepting request 1303566 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1303566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ciso8601?expand=0&rev=3
2025-09-10 15:30:26 +00:00
b2af83c568 - Update to 2.3.3
* Added Python 3.14 support
  * Added PyPy 3.11 support
  * Fixed memory leak in `FixedOffset_fromutc` (#172)
  * Migrated some CI testing to GHA

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciso8601?expand=0&rev=5
2025-09-10 09:11:04 +00:00
4 changed files with 13 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Sep 10 07:43:19 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.3.3
* Added Python 3.14 support
* Added PyPy 3.11 support
* Fixed memory leak in `FixedOffset_fromutc` (#172)
* Migrated some CI testing to GHA
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 9 09:22:42 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Thu Jan 9 09:22:42 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-ciso8601 Name: python-ciso8601
Version: 2.3.2 Version: 2.3.3
Release: 0 Release: 0
Summary: Fast ISO8601 date time parser for Python written in C Summary: Fast ISO8601 date time parser for Python written in C
License: MIT License: MIT