14
0
forked from pool/python-mss

Accepting request 1034591 from home:yarunachalam:branches:devel:languages:python

- Update to v7.0.1 
  * fixed the wheel package
- Update to v7.0.0
  * added support for Python 3.11
  * added support for Python 3.10
  * removed support for Python 3.5
  * MSS: modernized the code base (types, f-string, ran isort & black) (close #101)
  * MSS: fixed several Sourcery issues
  * MSS: fixed typos here, and there
  * doc: fixed an error when building the documentation

OBS-URL: https://build.opensuse.org/request/show/1034591
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mss?expand=0&rev=5
This commit is contained in:
2022-11-08 21:18:45 +00:00
committed by Git OBS Bridge
parent 9f109171de
commit 7da1ec198f
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Nov 8 17:24:08 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v7.0.1
* fixed the wheel package
- Update to v7.0.0
* added support for Python 3.11
* added support for Python 3.10
* removed support for Python 3.5
* MSS: modernized the code base (types, f-string, ran isort & black) (close #101)
* MSS: fixed several Sourcery issues
* MSS: fixed typos here, and there
* doc: fixed an error when building the documentation
-------------------------------------------------------------------
Wed Dec 23 09:33:38 UTC 2020 - Benjamin Greiner <code@bnavigator.de>