2020-02-19 09:51:54 +01:00
|
|
|
-------------------------------------------------------------------
|
2020-11-16 13:56:29 +01:00
|
|
|
Fri Nov 13 23:01:05 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Fix BuildRequires for multiple python3 flavors
|
|
|
|
gh#openSUSE/python-rpm-macros#66
|
|
|
|
- Use %pytest_arch
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-02-19 09:51:54 +01:00
|
|
|
Wed Feb 19 08:49:11 UTC 2020 - Dan Čermák <dcermak@suse.com>
|
|
|
|
|
|
|
|
- New upstream release 0.7.1
|
|
|
|
|
|
|
|
* Fix license to LGPL 2.1 and later
|
|
|
|
* Add keyring for source verification
|
|
|
|
|
|
|
|
Changelog:
|
|
|
|
|
|
|
|
Major change: drop compatibility with Python 2, which allows significant code
|
|
|
|
cleanups.
|
|
|
|
|
|
|
|
Other changes:
|
|
|
|
|
|
|
|
* Switch internal implementation of argument parsing to a built-in one
|
|
|
|
(`PyUnicode_FSConverter`), which brings automatic support for
|
|
|
|
path-like objects in Python 3.6+ (#20), and also a more uniform
|
|
|
|
handling of Unicode path arguments with respect to other Python code.
|
|
|
|
* Fix missing error check in list operations in `get_all` (#17).
|
|
|
|
* Switch test library to pytest; not that a reasonable recent version is
|
|
|
|
needed. Additionally, expand test coverage, although not directly
|
|
|
|
visible in actual coverage reports…
|
|
|
|
|
2019-07-17 13:52:36 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 16 15:09:30 UTC 2019 - Dan Čermák <dcermak@suse.com>
|
|
|
|
|
|
|
|
- Initial package version
|