From 4d8b46a333ddb05e5ed2a0aead9a8ffe25ee9f1db69302fcd3057193487e93bc Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 03:55:05 +0000 Subject: [PATCH] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Protego?expand=0&rev=14 --- python-Protego.changes | 5 +++++ python-Protego.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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