Hello community,

here is the log from the commit of package python-cffi for openSUSE:Factory 
checked in at 2014-06-24 22:45:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cffi (Old)
 and      /work/SRC/openSUSE:Factory/.python-cffi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cffi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cffi/python-cffi.changes  2013-10-25 
11:12:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-cffi.new/python-cffi.changes     
2014-06-24 22:45:52.000000000 +0200
@@ -1,0 +2,29 @@
+Mon May 19 16:35:30 UTC 2014 - jmate...@suse.com
+
+- update to 0.8.2
+  * minor bugfixes
+- remove cffi-pytest-integration.patch as it is no longer necessary
+
+-------------------------------------------------------------------
+Mon Mar 31 14:18:44 UTC 2014 - speili...@suse.com
+
+- Require libffi43-devel on SLE_11_SP2 instead of using pkg-config to fix build
+
+-------------------------------------------------------------------
+Mon Feb 24 12:09:15 UTC 2014 - mvysko...@suse.com
+
+- update to 0.8.1
+  * fixes on Python 3 on OS/X, and some FreeBSD fixes (thanks Tobias)
+- added a note wrt disabled tests
+- add cffi-pytest-integration.patch: allowinf call pytest from setup.py
+
+-------------------------------------------------------------------
+Mon Nov 18 14:33:39 UTC 2013 - mvysko...@suse.com
+
+- update to 0.8
+  * integrated support for C99 variable-sized structures
+  * multi-thread safety
+  * ffi.getwinerror()
+  * a number of small fixes
+
+-------------------------------------------------------------------

Old:
----
  cffi-0.7.2.tar.gz

New:
----
  cffi-0.8.2.tar.gz

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

Other differences:
------------------
++++++ python-cffi.spec ++++++
--- /var/tmp/diff_new_pack.SLrx5F/_old  2014-06-24 22:45:53.000000000 +0200
+++ /var/tmp/diff_new_pack.SLrx5F/_new  2014-06-24 22:45:53.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cffi
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,26 @@
 
 
 Name:           python-cffi
-Version:        0.7.2
+Version:        0.8.2
 Release:        0
 Summary:        Foreign Function Interface for Python calling C code
 License:        MIT
 Group:          Development/Languages/Python
 Url:            http://cffi.readthedocs.org
-Source:         
http://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz
+Source0:        
http://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-BuildRequires:  pkgconfig(libffi)
 # Documentation requirements:
 BuildRequires:  python-Sphinx
-# Test requirements:
-#BuildRequires:  python-nose
-#BuildRequires:  python-py
 BuildRequires:  python-pycparser
-#BuildRequires:  python-pytest
+BuildRequires:  python-pytest
 Requires:       python-pycparser
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+BuildRequires:  libffi43-devel
+%else
+BuildRequires:  pkgconfig(libffi)
 %endif
 
 %description
@@ -55,7 +54,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python setup.py test
+PYTHONPATH=%{buildroot}%{python_sitearch} py.test
 
 %files
 %defattr(-,root,root,-)

++++++ cffi-0.7.2.tar.gz -> cffi-0.8.2.tar.gz ++++++
++++ 6114 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to