15
0

- Update to 0.14:

* Declared project as bugfix only from now on
  * Support Python 3.7
  * Fix important issues reported by static analysis
  * Fix installation on non-UTF-8 locales on Python 3.5 and 3.6
  * Added set_gso(), get_gro() and set_gro() functions
  * Added installation instructions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ethtool?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-03-01 10:56:02 +00:00
committed by Git OBS Bridge
parent 933f47c469
commit b583cd4438
4 changed files with 29 additions and 15 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Mar 1 10:55:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.14:
* Declared project as bugfix only from now on
* Support Python 3.7
* Fix important issues reported by static analysis
* Fix installation on non-UTF-8 locales on Python 3.5 and 3.6
* Added set_gso(), get_gro() and set_gro() functions
* Added installation instructions
-------------------------------------------------------------------
Wed Nov 1 15:20:02 UTC 2017 - mc@suse.com