From 0129bd9c6912259f7d943026c84751b80a9acec6864ca15d6efb3ac9cfd652b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 16 Oct 2019 12:36:04 +0000 Subject: [PATCH] osc copypac from project:home:jfita:sr.ht package:python-sshpubkeys revision:4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sshpubkeys?expand=0&rev=1 --- .gitattributes | 23 ++++++++++++++++++++ .gitignore | 1 + python-sshpubkeys.changes | 5 +++++ python-sshpubkeys.spec | 45 +++++++++++++++++++++++++++++++++++++++ sshpubkeys-3.1.0.tar.gz | 3 +++ 5 files changed, 77 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 python-sshpubkeys.changes create mode 100644 python-sshpubkeys.spec create mode 100644 sshpubkeys-3.1.0.tar.gz 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-sshpubkeys.changes b/python-sshpubkeys.changes new file mode 100644 index 0000000..3b7ecee --- /dev/null +++ b/python-sshpubkeys.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Thu Jan 10 09:34:28 UTC 2019 - Jordi Fita + +- Version 3.1.0 + diff --git a/python-sshpubkeys.spec b/python-sshpubkeys.spec new file mode 100644 index 0000000..a26c454 --- /dev/null +++ b/python-sshpubkeys.spec @@ -0,0 +1,45 @@ +# +# spec file for package python-sshpubkeys +# + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +Name: python-sshpubkeys +Version: 3.1.0 +Release: 0 +License: BSD-3-Clause +Summary: SSH public key parser +Url: https://github.com/ojarva/python-sshpubkeys +Group: Development/Languages/Python +Source: https://files.pythonhosted.org/packages/source/s/sshpubkeys/sshpubkeys-%{version}.tar.gz +BuildRequires: python-rpm-macros +BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module cryptography >= 2.1.4} +BuildRequires: %{python_module ecdsa >= 0.13} +BuildRequires: fdupes +Requires: python-cryptography >= 2.1.4 +Requires: python-ecdsa >= 0.13 +Suggests: python-twine +Suggests: python-wheel +BuildArch: noarch + +%python_subpackages + +%description +OpenSSH Public Key Parser for Python + +%prep +%setup -q -n sshpubkeys-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%files %{python_files} +%doc README.rst +%{python_sitelib}/* + +%changelog diff --git a/sshpubkeys-3.1.0.tar.gz b/sshpubkeys-3.1.0.tar.gz new file mode 100644 index 0000000..7054971 --- /dev/null +++ b/sshpubkeys-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b388399caeeccdc145f06fd0d2665eeecc545385c60b55c282a15a022215af80 +size 10597