14
0

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
This commit is contained in:
Tomáš Chvátal
2019-10-16 12:36:04 +00:00
committed by Git OBS Bridge
commit 0129bd9c69
5 changed files with 77 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -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

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

View File

@@ -0,0 +1,5 @@
-------------------------------------------------------------------
Thu Jan 10 09:34:28 UTC 2019 - Jordi Fita <jfita@infoblitz.com>
- Version 3.1.0

45
python-sshpubkeys.spec Normal file
View File

@@ -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

3
sshpubkeys-3.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b388399caeeccdc145f06fd0d2665eeecc545385c60b55c282a15a022215af80
size 10597