14
0
forked from pool/python-pygal

- Add patch to work with python 3.8:

* python38.patch
- Restrict pytest to < 3.0 as the testing code does not work
  upstream on anything else

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygal?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-07-19 12:35:57 +00:00
committed by Git OBS Bridge
parent 020473c71e
commit 3b996b0eae
3 changed files with 42 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 19 12:31:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Add patch to work with python 3.8:
* python38.patch
- Restrict pytest to < 3.0 as the testing code does not work
upstream on anything else
-------------------------------------------------------------------
Tue Mar 26 09:21:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>