Hello community,

here is the log from the commit of package python-colormap for openSUSE:Factory 
checked in at 2019-07-26 17:33:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-colormap (Old)
 and      /work/SRC/openSUSE:Factory/.python-colormap.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-colormap"

Fri Jul 26 17:33:25 2019 rev:3 rq:717709 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-colormap/python-colormap.changes  
2018-06-29 22:27:04.922452691 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-colormap.new.4126/python-colormap.changes    
    2019-07-26 17:33:26.868108162 +0200
@@ -1,0 +2,7 @@
+Tue Jul 23 01:15:31 UTC 2019 - Todd R <[email protected]>
+
+- Update to 1.0.2
+  * update travis
+  * synchronize README with doc and online image 
+
+-------------------------------------------------------------------

Old:
----
  colormap-1.0.1.tar.gz

New:
----
  colormap-1.0.2.tar.gz

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

Other differences:
------------------
++++++ python-colormap.spec ++++++
--- /var/tmp/diff_new_pack.2euNV2/_old  2019-07-26 17:33:27.408107941 +0200
+++ /var/tmp/diff_new_pack.2euNV2/_new  2019-07-26 17:33:27.408107941 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-colormap
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-colormap
-Version:        1.0.1
+Version:        1.0.2
 Release:        0
 Summary:        Utilities to manipulate matplotlib colormaps and color codecs
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            https://github.com/cokelaer/colormap
 Source:         
https://files.pythonhosted.org/packages/source/c/colormap/colormap-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros

++++++ colormap-1.0.1.tar.gz -> colormap-1.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colormap-1.0.1/PKG-INFO new/colormap-1.0.2/PKG-INFO
--- old/colormap-1.0.1/PKG-INFO 2017-02-10 22:32:48.000000000 +0100
+++ new/colormap-1.0.2/PKG-INFO 2018-12-29 16:15:25.000000000 +0100
@@ -1,12 +1,13 @@
 Metadata-Version: 1.1
 Name: colormap
-Version: 1.0.1
+Version: 1.0.2
 Summary: Utilities to ease manipulation of matplotlib colormaps and color 
codecs (e.g., hex2rgb)
 Home-page: ['http://packages.python.org/colormap/']
 Author: Thomas Cokelaer
 Author-email: [email protected]
 License: LGPL
 Download-URL: ['http://pypi.python.org/pypi/colormap']
+Description-Content-Type: UNKNOWN
 Description: #############################
         COLORMAP documentation
         #############################
@@ -64,7 +65,7 @@
         * Even simpler if the colormap is linear::
         
               c = Colormap()
-              mycmap = c.cmap_linear('red', 'black', 'green')
+              mycmap = c.cmap_linear('red', 'white', 'green(w3c)')
               cmap = c.test_colormap(mycmap)
         
         .. image:: http://colormap.readthedocs.io/en/latest/_images/index-1.png
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colormap-1.0.1/README.rst 
new/colormap-1.0.2/README.rst
--- old/colormap-1.0.1/README.rst       2017-02-10 22:23:24.000000000 +0100
+++ new/colormap-1.0.2/README.rst       2018-12-29 15:50:26.000000000 +0100
@@ -55,7 +55,7 @@
 * Even simpler if the colormap is linear::
 
       c = Colormap()
-      mycmap = c.cmap_linear('red', 'black', 'green')
+      mycmap = c.cmap_linear('red', 'white', 'green(w3c)')
       cmap = c.test_colormap(mycmap)
 
 .. image:: http://colormap.readthedocs.io/en/latest/_images/index-1.png
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colormap-1.0.1/setup.cfg new/colormap-1.0.2/setup.cfg
--- old/colormap-1.0.1/setup.cfg        2017-02-10 22:32:48.000000000 +0100
+++ new/colormap-1.0.2/setup.cfg        2018-12-29 16:15:25.000000000 +0100
@@ -1,25 +1,17 @@
-[sdist]
-
-[egg_info]
-tag_build = 
-tag_date = 0
-tag_svn_revision = 0
+[upload_docs]
+upload_dir = doc/build/html/
 
-[global]
+[sdist]
 
 [build_sphinx]
 source_dir = doc/source
 build_dir = doc/build
 all_files = 1
 
-[nosetests]
-where = test
-with_coverage = True
-cover_package = colormap
-cover_erase = True
-verbosity = 2
-logging_level = ERROR
+[tool:pytest]
+addopts = --durations=10 --verbose  -n 1 --cov fitter --cov-report term-missing
 
-[upload_docs]
-upload_dir = doc/build/html/
+[egg_info]
+tag_build = 
+tag_date = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colormap-1.0.1/setup.py new/colormap-1.0.2/setup.py
--- old/colormap-1.0.1/setup.py 2017-02-10 22:14:23.000000000 +0100
+++ new/colormap-1.0.2/setup.py 2018-12-29 15:54:46.000000000 +0100
@@ -7,7 +7,7 @@
 
 _MAJOR               = 1
 _MINOR               = 0
-_MICRO               = 1
+_MICRO               = 2
 version              = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
 release              = '%d.%d' % (_MAJOR, _MINOR)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colormap-1.0.1/src/colormap.egg-info/PKG-INFO 
new/colormap-1.0.2/src/colormap.egg-info/PKG-INFO
--- old/colormap-1.0.1/src/colormap.egg-info/PKG-INFO   2017-02-10 
22:32:48.000000000 +0100
+++ new/colormap-1.0.2/src/colormap.egg-info/PKG-INFO   2018-12-29 
16:15:25.000000000 +0100
@@ -1,12 +1,13 @@
 Metadata-Version: 1.1
 Name: colormap
-Version: 1.0.1
+Version: 1.0.2
 Summary: Utilities to ease manipulation of matplotlib colormaps and color 
codecs (e.g., hex2rgb)
 Home-page: ['http://packages.python.org/colormap/']
 Author: Thomas Cokelaer
 Author-email: [email protected]
 License: LGPL
 Download-URL: ['http://pypi.python.org/pypi/colormap']
+Description-Content-Type: UNKNOWN
 Description: #############################
         COLORMAP documentation
         #############################
@@ -64,7 +65,7 @@
         * Even simpler if the colormap is linear::
         
               c = Colormap()
-              mycmap = c.cmap_linear('red', 'black', 'green')
+              mycmap = c.cmap_linear('red', 'white', 'green(w3c)')
               cmap = c.test_colormap(mycmap)
         
         .. image:: http://colormap.readthedocs.io/en/latest/_images/index-1.png


Reply via email to