commit python-webcolors for openSUSE:Factory

2020-04-19 Thread root
Hello community,

here is the log from the commit of package python-webcolors for 
openSUSE:Factory checked in at 2020-04-19 21:36:03

Comparing /work/SRC/openSUSE:Factory/python-webcolors (Old)
 and  /work/SRC/openSUSE:Factory/.python-webcolors.new.2738 (New)


Package is "python-webcolors"

Sun Apr 19 21:36:03 2020 rev:6 rq:783014 version:1.11.1

Changes:

--- /work/SRC/openSUSE:Factory/python-webcolors/python-webcolors.changes
2019-09-23 12:17:58.477801218 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-webcolors.new.2738/python-webcolors.changes  
2020-04-19 21:36:09.742478380 +0200
@@ -1,0 +2,8 @@
+Mon Mar  9 16:17:29 UTC 2020 - Dirk Mueller 
+
+- update to 1.11.1:
+  * Python 2 has reached the end of its support cycle from the Python
+core team; accordingly, Python 2 support is dropped. Supported
+Python versions are now 3.5, 3.6, 3.7, and 3.8.
+
+---

Old:

  webcolors-1.10.tar.gz

New:

  webcolors-1.11.1.tar.gz



Other differences:
--
++ python-webcolors.spec ++
--- /var/tmp/diff_new_pack.yQbi9h/_old  2020-04-19 21:36:10.546480038 +0200
+++ /var/tmp/diff_new_pack.yQbi9h/_new  2020-04-19 21:36:10.550480047 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-webcolors
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%global skip_python2 1
 Name:   python-webcolors
-Version:1.10
+Version:1.11.1
 Release:0
 Summary:Support for color names and value formats defined by the HTML
 License:BSD-3-Clause

++ webcolors-1.10.tar.gz -> webcolors-1.11.1.tar.gz ++
 4904 lines of diff (skipped)




commit python-webcolors for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-webcolors for 
openSUSE:Factory checked in at 2019-09-23 12:17:57

Comparing /work/SRC/openSUSE:Factory/python-webcolors (Old)
 and  /work/SRC/openSUSE:Factory/.python-webcolors.new.7948 (New)


Package is "python-webcolors"

Mon Sep 23 12:17:57 2019 rev:5 rq:731241 version:1.10

Changes:

--- /work/SRC/openSUSE:Factory/python-webcolors/python-webcolors.changes
2019-06-18 14:54:16.329482478 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-webcolors.new.7948/python-webcolors.changes  
2019-09-23 12:17:58.477801218 +0200
@@ -1,0 +2,7 @@
+Mon Sep 16 10:16:49 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.10:
+ *  Similar to the change in version 1.9 which normalized conversions to named
+colors
+
+---

Old:

  webcolors-1.9.1.tar.gz

New:

  webcolors-1.10.tar.gz



Other differences:
--
++ python-webcolors.spec ++
--- /var/tmp/diff_new_pack.b1xhMo/_old  2019-09-23 12:17:59.005801131 +0200
+++ /var/tmp/diff_new_pack.b1xhMo/_new  2019-09-23 12:17:59.009801131 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-webcolors
-Version:1.9.1
+Version:1.10
 Release:0
 Summary:Support for color names and value formats defined by the HTML
 License:BSD-3-Clause

++ webcolors-1.9.1.tar.gz -> webcolors-1.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/webcolors-1.9.1/PKG-INFO new/webcolors-1.10/PKG-INFO
--- old/webcolors-1.9.1/PKG-INFO2019-06-08 04:38:58.0 +0200
+++ new/webcolors-1.10/PKG-INFO 2019-09-09 08:43:46.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: webcolors
-Version: 1.9.1
+Version: 1.10
 Summary: A library for working with color names and color values formats 
defined by HTML and CSS.
 Home-page: https://github.com/ubernostrum/webcolors
 Author: James Bennett
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/webcolors-1.9.1/docs/changelog.rst 
new/webcolors-1.10/docs/changelog.rst
--- old/webcolors-1.9.1/docs/changelog.rst  2019-06-08 04:36:44.0 
+0200
+++ new/webcolors-1.10/docs/changelog.rst   2019-09-09 08:39:00.0 
+0200
@@ -6,6 +6,24 @@
 
 This document lists the changes between each release of webcolors.
 
+
+Version 1.10, released 2019-09-08
+-
+
+No bug fixes or new features.
+
+Other changes
+~
+
+* Similar to the change in version 1.9 which normalized conversions to
+  named colors for `gray`/`grey` to always use the `gray` variant, the
+  other named grays of CSS3 now normalize to the `gray` spelling. This
+  affects the following colors: `darkgray`/`darkgrey`,
+  `darkslategray`/`darkslategrey`, `dimgray`/`dimgrey`,
+  `lightgray`/`lightgrey`, `lightslategray`/`lightslategrey`,
+  `slategray`/`slategrey`.
+
+
 Version 1.9.1, released 2019-06-07
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/webcolors-1.9.1/docs/conf.py 
new/webcolors-1.10/docs/conf.py
--- old/webcolors-1.9.1/docs/conf.py2019-06-08 04:35:19.0 +0200
+++ new/webcolors-1.10/docs/conf.py 2019-09-09 08:00:21.0 +0200
@@ -10,8 +10,8 @@
 master_doc = 'index'
 project = u'webcolors'
 copyright = u'2008-2019, James Bennett'
-version = '1.9'
-release = '1.9.1'
+version = '1.10'
+release = '1.10'
 exclude_trees = ['_build']
 pygments_style = 'sphinx'
 html_static_path = ['_static']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/webcolors-1.9.1/docs/contents.rst 
new/webcolors-1.10/docs/contents.rst
--- old/webcolors-1.9.1/docs/contents.rst   2019-06-02 08:04:36.0 
+0200
+++ new/webcolors-1.10/docs/contents.rst2019-09-09 08:29:00.0 
+0200
@@ -202,17 +202,23 @@
 .. data:: CSS3_HEX_TO_NAMES
 
A :class:`dict` whose keys are the normalized hexadecimal values of
-   the 147 names CSS3 colors, and whose values are the corresponding
+   the 147 named CSS3 colors, and whose values are the corresponding
normalized names. These colors are also identical to the 147 named
colors of SVG.
 
.. note:: **Spelling variants**
 
-  CSS3 provides two names -- `gray` and `grey` -- which each map
-  to the hexadecimal value `#808080`. Reversing from the
-  hexadecimal value to a name requires picking one and only one of
-  these, and webcolors chooses `gray` as it was the spelling used
-  by HTML 4, CSS1, and CSS2.
+  HTML 4, CSS1, and CSS2 

commit python-webcolors for openSUSE:Factory

2019-06-18 Thread root
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 
+
+- 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 .
+
+---

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)




commit python-webcolors for openSUSE:Factory

2019-04-01 Thread root
Hello community,

here is the log from the commit of package python-webcolors for 
openSUSE:Factory checked in at 2019-04-01 12:38:12

Comparing /work/SRC/openSUSE:Factory/python-webcolors (Old)
 and  /work/SRC/openSUSE:Factory/.python-webcolors.new.25356 (New)


Package is "python-webcolors"

Mon Apr  1 12:38:12 2019 rev:3 rq:689881 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-webcolors/python-webcolors.changes
2018-12-24 11:46:07.357200701 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-webcolors.new.25356/python-webcolors.changes 
2019-04-01 12:38:13.985910896 +0200
@@ -1,0 +2,8 @@
+Fri Mar 29 10:13:53 UTC 2019 - pgaj...@suse.com
+
+- version update to 1.8.1
+  * Introduce namedtuples to represent tuple data types.
+  * Get the definition-parsing test working on Python 3. 
+  * Documentation updates.
+
+---

Old:

  webcolors-1.7.tar.gz

New:

  webcolors-1.8.1.tar.gz



Other differences:
--
++ python-webcolors.spec ++
--- /var/tmp/diff_new_pack.i9S3FB/_old  2019-04-01 12:38:14.933911352 +0200
+++ /var/tmp/diff_new_pack.i9S3FB/_new  2019-04-01 12:38:14.937911354 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-webcolors
 #
-# 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
@@ -17,9 +17,8 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without tests
 Name:   python-webcolors
-Version:1.7
+Version:1.8.1
 Release:0
 Summary:Support for color names and value formats defined by the HTML
 License:BSD-3-Clause
@@ -61,10 +60,8 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with tests}
 %check
 %python_exec -m unittest discover
-%endif
 
 %files %{python_files}
 %license LICENSE

++ webcolors-1.7.tar.gz -> webcolors-1.8.1.tar.gz ++
 2049 lines of diff (skipped)




commit python-webcolors for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-webcolors for 
openSUSE:Factory checked in at 2018-12-24 11:46:06

Comparing /work/SRC/openSUSE:Factory/python-webcolors (Old)
 and  /work/SRC/openSUSE:Factory/.python-webcolors.new.28833 (New)


Package is "python-webcolors"

Mon Dec 24 11:46:06 2018 rev:2 rq:659752 version:1.7

Changes:

--- /work/SRC/openSUSE:Factory/python-webcolors/python-webcolors.changes
2017-10-11 22:56:58.812404902 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-webcolors.new.28833/python-webcolors.changes 
2018-12-24 11:46:07.357200701 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:55:57 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-webcolors.spec ++
--- /var/tmp/diff_new_pack.3XWasW/_old  2018-12-24 11:46:07.721200382 +0100
+++ /var/tmp/diff_new_pack.3XWasW/_new  2018-12-24 11:46:07.725200378 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-webcolors
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,23 @@
 # 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/
+#
 
-%bcond_without tests
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without tests
 Name:   python-webcolors
 Version:1.7
 Release:0
-License:BSD-3-Clause
 Summary:Support for color names and value formats defined by the HTML
-Url:https://github.com/ubernostrum/webcolors
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+URL:https://github.com/ubernostrum/webcolors
 Source: 
https://files.pythonhosted.org/packages/source/w/webcolors/webcolors-%{version}.tar.gz
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
@@ -69,8 +67,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog