14
0

Accepting request 1269102 from devel:languages:python

- Support both lowercased and unnormalized metadata directory names.

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1269102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Protego?expand=0&rev=7
This commit is contained in:
2025-04-14 14:08:26 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Apr 14 06:10:41 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
-------------------------------------------------------------------
Tue Mar 25 03:54:52 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Fri Jan 24 14:06:24 UTC 2025 - Yunus Acar <yunus.acar@suse.com>

View File

@@ -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}/[Pp]rotego-%{version}.dist-info
%changelog