Hello community, here is the log from the commit of package python-webcolors for openSUSE:Leap:15.2 checked in at 2020-03-02 13:24:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-webcolors (Old) and /work/SRC/openSUSE:Leap:15.2/.python-webcolors.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-webcolors" Mon Mar 2 13:24:52 2020 rev:11 rq:777277 version:1.10 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-webcolors/python-webcolors.changes 2020-01-15 15:54:10.403623010 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-webcolors.new.26092/python-webcolors.changes 2020-03-02 13:24:53.190580784 +0100 @@ -1,0 +2,31 @@ +Mon Sep 16 10:16:49 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 1.10: + * Similar to the change in version 1.9 which normalized conversions to named + colors + +------------------------------------------------------------------- +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>. + +------------------------------------------------------------------- +Fri Mar 29 10:13:53 UTC 2019 - [email protected] + +- version update to 1.8.1 + * Introduce namedtuples to represent tuple data types. + * Get the definition-parsing test working on Python 3. + * Documentation updates. + +------------------------------------------------------------------- +Tue Dec 4 12:55:57 UTC 2018 - Matej Cepl <[email protected]> + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- Old: ---- webcolors-1.7.tar.gz New: ---- webcolors-1.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-webcolors.spec ++++++ --- /var/tmp/diff_new_pack.KKI8Lh/_old 2020-03-02 13:24:53.718581835 +0100 +++ /var/tmp/diff_new_pack.KKI8Lh/_new 2020-03-02 13:24:53.722581842 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-webcolors # -# 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,25 @@ # 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-%{**}} Name: python-webcolors -Version: 1.7 +Version: 1.10 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 +# test requirements +BuildRequires: %{python_module pytest} +Requires: python-six BuildArch: noarch %python_subpackages @@ -63,14 +63,13 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with tests} %check -%python_exec -m unittest discover -%endif +# 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} -%defattr(-,root,root,-) -%doc LICENSE README.rst +%license LICENSE +%doc README.rst %{python_sitelib}/* %changelog ++++++ webcolors-1.7.tar.gz -> webcolors-1.10.tar.gz ++++++ ++++ 5807 lines of diff (skipped)
