From 28fc1e98c24b347b658d5d536a2079746454f7825126cf16a677a41fdeb925d0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Sep 2022 18:58:46 +0000 Subject: [PATCH] Accepting request 1006492 from home:yarunachalam:branches:devel:languages:python - Update to 2.3.0 This project is no longer maintained. You can still use a REST client like Requests or other third-party Python library to access the Discogs REST API. OBS-URL: https://build.opensuse.org/request/show/1006492 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-discogs-client?expand=0&rev=10 --- discogs-client-2.2.2.tar.gz | 3 --- discogs-client-2.3.0.tar.gz | 3 +++ python-discogs-client.changes | 7 +++++++ python-discogs-client.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 discogs-client-2.2.2.tar.gz create mode 100644 discogs-client-2.3.0.tar.gz diff --git a/discogs-client-2.2.2.tar.gz b/discogs-client-2.2.2.tar.gz deleted file mode 100644 index 910aa47..0000000 --- a/discogs-client-2.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aeae43fb9281e27c580d1bcd484e6c309f4f3a05af3908016ee3363786ef43d8 -size 25005 diff --git a/discogs-client-2.3.0.tar.gz b/discogs-client-2.3.0.tar.gz new file mode 100644 index 0000000..e69e4c8 --- /dev/null +++ b/discogs-client-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc979fcbb5283f74d388c7111c8ed6bef920b01614a014d6b1c5d6fbb554bfc3 +size 24716 diff --git a/python-discogs-client.changes b/python-discogs-client.changes index eb6dadd..e1db4a5 100644 --- a/python-discogs-client.changes +++ b/python-discogs-client.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 27 18:26:10 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 2.3.0 + This project is no longer maintained. You can still use a REST client like Requests or other + third-party Python library to access the Discogs REST API. + ------------------------------------------------------------------- Tue May 25 06:52:41 UTC 2021 - pgajdos@suse.com diff --git a/python-discogs-client.spec b/python-discogs-client.spec index 70e8379..3173b57 100644 --- a/python-discogs-client.spec +++ b/python-discogs-client.spec @@ -1,7 +1,7 @@ # # spec file for package python-discogs-client # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-discogs-client -Version: 2.2.2 +Version: 2.3.0 Release: 0 Summary: Official Python API client for Discogs License: BSD-2-Clause