17
0

- Update to 2.2.0:

* Added
    + Disambiguate naturaldate return: only append year if more than
    + ~5 months away (#107) @hugovk
    + Add scientific notation to string support (#110) @Thx3r @hugovk
    + Add micro- and millisecond units to naturaldelta and
    + naturaltime (#104) @hugovk
    + Add ndigits option to intcomma (#123) @hugovk
    + Show more than bytes for negative file sizes (#122) @hugovk
  * Fixed
    + Fix: AP style for 0 is 'zero' (#121) @hugovk
  * Changed
    + Disambiguate naturaldate return: only append year if more than ~5 months away (#107) @hugovk
    + Convert remaining tests to use pytest.mark.parametrize (#109) @hugovk
    + Refactor some tests to use pytest.mark.parametrize (#108) @hugovk
  * Removed
    + Drop support for EOL Python 2 (#102) @hugovk
- Fiddle with BuildRequires, adding new modules that are needed
- Switch to pypi source tarball, required for setuptools_scm

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanize?expand=0&rev=12
This commit is contained in:
2020-03-31 05:52:58 +00:00
committed by Git OBS Bridge
parent 40b1d48b33
commit 2c7cda875e
4 changed files with 34 additions and 8 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Mar 31 05:49:52 UTC 2020 - steven.kowalik@suse.com
- Update to 2.2.0:
* Added
+ Disambiguate naturaldate return: only append year if more than
+ ~5 months away (#107) @hugovk
+ Add scientific notation to string support (#110) @Thx3r @hugovk
+ Add micro- and millisecond units to naturaldelta and
+ naturaltime (#104) @hugovk
+ Add ndigits option to intcomma (#123) @hugovk
+ Show more than bytes for negative file sizes (#122) @hugovk
* Fixed
+ Fix: AP style for 0 is 'zero' (#121) @hugovk
* Changed
+ Disambiguate naturaldate return: only append year if more than ~5 months away (#107) @hugovk
+ Convert remaining tests to use pytest.mark.parametrize (#109) @hugovk
+ Refactor some tests to use pytest.mark.parametrize (#108) @hugovk
* Removed
+ Drop support for EOL Python 2 (#102) @hugovk
- Fiddle with BuildRequires, adding new modules that are needed
- Switch to pypi source tarball, required for setuptools_scm
-------------------------------------------------------------------
Wed Jun 5 08:03:04 UTC 2019 - Petr Gajdos <pgajdos@suse.com>