15
0

5 Commits

Author SHA256 Message Date
d3e82d243d Accepting request 1283631 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1283631
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanreadable?expand=0&rev=9
2025-06-09 08:14:21 +00:00
0e36b6906d - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanreadable?expand=0&rev=7
2025-05-28 11:37:37 +00:00
b6319635f0 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanreadable?expand=0&rev=5
2023-12-07 22:55:21 +00:00
Tomáš Chvátal
26fdc82c9a Accepting request 791539 from home:mnhauke
- Update to version 0.1.0
  * Upstream does not provide a changelog
- Drop support for python2
- Adjust requirements

OBS-URL: https://build.opensuse.org/request/show/791539
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanreadable?expand=0&rev=3
2020-04-06 06:38:18 +00:00
Tomáš Chvátal
aebef0a0a0 Accepting request 772352 from home:mnhauke
Initial pakcage for python-humanreadable

OBS-URL: https://build.opensuse.org/request/show/772352
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanreadable?expand=0&rev=1
2020-02-09 10:09:57 +00:00