diff --git a/python-scrapy.spec b/python-scrapy.spec index ee9a22d..7d45616 100644 --- a/python-scrapy.spec +++ b/python-scrapy.spec @@ -1,13 +1,13 @@ Name: python-scrapy -Version: 2.11.1 +Version: 2.12.0 Release: 1mamba Summary: A high-level Python Screen Scraping framework Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: Stefano Cotta Ramusino +Packager: Silvan Calarco URL: https://scrapy.org/ -Source: http://pypi.debian.net/Scrapy/Scrapy-%{version}.tar.gz +Source: http://pypi.debian.net/Scrapy/scrapy-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel @@ -26,7 +26,7 @@ It can be used for a wide range of purposes, from data mining to monitoring and %endif %prep -%setup -q -n Scrapy-%{version} +%setup -q -n scrapy-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build @@ -46,6 +46,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build %doc AUTHORS LICENSE %changelog +* Sun Nov 24 2024 Silvan Calarco 2.12.0-1mamba +- update to 2.12.0 + * Thu Feb 15 2024 Automatic Build System 2.11.1-1mamba - automatic version update by autodist