diff --git a/python-Protego.changes b/python-Protego.changes index 19c107f..36929bf 100644 --- a/python-Protego.changes +++ b/python-Protego.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 03:54:52 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Fri Jan 24 14:06:24 UTC 2025 - Yunus Acar diff --git a/python-Protego.spec b/python-Protego.spec index aa97929..2d18610 100644 --- a/python-Protego.spec +++ b/python-Protego.spec @@ -21,7 +21,6 @@ Version: 0.4.0 Release: 0 Summary: Pure-Python robotstxt parser with support for modern conventions License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/scrapy/protego Source: https://files.pythonhosted.org/packages/source/P/Protego/protego-%{version}.tar.gz BuildRequires: %{python_module pip} @@ -52,7 +51,7 @@ Protego is a pure-Python `robots.txt` parser with support for modern conventions %doc README.rst %license LICENSE %{python_sitelib}/protego.py -%{python_sitelib}/Protego-%{version}* -%pycache_only %{python_sitelib}/__pycache__ +%pycache_only %{python_sitelib}/__pycache__/protego*pyc +%{python_sitelib}/protego-%{version}.dist-info %changelog