Compare commits

1 Commits
1.1 ... main

2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Apr 1 12:45:29 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make the dist-info name case-insensitive
-------------------------------------------------------------------
Wed Mar 26 01:39:43 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 11 08:46:23 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Wed Dec 11 08:46:23 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-WebOb # spec file for package python-WebOb
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -74,7 +74,7 @@ PYTHONPATH=./src sphinx-build -b html docs build/sphinx/html && rm -r build/sphi
%license docs/license.txt %license docs/license.txt
%doc CHANGES.txt README.rst %doc CHANGES.txt README.rst
%{python_sitelib}/webob %{python_sitelib}/webob
%{python_sitelib}/WebOb-%{version}.dist-info %{python_sitelib}/[wW]eb[oO]b-%{version}.dist-info
%if 0%{?suse_version} > 1500 %if 0%{?suse_version} > 1500
%files -n python-WebOb-doc %files -n python-WebOb-doc