14
0
forked from pool/python-pem

Accepting request 1096555 from devel:languages:python

- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1096555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pem?expand=0&rev=6
This commit is contained in:
2023-07-03 15:44:23 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 3 11:37:48 UTC 2023 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Tue Jun 21 20:37:10 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pem
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-pem
Version: 21.2.0
Release: 0
@@ -56,6 +56,7 @@ i.e. Base64 encoded DER keys and certificates.
%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%{python_sitelib}/pem
%{python_sitelib}/pem-%{version}*-info
%changelog