Hello community, here is the log from the commit of package python-scrypt for openSUSE:Factory checked in at 2019-03-28 22:50:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scrypt (Old) and /work/SRC/openSUSE:Factory/.python-scrypt.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scrypt" Thu Mar 28 22:50:06 2019 rev:2 rq:689366 version:0.8.13 Changes: -------- --- /work/SRC/openSUSE:Factory/python-scrypt/python-scrypt.changes 2018-12-11 15:49:07.706120629 +0100 +++ /work/SRC/openSUSE:Factory/.python-scrypt.new.25356/python-scrypt.changes 2019-03-28 22:50:08.815037842 +0100 @@ -1,0 +2,12 @@ +Thu Mar 28 12:15:20 UTC 2019 - [email protected] + +- version update to 0.8.13 + * improve build for conda forge + * Add SCRYPT_WINDOWS_LINK_LEGACY_OPENSSL environment variable, + when set, openssl 1.0.2 is linked + * fix build for conda feedstock + * use the static libcrypto_static for windows and openssl 1.1.1 +- enable testsuite +- package LICENSE + +------------------------------------------------------------------- Old: ---- scrypt-0.8.6.tar.gz New: ---- scrypt-0.8.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scrypt.spec ++++++ --- /var/tmp/diff_new_pack.pNwRSd/_old 2019-03-28 22:50:09.679037651 +0100 +++ /var/tmp/diff_new_pack.pNwRSd/_new 2019-03-28 22:50:09.683037650 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-scrypt # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,13 +12,13 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-scrypt -Version: 0.8.6 +Version: 0.8.13 Release: 0 Summary: Bindings for scrypt License: BSD-2-Clause @@ -29,8 +29,11 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: gcc -BuildRequires: pkgconfig(openssl) BuildRequires: python-rpm-macros +BuildRequires: pkgconfig(openssl) +# SECTION test requires +BuildRequires: %{python_module pytest} +# /SECTION BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages @@ -47,9 +50,13 @@ %python_install %python_expand %fdupes -s %{buildroot}%{$python_sitearch} +%check +%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -mpytest + %files %{python_files} %defattr(-,root,root) %doc README.rst +%license LICENSE %pycache_only %{python_sitearch}/scrypt/__pycache__ %{python_sitearch}/_scrypt*.so %{python_sitearch}/scrypt/ ++++++ scrypt-0.8.6.tar.gz -> scrypt-0.8.13.tar.gz ++++++ ++++ 1952 lines of diff (skipped)
