Accepting request 796022 from home:alarrosa:branches:devel:languages:python

- Add patch to fix an incompatible change introduced in
  python-regex 2020.1.7, where unused arguments now raise an
  exception:
  * fix-for-regex-2020.1.7.patch
- Use %pytest in %check section

OBS-URL: https://build.opensuse.org/request/show/796022
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal
2020-04-21 10:15:33 +00:00
committed by Git OBS Bridge
parent 9d0ddc5ab1
commit 084cfab05c
3 changed files with 36 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Apr 21 09:54:25 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Add patch to fix an incompatible change introduced in
python-regex 2020.1.7, where unused arguments now raise an
exception:
* fix-for-regex-2020.1.7.patch
- Use %pytest in %check section
-------------------------------------------------------------------
Mon Oct 14 14:40:59 UTC 2019 - Matej Cepl <mcepl@suse.com>