14
0

Accepting request 787510 from home:pgajdos:python

- version update to 1.4.6
  - fix #65: use tox for testing. Request re-cythonizing module with environment variable `PYTAGLIB_CYTHONIZE` instead of argument to `setup.py` now.
  - fix #63: python2 tests did not pass
  - fix #62: pyprinttags module did not work
- deleted patches
  - python-pytaglib-python2-localpath.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/787510
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytaglib?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2020-03-24 07:36:14 +00:00
committed by Git OBS Bridge
parent de658665d4
commit 10c67061eb
5 changed files with 30 additions and 29 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Mar 23 11:44:33 UTC 2020 - pgajdos@suse.com
- version update to 1.4.6
- fix #65: use tox for testing. Request re-cythonizing module with environment variable `PYTAGLIB_CYTHONIZE` instead of argument to `setup.py` now.
- fix #63: python2 tests did not pass
- fix #62: pyprinttags module did not work
- deleted patches
- python-pytaglib-python2-localpath.patch (upstreamed)
-------------------------------------------------------------------
Mon Oct 14 14:35:29 UTC 2019 - Matej Cepl <mcepl@suse.com>