15
0
forked from pool/python-PyYAML

Accepting request 1270976 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1270976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyYAML?expand=0&rev=36
This commit is contained in:
2025-04-20 07:34:44 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 17 18:31:57 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- dont use suse version for the dist info handling as people can
build with newer setuptools on older distros
-------------------------------------------------------------------
Tue Apr 1 12:54:40 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -72,10 +72,6 @@ ulimit -Sn 2048
%doc CHANGES README.md examples/
%{python_sitearch}/yaml
%{python_sitearch}/_yaml
%if 0%{?suse_version} > 1600
%{python_sitearch}/pyyaml-%{version}.dist-info
%else
%{python_sitearch}/PyYAML-%{version}.dist-info
%endif
%{python_sitearch}/[Pp]y[Yy][Aa][Mm][Ll]-%{version}.dist-info
%changelog