Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-resolvelib for
openSUSE:Factory checked in at 2024-08-30 13:33:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-resolvelib (Old)
and /work/SRC/openSUSE:Factory/.python-resolvelib.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-resolvelib"
Fri Aug 30 13:33:00 2024 rev:15 rq:1197744 version:1.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-resolvelib/python-resolvelib.changes
2023-12-08 22:34:26.117258251 +0100
+++
/work/SRC/openSUSE:Factory/.python-resolvelib.new.2698/python-resolvelib.changes
2024-08-30 13:33:27.537170923 +0200
@@ -1,0 +2,5 @@
+Fri Aug 23 10:09:20 UTC 2024 - [email protected]
+
+- drop optional test dependency on python-commentjson
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-resolvelib.spec ++++++
--- /var/tmp/diff_new_pack.qPPsFy/_old 2024-08-30 13:33:27.985189704 +0200
+++ /var/tmp/diff_new_pack.qPPsFy/_new 2024-08-30 13:33:27.985189704 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-resolvelib
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,6 @@
Group: Development/Languages/Python
URL: https://github.com/sarugaku/resolvelib
Source:
https://github.com/sarugaku/resolvelib/archive/%{version}.tar.gz#/resolvelib-%{version}.tar.gz
-BuildRequires: %{python_module commentjson}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}
@@ -39,7 +38,7 @@
A Python module to resolve abstract dependencies into concrete ones.
%prep
-%setup -q -n resolvelib-%{version}
+%autosetup -p1 -n resolvelib-%{version}
%build
%pyproject_wheel