Hello community, here is the log from the commit of package python3-cffi for openSUSE:Factory checked in at 2015-03-05 15:42:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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.changes 2014-09-06 12:18:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-cffi.new/python3-cffi.changes 2015-03-05 18:16:53.000000000 +0100 @@ -1,0 +2,22 @@ +Tue Mar 3 16:49:29 UTC 2015 - [email protected] + +- specfile: + * update copyright year + * run test via py.test -c x testing + +- update to version 0.9.0: + * the types TBYTE TCHAR LPCTSTR PCTSTR LPTSTR PTSTR PTBYTE PTCHAR + are no longer automatically defined; see ffi.set_unicode() below. + * the other standard integer types from stdint.h, as long as they + map to integers of 1, 2, 4 or 8 bytes. Larger integers are not + supported. + * You can give C++ source code in ffi.verify() + * The optional flags argument has been added, see man dlopen + (ignored on Windows). It defaults to ffi.RTLD_NOW. + * The optional relative_to argument is useful if you need to list + local files passed to the C compiler + * You can give several field names in case of nested structures. + * You can give several field names in case of nested structures, and + you can give numeric values for array items. + +------------------------------------------------------------------- Old: ---- cffi-0.8.6.tar.gz New: ---- cffi-0.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-cffi.spec ++++++ --- /var/tmp/diff_new_pack.wn2EoU/_old 2015-03-05 18:16:54.000000000 +0100 +++ /var/tmp/diff_new_pack.wn2EoU/_new 2015-03-05 18:16:54.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package python-cffi +# spec file for package python3-cffi # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -13,23 +13,25 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + Name: python3-cffi -Version: 0.8.6 +Version: 0.9.0 Release: 0 -License: MIT Summary: Foreign Function Interface for Python calling C code -Url: http://cffi.readthedocs.org +License: MIT Group: Development/Languages/Python +Url: http://cffi.readthedocs.org Source0: http://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz -BuildRequires: pkgconfig(libffi) BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: pkgconfig(libffi) # Documentation requirements: BuildRequires: python3-Sphinx # Test requirements: -BuildRequires: python3-pytest BuildRequires: python3-pycparser +BuildRequires: python3-pytest Requires: python3-pycparser BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -48,7 +50,7 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %check -PYTHONPATH=%{buildroot}%{python3_sitearch} py.test +PYTHONPATH=%{buildroot}%{python3_sitearch} py.test -x c testing %files %defattr(-,root,root,-) ++++++ cffi-0.8.6.tar.gz -> cffi-0.9.0.tar.gz ++++++ ++++ 4870 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
