Hello community,

here is the log from the commit of package python-libnacl for openSUSE:Factory 
checked in at 2014-09-10 17:02:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libnacl (Old)
 and      /work/SRC/openSUSE:Factory/.python-libnacl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-libnacl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-libnacl/python-libnacl.changes    
2014-09-03 08:30:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-libnacl.new/python-libnacl.changes       
2014-09-10 17:02:51.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep  9 21:14:30 UTC 2014 - [email protected]
+
+- Updated to 1.3.5
+ + only updates for py3
+
+-------------------------------------------------------------------

Old:
----
  libnacl-1.3.4.tar.gz

New:
----
  libnacl-1.3.5.tar.gz

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

Other differences:
------------------
++++++ python-libnacl.spec ++++++
--- /var/tmp/diff_new_pack.eZTsrB/_old  2014-09-10 17:02:53.000000000 +0200
+++ /var/tmp/diff_new_pack.eZTsrB/_new  2014-09-10 17:02:53.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           python-libnacl
-Version:        1.3.4
+Version:        1.3.5
 Release:        0
 License:        Apache-2.0
 Summary:        Python bindings for libsodium/tweetnacl based on ctypes

++++++ libnacl-1.3.4.tar.gz -> libnacl-1.3.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnacl-1.3.4/PKG-INFO new/libnacl-1.3.5/PKG-INFO
--- old/libnacl-1.3.4/PKG-INFO  2014-09-01 01:46:16.000000000 +0200
+++ new/libnacl-1.3.5/PKG-INFO  2014-09-03 20:27:24.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libnacl
-Version: 1.3.4
+Version: 1.3.5
 Summary: Python bindings for libsodium/tweetnacl based on ctypes
 Home-page: https://libnacl.readthedocs.org/
 Author: Thomas S Hatch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnacl-1.3.4/doc/conf.py 
new/libnacl-1.3.5/doc/conf.py
--- old/libnacl-1.3.4/doc/conf.py       2014-09-01 01:37:44.000000000 +0200
+++ new/libnacl-1.3.5/doc/conf.py       2014-09-03 20:26:34.000000000 +0200
@@ -53,7 +53,7 @@
 # built documents.
 #
 # The short X.Y version.
-version = '1.3.4'
+version = '1.3.5'
 # The full version, including alpha/beta/rc tags.
 release = version
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnacl-1.3.4/libnacl/__init__.py 
new/libnacl-1.3.5/libnacl/__init__.py
--- old/libnacl-1.3.4/libnacl/__init__.py       2014-09-01 01:34:16.000000000 
+0200
+++ new/libnacl-1.3.5/libnacl/__init__.py       2014-09-03 20:25:13.000000000 
+0200
@@ -46,7 +46,7 @@
             return ctypes.cdll.LoadLibrary('libsodium.so')
         except OSError:
             pass
-        for soname_ver in xrange(4, __MAX_SONAME_VER + 1):
+        for soname_ver in range(4, __MAX_SONAME_VER + 1):
             try:
                 return ctypes.cdll.LoadLibrary(
                     'libsodium.so.{0}'.format(soname_ver)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnacl-1.3.4/libnacl/version.py 
new/libnacl-1.3.5/libnacl/version.py
--- old/libnacl-1.3.4/libnacl/version.py        2014-09-01 01:37:23.000000000 
+0200
+++ new/libnacl-1.3.5/libnacl/version.py        2014-09-03 20:26:18.000000000 
+0200
@@ -1 +1 @@
-__version__ = '1.3.4'
+__version__ = '1.3.5'

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to