Hello community,

here is the log from the commit of package python-discogs-client for 
openSUSE:Factory checked in at 2019-03-12 09:53:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-discogs-client (Old)
 and      /work/SRC/openSUSE:Factory/.python-discogs-client.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-discogs-client"

Tue Mar 12 09:53:41 2019 rev:3 rq:682842 version:2.2.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-discogs-client/python-discogs-client.changes  
    2018-12-13 19:42:55.993130962 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-discogs-client.new.28833/python-discogs-client.changes
   2019-03-12 09:53:46.475533757 +0100
@@ -1,0 +2,6 @@
+Fri Mar  8 13:12:53 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.2.2:
+  * Dependency updates
+
+-------------------------------------------------------------------

Old:
----
  discogs-client-2.2.1.tar.gz

New:
----
  LICENSE
  discogs-client-2.2.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-discogs-client.spec ++++++
--- /var/tmp/diff_new_pack.f7102y/_old  2019-03-12 09:53:47.019533648 +0100
+++ /var/tmp/diff_new_pack.f7102y/_new  2019-03-12 09:53:47.023533647 +0100
@@ -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-requests
 Requires:       python-six
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -49,6 +48,7 @@
 
 %prep
 %setup -q -n discogs-client-%{version}
+cp %{SOURCE1} .
 
 %build
 %python_build
@@ -57,13 +57,11 @@
 %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
 

++++++ LICENSE ++++++
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.
++++++ discogs-client-2.2.1.tar.gz -> discogs-client-2.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/discogs-client-2.2.1/PKG-INFO 
new/discogs-client-2.2.2/PKG-INFO
--- old/discogs-client-2.2.1/PKG-INFO   2015-09-12 00:21:29.000000000 +0200
+++ new/discogs-client-2.2.2/PKG-INFO   2019-01-11 00:10:27.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: discogs-client
-Version: 2.2.1
+Version: 2.2.2
 Summary: Official Python API client for Discogs
 Home-page: https://github.com/discogs/discogs_client
 Author: Discogs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/discogs-client-2.2.1/discogs_client/__init__.py 
new/discogs-client-2.2.2/discogs_client/__init__.py
--- old/discogs-client-2.2.1/discogs_client/__init__.py 2015-09-10 
20:54:34.000000000 +0200
+++ new/discogs-client-2.2.2/discogs_client/__init__.py 2019-01-09 
19:21:36.000000000 +0100
@@ -1,7 +1,7 @@
 from __future__ import absolute_import, division, print_function, 
unicode_literals
 
-__version_info__ = 2, 0, 2
-__version__ = '2.0.2'
+__version_info__ = 2, 2, 2
+__version__ = '2.2.2'
 
 from discogs_client.client import Client
 from discogs_client.models import Artist, Release, Master, Label, User, \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/discogs-client-2.2.1/discogs_client/models.py 
new/discogs-client-2.2.2/discogs_client/models.py
--- old/discogs-client-2.2.1/discogs_client/models.py   2015-09-11 
01:26:05.000000000 +0200
+++ new/discogs-client-2.2.2/discogs_client/models.py   2019-01-08 
17:48:29.000000000 +0100
@@ -442,7 +442,7 @@
     profile = SimpleField()
     data_quality = SimpleField()
     name_variations = SimpleField(key='namevariations')
-    url = SimpleField('uri')
+    url = SimpleField(key='uri')
     urls = SimpleField()
     aliases = ListField('Artist')
     members = ListField('Artist')
@@ -473,7 +473,7 @@
     notes = SimpleField()
     formats = SimpleField()
     styles = SimpleField()
-    url = SimpleField('uri')
+    url = SimpleField(key='uri')
     videos = ListField('Video')
     tracklist = ListField('Track')
     artists = ListField('Artist')
@@ -504,7 +504,7 @@
     styles = SimpleField()
     genres = SimpleField()
     images = SimpleField()
-    url = SimpleField('uri')
+    url = SimpleField(key='uri')
     videos = ListField('Video')
     tracklist = ListField('Track')
     main_release = ObjectField('Release', as_id=True)
@@ -526,7 +526,7 @@
     images = SimpleField()
     contact_info = SimpleField()
     data_quality = SimpleField()
-    url = SimpleField('uri')
+    url = SimpleField(key='uri')
     sublabels = ListField('Label')
     parent_label = ObjectField('Label', optional=True)
     releases = ObjectCollection('Release')
@@ -548,7 +548,7 @@
     num_lists = SimpleField()
     rank = SimpleField()
     rating_avg = SimpleField()
-    url = SimpleField('uri')
+    url = SimpleField(key='uri')
     name = SimpleField(writable=True)
     profile = SimpleField(writable=True)
     location = SimpleField(writable=True)
@@ -630,7 +630,7 @@
     ships_from = SimpleField()
     comments = SimpleField()
     audio = SimpleField()
-    url = SimpleField('uri')
+    url = SimpleField(key='uri')
     price = ObjectField('Price')
     release = ObjectField('Release')
     seller = ObjectField('User')
@@ -649,7 +649,7 @@
     next_status = SimpleField()
     shipping_address = SimpleField()
     additional_instructions = SimpleField()
-    url = SimpleField('uri')
+    url = SimpleField(key='uri')
     status = SimpleField(writable=True)
     fee = ObjectField('Price')
     buyer = ObjectField('User')
@@ -712,7 +712,7 @@
     embed = SimpleField()
     title = SimpleField()
     description = SimpleField()
-    url = SimpleField('uri')
+    url = SimpleField(key='uri')
 
     def __repr__(self):
         return self.repr_str('<Video {0!r}>'.format(self.title))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/discogs-client-2.2.1/discogs_client.egg-info/PKG-INFO 
new/discogs-client-2.2.2/discogs_client.egg-info/PKG-INFO
--- old/discogs-client-2.2.1/discogs_client.egg-info/PKG-INFO   2015-09-12 
00:21:29.000000000 +0200
+++ new/discogs-client-2.2.2/discogs_client.egg-info/PKG-INFO   2019-01-11 
00:10:27.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: discogs-client
-Version: 2.2.1
+Version: 2.2.2
 Summary: Official Python API client for Discogs
 Home-page: https://github.com/discogs/discogs_client
 Author: Discogs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/discogs-client-2.2.1/setup.cfg 
new/discogs-client-2.2.2/setup.cfg
--- old/discogs-client-2.2.1/setup.cfg  2015-09-12 00:21:29.000000000 +0200
+++ new/discogs-client-2.2.2/setup.cfg  2019-01-11 00:10:27.000000000 +0100
@@ -1,5 +1,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/discogs-client-2.2.1/setup.py 
new/discogs-client-2.2.2/setup.py
--- old/discogs-client-2.2.1/setup.py   2015-09-11 21:01:10.000000000 +0200
+++ new/discogs-client-2.2.2/setup.py   2019-01-09 19:21:36.000000000 +0100
@@ -4,7 +4,7 @@
 
 setup(
         name='discogs-client',
-        version='2.2.1',
+        version='2.2.2',
         description='Official Python API client for Discogs',
         url='https://github.com/discogs/discogs_client',
         author='Discogs',


Reply via email to