Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cssselect for openSUSE:Factory checked in at 2022-11-09 12:56:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cssselect (Old) and /work/SRC/openSUSE:Factory/.python-cssselect.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cssselect" Wed Nov 9 12:56:25 2022 rev:13 rq:1034465 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cssselect/python-cssselect.changes 2019-09-23 12:19:51.261782769 +0200 +++ /work/SRC/openSUSE:Factory/.python-cssselect.new.1597/python-cssselect.changes 2022-11-09 12:56:32.908047895 +0100 @@ -1,0 +2,21 @@ +Mon Nov 7 21:05:46 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- Update to 1.2.0 + * Drop support for Python 2.7, 3.4-3.6, add support for Python 3.7-3.11. + * Add type annotations (PEP 484 and PEP 561). + * More features from the CSS Selectors Level 4: + * The ``:is()`` pseudo-class. + * The ``:where()`` pseudo-class. + * The ``:has()`` pseudo-class, with some limitations. + * Fix parsing ``:scope`` after a comma. + * Add parentheses to fix condition precedence in some cases. + * Private API changes related to the removal of the Python 2 support: + * Remove ``_unicode`` and ``_unichr`` aliases from ``csselect.parser``. + * Remove ``_basestring`` and ``_unicode`` aliases from ``csselect.xpath``. + * Deprecate ``csselect.xpath._unicode_safe_getattr()`` and change it to just + call ``getattr()``. + * Include tests in the PyPI tarball. + * Many CI additions and improvements. + * Improve the test coverage. + +------------------------------------------------------------------- Old: ---- v1.1.0.tar.gz New: ---- v1.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cssselect.spec ++++++ --- /var/tmp/diff_new_pack.Mhmfia/_old 2022-11-09 12:56:33.408050715 +0100 +++ /var/tmp/diff_new_pack.Mhmfia/_new 2022-11-09 12:56:33.412050737 +0100 @@ -1,7 +1,7 @@ # -# spec file for package python-cssselect +# spec file # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-cssselect%{psuffix} -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: CSS3 selectors for Python License: BSD-3-Clause ++++++ v1.1.0.tar.gz -> v1.2.0.tar.gz ++++++ ++++ 4680 lines of diff (skipped)