Hello community,

here is the log from the commit of package python-PyNaCl for openSUSE:Factory 
checked in at 2018-01-10 23:32:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyNaCl (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyNaCl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyNaCl"

Wed Jan 10 23:32:55 2018 rev:2 rq:559379 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyNaCl/python-PyNaCl.changes      
2017-08-12 20:24:07.889849731 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyNaCl.new/python-PyNaCl.changes 
2018-01-10 23:32:57.726234029 +0100
@@ -1,0 +2,6 @@
+Fri Dec 22 14:13:04 UTC 2017 - mimi...@gmail.com
+
+- update to 1.2.1
+- use system libsodium
+
+-------------------------------------------------------------------

Old:
----
  PyNaCl-1.1.2.tar.gz

New:
----
  PyNaCl-1.2.1.tar.gz

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

Other differences:
------------------
++++++ python-PyNaCl.spec ++++++
--- /var/tmp/diff_new_pack.cADDvS/_old  2018-01-10 23:32:59.734139804 +0100
+++ /var/tmp/diff_new_pack.cADDvS/_new  2018-01-10 23:32:59.738139615 +0100
@@ -1,3 +1,4 @@
+#
 # spec file for package python-PyNaCl
 #
 # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
@@ -12,26 +13,28 @@
 # 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
+Version:        1.2.1
 Release:        0
-License:        Apache-2.0
 Summary:        Python binding to the Networking and Cryptography (NaCl) 
library
-Url:            https://github.com/pyca/pynacl/
+License:        Apache-2.0
 Group:          Development/Languages/Python
-Source:         
https://pypi.python.org/packages/8d/f3/02605b056e465bf162508c4d1635a2bccd9abd1ee3ed2a1bb4e9676eac33/PyNaCl-%{version}.tar.gz
+Url:            https://github.com/pyca/pynacl/
+Source:         
https://pypi.org/packages/source/P/PyNaCl/PyNaCl-%{version}.tar.gz
 BuildRequires:  %{python_module base}
+BuildRequires:  %{python_module cffi}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pycparser}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module cffi}
-BuildRequires:  python-rpm-macros
 BuildRequires:  fdupes
+BuildRequires:  pkgconfig
+BuildRequires:  python-rpm-macros
+BuildRequires:  pkgconfig(libsodium)
 Requires:       python-six
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 %python_subpackages
 
 %description
@@ -41,8 +44,10 @@
 
 %prep
 %setup -q -n PyNaCl-%{version}
+rm -Rf src/libsodium
 
 %build
+export SODIUM_INSTALL="system"
 %python_build
 
 %install
@@ -50,8 +55,8 @@
 %python_expand %fdupes %{buildroot}/%{$python_sitearch}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitearch}/*
 
 %changelog

++++++ PyNaCl-1.1.2.tar.gz -> PyNaCl-1.2.1.tar.gz ++++++
++++ 73873 lines of diff (skipped)


Reply via email to