15
0

Accepting request 810619 from home:pgajdos:python

- use %pytest macro
- do not require unittest2 for python3
- added patches
  unittest2 is not neccessary for python3
  + python-deprecation-no-unittest2.patch

OBS-URL: https://build.opensuse.org/request/show/810619
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-deprecation?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2020-06-01 12:59:27 +00:00
committed by Git OBS Bridge
parent fda0b0aa0b
commit e0f608a2ed
3 changed files with 61 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jun 1 11:52:54 UTC 2020 - pgajdos@suse.com
- use %pytest macro
- do not require unittest2 for python3
- added patches
unittest2 is not neccessary for python3
+ python-deprecation-no-unittest2.patch
-------------------------------------------------------------------
Wed May 27 05:12:21 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>