15
0

- update to 0.13.0:

* Add a mapping compatible with Plex and ffmpeg for the "original date"
    fields.
  * Remove an unnecessary dependency on `six`.
  * Replace `imghdr` with `filetype` to support Python 3.13.
- drop python-mediafile-remove-six.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mediafile?expand=0&rev=13
This commit is contained in:
2024-11-20 16:08:09 +00:00
committed by Git OBS Bridge
parent 665577f7e6
commit 0b66fb0cf1
5 changed files with 18 additions and 400 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Nov 20 16:06:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.13.0:
* Add a mapping compatible with Plex and ffmpeg for the "original date"
fields.
* Remove an unnecessary dependency on `six`.
* Replace `imghdr` with `filetype` to support Python 3.13.
- drop python-mediafile-remove-six.patch (upstream)
-------------------------------------------------------------------
Sat Dec 16 20:48:28 UTC 2023 - Dirk Müller <dmueller@suse.com>