forked from pool/python-humanize
7c0add8d94
* Added Spanish (Spain) locale. * Polish (pl_PL) locales added - Switch to %pytest macro. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanize?expand=0&rev=14
75 lines
2.6 KiB
Plaintext
75 lines
2.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jun 4 06:42:45 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 2.4.0:
|
|
* Added Spanish (Spain) locale.
|
|
* Polish (pl_PL) locales added
|
|
- Switch to %pytest macro.
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- test package in %check
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 10 12:37:51 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Fix fdupes call
|
|
- Fix Source url
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:49:01 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 1 14:54:14 UTC 2017 - okurz@suse.com
|
|
|
|
- Convert to singlespec
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 18 09:06:59 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
- update to 0.5.1
|
|
- use %find_lang macro
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 8 21:48:32 UTC 2013 - p.drouand@gmail.com
|
|
|
|
- Update to version 0.5
|
|
+ No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 24 11:06:42 UTC 2013 - speilicke@suse.com
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 23 11:20:55 UTC 2012 - saschpe@suse.de
|
|
|
|
- Initial version
|
|
|