15
0

Accepting request 848617 from home:bnavigator:branches:devel:languages:python

- Update to version 1.0.6
  * no changelog provided
- Remove deprecated setup.py tests, use %pyunittest instead. The
  custom run_tests.py is just a stdlib unittest wrapper.
- Drop disable-online-tests.patch -- The tests handle the offline
  case fine now.

OBS-URL: https://build.opensuse.org/request/show/848617
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-css-parser?expand=0&rev=6
This commit is contained in:
2020-11-16 20:55:13 +00:00
committed by Git OBS Bridge
parent 3de8fe56ce
commit 1f017a8395
5 changed files with 25 additions and 51 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Nov 14 19:59:27 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to version 1.0.6
* no changelog provided
- Remove deprecated setup.py tests, use %pyunittest instead. The
custom run_tests.py is just a stdlib unittest wrapper.
- Drop disable-online-tests.patch -- The tests handle the offline
case fine now.
-------------------------------------------------------------------
Tue Jun 4 14:06:32 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>