public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-sshtunnel] paramiko-dss: initial import
@ 2026-06-07 5:25 Itamar Reis Peixoto
0 siblings, 0 replies; only message in thread
From: Itamar Reis Peixoto @ 2026-06-07 5:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-sshtunnel
Branch : paramiko-dss
Commit : 9d56a3e1fc66a409bafe60889a5b73b5f0edc42f
Author : Itamar Reis Peixoto <itamar@ispbrasil.com.br>
Date : 2020-05-05T10:11:59-03:00
Stats : +56/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-sshtunnel/c/9d56a3e1fc66a409bafe60889a5b73b5f0edc42f?branch=paramiko-dss
Log:
initial import
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b7b7cd0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/sshtunnel-0.1.5.tar.gz
diff --git a/python-sshtunnel.spec b/python-sshtunnel.spec
new file mode 100644
index 0000000..e6c5a6a
--- /dev/null
+++ b/python-sshtunnel.spec
@@ -0,0 +1,54 @@
+%global pypi_name sshtunnel
+
+Name: python-%{pypi_name}
+Version: 0.1.5
+Release: 1%{?dist}
+Summary: Pure python SSH tunnels
+
+License: MIT
+URL: https://github.com/pahaz/sshtunnel
+Source0: %{pypi_source}
+BuildArch: noarch
+
+BuildRequires: python3-devel
+BuildRequires: python3dist(check-manifest)
+BuildRequires: python3dist(paramiko) >= 1.15.2
+BuildRequires: python3dist(setuptools)
+BuildRequires: python3dist(tox) >= 1.8.1
+
+%description
+Pure python SSH tunnels
+
+%package -n python3-%{pypi_name}
+Summary: %{summary}
+%{?python_provide:%python_provide python3-%{pypi_name}}
+Requires: python3dist(paramiko) >= 1.15.2
+Requires: python3dist(setuptools)
+Requires: python3dist(tox) >= 1.8.1
+
+%description -n python3-%{pypi_name}
+Pure python SSH tunnels
+
+
+%prep
+%autosetup -n %{pypi_name}-%{version}
+# Remove bundled egg-info
+rm -rf %{pypi_name}.egg-info
+
+%build
+%py3_build
+
+%install
+%py3_install
+
+%files -n python3-%{pypi_name}
+%license LICENSE
+%doc README.rst
+%{_bindir}/sshtunnel
+%{python3_sitelib}/__pycache__/*
+%{python3_sitelib}/%{pypi_name}.py
+%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
+
+%changelog
+* Mon May 04 2020 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.1.5-1
+- Initial package.
diff --git a/sources b/sources
new file mode 100644
index 0000000..1f58044
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (sshtunnel-0.1.5.tar.gz) = ae804865a83bae8443cff1a73b168ffb8aac0c5c4fa6c7a5e142f4f95b4eef34bc7674588fa8797fa35b2685016828bcb137f4102e84ea15089671cf64503d17
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-07 5:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-07 5:25 [rpms/python-sshtunnel] paramiko-dss: initial import Itamar Reis Peixoto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox