Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package picard for openSUSE:Factory checked in at 2025-02-24 15:49:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/picard (Old) and /work/SRC/openSUSE:Factory/.picard.new.1873 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "picard" Mon Feb 24 15:49:36 2025 rev:74 rq:1248037 version:2.13.3 Changes: -------- --- /work/SRC/openSUSE:Factory/picard/picard.changes 2024-09-10 21:15:29.383678185 +0200 +++ /work/SRC/openSUSE:Factory/.picard.new.1873/picard.changes 2025-02-24 15:49:57.586246192 +0100 @@ -1,0 +2,40 @@ +Sun Feb 23 21:37:04 UTC 2025 - Jaime MarquÃnez Ferrándiz <[email protected]> + +- Update to 2.13.3: + * Bugfixes + - PICARD-2909 - libopus fails to read METADATA_BLOCK_PICTURE without bit + depth set + - PICARD-3034 - Windows: SSL errors if conflicting libssl is installed + system wide +- Update to 2.13.2: + * Bugfixes + - PICARD-3030 - Crash when right-clicking on multi-selection of new tag values +- Update to 2.13.1: + * Tasks + - PICARD-3027 - Fix PyPI packaging task +- Update to 2.13: + * Bugfixes + - PICARD-2989 - Endless recursion when reading settings after script editor + dialog was opened + - PICARD-2991 - File naming options inaccessible on permission errors to + target path + - PICARD-3000 - Children's Music is shown as "Children'S Music" in Picard + - PICARD-3001 - Picard requires charset-normalizer < 3.4.0 + - PICARD-3008 - Poorly formatted date tags crash Picard with uncaught + Overflow Exception + - PICARD-3012 - Wrong disc numbers when submitting release + - PICARD-3013 - Case only renaming broken on case-insensitive filesystems + - PICARD-3014 - Sorting on macOS does not sort empty values as expected + * Tasks + - PICARD-3002 - Update Windows code signing certificate + - PICARD-3018 - Drop support for Python 3.7 + - PICARD-3022 - Support Python 3.13 + * Improvements + - PICARD-736 - Avoid manual copying of authentication token + - PICARD-2882 - Support PKCE for OAuth2 authorization + - PICARD-2886 - OAuth2: Implement token revocation on the server + - PICARD-3021 - Add context menu action to metadata box to merge original + and new values +- Refresh picard-requirements.patch + +------------------------------------------------------------------- Old: ---- picard-2.12.3.tar.gz New: ---- picard-2.13.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ picard.spec ++++++ --- /var/tmp/diff_new_pack.3v4fVJ/_old 2025-02-24 15:49:58.334277460 +0100 +++ /var/tmp/diff_new_pack.3v4fVJ/_new 2025-02-24 15:49:58.338277627 +0100 @@ -1,7 +1,7 @@ # # spec file for package picard # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: picard -Version: 2.12.3 +Version: 2.13.3 Release: 0 Summary: The Next Generation MusicBrainz Tagger License: GPL-2.0-or-later @@ -32,7 +32,7 @@ BuildRequires: hicolor-icon-theme BuildRequires: libofa-devel BuildRequires: python-rpm-macros -BuildRequires: python3-devel +BuildRequires: python3-devel >= 3.8 BuildRequires: python3-pip BuildRequires: python3-setuptools BuildRequires: python3-wheel @@ -41,6 +41,7 @@ Requires: python3-PyJWT >= 2.0 Requires: python3-PyQt5 >= 5.11 Requires: python3-PyYAML >= 5.1 +Requires: python3-charset-normalizer >= 3.3 Requires: python3-discid >= 1.0 Requires: python3-fasteners >= 0.14 Requires: python3-mutagen >= 1.37 @@ -51,6 +52,7 @@ BuildRequires: python3-PyJWT >= 2.0 BuildRequires: python3-PyQt5 >= 5.11 BuildRequires: python3-PyYAML >= 5.1 +BuildRequires: python3-charset-normalizer >= 3.3 BuildRequires: python3-discid >= 1.0 BuildRequires: python3-fasteners >= 0.14 BuildRequires: python3-mutagen >= 1.37 ++++++ picard-2.12.3.tar.gz -> picard-2.13.3.tar.gz ++++++ /work/SRC/openSUSE:Factory/picard/picard-2.12.3.tar.gz /work/SRC/openSUSE:Factory/.picard.new.1873/picard-2.13.3.tar.gz differ: char 22, line 1 ++++++ picard-requirements.patch ++++++ --- /var/tmp/diff_new_pack.3v4fVJ/_old 2025-02-24 15:49:58.382279466 +0100 +++ /var/tmp/diff_new_pack.3v4fVJ/_new 2025-02-24 15:49:58.386279633 +0100 @@ -1,16 +1,16 @@ -Index: picard-release-2.10/requirements.txt +Index: picard-release-2.13/requirements.txt =================================================================== ---- picard-release-2.10.orig/requirements.txt -+++ picard-release-2.10/requirements.txt -@@ -1,12 +1,8 @@ +--- picard-release-2.13.orig/requirements.txt ++++ picard-release-2.13/requirements.txt +@@ -1,13 +1,9 @@ -discid~=1.0 -fasteners~=0.14 -Markdown~=3.2 -mutagen~=1.37 -PyJWT~=2.0 --pyobjc-core>=6.2, <10; sys_platform == 'darwin' --pyobjc-framework-Cocoa>=6.2, <10; sys_platform == 'darwin' --PyQt5-sip<=12.9.1; python_version < '3.7' +-pyobjc-core>=6.2, <11; sys_platform == 'darwin' +-pyobjc-framework-Cocoa>=6.2, <11; sys_platform == 'darwin' +-PyQt5-sip<=12.15.0; python_version < '3.9' -PyQt5~=5.11 -python-dateutil~=2.7 -pywin32; sys_platform == 'win32' @@ -22,4 +22,6 @@ +PyQt5>=5.11 +python-dateutil>=2.7 PyYAML>=5.1, <7 +-charset-normalizer~=3.3 ++charset-normalizer>=3.3
