forked from pool/python-Parsley
Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| eb627cb1c6 | |||
| 1399b8c651 | |||
| 2ebd3d0807 |
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 14 06:09:38 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Support both lowercased and unnormalized metadata directory names.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 25 04:22:49 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Lowercase metadata directory name.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 9 03:38:03 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
Tue Jan 9 03:38:03 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Parsley
|
# spec file for package python-Parsley
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -37,7 +37,7 @@ BuildRequires: %{python_module wheel}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Provides: python-parsley
|
Provides: python-parsley
|
||||||
Obsoletes: %{oldpython}-Parsley-doc
|
Obsoletes: %{oldpython}-Parsley-doc
|
||||||
Obsoletes: python-Parsley-doc
|
Obsoletes: python-Parsley-doc
|
||||||
@@ -101,6 +101,6 @@ export LANG=en_US.UTF-8
|
|||||||
%pycache_only %{python_sitelib}/__pycache__/parsley.*.py*
|
%pycache_only %{python_sitelib}/__pycache__/parsley.*.py*
|
||||||
%{python_sitelib}/terml
|
%{python_sitelib}/terml
|
||||||
%{python_sitelib}/ometa
|
%{python_sitelib}/ometa
|
||||||
%{python_sitelib}/Parsley-%{version}.dist-info
|
%{python_sitelib}/[Pp]arsley-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user