From 51bb11934c408225e199b3262593bb2a867b9ebc8fd7fb6a4002715452e7decf Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 10 Dec 2018 19:15:37 +0000 Subject: [PATCH] osc copypac from project:devel:languages:python:misc package:python-scrypt revision:2, using expand OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scrypt?expand=0&rev=1 --- .gitattributes | 23 +++++++++++++++++ .gitignore | 1 + python-scrypt.changes | 11 ++++++++ python-scrypt.spec | 58 +++++++++++++++++++++++++++++++++++++++++++ scrypt-0.8.6.tar.gz | 3 +++ 5 files changed, 96 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 python-scrypt.changes create mode 100644 python-scrypt.spec create mode 100644 scrypt-0.8.6.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-scrypt.changes b/python-scrypt.changes new file mode 100644 index 0000000..2f2dc39 --- /dev/null +++ b/python-scrypt.changes @@ -0,0 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 10 12:06:44 UTC 2018 - Thomas Bechtold + +- update to 0.8.6: + No changelog provided + +------------------------------------------------------------------- +Sat Apr 22 17:06:52 UTC 2017 - aloisio@gmx.com + +- Initial package (0.8.0) + diff --git a/python-scrypt.spec b/python-scrypt.spec new file mode 100644 index 0000000..cd4e972 --- /dev/null +++ b/python-scrypt.spec @@ -0,0 +1,58 @@ +# +# spec file for package python-scrypt +# +# 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-scrypt +Version: 0.8.6 +Release: 0 +Summary: Bindings for scrypt +License: BSD-2-Clause +Group: Development/Languages/Python +Url: http://bitbucket.org/mhallin/py-scrypt +Source0: https://files.pythonhosted.org/packages/source/s/scrypt/scrypt-%{version}.tar.gz +BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: gcc +BuildRequires: pkgconfig(openssl) +BuildRequires: python-rpm-macros +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%python_subpackages + +%description +Bindings for the scrypt key derivation function library. + +%prep +%setup -q -n scrypt-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes -s %{buildroot}%{$python_sitearch} + +%files %{python_files} +%defattr(-,root,root) +%doc README.rst +%pycache_only %{python_sitearch}/scrypt/__pycache__ +%{python_sitearch}/_scrypt*.so +%{python_sitearch}/scrypt/ +%{python_sitearch}/scrypt-%{version}-py%{python_version}.egg-info + +%changelog diff --git a/scrypt-0.8.6.tar.gz b/scrypt-0.8.6.tar.gz new file mode 100644 index 0000000..91635df --- /dev/null +++ b/scrypt-0.8.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8239b2d47fa1d40bc27efd231dc7083695d10c1c2ac51a99380360741e0362d +size 52986