Hello community,

here is the log from the commit of package python-PyNaCl for openSUSE:Factory 
checked in at 2019-09-30 15:56:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyNaCl (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyNaCl.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyNaCl"

Mon Sep 30 15:56:24 2019 rev:6 rq:733177 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyNaCl/python-PyNaCl.changes      
2019-07-30 13:01:00.154441340 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyNaCl.new.2352/python-PyNaCl.changes    
2019-09-30 15:56:26.709688275 +0200
@@ -1,0 +2,5 @@
+Wed Sep 25 14:15:57 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Add missing runtime dependency on cffi
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-PyNaCl.spec ++++++
--- /var/tmp/diff_new_pack.YzP4e4/_old  2019-09-30 15:56:27.713685604 +0200
+++ /var/tmp/diff_new_pack.YzP4e4/_new  2019-09-30 15:56:27.713685604 +0200
@@ -23,25 +23,25 @@
 Summary:        Python binding to the Networking and Cryptography (NaCl) 
library
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            https://github.com/pyca/pynacl/
+URL:            https://github.com/pyca/pynacl/
 Source:         
https://pypi.org/packages/source/P/PyNaCl/PyNaCl-%{version}.tar.gz
 # 
https://github.com/pyca/pynacl/commit/a8c08b18f3a2e8f2140c531afaf42715fcab68e7
 Patch0:         python-PyNaCl-hypothesis-remove-average_size.patch
 Patch1:         fix_tests.patch
-BuildRequires:  %{python_module base}
 BuildRequires:  %{python_module cffi}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pycparser}
 BuildRequires:  %{python_module setuptools}
-# SECTION test requirements
-BuildRequires:  %{python_module hypothesis >= 3.27.0}
-BuildRequires:  %{python_module pytest >= 3.2.1}
-# /SECTION
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(libsodium)
+Requires:       python-cffi
 Requires:       python-six
+# SECTION test requirements
+BuildRequires:  %{python_module hypothesis >= 3.27.0}
+BuildRequires:  %{python_module pytest >= 3.2.1}
+# /SECTION
 %python_subpackages
 
 %description
@@ -63,7 +63,7 @@
 %python_expand %fdupes %{buildroot}/%{$python_sitearch}
 
 %check
-%pytest_arch -v
+%pytest_arch
 
 %files %{python_files}
 %license LICENSE


Reply via email to