From 2f3577d4c7ecbe9ea6845c4b8a3e622b01411de0 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sat, 18 Feb 2023 00:41:13 +0000 Subject: [PATCH] Auto sync2gitlab import of python3.11-pysocks-1.7.1-1.el8.src.rpm --- .gitignore | 1 + EMPTY | 1 - python3.11-pysocks.spec | 87 +++++++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 .gitignore delete mode 100644 EMPTY create mode 100644 python3.11-pysocks.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..12dfd65 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/PySocks-1.7.1.tar.gz diff --git a/EMPTY b/EMPTY deleted file mode 100644 index 0519ecb..0000000 --- a/EMPTY +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/python3.11-pysocks.spec b/python3.11-pysocks.spec new file mode 100644 index 0000000..485d90e --- /dev/null +++ b/python3.11-pysocks.spec @@ -0,0 +1,87 @@ +%global __python3 /usr/bin/python3.11 +%global python3_pkgversion 3.11 + +%if 0%{?fedora} +%global with_python3_tests 1 +%endif + +%global pypi_name PySocks +%global modname pysocks +%global sum A Python SOCKS client module + +Name: python%{python3_pkgversion}-%{modname} +Version: 1.7.1 +Release: 1%{?dist} +Summary: %{sum} + +License: BSD +URL: https://github.com/Anorov/%{pypi_name} +Source0: %pypi_source +BuildArch: noarch + +BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-rpm-macros +BuildRequires: python%{python3_pkgversion}-setuptools +# for tests +%if 0%{?with_python3_tests} +BuildRequires: python%{python3_pkgversion}-pytest +BuildRequires: python%{python3_pkgversion}-psutil +BuildRequires: python%{python3_pkgversion}-test_server +%endif + +%global _description \ +A fork of SocksiPy with bug fixes and extra features.\ +\ +Acts as a drop-in replacement to the socket module. Featuring:\ +\ +- SOCKS proxy client for Python 2.6 - 3.x\ +- TCP and UDP both supported\ +- HTTP proxy client included but not supported or recommended (you should use\ + urllib2's or requests' own HTTP proxy interface)\ +- urllib2 handler included. + +%description +%_description + + +%prep +%autosetup -n %{pypi_name}-%{version} +# drop useless 3rdparty code +rm -rfv test/bin + +%build +%py3_build + +%install +%py3_install + +%check +# https://github.com/Anorov/PySocks/issues/37 +# FIXME python module named test_server is needed but not packaged +%if 0%{?with_python3_tests} +%{__python3} setup.py test +%endif + + + +%files -n python%{python3_pkgversion}-%{modname} +%doc README.md +%license LICENSE +%{python3_sitelib}/socks.py* +%{python3_sitelib}/sockshandler.py* +%{python3_sitelib}/__pycache__/*socks* +%{python3_sitelib}/%{pypi_name}-%{version}-* + + +%changelog +* Mon Nov 14 2022 Charalampos Stratakis - 1.7.1-1 +- Initial package +- Fedora contributions by: + Carl George + Charalampos Stratakis + Kevin Fenzi + Miro HronĨok + Petr Viktorin + Ralph Bean + Raphael Groner + Tim Orling diff --git a/sources b/sources new file mode 100644 index 0000000..c26d44e --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (PySocks-1.7.1.tar.gz) = cef4a5ce8c67fb485644696a23bf68a721db47f3211212de2d4431eaf9ebd26077dd5a06f6dfa7fde2dcb9d7c1ed551facd014e999929cb4d7b504972c464016