Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2014-08-05 13:00:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and      /work/SRC/openSUSE:Factory/.python-Cython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Cython"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes      
2014-05-10 08:32:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2014-08-05 13:00:05.000000000 +0200
@@ -1,0 +2,31 @@
+Thu Jul 31 16:26:07 UTC 2014 - [email protected]
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+-------------------------------------------------------------------
+Thu Jul 24 05:32:47 UTC 2014 - [email protected]
+
+- Update to version 0.20.2:
+  * Some optimisations for set/frozenset instantiation.
+  * Support for C++ unordered_set and unordered_map.
+  * Access to attributes of optimised builtin methods (e.g.
+    ``[].append.__name__``) could fail to compile.
+  * Memory leak when extension subtypes add a memory view as attribute
+    to those of the parent type without having Python object attributes
+    or a user provided dealloc method.
+  * Compiler crash on readonly properties in "binding" mode.
+  * Auto-encoding with ``c_string_encoding=ascii`` failed in Py3.3.
+  * Crash when subtyping freelist enabled Cython extension types with
+    Python classes that use ``__slots__``.
+  * Freelist usage is restricted to CPython to avoid problems with other
+    Python implementations.
+  * Memory leak in memory views when copying overlapping, contiguous slices.
+  * Format checking when requesting non-contiguous buffers from
+    ``cython.array`` objects was disabled in Py3.
+  * C++ destructor calls in extension types could fail to compile in clang.
+  * Buffer format validation failed for sequences of strings in structs.
+  * Docstrings on extension type attributes in .pxd files were rejected.
+- add python-xml to build requirements for testsuite
+
+-------------------------------------------------------------------

Old:
----
  Cython-0.20.1.tar.gz
  rpmlintrc

New:
----
  Cython-0.20.2.tar.gz
  python-Cython-rpmlintrc

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

Other differences:
------------------
++++++ python-Cython.spec ++++++
--- /var/tmp/diff_new_pack.9QzuUD/_old  2014-08-05 13:00:07.000000000 +0200
+++ /var/tmp/diff_new_pack.9QzuUD/_new  2014-08-05 13:00:07.000000000 +0200
@@ -17,16 +17,18 @@
 
 
 Name:           python-Cython
-Version:        0.20.1
+Version:        0.20.2
 Release:        0
 Url:            http://www.cython.org
 Summary:        The Cython compiler for writing C extensions for the Python 
language
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/C/Cython/Cython-%{version}.tar.gz
+Source1:        python-Cython-rpmlintrc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel
+BuildRequires:  python-xml
 Provides:       python-cython = %{version}
 Obsoletes:      python-cython < %{version}
 Requires:       python-xml

++++++ Cython-0.20.1.tar.gz -> Cython-0.20.2.tar.gz ++++++
++++ 252127 lines of diff (skipped)

++++++ python-Cython-rpmlintrc ++++++
addFilter('devel-file-in-non-devel-package .*/Cython/.*')
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to