commit d321e7d0c6d2fe3cfa13a21ae978821e9e97242f6036283f8c22d6cf25fff106 Author: Tomas Cech Date: Sun Jun 11 17:18:02 2017 +0000 Accepting request 502889 from home:mimi_vx Pynacl .. req for Paramiko 2.2+ OBS-URL: https://build.opensuse.org/request/show/502889 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?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/PyNaCl-1.1.2.tar.gz b/PyNaCl-1.1.2.tar.gz new file mode 100644 index 0000000..1a61900 --- /dev/null +++ b/PyNaCl-1.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f52b754abf07c319c04ce16905109cab44b0e7f7c79497431d3b2000f8af8c +size 3099766 diff --git a/python-PyNaCl.changes b/python-PyNaCl.changes new file mode 100644 index 0000000..1c571df --- /dev/null +++ b/python-PyNaCl.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Sun Jun 11 16:20:28 UTC 2017 - mimi.vx@gmail.com + +- initial import diff --git a/python-PyNaCl.spec b/python-PyNaCl.spec new file mode 100644 index 0000000..9e3235e --- /dev/null +++ b/python-PyNaCl.spec @@ -0,0 +1,58 @@ +# spec file for package python-PyNaCl +# +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# +# 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 http://bugs.opensuse.org/ + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +Name: python-PyNaCl +Version: 1.1.2 +Release: 0 +License: Apache-2.0 +Summary: Python binding to the Networking and Cryptography (NaCl) library +Url: https://github.com/pyca/pynacl/ +Group: Development/Languages/Python +Source: https://pypi.python.org/packages/8d/f3/02605b056e465bf162508c4d1635a2bccd9abd1ee3ed2a1bb4e9676eac33/PyNaCl-%{version}.tar.gz +BuildRequires: %{python_module base} +BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module cffi} +BuildRequires: python-rpm-macros +BuildRequires: fdupes +Requires: python-six +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%python_subpackages + +%description +PyNaCl is a Python binding to the `Networking and Cryptography library`_, +a crypto library with the stated goal of improving usability, security and +speed. + +%prep +%setup -q -n PyNaCl-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}/%{$python_sitearch} + +%files %{python_files} +%defattr(-,root,root,-) +%doc LICENSE README.rst +%{python_sitearch}/* + +%changelog +