Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-colormap for openSUSE:Factory 
checked in at 2022-08-22 11:05:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-colormap (Old)
 and      /work/SRC/openSUSE:Factory/.python-colormap.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-colormap"

Mon Aug 22 11:05:04 2022 rev:6 rq:998564 version:1.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-colormap/python-colormap.changes  
2021-02-22 14:40:34.800632273 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-colormap.new.2083/python-colormap.changes    
    2022-08-22 11:05:10.493707111 +0200
@@ -1,0 +2,10 @@
+Sun Aug 21 15:32:29 UTC 2022 - Arun Persaud <[email protected]>
+
+- specfile:
+  * update copyright year
+
+- update to version 1.0.4:
+  * if a cmap_builded get a colormap as input, simply returns the
+    colormap
+
+-------------------------------------------------------------------

Old:
----
  colormap-1.0.3.tar.gz

New:
----
  colormap-1.0.4.tar.gz

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

Other differences:
------------------
++++++ python-colormap.spec ++++++
--- /var/tmp/diff_new_pack.tKevwa/_old  2022-08-22 11:05:10.977708170 +0200
+++ /var/tmp/diff_new_pack.tKevwa/_new  2022-08-22 11:05:10.985708188 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-colormap
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python36 1
 Name:           python-colormap
-Version:        1.0.3
+Version:        1.0.4
 Release:        0
 Summary:        Utilities to manipulate matplotlib colormaps and color codecs
 License:        BSD-3-Clause

++++++ colormap-1.0.3.tar.gz -> colormap-1.0.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colormap-1.0.3/PKG-INFO new/colormap-1.0.4/PKG-INFO
--- old/colormap-1.0.3/PKG-INFO 2020-02-22 11:52:14.000000000 +0100
+++ new/colormap-1.0.4/PKG-INFO 2021-10-16 22:06:31.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: colormap
-Version: 1.0.3
+Version: 1.0.4
 Summary: Utilities to ease manipulation of matplotlib colormaps and color 
codecs (e.g., hex2rgb)
 Home-page: http://github.com/cokelaer/colormap
 Author: Thomas Cokelaer
@@ -19,14 +19,14 @@
         .. image:: https://badge.fury.io/py/colormap.svg
             :target: https://pypi.python.org/pypi/colormap
         
-        .. image:: https://secure.travis-ci.org/cokelaer/colormap.png
-            :target: http://travis-ci.org/cokelaer/colormap
-        
+        .. image:: 
https://github.com/cokelaer/colormap/actions/workflows/ci.yml/badge.svg?branch=master
+            :target: 
https://github.com/cokelaer/colormap/actions/workflows/ci.yml
+            
         .. image:: 
https://coveralls.io/repos/cokelaer/colormap/badge.png?branch=master
             :target: https://coveralls.io/r/cokelaer/colormap?branch=master
         
         
-        :version: Python 2.7, 3.4, 3.5, 3.6, 3.7
+        :version: Python  3.6, 3.7, 3.8, 3.9
         :contributions: Please join https://github.com/cokelaer/colormap
         :issues: Please use https://github.com/cokelaer/colormap/issues
         :notebook: Please see 
https://github.com/cokelaer/colormap/tree/master/notebooks
@@ -91,12 +91,10 @@
 Classifier: Intended Audience :: Science/Research
 Classifier: License :: OSI Approved :: GNU Library or Lesser General Public 
License (LGPL)
 Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.3
-Classifier: Programming Language :: Python :: 3.4
-Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Requires: matplotlib
 Requires: easydev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colormap-1.0.3/README.rst 
new/colormap-1.0.4/README.rst
--- old/colormap-1.0.3/README.rst       2020-02-22 11:33:22.000000000 +0100
+++ new/colormap-1.0.4/README.rst       2021-10-16 22:04:12.000000000 +0200
@@ -8,14 +8,14 @@
 .. image:: https://badge.fury.io/py/colormap.svg
     :target: https://pypi.python.org/pypi/colormap
 
-.. image:: https://secure.travis-ci.org/cokelaer/colormap.png
-    :target: http://travis-ci.org/cokelaer/colormap
-
+.. image:: 
https://github.com/cokelaer/colormap/actions/workflows/ci.yml/badge.svg?branch=master
+    :target: https://github.com/cokelaer/colormap/actions/workflows/ci.yml
+    
 .. image:: https://coveralls.io/repos/cokelaer/colormap/badge.png?branch=master
     :target: https://coveralls.io/r/cokelaer/colormap?branch=master
 
 
-:version: Python 2.7, 3.4, 3.5, 3.6, 3.7
+:version: Python  3.6, 3.7, 3.8, 3.9
 :contributions: Please join https://github.com/cokelaer/colormap
 :issues: Please use https://github.com/cokelaer/colormap/issues
 :notebook: Please see 
https://github.com/cokelaer/colormap/tree/master/notebooks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colormap-1.0.3/setup.py new/colormap-1.0.4/setup.py
--- old/colormap-1.0.3/setup.py 2020-02-22 11:52:05.000000000 +0100
+++ new/colormap-1.0.4/setup.py 2021-10-16 22:05:05.000000000 +0200
@@ -7,7 +7,7 @@
 
 _MAJOR               = 1
 _MINOR               = 0
-_MICRO               = 3
+_MICRO               = 4
 version              = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
 release              = '%d.%d' % (_MAJOR, _MINOR)
 
@@ -27,12 +27,10 @@
           'Intended Audience :: Science/Research',
           'License :: OSI Approved :: GNU Library or Lesser General Public 
License (LGPL)',
           'Operating System :: OS Independent',
-          'Programming Language :: Python :: 2.7',
-          'Programming Language :: Python :: 3.3',
-          'Programming Language :: Python :: 3.4',
-          'Programming Language :: Python :: 3.5',
           'Programming Language :: Python :: 3.6',
           'Programming Language :: Python :: 3.7',
+          'Programming Language :: Python :: 3.8',
+          'Programming Language :: Python :: 3.9',
           'Topic :: Software Development :: Libraries :: Python Modules'
           ]
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colormap-1.0.3/src/colormap/get_cmap.py 
new/colormap-1.0.4/src/colormap/get_cmap.py
--- old/colormap-1.0.3/src/colormap/get_cmap.py 2016-12-05 00:04:02.000000000 
+0100
+++ new/colormap-1.0.4/src/colormap/get_cmap.py 2021-10-16 21:59:47.000000000 
+0200
@@ -32,6 +32,14 @@
 
     """
     c = Colormap()
+
+    # if the colormap is already a colormap, nothing to do
+    try:
+        name.get_bad()
+        return name
+    except AttributeError:
+        pass
+
     # an R colormap
     if name and name2 and name3:
         return c.cmap_linear(name, name2, name3)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colormap-1.0.3/src/colormap.egg-info/PKG-INFO 
new/colormap-1.0.4/src/colormap.egg-info/PKG-INFO
--- old/colormap-1.0.3/src/colormap.egg-info/PKG-INFO   2020-02-22 
11:52:14.000000000 +0100
+++ new/colormap-1.0.4/src/colormap.egg-info/PKG-INFO   2021-10-16 
22:06:31.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: colormap
-Version: 1.0.3
+Version: 1.0.4
 Summary: Utilities to ease manipulation of matplotlib colormaps and color 
codecs (e.g., hex2rgb)
 Home-page: http://github.com/cokelaer/colormap
 Author: Thomas Cokelaer
@@ -19,14 +19,14 @@
         .. image:: https://badge.fury.io/py/colormap.svg
             :target: https://pypi.python.org/pypi/colormap
         
-        .. image:: https://secure.travis-ci.org/cokelaer/colormap.png
-            :target: http://travis-ci.org/cokelaer/colormap
-        
+        .. image:: 
https://github.com/cokelaer/colormap/actions/workflows/ci.yml/badge.svg?branch=master
+            :target: 
https://github.com/cokelaer/colormap/actions/workflows/ci.yml
+            
         .. image:: 
https://coveralls.io/repos/cokelaer/colormap/badge.png?branch=master
             :target: https://coveralls.io/r/cokelaer/colormap?branch=master
         
         
-        :version: Python 2.7, 3.4, 3.5, 3.6, 3.7
+        :version: Python  3.6, 3.7, 3.8, 3.9
         :contributions: Please join https://github.com/cokelaer/colormap
         :issues: Please use https://github.com/cokelaer/colormap/issues
         :notebook: Please see 
https://github.com/cokelaer/colormap/tree/master/notebooks
@@ -91,12 +91,10 @@
 Classifier: Intended Audience :: Science/Research
 Classifier: License :: OSI Approved :: GNU Library or Lesser General Public 
License (LGPL)
 Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.3
-Classifier: Programming Language :: Python :: 3.4
-Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Requires: matplotlib
 Requires: easydev

Reply via email to