Hello community,

here is the log from the commit of package python-webcolors for 
openSUSE:Factory checked in at 2019-06-18 14:54:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-webcolors (Old)
 and      /work/SRC/openSUSE:Factory/.python-webcolors.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-webcolors"

Tue Jun 18 14:54:14 2019 rev:4 rq:709953 version:1.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-webcolors/python-webcolors.changes        
2019-04-01 12:38:13.985910896 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-webcolors.new.4811/python-webcolors.changes  
    2019-06-18 14:54:16.329482478 +0200
@@ -1,0 +2,11 @@
+Fri Jun 14 11:29:48 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to 1.9.1
+  * When asked to provide a color name, using the CSS3/SVG set of names, for
+    the hexadecimal value #808080, the integer triplet rgb(128, 128, 128), or
+    the percentage triplet rgb(50%, 50%, 50%), webcolors now always returns
+    u'gray', never u'grey'.
+  * Added a set of constants to use when referring to specifications that 
+    define color names <spec-constants>.
+
+-------------------------------------------------------------------

Old:
----
  webcolors-1.8.1.tar.gz

New:
----
  webcolors-1.9.1.tar.gz

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

Other differences:
------------------
++++++ python-webcolors.spec ++++++
--- /var/tmp/diff_new_pack.BqJwWF/_old  2019-06-18 14:54:17.161481965 +0200
+++ /var/tmp/diff_new_pack.BqJwWF/_new  2019-06-18 14:54:17.165481962 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-webcolors
-Version:        1.8.1
+Version:        1.9.1
 Release:        0
 Summary:        Support for color names and value formats defined by the HTML
 License:        BSD-3-Clause
@@ -28,6 +28,9 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+# test requirements
+BuildRequires:  %{python_module pytest}
+Requires:       python-six
 BuildArch:      noarch
 %python_subpackages
 
@@ -61,7 +64,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec -m unittest discover
+# test only the standard testsuite (python3 setup.py test launched two extra 
tests, one of them was unable to access the internet)
+%pytest tests
 
 %files %{python_files}
 %license LICENSE

++++++ webcolors-1.8.1.tar.gz -> webcolors-1.9.1.tar.gz ++++++
++++ 5517 lines of diff (skipped)


Reply via email to