File python-humanreadable.changes of Package python-humanreadable
-------------------------------------------------------------------
Fri Jun 6 11:23:06 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.4.1
* Drop support for Python 3.8/3.9
* Add support for Python 3.12/3.13
* Replace deprecated `abstractproperty`
* Modify to use `setuptools_scm` and `pypa/build` for package build
* Add GitHub Actions workflow for building and publishing to PyPI
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Wed May 28 11:37:23 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
-------------------------------------------------------------------
Thu Dec 7 22:53:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.4.0:
* Add `to_humanreadable` method to `BitsPerSecond` class
* Fix `to_humanreadable` method failed when the value is over 1
day: #2 (Thanks to @giobri)
* Fix `__all__` in `__init__.py`
* Drop support for Python 3.6
* Improve type annotations
* Modify to use `pypa/build` for package build
- update to 0.3.0:
* Add additional formats support for `BitPerSecond` class
* Add `__add__` method to `BitPerSecond` and `Time` classes
* Add `BitsPerSecond` class that is an alias of the
`BitPerSecond` class
* Add `to_humanreadable` method to the `Time` class
- update to 0.2.0:
* Add support for Python 3.10/3.11
* Drop support for Python 3.5
* Change `BitPerSecond.bps` property type from `int` to `float`
* Add type annotations
* Update requirements
-------------------------------------------------------------------
Sat Apr 4 11:17:46 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.1.0
* Upstream does not provide a changelog
- Drop support for python2
- Adjust requirements
-------------------------------------------------------------------
Sat Feb 8 15:30:10 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Initial package, version 0.0.8