Package Release Info

python-aniso8601-10.0.1-bp160.1.1

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-aniso8601

Change Logs

* Tue May 20 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 03 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