Hello community,

here is the log from the commit of package python-palettable for 
openSUSE:Factory checked in at 2019-01-08 12:26:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-palettable (Old)
 and      /work/SRC/openSUSE:Factory/.python-palettable.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-palettable"

Tue Jan  8 12:26:08 2019 rev:2 rq:660793 version:3.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-palettable/python-palettable.changes      
2018-05-15 10:31:22.816643480 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-palettable.new.28833/python-palettable.changes
   2019-01-08 12:28:23.728277611 +0100
@@ -1,0 +2,6 @@
+Sat Dec 22 02:52:30 UTC 2018 - Todd R <toddrme2...@gmail.com>
+
+- Update to 3.1.1
+  * Make sure license is included in the distribution.
+
+-------------------------------------------------------------------

Old:
----
  license.txt
  palettable-3.1.0.tar.gz

New:
----
  palettable-3.1.1.tar.gz

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

Other differences:
------------------
++++++ python-palettable.spec ++++++
--- /var/tmp/diff_new_pack.DepYEc/_old  2019-01-08 12:28:24.088277218 +0100
+++ /var/tmp/diff_new_pack.DepYEc/_new  2019-01-08 12:28:24.088277218 +0100
@@ -12,25 +12,27 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:           python-palettable
-Version:        3.1.0
+Version:        3.1.1
 Release:        0
 Summary:        Color palettes for Python
 License:        MIT
 Group:          Development/Languages/Python
 Url:            https://jiffyclub.github.io/palettable/
 Source:         
https://files.pythonhosted.org/packages/source/p/palettable/palettable-%{version}.tar.gz
-Source10:       
https://raw.githubusercontent.com/jiffyclub/palettable/v%{version}/license.txt
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+# SECTION test requirements
+BuildRequires:  %{python_module pytest}
+# /SECTION
 BuildArch:      noarch
 
 %python_subpackages
@@ -43,7 +45,6 @@
 
 %prep
 %setup -q -n palettable-%{version}
-cp %{SOURCE10} .
 
 %build
 %python_build
@@ -52,13 +53,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-%python_exec setup.py test
-%endif
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
+py.test-%{$python_bin_suffix}
+}
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %license license.txt
 %{python_sitelib}/*

++++++ palettable-3.1.0.tar.gz -> palettable-3.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palettable-3.1.0/MANIFEST.in 
new/palettable-3.1.1/MANIFEST.in
--- old/palettable-3.1.0/MANIFEST.in    2017-09-01 06:32:43.000000000 +0200
+++ new/palettable-3.1.1/MANIFEST.in    2018-05-14 16:49:57.000000000 +0200
@@ -1,2 +1,3 @@
 include README.rst
+include license.txt
 include ez_setup.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palettable-3.1.0/PKG-INFO 
new/palettable-3.1.1/PKG-INFO
--- old/palettable-3.1.0/PKG-INFO       2017-09-02 07:26:29.000000000 +0200
+++ new/palettable-3.1.1/PKG-INFO       2018-05-14 16:54:51.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: palettable
-Version: 3.1.0
+Version: 3.1.1
 Summary: Color palettes for Python
 Home-page: https://jiffyclub.github.io/palettable/
 Author: Matt Davis
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palettable-3.1.0/license.txt 
new/palettable-3.1.1/license.txt
--- old/palettable-3.1.0/license.txt    1970-01-01 01:00:00.000000000 +0100
+++ new/palettable-3.1.1/license.txt    2015-03-04 07:18:35.000000000 +0100
@@ -0,0 +1,17 @@
+palettable
+Copyright (c) 2012 Matt Davis
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software
+and associated documentation files (the "Software"), to deal in the Software 
without
+restriction, including without limitation the rights to use, copy, modify, 
merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to permit 
persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or
+substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING
+BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 
PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE 
FOR ANY CLAIM,
+DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 
OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palettable-3.1.0/palettable/__init__.py 
new/palettable-3.1.1/palettable/__init__.py
--- old/palettable-3.1.0/palettable/__init__.py 2017-09-02 07:21:50.000000000 
+0200
+++ new/palettable-3.1.1/palettable/__init__.py 2018-05-14 16:54:02.000000000 
+0200
@@ -15,4 +15,4 @@
 from . import wesanderson
 from . import tableau
 
-version = __version__ = '3.1.0'
+version = __version__ = '3.1.1'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palettable-3.1.0/palettable.egg-info/PKG-INFO 
new/palettable-3.1.1/palettable.egg-info/PKG-INFO
--- old/palettable-3.1.0/palettable.egg-info/PKG-INFO   2017-09-02 
07:26:28.000000000 +0200
+++ new/palettable-3.1.1/palettable.egg-info/PKG-INFO   2018-05-14 
16:54:51.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: palettable
-Version: 3.1.0
+Version: 3.1.1
 Summary: Color palettes for Python
 Home-page: https://jiffyclub.github.io/palettable/
 Author: Matt Davis
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palettable-3.1.0/palettable.egg-info/SOURCES.txt 
new/palettable-3.1.1/palettable.egg-info/SOURCES.txt
--- old/palettable-3.1.0/palettable.egg-info/SOURCES.txt        2017-09-02 
07:26:29.000000000 +0200
+++ new/palettable-3.1.1/palettable.egg-info/SOURCES.txt        2018-05-14 
16:54:51.000000000 +0200
@@ -1,6 +1,7 @@
 MANIFEST.in
 README.rst
 ez_setup.py
+license.txt
 setup.cfg
 setup.py
 palettable/__init__.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palettable-3.1.0/setup.py 
new/palettable-3.1.1/setup.py
--- old/palettable-3.1.0/setup.py       2017-09-02 07:21:54.000000000 +0200
+++ new/palettable-3.1.1/setup.py       2018-05-14 16:54:13.000000000 +0200
@@ -8,7 +8,7 @@
 
 setup(
     name='palettable',
-    version='3.1.0',
+    version='3.1.1',
     description=(
         'Color palettes for Python'),
     long_description=long_description,


Reply via email to