Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-discogs-client for
openSUSE:Factory checked in at 2024-11-28 22:42:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-discogs-client (Old)
and /work/SRC/openSUSE:Factory/.python-discogs-client.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-discogs-client"
Thu Nov 28 22:42:45 2024 rev:6 rq:1226998 version:2.7.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-discogs-client/python-discogs-client.changes
2022-09-28 17:51:19.339180270 +0200
+++
/work/SRC/openSUSE:Factory/.python-discogs-client.new.28523/python-discogs-client.changes
2024-11-28 22:42:58.050504796 +0100
@@ -1,0 +2,15 @@
+Thu Nov 28 03:14:29 UTC 2024 - Steve Kowalik <[email protected]>
+
+- Update to 2.7.1:
+ * Small fixes for Python 3.12 references
+ * Parse artist role field
+- Drop seperate LICENSE file
+
+-------------------------------------------------------------------
+Thu Apr 13 11:02:51 UTC 2023 - [email protected]
+
+- switch to active fork
+- version update to 2.6
+- python-six is not required
+
+-------------------------------------------------------------------
Old:
----
LICENSE
discogs-client-2.3.0.tar.gz
New:
----
v2.7.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-discogs-client.spec ++++++
--- /var/tmp/diff_new_pack.y8HqPW/_old 2024-11-28 22:42:58.614528289 +0100
+++ /var/tmp/diff_new_pack.y8HqPW/_new 2024-11-28 22:42:58.614528289 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-discogs-client
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -17,25 +17,24 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-discogs-client
-Version: 2.3.0
+Version: 2.7.1
Release: 0
-Summary: Official Python API client for Discogs
+Summary: Python API client for Discogs
License: BSD-2-Clause
-Group: Development/Languages/Python
-URL: https://github.com/discogs/discogs_client
-Source:
https://files.pythonhosted.org/packages/source/d/discogs-client/discogs-client-%{version}.tar.gz
-Source1:
https://raw.githubusercontent.com/discogs/discogs_client/master/LICENSE
+URL: https://github.com/joalla/discogs_client/
+Source:
https://github.com/joalla/discogs_client/archive/refs/tags/v%{version}.tar.gz
BuildRequires: %{python_module oauthlib}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module six}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-oauthlib
+Requires: python-python-dateutil
Requires: python-requests
-Requires: python-six
BuildArch: noarch
%python_subpackages
@@ -47,14 +46,13 @@
and wantlists, inventory, and orders.
%prep
-%setup -q -n discogs-client-%{version}
-cp %{SOURCE1} .
+%autosetup -p1 -n discogs_client-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -62,6 +60,7 @@
%files %{python_files}
%license LICENSE
-%{python_sitelib}/discogs_client/
-%{python_sitelib}/discogs_client-%{version}-py*.egg-info
+%doc README.mkd
+%{python_sitelib}/discogs_client
+%{python_sitelib}/python3_discogs_client-%{version}.dist-info