Hello community, here is the log from the commit of package python3-cffi for openSUSE:Factory checked in at 2016-06-25 01:56:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-cffi (Old) and /work/SRC/openSUSE:Factory/.python3-cffi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-cffi" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-cffi/python3-cffi-doc.changes 2016-06-21 12:29:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-cffi.new/python3-cffi-doc.changes 2016-06-25 01:56:13.000000000 +0200 @@ -1,0 +2,13 @@ +Wed Jun 22 07:34:45 UTC 2016 - [email protected] + +- Update to 1.7.0 + * ffi.gc(p, None) removes the destructor on an object previously created by + another call to ffi.gc() + * bool(ffi.cast("primitive type", x)) now returns False if the value is + zero (including -0.0), and True otherwise. Previously this would only + return False for cdata objects of a pointer type when the pointer is + NULL. + * bytearrays: ffi.from_buffer(bytearray-object) is now supported. + * C++: compiling the generated C code with bool type works + +------------------------------------------------------------------- python3-cffi.changes: same change Old: ---- cffi-1.6.0.tar.gz New: ---- cffi-1.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-cffi-doc.spec ++++++ --- /var/tmp/diff_new_pack.fZWC0V/_old 2016-06-25 01:56:14.000000000 +0200 +++ /var/tmp/diff_new_pack.fZWC0V/_new 2016-06-25 01:56:14.000000000 +0200 @@ -17,15 +17,15 @@ Name: python3-cffi-doc -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: Documentation for python3-cffi License: MIT Group: Documentation/HTML Url: http://cffi.readthedocs.org Source0: https://files.pythonhosted.org/packages/source/c/cffi/cffi-%{version}.tar.gz -BuildRequires: python3-cffi BuildRequires: python3-Sphinx +BuildRequires: python3-cffi Recommends: python3-cffi BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ python3-cffi.spec ++++++ --- /var/tmp/diff_new_pack.fZWC0V/_old 2016-06-25 01:56:14.000000000 +0200 +++ /var/tmp/diff_new_pack.fZWC0V/_new 2016-06-25 01:56:14.000000000 +0200 @@ -17,7 +17,7 @@ Name: python3-cffi -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: Foreign Function Interface for Python calling C code License: MIT @@ -48,6 +48,7 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %check +PYTHONPATH=%{buildroot}%{python3_sitearch} py.test -x c testing/cffi1/test_verify1.py PYTHONPATH=%{buildroot}%{python3_sitearch} py.test -x c testing %files ++++++ cffi-1.6.0.tar.gz -> cffi-1.7.0.tar.gz ++++++ ++++ 2193 lines of diff (skipped)
