14
0
forked from pool/python-pytz

Accepting request 729096 from home:jayvdb:branches:devel:languages:python

Ensures correct data is installed, and using a symlink so that the data files pytz claims to provide are available, e.g. via pkgutil

OBS-URL: https://build.opensuse.org/request/show/729096
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytz?expand=0&rev=81
This commit is contained in:
Tomáš Chvátal
2019-09-09 07:31:21 +00:00
committed by Git OBS Bridge
parent 9a0fd39c54
commit d28fef1835
3 changed files with 25 additions and 49 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Aug 27 17:49:06 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Add versioned dependency on timezone database to ensure the
correct data is installed
- Remove system_zoneinfo.patch, and instead add a symlink to the
system timezone database
- Replace unnecessary pytest, adding a missing __init__.py in the
tests to allow the test suite to work on Python 2.7 without pytest
-------------------------------------------------------------------
Fri Aug 9 13:22:52 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>