Hello community, here is the log from the commit of package python-css-parser for openSUSE:Factory checked in at 2020-11-17 21:26:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-css-parser (Old) and /work/SRC/openSUSE:Factory/.python-css-parser.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-css-parser" Tue Nov 17 21:26:24 2020 rev:3 rq:848970 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-css-parser/python-css-parser.changes 2019-06-14 20:24:37.658796484 +0200 +++ /work/SRC/openSUSE:Factory/.python-css-parser.new.24930/python-css-parser.changes 2020-11-17 21:26:25.809445939 +0100 @@ -1,0 +2,10 @@ +Sat Nov 14 19:59:27 UTC 2020 - Benjamin Greiner <c...@bnavigator.de> + +- Update to version 1.0.6 + * no changelog provided +- Remove deprecated setup.py tests, use %pyunittest instead. The + custom run_tests.py is just a stdlib unittest wrapper. +- Drop disable-online-tests.patch -- The tests handle the offline + case fine now. + +------------------------------------------------------------------- Old: ---- disable-online-tests.patch python-css-parser-1.0.4.tar.gz New: ---- python-css-parser-1.0.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-css-parser.spec ++++++ --- /var/tmp/diff_new_pack.Iy8D0z/_old 2020-11-17 21:26:26.221446348 +0100 +++ /var/tmp/diff_new_pack.Iy8D0z/_new 2020-11-17 21:26:26.225446351 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-css-parser # -# 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 @@ -18,14 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-css-parser -Version: 1.0.4 +Version: 1.0.6 Release: 0 Summary: CSS related utilities (parsing, serialization, etc) for python License: LGPL-3.0-or-later Group: Development/Languages/Python URL: https://github.com/ebook-utils/css-parser Source: https://github.com/ebook-utils/css-parser/archive/v%{version}/%{name}-%{version}.tar.gz -Patch0: disable-online-tests.patch BuildRequires: %{python_module chardet} BuildRequires: %{python_module setuptools} Requires: python-chardet @@ -37,14 +36,18 @@ %description CSS related utilities (parsing, serialization, etc) for python -A fork of the cssutils project based on version 1.0.2. This fork includes general bug fixes and extensions specific to editing and working with ebooks. - -The main python source code has been modified so that it will run without further conversion on both Python >= 2.7 and Python 3.X without any further modules required. All required modifications are handled local to each file +A fork of the cssutils project based on version 1.0.2. This fork +includes general bug fixes and extensions specific to editing and +working with ebooks. + +The main python source code has been modified so that it will run +without further conversion on both Python >= 2.7 and Python 3.X without +any further modules required. All required modifications are handled +local to each file %prep %setup -q -n css-parser-%{version} sed -i "1d" src/css_parser/{parse,codec,sac,serialize,scripts/csscapture,_codec2,errorhandler,scripts/cssparse,_codec3,scripts/csscombine,tokenize2,version,encutils/__init__,__init__}.py # Fix non-executable scripts -%patch0 -p1 %build %python_build @@ -54,13 +57,12 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pyunittest -v %files %{python_files} %license COPYING COPYING.LESSER %doc README.md -%{python_sitelib}/css_parser/ -%{python_sitelib}/css_parser-%{version}-py*.egg-info/ -%pycache_only %{python_sitelib}/css_parser/__pycache__/version.* +%{python_sitelib}/css_parser +%{python_sitelib}/css_parser-%{version}*-info/ %changelog ++++++ python-css-parser-1.0.4.tar.gz -> python-css-parser-1.0.6.tar.gz ++++++ ++++ 2314 lines of diff (skipped) _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org