Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-parsel for openSUSE:Factory checked in at 2026-03-26 21:08:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-parsel (Old) and /work/SRC/openSUSE:Factory/.python-parsel.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-parsel" Thu Mar 26 21:08:28 2026 rev:15 rq:1342657 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-parsel/python-parsel.changes 2025-02-04 19:35:04.099842317 +0100 +++ /work/SRC/openSUSE:Factory/.python-parsel.new.8177/python-parsel.changes 2026-03-27 06:48:38.903849361 +0100 @@ -1,0 +2,17 @@ +Thu Mar 26 01:55:35 UTC 2026 - Steve Kowalik <[email protected]> + +- Update to 1.11.0: + * Removed support for Python 3.9 and PyPy 3.10. + * Added support for Python 3.14 and PyPy 3.11. + * The following dependencies now have a minimum supported version: + + lxml >= 5.1.0 + + packaging >= 23.0 + + jmespath >= 1.0.0 + * Removed Selector.remove() and SelectorList.remove(), deprecated in 1.7.0. + * The Selector() constructor now accepts bytearray values for the body + argument in addition to bytes. + * attrib and remove_namespaces() no longer fail with unhandled exceptions + on JSON selectors. + * Switched the build system to hatchling. + +------------------------------------------------------------------- Old: ---- parsel-1.10.0.tar.gz New: ---- parsel-1.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-parsel.spec ++++++ --- /var/tmp/diff_new_pack.JpLUlf/_old 2026-03-27 06:48:39.635879505 +0100 +++ /var/tmp/diff_new_pack.JpLUlf/_new 2026-03-27 06:48:39.643879835 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-parsel # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,33 +18,31 @@ %{?sle15_python_module_pythons} Name: python-parsel -Version: 1.10.0 +Version: 1.11.0 Release: 0 Summary: Library to extract data from HTML and XML using XPath and CSS selectors License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/scrapy/parsel Source: https://files.pythonhosted.org/packages/source/p/parsel/parsel-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.8} -BuildRequires: %{python_module cssselect >= 1.2.0} -BuildRequires: %{python_module jmespath} -BuildRequires: %{python_module lxml} +BuildRequires: %{python_module base >= 3.10} +BuildRequires: %{python_module hatchling >= 1.27} BuildRequires: %{python_module pip} -BuildRequires: %{python_module psutil} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module typing-extensions} -BuildRequires: %{python_module w3lib >= 1.19.0} -BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-cssselect >= 1.2.0 -Requires: python-jmespath -Requires: python-lxml -Requires: python-typing-extensions +Requires: python-jmespath >= 1.0.0 +Requires: python-lxml >= 5.1 +Requires: python-packaging >= 23 Requires: python-w3lib >= 1.19.0 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest} +BuildRequires: %{python_module cssselect >= 1.2.0} +BuildRequires: %{python_module jmespath >= 1.0.0} +BuildRequires: %{python_module lxml >= 5.1} +BuildRequires: %{python_module psutil} +BuildRequires: %{python_module sybil} +BuildRequires: %{python_module w3lib >= 1.19.0} # /SECTION %python_subpackages @@ -63,7 +61,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%python_exec -Bm pytest %files %{python_files} %license LICENSE ++++++ parsel-1.10.0.tar.gz -> parsel-1.11.0.tar.gz ++++++ ++++ 8313 lines of diff (skipped)
