Accepting request 1248037 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1248037 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/picard?expand=0&rev=74
This commit is contained in:
commit
d6d56dbc1f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c39ab22cff39a7eede94510f6d035ea2d4600811b62f8f4a58399ede3d8e6a4
|
||||
size 6841838
|
3
picard-2.13.3.tar.gz
Normal file
3
picard-2.13.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35c9eb3bf2eaaed2687faf50bebf9c13423de6f4ed404dbbf8f97cfb04526294
|
||||
size 7057382
|
@ -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,3 +22,5 @@ Index: picard-release-2.10/requirements.txt
|
||||
+PyQt5>=5.11
|
||||
+python-dateutil>=2.7
|
||||
PyYAML>=5.1, <7
|
||||
-charset-normalizer~=3.3
|
||||
+charset-normalizer>=3.3
|
||||
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 23 21:37:04 UTC 2025 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 06:46:48 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -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: gcc-c++
|
||||
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-Markdown >= 3.2
|
||||
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-Markdown >= 3.2
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user