15
0

- Update to 0.6.1:

* Drop support for Python 2.7
  * Move to pycodestyle from pep8 and drop setup.py requirement for it
  * Minor maintenance documentation updates 
- Do not ship tests directory.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dbus-deviation?expand=0&rev=8
This commit is contained in:
2021-05-17 08:32:20 +00:00
committed by Git OBS Bridge
parent fd0b91dfc3
commit 87e6ed3c98
4 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 17 08:30:46 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.6.1:
* Drop support for Python 2.7
* Move to pycodestyle from pep8 and drop setup.py requirement for it
* Minor maintenance documentation updates
- Do not ship tests directory.
-------------------------------------------------------------------
Thu Dec 3 15:53:31 UTC 2020 - Matej Cepl <mcepl@suse.com>