14
0

Accepting request 1096797 from home:ecsos:python

- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1096797
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp-socks?expand=0&rev=16
This commit is contained in:
2023-07-05 07:09:24 +00:00
committed by Git OBS Bridge
parent 66706c6b87
commit 3861421b89
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 4 11:31:01 UTC 2023 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Thu Feb 23 14:34:21 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -16,8 +16,7 @@
#
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-aiohttp-socks
Version: 0.8.0
Release: 0
@@ -62,7 +61,7 @@ dos2unix README.md
#%%pytest
# so try at least a simple import
echo 'from aiohttp_socks import ProxyConnector'|python3
echo 'from aiohttp_socks import ProxyConnector'| $python
%files %{python_files}
%doc README.md