Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cssselect2 for openSUSE:Factory checked in at 2023-03-26 20:19:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cssselect2 (Old) and /work/SRC/openSUSE:Factory/.python-cssselect2.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cssselect2" Sun Mar 26 20:19:10 2023 rev:7 rq:1074179 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cssselect2/python-cssselect2.changes 2020-04-07 10:19:35.785714054 +0200 +++ /work/SRC/openSUSE:Factory/.python-cssselect2.new.31432/python-cssselect2.changes 2023-03-26 20:19:12.646962328 +0200 @@ -1,0 +2,19 @@ +Fri Mar 24 13:02:48 UTC 2023 - Daniel Garcia <[email protected]> + +- Update to 0.7.0: + * Support :has selector +0.6.0: + * Improve speed of ancestors and previous siblings +0.5.0: + * Support Python 3.10 + * Drop support of Python 3.6 + * Handle many CSS4 selectors + * Ignore comments at the beginning of selectors +0.4.1: + * Fix PyPI description and various links. +0.4.0: + * Drop support of Python 3.5, add support of Python 3.9. + * Donât crash on empty :not() selectors. + * New code structure, new packaging, new documentation. + +------------------------------------------------------------------- Old: ---- cssselect2-0.3.0.tar.gz New: ---- cssselect2-0.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cssselect2.spec ++++++ --- /var/tmp/diff_new_pack.AO3OgW/_old 2023-03-26 20:19:13.962969204 +0200 +++ /var/tmp/diff_new_pack.AO3OgW/_new 2023-03-26 20:19:13.970969245 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-cssselect2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,18 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-cssselect2 -Version: 0.3.0 +Version: 0.7.0 Release: 0 Summary: CSS selectors for Python ElementTree License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/Kozea/cssselect2/ -Source: https://files.pythonhosted.org/packages/source/c/cssselect2/cssselect2-%{version}.tar.gz -BuildRequires: %{python_module setuptools >= 39.2.0} +Source: https://github.com/Kozea/cssselect2/archive/refs/tags/%{version}.tar.gz#/cssselect2-%{version}.tar.gz +BuildRequires: %{python_module flit-core} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-tinycss2 @@ -50,23 +51,22 @@ %prep %setup -q -n cssselect2-%{version} -sed -i '/addopts/d' setup.cfg -sed -i -e 's/pytest-.*//' setup.cfg %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check export LANG=en_US.UTF-8 -%pytest cssselect2/tests +%pytest -v %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/cssselect2 +%{python_sitelib}/cssselect2-%{version}*-info %changelog ++++++ cssselect2-0.3.0.tar.gz -> cssselect2-0.7.0.tar.gz ++++++ ++++ 8009 lines of diff (skipped)
