Changelog for
python-arrow-0.13.0-3.1.noarch.rpm :
Tue Jan 22 13:00:00 2019 tchvatalAATTsuse.com
- Add patch to work with python 3.7:
* arrow-py37.patch
Sun Jan 20 13:00:00 2019 arunAATTgmx.de
- specfile:
* update copyright year
* be more specific in %files section
* require pytz
- update to version 0.13.0:
* [NEW] Added support for Python 3.6.
* [CHANGE] Drop support for Python 2.6/3.3.
* [CHANGE] Return generator instead of list for Arrow.range(),
Arrow.span_range() and Arrow.interval().
* [FIX] Make arrow.get() work with str & tzinfo combo.
* [FIX] Make sure special RegEx characters are escaped in format
string.
* [NEW] Added support for ZZZ when formatting.
* [FIX] Stop using datetime.utcnow() in internals, use
datetime.now(UTC) instead.
* [FIX] Return NotImplemented instead of TypeError in arrow math
internals.
* [NEW] Added Estonian Locale.
* [FIX] Small fixes to Greek locale.
* [FIX] TagalogLocale improvements.
* [FIX] Added test requirements to setup.
* [FIX] Improve docs for get, now and utcnow methods.
* [FIX] Correct typo in depreciation warning.
Tue Dec 4 13:00:00 2018 mceplAATTsuse.com
- Remove superfluous devel dependency for noarch package
Tue Feb 20 13:00:00 2018 arunAATTgmx.de
- specfile:
* also require python-backports.functools_lru_cache during
installation
Sat Feb 17 13:00:00 2018 arunAATTgmx.de
- specfile:
* update copyright year
* require python-backports.functools_lru_cache for python2
- update to version 0.12.1:
* Allow wheels to determine the required dependencies
* Makes the only_distance paramter value equivalent to value given
to function when granularity paramter is also provided by user
- changes from version 0.12.0:
* [FIX] Compatibility fix for Python 2.x
- changes from version 0.11.0:
* [FIX] Fix grammar of ArabicLocale
* [NEW] Add Nepali Locale
* [FIX] Fix month name + rename AustriaLocale -> AustrianLocale
* [FIX] Fix typo in Basque Locale
* [FIX] Fix grammar in PortugueseBrazilian locale
* [FIX] Remove pip --user-mirrors flag
* [NEW] Add Indonesian Locale
Sat Jul 15 14:00:00 2017 aloisioAATTgmx.com
- Update to 0.10.0 (see HISTORY.md)
- Converted to singlespec
Fri Feb 26 13:00:00 2016 tbechtoldAATTsuse.com
- Require python-python-dateutil. package was renamed
Wed Aug 6 14:00:00 2014 toddrme2178AATTgmail.com
- Initial version