commit edd93623affcd144fdbe77d035e248717e5e6e857b2856a9a000c8d482a82c98 Author: Tomáš Chvátal Date: Thu Jan 16 19:36:06 2020 +0000 Accepting request 765029 from home:mcalabkova:branches:devel:languages:python because of aioftp OBS-URL: https://build.opensuse.org/request/show/765029 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-siosocks?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/python-siosocks.changes b/python-siosocks.changes new file mode 100644 index 0000000..354ad2d --- /dev/null +++ b/python-siosocks.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Thu Jan 16 15:49:04 UTC 2020 - Marketa Calabkova + +- initial packaging (v0.1.0) diff --git a/python-siosocks.spec b/python-siosocks.spec new file mode 100644 index 0000000..9c06bc7 --- /dev/null +++ b/python-siosocks.spec @@ -0,0 +1,76 @@ +# +# spec file for package python-siosocks +# +# Copyright (c) 2020 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 +Name: python-siosocks +Version: 0.1.0 +Release: 0 +Summary: Sans-io socks proxy client/server with couple io backends +License: MIT +Group: Development/Languages/Python +URL: https://github.com/pohmelie/siosocks +Source: https://files.pythonhosted.org/packages/source/s/siosocks/siosocks-%{version}.tar.gz +BuildRequires: %{python_module pytest-asyncio} +BuildRequires: %{python_module pytest-trio} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module trio} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-trio +BuildArch: noarch +%python_subpackages + +%description +Sans-io (https://sans-io.readthedocs.io/) socks 4/5 client/server library/framework. + +# Reasons +* No one-shot socks servers +* Sans-io +* asyncio-ready twunnel3 (https://github.com/jvansteirteghem/twunnel3) is dead +* aiosocks (https://github.com/nibrag/aiosocks) do not mimic `asyncio.open_connection` arguments (maybe dead too) +* Fun + +# Features +* Only tcp connect (no bind, no udp) +* Both client and server +* Socks versions: 4, 4a, 5 +* Socks5 auth: no auth, username/password +* Couple io backends: asyncio, trio, socketserver +* One-shot socks server (`python -m siosocks`) + +%prep +%setup -q -n siosocks-%{version} + +%build +%python_build + +%check +%pytest + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%files %{python_files} +%doc readme.md +%license license.txt +%{python_sitelib}/* + +%changelog diff --git a/siosocks-0.1.0.tar.gz b/siosocks-0.1.0.tar.gz new file mode 100644 index 0000000..cd198c7 --- /dev/null +++ b/siosocks-0.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec516338e16a036b415a4e0468742d5648fa2c87b3b9802f3c04803d397bbda +size 45595