forked from pool/picard
0296aefac9
- Update to 2.10: * Bugfixes - PICARD-2768 - Series relationships are not loaded for standalone recordings - PICARD-2774 - Error: 255 is not a valid Id3ImageType - PICARD-2775 - Disable Qt WebP plugin for Windows and macOS binary builds to mitigate libwebp vulnerability (CVE-2023-4863) - PICARD-2776 - Track metadata compare ignores video flag check if there is no release * Improvements * PICARD-2769 - If a tag got unset by scripting display a file's original tag value in the columns - Refresh picard-requirements.patch OBS-URL: https://build.opensuse.org/request/show/1118041 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=137
25 lines
633 B
Diff
25 lines
633 B
Diff
Index: picard-release-2.10/requirements.txt
|
|
===================================================================
|
|
--- picard-release-2.10.orig/requirements.txt
|
|
+++ picard-release-2.10/requirements.txt
|
|
@@ -1,12 +1,8 @@
|
|
-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'
|
|
-PyQt5~=5.11
|
|
-python-dateutil~=2.7
|
|
-pywin32; sys_platform == 'win32'
|
|
+discid>=1.0
|
|
+fasteners>=0.14
|
|
+Markdown>=3.2
|
|
+mutagen>=1.37
|
|
+PyJWT>=2.0
|
|
+PyQt5>=5.11
|
|
+python-dateutil>=2.7
|
|
PyYAML>=5.1, <7
|