Hello community,

here is the log from the commit of package python-colour for openSUSE:Factory 
checked in at 2019-03-01 16:50:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-colour (Old)
 and      /work/SRC/openSUSE:Factory/.python-colour.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-colour"

Fri Mar  1 16:50:17 2019 rev:2 rq:680491 version:0.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-colour/python-colour.changes      
2017-08-16 16:11:06.563317161 +0200
+++ /work/SRC/openSUSE:Factory/.python-colour.new.28833/python-colour.changes   
2019-03-01 16:50:17.757734102 +0100
@@ -1,0 +2,6 @@
+Fri Mar  1 13:07:27 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 0.1.5:
+  * No upstream changelog
+
+-------------------------------------------------------------------

Old:
----
  colour-0.1.4.tar.gz

New:
----
  colour-0.1.5.tar.gz

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

Other differences:
------------------
++++++ python-colour.spec ++++++
--- /var/tmp/diff_new_pack.Tyee7u/_old  2019-03-01 16:50:18.237733921 +0100
+++ /var/tmp/diff_new_pack.Tyee7u/_new  2019-03-01 16:50:18.241733919 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-colour
 #
-# Copyright (c) 2017 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
@@ -12,25 +12,24 @@
 # 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-%{**}}
 Name:           python-colour
-Version:        0.1.4
+Version:        0.1.5
 Release:        0
 Summary:        Converts between common color representations (RGB, HSL, 
web...)
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
-Url:            https://github.com/vaab/colour
+URL:            https://github.com/vaab/colour
 Source0:        
https://files.pythonhosted.org/packages/source/c/colour/colour-%{version}.tar.gz
 BuildRequires:  %{python_module d2to1}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages
 
@@ -56,14 +55,14 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec %{_bindir}/nosetests
+%python_expand nosetests-%{$python_bin_suffix}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGELOG.rst LICENSE README.rst
+%license LICENSE
+%doc CHANGELOG.rst README.rst
 %{python_sitelib}/*
 
 %changelog

++++++ colour-0.1.4.tar.gz -> colour-0.1.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colour-0.1.4/PKG-INFO new/colour-0.1.5/PKG-INFO
--- old/colour-0.1.4/PKG-INFO   2017-04-19 07:42:12.000000000 +0200
+++ new/colour-0.1.5/PKG-INFO   2017-11-20 00:15:26.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: colour
-Version: 0.1.4
+Version: 0.1.5
 Summary: converts and manipulates various color representation (HSL, RVB, web, 
X11, ...)
 Home-page: http://github.com/vaab/colour
 Author: Valentin LAB
@@ -493,7 +493,7 @@
         License
         =======
         
-        Copyright (c) 2012-2015 Valentin Lab.
+        Copyright (c) 2012-2017 Valentin Lab.
         
         Licensed under the `BSD License`_.
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colour-0.1.4/README.rst new/colour-0.1.5/README.rst
--- old/colour-0.1.4/README.rst 2017-04-19 06:56:19.000000000 +0200
+++ new/colour-0.1.5/README.rst 2017-11-20 00:15:24.000000000 +0100
@@ -485,7 +485,7 @@
 License
 =======
 
-Copyright (c) 2012-2015 Valentin Lab.
+Copyright (c) 2012-2017 Valentin Lab.
 
 Licensed under the `BSD License`_.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colour-0.1.4/colour.egg-info/PKG-INFO 
new/colour-0.1.5/colour.egg-info/PKG-INFO
--- old/colour-0.1.4/colour.egg-info/PKG-INFO   2017-04-19 07:42:11.000000000 
+0200
+++ new/colour-0.1.5/colour.egg-info/PKG-INFO   2017-11-20 00:15:26.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: colour
-Version: 0.1.4
+Version: 0.1.5
 Summary: converts and manipulates various color representation (HSL, RVB, web, 
X11, ...)
 Home-page: http://github.com/vaab/colour
 Author: Valentin LAB
@@ -493,7 +493,7 @@
         License
         =======
         
-        Copyright (c) 2012-2015 Valentin Lab.
+        Copyright (c) 2012-2017 Valentin Lab.
         
         Licensed under the `BSD License`_.
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colour-0.1.4/colour.py new/colour-0.1.5/colour.py
--- old/colour-0.1.4/colour.py  2017-04-19 07:28:21.000000000 +0200
+++ new/colour-0.1.5/colour.py  2017-11-20 00:15:24.000000000 +0100
@@ -266,7 +266,7 @@
 
 
 ##
-## Convertion function
+## Conversion function
 ##
 
 def hsl2rgb(hsl):
@@ -287,7 +287,7 @@
     This algorithm came from:
     http://www.easyrgb.com/index.php?X=MATH&H=19#text19
 
-    Here are some quick notion of HSL to RGB convertion:
+    Here are some quick notion of HSL to RGB conversion:
 
     >>> from colour import hsl2rgb
 
@@ -378,7 +378,7 @@
     This algorithm came from:
     http://www.easyrgb.com/index.php?X=MATH&H=19#text19
 
-    Here are some quick notion of RGB to HSL convertion:
+    Here are some quick notion of RGB to HSL conversion:
 
     >>> from colour import rgb2hsl
 
@@ -576,7 +576,7 @@
     :param rgb: 3 hex char or 6 hex char string representation
     :rtype: web string representation (human readable if possible)
 
-    WEB representation uses X11 rgb.txt to define convertion
+    WEB representation uses X11 rgb.txt to define conversion
     between RGB and english color names.
 
     Usage
@@ -620,7 +620,7 @@
     :param rgb: web string representation (human readable if possible)
     :rtype: 3 hex char or 6 hex char string representation
 
-    WEB representation uses X11 rgb.txt to define convertion
+    WEB representation uses X11 rgb.txt to define conversion
     between RGB and english color names.
 
     Usage
@@ -680,7 +680,7 @@
                    force_long)
 
 
-## Missing functions convertion
+## Missing functions conversion
 
 hsl2hex = lambda x: rgb2hex(hsl2rgb(x))
 hex2hsl = lambda x: rgb2hsl(hex2rgb(x))
@@ -928,7 +928,7 @@
     Recursive init
     --------------
 
-    To support blind convertion of web strings (or already converted object),
+    To support blind conversion of web strings (or already converted object),
     the Color object supports instantiation with another Color object.
 
         >>> Color(Color(Color('red')))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colour-0.1.4/setup.cfg new/colour-0.1.5/setup.cfg
--- old/colour-0.1.4/setup.cfg  2017-04-19 07:42:12.000000000 +0200
+++ new/colour-0.1.5/setup.cfg  2017-11-20 00:15:26.000000000 +0100
@@ -1,6 +1,6 @@
 [metadata]
 name = colour
-version = 0.1.4
+version = 0.1.5
 summary = converts and manipulates various color representation (HSL, RVB, 
web, X11, ...)
 description-file = 
        README.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colour-0.1.4/setup.py new/colour-0.1.5/setup.py
--- old/colour-0.1.4/setup.py   2017-04-19 07:41:23.000000000 +0200
+++ new/colour-0.1.5/setup.py   2017-11-20 00:15:25.000000000 +0100
@@ -20,7 +20,7 @@
 ## Ensure that ``./autogen.sh`` is run prior to using ``setup.py``
 ##
 
-if "0.1.4".startswith("%%"):
+if "0.1.5".startswith("%%"):
     import os.path
     import sys
     WIN32 = sys.platform == 'win32'


Reply via email to