14
0

4 Commits

Author SHA256 Message Date
201e867ad8 Accepting request 1278583 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1278583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aniso8601?expand=0&rev=15
2025-05-20 15:04:35 +00:00
1054cf80e8 - Update to 10.0.1
* **Moved to Codeberg:** https://codeberg.org/nielsenb-jf/aniso8601
  * :code:`year_range_check` will only shift 0s in from the left for
    year strings of length 2. Since :code:`parse_date` throws an
    :code:`IsoFormatError` for year strings of lengths other than 2 or
    4 this shouldn't significantly change any public API consumers.
  * Specify changelog location in :code:`setup.py`
  * Change to `Woodpecker CI <https://woodpecker-ci.org/>`_
  * Add a CI pipeline to test builders when a tag is pushed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aniso8601?expand=0&rev=30
2025-05-20 10:03:06 +00:00
c454997329 Accepting request 1244781 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1244781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aniso8601?expand=0&rev=14
2025-02-10 16:35:24 +00:00
5d123dfa2a - update to 10.0.0:
* Reduced accuracy representations of years when parsing a
    calendar date are now only allowed to be [YY] (see 31)
  * No longer specify a Python interpreter version to Black
  * Cleanup unsupported Pylint configuration options
  * Fix used-before-assignment errors
  * Fix coverage issue caused by unreachable conditional in
    _parse_interval_end

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aniso8601?expand=0&rev=28
2025-02-03 13:36:37 +00:00
4 changed files with 31 additions and 6 deletions

3
aniso8601-10.0.1.tar.gz Normal file
View File

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

View File

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

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue May 20 09:04:52 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 10.0.1
* **Moved to Codeberg:** https://codeberg.org/nielsenb-jf/aniso8601
* :code:`year_range_check` will only shift 0s in from the left for
year strings of length 2. Since :code:`parse_date` throws an
:code:`IsoFormatError` for year strings of lengths other than 2 or
4 this shouldn't significantly change any public API consumers.
* Specify changelog location in :code:`setup.py`
* Change to `Woodpecker CI <https://woodpecker-ci.org/>`_
* Add a CI pipeline to test builders when a tag is pushed
-------------------------------------------------------------------
Mon Feb 3 13:35:44 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 10.0.0:
* Reduced accuracy representations of years when parsing a
calendar date are now only allowed to be [YY] (see 31)
* No longer specify a Python interpreter version to Black
* Cleanup unsupported Pylint configuration options
* Fix used-before-assignment errors
* Fix coverage issue caused by unreachable conditional in
_parse_interval_end
-------------------------------------------------------------------
Wed Jan 3 09:40:46 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-aniso8601
#
# 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
@@ -20,7 +20,7 @@
%bcond_without python2
%{?sle15_python_module_pythons}
Name: python-%{modname}
Version: 9.0.1
Version: 10.0.1
Release: 0
Summary: A library for parsing ISO 8601 strings
License: BSD-3-Clause