14
0
forked from pool/python-pytz

- Replace nose test runner with pytest (py2k stdlib unittest

runner is not sufficient to run the test suite here).
- Refresh patches fix-tests.patch, system_zoneinfo.patch,
  0001-Fix-tests-for-older-timezone-versions.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytz?expand=0&rev=73
This commit is contained in:
2019-01-09 17:21:14 +00:00
committed by Git OBS Bridge
parent 80371ec27c
commit f0feb071a7
5 changed files with 30 additions and 34 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 9 18:18:15 CET 2019 - mcepl@suse.com
- Replace nose test runner with pytest (py2k stdlib unittest
runner is not sufficient to run the test suite here).
- Refresh patches fix-tests.patch, system_zoneinfo.patch,
0001-Fix-tests-for-older-timezone-versions.patch
-------------------------------------------------------------------
Tue Dec 4 12:53:18 UTC 2018 - Matej Cepl <mcepl@suse.com>