Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rapid-photo-downloader for
openSUSE:Factory checked in at 2023-04-25 16:42:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rapid-photo-downloader (Old)
and /work/SRC/openSUSE:Factory/.rapid-photo-downloader.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rapid-photo-downloader"
Tue Apr 25 16:42:51 2023 rev:21 rq:1082709 version:0.9.34
Changes:
--------
---
/work/SRC/openSUSE:Factory/rapid-photo-downloader/rapid-photo-downloader.changes
2022-11-02 12:48:18.841925139 +0100
+++
/work/SRC/openSUSE:Factory/.rapid-photo-downloader.new.1533/rapid-photo-downloader.changes
2023-04-25 16:44:35.934858204 +0200
@@ -1,0 +2,6 @@
+Tue Apr 11 14:21:49 UTC 2023 - Dominique Leuenberger <[email protected]>
+
+- Add fix-build-with-setuptools67.patch: Fix build with
+ pyton-setuptools 67.x.
+
+-------------------------------------------------------------------
New:
----
fix-build-with-setuptools67.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rapid-photo-downloader.spec ++++++
--- /var/tmp/diff_new_pack.LJaw38/_old 2023-04-25 16:44:36.490861500 +0200
+++ /var/tmp/diff_new_pack.LJaw38/_new 2023-04-25 16:44:36.498861547 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rapid-photo-downloader
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2012 Togan Muftuoglu [email protected]
# Copyright (c) 2009-2011 Pascal Blesser [email protected]
#
@@ -30,6 +30,7 @@
Source1:
https://launchpad.net/rapid/pyqt/%{version}/+download/%{name}-%{version}.tar.gz.asc
# PATCH-FEATURE-OPENSUSE disable-version-check.patch
Patch0: disable-version-check.patch
+Patch1: fix-build-with-setuptools67.patch
BuildRequires: fdupes
BuildRequires: gobject-introspection
BuildRequires: hicolor-icon-theme
@@ -116,8 +117,7 @@
%lang_package
%prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
find raphodo -type f -name '*.py' -exec sed -i -e '/^#!\//, 1d' {} \;
%build
++++++ fix-build-with-setuptools67.patch ++++++
Index: rapid-photo-downloader-0.9.34/setup.py
===================================================================
--- rapid-photo-downloader-0.9.34.orig/setup.py
+++ rapid-photo-downloader-0.9.34/setup.py
@@ -328,7 +328,7 @@ setup(
"raphodo.metadata.analysis",
"raphodo.prefs",
],
- python_requires=">=3.6.*, <4",
+ python_requires=">=3.6, <4",
entry_points={
"gui_scripts": ["rapid-photo-downloader=raphodo.rapid:main"],
},