14
0

Accepting request 1278561 from home:glaubitz:branches:devel:languages:python

- 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/request/show/1278561
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aniso8601?expand=0&rev=30
This commit is contained in:
2025-05-20 10:03:06 +00:00
committed by Git OBS Bridge
parent bf06d85502
commit a2b143e7d9
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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>