From db133da2884fcc7b40fa494a3413572df0e015900344c87772f2c033c0081154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 8 Mar 2019 13:16:16 +0000 Subject: [PATCH] - Update to 2.2.2: * Dependency updates OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-discogs-client?expand=0&rev=6 --- LICENSE | 26 ++++++++++++++++++++++++++ discogs-client-2.2.1.tar.gz | 3 --- discogs-client-2.2.2.tar.gz | 3 +++ python-discogs-client.changes | 6 ++++++ python-discogs-client.spec | 14 ++++++-------- 5 files changed, 41 insertions(+), 11 deletions(-) create mode 100644 LICENSE delete mode 100644 discogs-client-2.2.1.tar.gz create mode 100644 discogs-client-2.2.2.tar.gz diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..522b0cd --- /dev/null +++ b/LICENSE @@ -0,0 +1,26 @@ +Copyright © 2015 Discogs. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY DISCOGS ''AS IS'' AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT +SHALL DISCOGS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY +OF SUCH DAMAGE. + +The views and conclusions contained in the software and documentation are those +of the authors and should not be interpreted as representing official policies, +either expressed or implied, of Discogs. diff --git a/discogs-client-2.2.1.tar.gz b/discogs-client-2.2.1.tar.gz deleted file mode 100644 index 5f51bde..0000000 --- a/discogs-client-2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e32b5e45cff41af8025891c71aa3025b3e1895de59b37c11fd203a8af687414 -size 24645 diff --git a/discogs-client-2.2.2.tar.gz b/discogs-client-2.2.2.tar.gz new file mode 100644 index 0000000..910aa47 --- /dev/null +++ b/discogs-client-2.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeae43fb9281e27c580d1bcd484e6c309f4f3a05af3908016ee3363786ef43d8 +size 25005 diff --git a/python-discogs-client.changes b/python-discogs-client.changes index 67c732c..357e345 100644 --- a/python-discogs-client.changes +++ b/python-discogs-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 8 13:12:53 UTC 2019 - Tomáš Chvátal + +- Update to 2.2.2: + * Dependency updates + ------------------------------------------------------------------- Tue Dec 4 12:47:18 UTC 2018 - Matej Cepl diff --git a/python-discogs-client.spec b/python-discogs-client.spec index c3dcfe9..068697d 100644 --- a/python-discogs-client.spec +++ b/python-discogs-client.spec @@ -1,7 +1,7 @@ # # spec file for package python-discogs-client # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -18,15 +18,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-discogs-client -Version: 2.2.1 +Version: 2.2.2 Release: 0 Summary: Official Python API client for Discogs License: BSD-2-Clause Group: Development/Languages/Python -Url: https://github.com/discogs/discogs_client +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 BuildRequires: %{python_module oauthlib} BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} @@ -37,7 +37,6 @@ Requires: python-oauthlib Requires: python-requests Requires: python-six BuildArch: noarch - %python_subpackages %description @@ -49,6 +48,7 @@ and wantlists, inventory, and orders. %prep %setup -q -n discogs-client-%{version} +cp %{SOURCE1} . %build %python_build @@ -57,13 +57,11 @@ and wantlists, inventory, and orders. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with test} %check %python_exec setup.py test -%endif %files %{python_files} -%defattr(-,root,root,-) +%license LICENSE %{python_sitelib}/discogs_client/ %{python_sitelib}/discogs_client-%{version}-py*.egg-info