diff --git a/python-Scrapy.changes b/python-Scrapy.changes index 79e931b..81b376d 100644 --- a/python-Scrapy.changes +++ b/python-Scrapy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Dec 3 08:24:29 UTC 2024 - Steve Kowalik + +- Update to 2.12.0: + * Dropped support for Python 3.8, added support for Python 3.13 + * start_requests can now yield items + * Added scrapy.http.JsonResponse + * Added the CLOSESPIDER_PAGECOUNT_NO_ITEM setting + ------------------------------------------------------------------- Thu Jul 11 10:38:36 UTC 2024 - Dirk Müller diff --git a/python-Scrapy.spec b/python-Scrapy.spec index 642f661..332f7ab 100644 --- a/python-Scrapy.spec +++ b/python-Scrapy.spec @@ -18,11 +18,10 @@ %{?sle15_python_module_pythons} Name: python-Scrapy -Version: 2.11.2 +Version: 2.12.0 Release: 0 Summary: A high-level Python Screen Scraping framework License: BSD-3-Clause -Group: Development/Languages/Python URL: https://scrapy.org Source: https://files.pythonhosted.org/packages/source/s/scrapy/scrapy-%{version}.tar.gz BuildRequires: %{python_module Brotli} @@ -31,7 +30,7 @@ BuildRequires: %{python_module Protego} BuildRequires: %{python_module PyDispatcher >= 2.0.5} BuildRequires: %{python_module Twisted >= 18.9.0} BuildRequires: %{python_module attrs} -BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module botocore >= 1.4.87} BuildRequires: %{python_module cryptography >= 36.0.0} BuildRequires: %{python_module cssselect >= 0.9.1} @@ -74,7 +73,6 @@ Requires: python-parsel >= 1.5.0 Requires: python-pyOpenSSL >= 21.0.0 Requires: python-queuelib >= 1.4.2 Requires: python-service_identity >= 18.1.0 -Requires: python-setuptools Requires: python-tldextract Requires: python-w3lib >= 1.17.2 Requires: python-zope.interface >= 5.1.0 @@ -90,7 +88,6 @@ retrieval to monitoring or testing web sites. %package -n %{name}-doc Summary: Documentation for %{name} -Group: Documentation/HTML %description -n %{name}-doc Provides documentation for %{name}. diff --git a/scrapy-2.11.2.tar.gz b/scrapy-2.11.2.tar.gz deleted file mode 100644 index dec29ba..0000000 --- a/scrapy-2.11.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfbd565384fc3fffeba121f5a3a2d0899ac1f756d41432ca0879933fbfb3401d -size 1187710 diff --git a/scrapy-2.12.0.tar.gz b/scrapy-2.12.0.tar.gz new file mode 100644 index 0000000..5c4133d --- /dev/null +++ b/scrapy-2.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66d6e76009b12447604196875a463b61d10721140032a8084a0a52df7f4788f +size 1210998