diff --git a/python-cssselect.changes b/python-cssselect.changes index f6ecf37..7248168 100644 --- a/python-cssselect.changes +++ b/python-cssselect.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Mar 20 09:09:12 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.3.0 + * Dropped support for Python 3.7-3.8, added support for + Python 3.12-3.13 and PyPy 3.10. + * Removed ``_unicode_safe_getattr()``, deprecated in 1.2.0. + * Added ``pre-commit`` and formatted the code with ``ruff``. + * Many CI additions and improvements. +- Limit Python files matched in %files section +- Switch build system from setuptools to pyproject.toml + * Add python-pip and python-wheel to BuildRequires + * Replace %python_build with %pyproject_wheel + * Replace %python_install with %pyproject_install + ------------------------------------------------------------------- Fri Apr 21 12:23:57 UTC 2023 - Dirk Müller diff --git a/python-cssselect.spec b/python-cssselect.spec index be6b651..c28aa4b 100644 --- a/python-cssselect.spec +++ b/python-cssselect.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-cssselect # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,14 +27,16 @@ %endif %{?sle15_python_module_pythons} Name: python-cssselect%{psuffix} -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: CSS3 selectors for Python License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/scrapy/cssselect Source: https://github.com/scrapy/cssselect/archive/v%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -56,11 +58,11 @@ extracted as a stand-alone project. %setup -q -n cssselect-%{version} %build -%python_build +%pyproject_wheel %install %if !%{with test} -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif @@ -71,7 +73,8 @@ extracted as a stand-alone project. %if !%{with test} %files %{python_files} -%{python_sitelib}/* +%{python_sitelib}/cssselect +%{python_sitelib}/cssselect-%{version}.dist-info %license LICENSE %doc README.rst CHANGES AUTHORS %endif diff --git a/v1.2.0.tar.gz b/v1.2.0.tar.gz deleted file mode 100644 index 7760461..0000000 --- a/v1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5d17fc420dad4d70ff63a585ad315caf9c5868f750551362b5dbb6e8307c66c -size 40878 diff --git a/v1.3.0.tar.gz b/v1.3.0.tar.gz new file mode 100644 index 0000000..842b459 --- /dev/null +++ b/v1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8792e44640e1852e02e7ae94ad261ca411fdbcf81150d18ad51afe8732164a4 +size 41742