14
0

Accepting request 1154288 from home:jaimeMF:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1154288
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytaglib?expand=0&rev=17
This commit is contained in:
2024-03-05 09:40:19 +00:00
committed by Git OBS Bridge
parent 401c2fb6fa
commit c8644be8aa
5 changed files with 447 additions and 13 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Thu Oct 6 22:10:20 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>