14
0

Accepting request 1270975 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1270975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyOpenSSL?expand=0&rev=59
This commit is contained in:
2025-04-20 07:34:42 +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:29:52 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 13:15:19 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -97,11 +97,7 @@ export LC_ALL=en_US.UTF-8
%license LICENSE
%doc *.rst
%{python_sitelib}/OpenSSL/
%if 0%{?suse_version} > 1600
%{python_sitelib}/pyopenssl-%{version}.dist-info
%else
%{python_sitelib}/pyOpenSSL-%{version}.dist-info
%endif
%{python_sitelib}/py[Oo]pen[Ss][Ss][Ll]-%{version}.dist-info
%endif
%changelog