public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Itamar Reis Peixoto <itamar@ispbrasil.com.br>
To: git-commits@fedoraproject.org
Subject: [rpms/python-sshtunnel] paramiko-dss: initial import
Date: Sun, 07 Jun 2026 05:25:27 GMT	[thread overview]
Message-ID: <178080992709.1.4372601204383106532.rpms-python-sshtunnel-9d56a3e1fc66@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-06-07  5:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178080992709.1.4372601204383106532.rpms-python-sshtunnel-9d56a3e1fc66@fedoraproject.org \
    --to=itamar@ispbrasil.com.br \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox