14
0

Accepting request 933310 from Application:ERP:Tryton:6.0

- version 1.1.1
  * build system switched to flit/toml
  * Drop support of Python 3.5, add support of Python 3.9.
  * Fix ResourceWarning in tests.
  * Use Python standard librarie’s HSL to RGB converter.
  * Use GitHub Actions for tests.
  * New code structure, new packaging, new documentation.

OBS-URL: https://build.opensuse.org/request/show/933310
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinycss2?expand=0&rev=16
This commit is contained in:
2021-11-23 18:46:03 +00:00
committed by Git OBS Bridge
parent 976bc1f06a
commit 7871037c79
4 changed files with 24 additions and 12 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Nov 23 17:41:46 UTC 2021 - Axel Braun <axel.braun@gmx.de>
- version 1.1.1
* build system switched to flit/toml
* Drop support of Python 3.5, add support of Python 3.9.
* Fix ResourceWarning in tests.
* Use Python standard libraries HSL to RGB converter.
* Use GitHub Actions for tests.
* New code structure, new packaging, new documentation.
-------------------------------------------------------------------
Sat Jul 11 10:50:32 UTC 2020 - Benjamin Greiner <code@bnavigator.de>