Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
d26e04f2fb |
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 1 12:34:48 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Make the dist-info name case-insensitive
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 25 03:53:06 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Lowercase metadata directory name.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 9 13:50:11 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Tue May 9 13:50:11 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-PasteDeploy
|
# spec file for package python-PasteDeploy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 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
|
||||||
@@ -69,8 +69,8 @@ sed -i -e '/^addopts/s/ --cov//' pytest.ini
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license license.txt
|
%license license.txt
|
||||||
# %%{python_sitelib}/PasteDeploy-%%{version}*-info
|
# %%{python_sitelib}/[pP]aste[dD]eploy-%{version}*-info
|
||||||
%{python_sitelib}/PasteDeploy-2.1.1*-info
|
%{python_sitelib}/[pP]aste[dD]eploy-2.1.1.dist-info
|
||||||
%{python_sitelib}/PasteDeploy-2.1.1*-nspkg.pth
|
%{python_sitelib}/PasteDeploy-2.1.1*-nspkg.pth
|
||||||
%{python_sitelib}/paste/deploy
|
%{python_sitelib}/paste/deploy
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user