Hello community,

here is the log from the commit of package python-scrypt for openSUSE:Factory 
checked in at 2018-12-11 15:49:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scrypt (Old)
 and      /work/SRC/openSUSE:Factory/.python-scrypt.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-scrypt"

Tue Dec 11 15:49:06 2018 rev:1 rq:656931 version:0.8.6

Changes:
--------
New Changes file:

--- /dev/null   2018-10-29 14:05:42.522318975 +0100
+++ /work/SRC/openSUSE:Factory/.python-scrypt.new.19453/python-scrypt.changes   
2018-12-11 15:49:07.706120629 +0100
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Mon Dec 10 12:06:44 UTC 2018 - Thomas Bechtold <tbecht...@suse.com>
+
+- update to 0.8.6:
+  No changelog provided
+
+-------------------------------------------------------------------
+Sat Apr 22 17:06:52 UTC 2017 - aloi...@gmx.com
+
+- Initial package (0.8.0)
+

New:
----
  python-scrypt.changes
  python-scrypt.spec
  scrypt-0.8.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-scrypt.spec ++++++
#
# 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

Reply via email to