2024-03-05 09:40:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 1 14:49:51 UTC 2024 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
|
|
|
|
|
|
|
- version update to 2.1.0
|
|
|
|
* Fix #110 (broken test) in #113
|
|
|
|
* CI: update cibuildwheel; ensure Python-3.12 builds in #116
|
|
|
|
* Modernize tooling in #117
|
|
|
|
- version update to 2.0.0
|
|
|
|
* improve build_taglib.py helper script (now supports all platforms)
|
|
|
|
* add taglib_version() to the taglib module
|
|
|
|
* allow using File as a context manager, optionally saving on exit
|
|
|
|
* new property File.is_closed
|
|
|
|
* fix #94: Accept os.PathLike in constructor
|
|
|
|
* File.path is now a Path object
|
|
|
|
- Add upgrade_taglib_version.patch
|
|
|
|
- Skip building for python 3.6 on Leap since it now uses a pyproject.toml
|
|
|
|
|
2022-10-07 07:52:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 6 22:10:20 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
- Version Update to pytaglib 1.5.0 (2021-12-18)
|
|
|
|
* fix #93: publish PyPI packages from GitLab workflow
|
|
|
|
* fix #92: build windows binary wheels from CI
|
|
|
|
* fix #89: remove Python 2 support
|
|
|
|
* fix #88: rename pyprinttags3 --> pyprinttags, ignore unsupported tags in the script
|
|
|
|
|
2021-12-17 10:47:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 8 12:16:45 UTC 2021 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- do not require pytest-runner for build, it is not needed
|
|
|
|
|
2020-03-24 07:36:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2019-10-14 14:35:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 14 14:35:29 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
|
|
|
|
2019-05-15 16:11:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 9 15:33:15 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 1.4.5
|
|
|
|
* Fix published taglib.cpp
|
|
|
|
* Remove cython dependency from setup.py
|
|
|
|
- added patches
|
|
|
|
fix 'LocalPath'object has no attribute 'endswith' for python2
|
|
|
|
+ python-pytaglib-python2-localpath.patch
|
|
|
|
|
2018-08-09 15:36:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 8 23:17:52 UTC 2018 - jsikes@suse.de
|
|
|
|
|
|
|
|
- Update to 1.4.3
|
|
|
|
* Fix accidental upload of the Windows version to PyPI. Hopefully fixes #42, #43.
|
|
|
|
* Fix #31: Don't use precompiled taglib.cpp on Windows
|
|
|
|
|
2017-06-06 08:31:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 26 12:11:03 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Ensure neutrality of description.
|
|
|
|
|
2017-05-21 15:32:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat May 20 18:11:09 UTC 2017 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Initial package (1.4.1)
|
|
|
|
|