14
0
2023-07-05 07:43:42 +00:00
committed by Git OBS Bridge
parent a5bd6dfa15
commit 32864f367b
2 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 5 07:43:34 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Clean up SPEC file.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 4 11:32:43 UTC 2023 - ecsos <ecsos@opensuse.org> Tue Jul 4 11:32:43 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@@ -24,7 +24,8 @@ Summary: Core proxy client functionality for Python
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/romis2012/python-socks URL: https://github.com/romis2012/python-socks
Source: https://files.pythonhosted.org/packages/source/p/python-socks/python-socks-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/python-socks/python-socks-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
@@ -37,22 +38,23 @@ Supports SOCKS4(a), SOCKS5, HTTP (tunneling) proxy and provides sync and async
directly. It is used internally by aiohttp-socks and httpx-socks packages. directly. It is used internally by aiohttp-socks and httpx-socks packages.
%prep %prep
%setup -q -n python-socks-%{version} %autosetup -p1 -n python-socks-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
# try at least a simple import # try at least a simple import
echo 'from python_socks import ProxyType' | $python %python_exec -c 'from python_socks import ProxyType'
%files %{python_files} %files %{python_files}
%doc README.md %doc README.md
%license LICENSE.txt %license LICENSE.txt
%{python_sitelib}/* %{python_sitelib}/python_socks
%{python_sitelib}/python_socks-%{version}*-info
%changelog %changelog