commit python-Cython for openSUSE:Factory

2020-07-15 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2020-07-15 12:03:48

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new.3060 (New)


Package is "python-Cython"

Wed Jul 15 12:03:48 2020 rev:57 rq:819616 version:0.29.21

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2020-06-21 19:02:41.928278581 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new.3060/python-Cython.changes
2020-07-15 12:04:43.468136133 +0200
@@ -1,0 +2,22 @@
+Wed Jul  8 22:36:13 UTC 2020 - Ondřej Súkup 
+
+- Update TO 0.29.21
+ * Fix a regression in 0.29.20 where __div__ failed to be found in extension 
types
+ * Fix a regression in 0.29.20 where a call inside of a finally clause could
+fail to compile
+ * Zero-sized buffers could fail to validate as C/Fortran-contiguous.
+ * exec() did not allow recent Python syntax features in Py3.8+
+due to https://bugs.python.org/issue35975
+ * Binding staticmethods of Cython functions were not behaving like
+Python methods in Py3
+ * Pythran calls to NumPy methods no longer generate useless method lookup 
code.
+ * The PyUnicode_GET_LENGTH() macro was missing from the cpython.* declarations
+ * The deprecated PyUnicode_*() C-API functions are no longer used, except
+for Unicode strings that contain lone surrogates. Unicode strings that
+contain non-BMP characters or surrogate pairs now generate different C
+code on 16-bit Python 2.x Unicode deployments (such as MS-Windows).
+Generating the C code on Python 3.x is recommended in this case
+ * Some template parameters were missing from the C++ std::unordered_map 
declaration
+ * Several internal code generation issues regarding temporary variables were 
resolved
+
+---

Old:

  Cython-0.29.20.tar.gz

New:

  Cython-0.29.21.tar.gz



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.fExevC/_old  2020-07-15 12:04:45.648138540 +0200
+++ /var/tmp/diff_new_pack.fExevC/_new  2020-07-15 12:04:45.652138545 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.29.20
+Version:0.29.21
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ Cython-0.29.20.tar.gz -> Cython-0.29.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.20/.gitrev new/Cython-0.29.21/.gitrev
--- old/Cython-0.29.20/.gitrev  2020-06-10 15:13:39.0 +0200
+++ new/Cython-0.29.21/.gitrev  2020-07-08 23:45:30.0 +0200
@@ -1 +1 @@
-9bc3fc65e906c7b1f5e4e19c92cb726b0ef361bb
+976f5483c6df8570f34076ef25af7e7512dd9347
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.20/CHANGES.rst 
new/Cython-0.29.21/CHANGES.rst
--- old/Cython-0.29.20/CHANGES.rst  2020-06-10 15:13:18.0 +0200
+++ new/Cython-0.29.21/CHANGES.rst  2020-07-08 23:44:39.0 +0200
@@ -2,6 +2,46 @@
 Cython Changelog
 
 
+0.29.21 (2020-07-09)
+
+
+Bugs fixed
+--
+
+* Fix a regression in 0.29.20 where ``__div__`` failed to be found in 
extension types.
+  (Github issue #3688)
+
+* Fix a regression in 0.29.20 where a call inside of a finally clause could 
fail to compile.
+  Patch by David Woods.  (Github issue #3712)
+
+* Zero-sized buffers could fail to validate as C/Fortran-contiguous.
+  Patch by Clemens Hofreither.  (Github issue #2093)
+
+* ``exec()`` did not allow recent Python syntax features in Py3.8+ due to
+  https://bugs.python.org/issue35975.
+  (Github issue #3695)
+
+* Binding staticmethods of Cython functions were not behaving like Python 
methods in Py3.
+  Patch by Jeroen Demeyer and Michał Górny.  (Github issue #3106)
+
+* Pythran calls to NumPy methods no longer generate useless method lookup code.
+
+* The ``PyUnicode_GET_LENGTH()`` macro was missing from the ``cpython.*`` 
declarations.
+  Patch by Thomas Caswell.  (Github issue #3692)
+
+* The deprecated ``PyUnicode_*()`` C-API functions are no longer used, except 
for Unicode
+  strings that contain lone surrogates.  Unicode strings that contain non-BMP 
characters
+  or surrogate pairs now generate different C code on 16-bit Python 2.x 
Unicode deployments
+  (such as MS-Windows).  Generating the C code on Python 3.x is recommended in 
this case.
+  Original patches by Inada Naoki and Victor Stinner.  (Github issues #3677, 

commit python-Cython for openSUSE:Factory

2020-06-22 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2020-06-21 18:49:14

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new.3606 (New)


Package is "python-Cython"

Sun Jun 21 18:49:14 2020 rev:56 rq:813397 version:0.29.20

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2020-05-28 09:09:02.247982443 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new.3606/python-Cython.changes
2020-06-21 19:02:41.928278581 +0200
@@ -1,0 +2,19 @@
+Thu Jun 11 06:30:55 UTC 2020 - Paolo Stivanin 
+
+- Update to 0.29.20
+  * Nested try-except statements with multiple return statements
+could crash due to incorrect deletion of the except as target variable.
+  * The @classmethod decorator no longer rejects unknown input from other 
decorators.
+  * Fused types could leak into unrelated usages. Patch by David Woods.
+  * Now uses Py_SET_SIZE() and Py_SET_REFCNT() in Py3.9+ to avoid
+low-level write access to these object field
+  * The built-in abs() function could lead to undefined behaviour when used on
+the negative-most value of a signed C integer type
+  * Usages of sizeof() and typeid() on uninitialised variables no longer 
produce a warning
+  * The C++ typeid() function was allowed in C mode
+  * The error position reported for errors found in f-strings was misleading
+  * The new c_api_binop_methods directive was added for forward compatibility,
+but can only be set to True (the current default value). It can be 
disabled in Cython 3.0
+
+
+---

Old:

  Cython-0.29.19.tar.gz

New:

  Cython-0.29.20.tar.gz



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.IJGxQP/_old  2020-06-21 19:02:42.34828 +0200
+++ /var/tmp/diff_new_pack.IJGxQP/_new  2020-06-21 19:02:42.352280013 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.29.19
+Version:0.29.20
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ Cython-0.29.19.tar.gz -> Cython-0.29.20.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.19/.gitrev new/Cython-0.29.20/.gitrev
--- old/Cython-0.29.19/.gitrev  2020-05-20 21:19:28.0 +0200
+++ new/Cython-0.29.20/.gitrev  2020-06-10 15:13:39.0 +0200
@@ -1 +1 @@
-2c3a8c12b7c51f287a2a1475fb7d06eadde83baf
+9bc3fc65e906c7b1f5e4e19c92cb726b0ef361bb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.19/CHANGES.rst 
new/Cython-0.29.20/CHANGES.rst
--- old/Cython-0.29.19/CHANGES.rst  2020-05-20 21:19:13.0 +0200
+++ new/Cython-0.29.20/CHANGES.rst  2020-06-10 15:13:18.0 +0200
@@ -2,6 +2,44 @@
 Cython Changelog
 
 
+0.29.20 (2020-06-10)
+
+
+Bugs fixed
+--
+
+* Nested try-except statements with multiple ``return`` statements could crash
+  due to incorrect deletion of the ``except as`` target variable.
+  (Github issue #3666)
+
+* The ``@classmethod`` decorator no longer rejects unknown input from other 
decorators.
+  Patch by David Woods.  (Github issue #3660)
+
+* Fused types could leak into unrelated usages.
+  Patch by David Woods.  (Github issue #3642)
+
+* Now uses ``Py_SET_SIZE()`` and ``Py_SET_REFCNT()`` in Py3.9+ to avoid 
low-level
+  write access to these object fields.
+  Patch by Victor Stinner.  (Github issue #3639)
+
+* The built-in ``abs()`` function could lead to undefined behaviour when used 
on
+  the negative-most value of a signed C integer type.
+  Patch by Serge Guelton.  (Github issue #1911)
+
+* Usages of ``sizeof()`` and ``typeid()`` on uninitialised variables no longer
+  produce a warning.
+  Patch by Celelibi.  (Github issue #3575)
+
+* The C++ ``typeid()`` function was allowed in C mode.
+  Patch by Celelibi.  (Github issue #3637)
+
+* The error position reported for errors found in f-strings was misleading.
+  (Github issue #3674)
+
+* The new ``c_api_binop_methods`` directive was added for forward 
compatibility, but can
+  only be set to True (the current default value).  It can be disabled in 
Cython 3.0.
+
+
 0.29.19 (2020-05-20)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.19/Cython/Compiler/Code.py 
new/Cython-0.29.20/Cython/Compiler/Code.py
--- 

commit python-Cython for openSUSE:Factory

2020-05-28 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2020-05-28 09:08:55

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new.3606 (New)


Package is "python-Cython"

Thu May 28 09:08:55 2020 rev:55 rq:808048 version:0.29.19

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2020-05-04 18:33:32.176197951 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new.3606/python-Cython.changes
2020-05-28 09:09:02.247982443 +0200
@@ -1,0 +2,24 @@
+Thu May 21 15:16:20 UTC 2020 - Paolo Stivanin 
+
+- Update to 0.29.19
+  * Exception position reporting could run into race conditions on threaded 
code.
+It now uses function-local variables again.
+  * Error handling early in the module init code could lead to a crash.
+  * Error handling in cython.array creation was improved to avoid calling C-API
+functions with an error held.
+  * A memory corruption was fixed when garbage collection was triggered during
+calls to PyType_Ready() of extension type subclasses. (Github issue #3603)
+  * Memory view slicing generated unused error handling code which could 
negatively
+impact the C compiler optimisations for parallel OpenMP code etc.
+Also, it is now helped by static branch hints. (Github issue #2987)
+  * Cython's built-in OpenMP functions were not translated inside of call 
arguments.
+Original patch by Celelibi and David Woods. (Github issue #3594)
+  * Complex buffer item types of structs of arrays could fail to validate.
+  * Decorators were not allowed on nested async def functions.
+  * C-tuples could use invalid C struct casting. Patch by MegaIng.
+  * Optimised %d string formatting into f-strings failed on float values.
+  * Optimised aligned string formatting (%05s, %-5s) failed.
+  * Three missing timedelta access macros were added in cpython.datetime.
+  * The signature of the NumPy C-API function PyArray_SearchSorted() was fixed
+
+---

Old:

  Cython-0.29.17.tar.gz

New:

  Cython-0.29.19.tar.gz



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.gU9JV9/_old  2020-05-28 09:09:03.959986655 +0200
+++ /var/tmp/diff_new_pack.gU9JV9/_new  2020-05-28 09:09:03.959986655 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.29.17
+Version:0.29.19
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ Cython-0.29.17.tar.gz -> Cython-0.29.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.17/.gitrev new/Cython-0.29.19/.gitrev
--- old/Cython-0.29.17/.gitrev  2020-04-26 16:37:31.0 +0200
+++ new/Cython-0.29.19/.gitrev  2020-05-20 21:19:28.0 +0200
@@ -1 +1 @@
-b648b65ac39291aa546b58e44c8576869c351b66
+2c3a8c12b7c51f287a2a1475fb7d06eadde83baf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.17/CHANGES.rst 
new/Cython-0.29.19/CHANGES.rst
--- old/Cython-0.29.17/CHANGES.rst  2020-04-26 16:37:12.0 +0200
+++ new/Cython-0.29.19/CHANGES.rst  2020-05-20 21:19:13.0 +0200
@@ -2,6 +2,74 @@
 Cython Changelog
 
 
+0.29.19 (2020-05-20)
+
+
+Bugs fixed
+--
+
+* A typo in Windows specific code in 0.29.18 was fixed that broke "libc.math".
+  (Github issue #3622)
+
+* A platform specific test failure in 0.29.18 was fixed.
+  Patch by smutch.  (Github issue #3620)
+
+
+0.29.18 (2020-05-18)
+
+
+Bugs fixed
+--
+
+* Exception position reporting could run into race conditions on threaded code.
+  It now uses function-local variables again.
+
+* Error handling early in the module init code could lead to a crash.
+
+* Error handling in ``cython.array`` creation was improved to avoid calling
+  C-API functions with an error held.
+
+* A memory corruption was fixed when garbage collection was triggered during 
calls
+  to ``PyType_Ready()`` of extension type subclasses.
+  (Github issue #3603)
+
+* Memory view slicing generated unused error handling code which could 
negatively
+  impact the C compiler optimisations for parallel OpenMP code etc.  Also, it 
is
+  now helped by static branch hints.
+  (Github issue #2987)
+
+* Cython's built-in OpenMP functions were not translated inside of call 
arguments.
+  Original patch by Celelibi and David Woods.  (Github issue #3594)
+
+* 

commit python-Cython for openSUSE:Factory

2020-05-04 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2020-05-04 18:32:59

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new.2738 (New)


Package is "python-Cython"

Mon May  4 18:32:59 2020 rev:54 rq:799980 version:0.29.17

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2020-04-22 20:42:07.346115404 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new.2738/python-Cython.changes
2020-05-04 18:33:32.176197951 +0200
@@ -1,0 +2,7 @@
+Mon May  4 07:29:52 UTC 2020 - Johannes Grassler 
+
+- update to 0.29.17
+  * std::move() is now available from libcpp.utility.
+  * The @cython.binding decorator is available in Python code.
+
+---

Old:

  Cython-0.29.16.tar.gz

New:

  Cython-0.29.17.tar.gz



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.cMsWxI/_old  2020-05-04 18:33:33.948201542 +0200
+++ /var/tmp/diff_new_pack.cMsWxI/_new  2020-05-04 18:33:33.952201550 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.29.16
+Version:0.29.17
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ Cython-0.29.16.tar.gz -> Cython-0.29.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.16/.gitrev new/Cython-0.29.17/.gitrev
--- old/Cython-0.29.16/.gitrev  2020-03-24 15:54:53.0 +0100
+++ new/Cython-0.29.17/.gitrev  2020-04-26 16:37:31.0 +0200
@@ -1 +1 @@
-c8425604fc3e4ea846016689942fa98e886b5f4f
+b648b65ac39291aa546b58e44c8576869c351b66
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.16/CHANGES.rst 
new/Cython-0.29.17/CHANGES.rst
--- old/Cython-0.29.16/CHANGES.rst  2020-03-24 15:54:39.0 +0100
+++ new/Cython-0.29.17/CHANGES.rst  2020-04-26 16:37:12.0 +0200
@@ -2,6 +2,49 @@
 Cython Changelog
 
 
+0.29.17 (2020-04-26)
+
+
+Features added
+--
+
+* ``std::move()`` is now available from ``libcpp.utility``.
+  Patch by Omer Ozarslan.  (Github issue #2169)
+
+* The ``@cython.binding`` decorator is available in Python code.
+  (Github issue #3505)
+
+Bugs fixed
+--
+
+* Creating an empty unicode slice with large bounds could crash.
+  Patch by Sam Sneddon.  (Github issue #3531)
+
+* Decoding an empty bytes/char* slice with large bounds could crash.
+  Patch by Sam Sneddon.  (Github issue #3534)
+
+* Re-importing a Cython extension no longer raises the error
+  "``__reduce_cython__ not found``".
+  (Github issue #3545)
+
+* Unused C-tuples could generate incorrect code in 0.29.16.
+  Patch by Kirk Meyer.  (Github issue #3543)
+
+* Creating a fused function attached it to the garbage collector before it
+  was fully initialised, thus risking crashes in rare failure cases.
+  Original patch by achernomorov.  (Github issue #3215)
+
+* Temporary buffer indexing variables were not released and could show up in
+  C compiler warnings, e.g. in generators.
+  Patch by David Woods.  (Github issues #3430, #3522)
+
+* The compilation cache in ``cython.inline("…")`` failed to take the language
+  level into account.
+  Patch by will-ca.  (Github issue #3419)
+
+* The deprecated ``PyUnicode_GET_SIZE()`` function is no longer used in Py3.
+
+
 0.29.16 (2020-03-24)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.16/Cython/Build/Inline.py 
new/Cython-0.29.17/Cython/Build/Inline.py
--- old/Cython-0.29.16/Cython/Build/Inline.py   2020-03-24 15:54:39.0 
+0100
+++ new/Cython-0.29.17/Cython/Build/Inline.py   2020-04-26 16:37:08.0 
+0200
@@ -144,6 +144,10 @@
 else:
 print("Couldn't find %r" % symbol)
 
+def _inline_key(orig_code, arg_sigs, language_level):
+key = orig_code, arg_sigs, sys.version_info, sys.executable, 
language_level, Cython.__version__
+return hashlib.sha1(_unicode(key).encode('utf-8')).hexdigest()
+
 def cython_inline(code, get_type=unsafe_type,
   lib_dir=os.path.join(get_cython_cache_dir(), 'inline'),
   cython_include_dirs=None, cython_compiler_directives=None,
@@ -153,13 +157,20 @@
 get_type = lambda x: 'object'
 ctx = _create_context(tuple(cython_include_dirs)) if cython_include_dirs 
else _cython_inline_default_context
 

commit python-Cython for openSUSE:Factory

2020-04-22 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2020-04-22 20:41:58

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new.2738 (New)


Package is "python-Cython"

Wed Apr 22 20:41:58 2020 rev:53 rq:794812 version:0.29.16

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2020-02-22 19:02:51.397920314 +0100
+++ /work/SRC/openSUSE:Factory/.python-Cython.new.2738/python-Cython.changes
2020-04-22 20:42:07.346115404 +0200
@@ -1,0 +2,36 @@
+Fri Apr 17 08:10:03 UTC 2020 - Marketa Calabkova 
+
+- update to 0.29.16
+  * Temporary internal variables in nested prange loops could leak into other
+threads.  Patch by Frank Schlimbach.  (Github issue #3348)
+  * Default arguments on fused functions could crash.
+Patch by David Woods.  (Github issue #3370)
+  * C-tuples declared in ``.pxd`` files could generate incomplete C code.
+Patch by Kirk Meyer.  (Github issue #1427)
+  * Fused functions were not always detected and optimised as Cython
+implemented functions.
+Patch by David Woods.  (Github issue #3384)
+  * Valid Python object concatenation of (iterable) strings to non-strings
+could fail with an exception.
+Patch by David Woods.  (Github issue #3433)
+  * Using C functions as temporary values lead to invalid C code.
+Original patch by David Woods.  (Github issue #3418)
+  * Fix an unhandled C++ exception in comparisons.
+Patch by David Woods.  (Github issue #3361)
+  * Fix deprecated import of "imp" module.
+Patch by Matti Picus.  (Github issue #3350)
+  * Fix compatibility with Pythran 0.9.6 and later.
+Patch by Serge Guelton.  (Github issue #3308)
+  * The ``_Py_PyAtExit()`` function in ``cpython.pylifecycle`` was misdeclared.
+Patch by Zackery Spytz.  (Github issue #3382)
+  * Several missing declarations in ``cpython.*`` were added.
+Patches by Zackery Spytz.  (Github issue #3452, #3421, #3411, #3402)
+  * A declaration for ``libc.math.fpclassify()`` was added.
+Patch by Zackery Spytz.  (Github issue #2514)
+  * Avoid "undeclared" warning about automatically generated pickle methods.
+Patch by David Woods.  (Github issue #3353)
+  * Avoid C compiler warning about unreachable code in ``prange()``.
+  * Some C compiler warnings in PyPy were resolved.
+Patch by Matti Picus.  (Github issue #3437)
+
+---

Old:

  Cython-0.29.15.tar.gz

New:

  Cython-0.29.16.tar.gz



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.MrXK4U/_old  2020-04-22 20:42:08.702118058 +0200
+++ /var/tmp/diff_new_pack.MrXK4U/_new  2020-04-22 20:42:08.706118067 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.29.15
+Version:0.29.16
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ Cython-0.29.15.tar.gz -> Cython-0.29.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.15/.gitrev new/Cython-0.29.16/.gitrev
--- old/Cython-0.29.15/.gitrev  2020-02-06 11:27:36.0 +0100
+++ new/Cython-0.29.16/.gitrev  2020-03-24 15:54:53.0 +0100
@@ -1 +1 @@
-26cb654dcf4ed1b1858daf16b39fd13406b1ac64
+c8425604fc3e4ea846016689942fa98e886b5f4f
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.15/CHANGES.rst 
new/Cython-0.29.16/CHANGES.rst
--- old/Cython-0.29.15/CHANGES.rst  2020-02-06 11:26:34.0 +0100
+++ new/Cython-0.29.16/CHANGES.rst  2020-03-24 15:54:39.0 +0100
@@ -2,9 +2,65 @@
 Cython Changelog
 
 
+0.29.16 (2020-03-24)
+
+
+Bugs fixed
+--
+
+* Temporary internal variables in nested prange loops could leak into other
+  threads.  Patch by Frank Schlimbach.  (Github issue #3348)
+
+* Default arguments on fused functions could crash.
+  Patch by David Woods.  (Github issue #3370)
+
+* C-tuples declared in ``.pxd`` files could generate incomplete C code.
+  Patch by Kirk Meyer.  (Github issue #1427)
+
+* Fused functions were not always detected and optimised as Cython
+  implemented functions.
+  Patch by David Woods.  (Github issue #3384)
+
+* Valid Python object concatenation of (iterable) strings to non-strings
+  could fail with an exception.
+  Patch by David Woods.  (Github issue #3433)
+
+* Using C functions as temporary values lead to invalid C code.
+  Original patch 

commit python-Cython for openSUSE:Factory

2020-02-22 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2020-02-22 19:02:28

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new.26092 (New)


Package is "python-Cython"

Sat Feb 22 19:02:28 2020 rev:52 rq:775286 version:0.29.15

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2019-11-22 10:25:11.881277551 +0100
+++ /work/SRC/openSUSE:Factory/.python-Cython.new.26092/python-Cython.changes   
2020-02-22 19:02:51.397920314 +0100
@@ -1,0 +2,11 @@
+Tue Feb 18 16:45:37 UTC 2020 - Ondřej Súkup 
+
+- update to 0.29.15
+ * Crash when returning a temporary Python object from an async-def function.
+ * Crash when using **kwargs in generators.
+ * Double reference free in __class__ cell handling for super() calls.
+ * Compile error when using *args as Python class bases.
+ * Fixed C name collision in the auto-pickle code
+ * Deprecated import failed in Python 3.9
+
+---

Old:

  Cython-0.29.14.tar.gz

New:

  Cython-0.29.15.tar.gz



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.473Lmr/_old  2020-02-22 19:02:52.281922026 +0100
+++ /var/tmp/diff_new_pack.473Lmr/_new  2020-02-22 19:02:52.297922057 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Cython
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.29.14
+Version:0.29.15
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ Cython-0.29.14.tar.gz -> Cython-0.29.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.14/.gitrev new/Cython-0.29.15/.gitrev
--- old/Cython-0.29.14/.gitrev  2019-11-01 17:46:03.0 +0100
+++ new/Cython-0.29.15/.gitrev  2020-02-06 11:27:36.0 +0100
@@ -1 +1 @@
-bfcaf163e3dcf472ef2af5dec6ac3fffd0d34e66
+26cb654dcf4ed1b1858daf16b39fd13406b1ac64
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.14/CHANGES.rst 
new/Cython-0.29.15/CHANGES.rst
--- old/Cython-0.29.14/CHANGES.rst  2019-11-01 15:13:39.0 +0100
+++ new/Cython-0.29.15/CHANGES.rst  2020-02-06 11:26:34.0 +0100
@@ -2,6 +2,31 @@
 Cython Changelog
 
 
+0.29.15 (2020-02-06)
+
+
+* Crash when returning a temporary Python object from an async-def function.
+  (Github issue #3337)
+
+* Crash when using ``**kwargs`` in generators.
+  Patch by David Woods.  (Github issue #3265)
+
+* Double reference free in ``__class__`` cell handling for ``super()`` calls.
+  (Github issue #3246)
+
+* Compile error when using ``*args`` as Python class bases.
+  (Github issue #3338)
+
+* Import failure in IPython 7.11.
+  (Github issue #3297)
+
+* Fixed C name collision in the auto-pickle code.
+  Patch by ThePrez.  (Github issue #3238)
+
+* Deprecated import failed in Python 3.9.
+  (Github issue #3266)
+
+
 0.29.14 (2019-11-01)
 
 
@@ -9,7 +34,7 @@
 --
 
 * The generated code failed to initialise the ``tp_print`` slot in CPython 3.8.
-  Patches by Pablo Galindo and Orivej Desh (Github issues #3171, #3201).
+  Patches by Pablo Galindo and Orivej Desh.  (Github issues #3171, #3201)
 
 * ``?`` for ``bool`` was missing from the supported NumPy dtypes.
   Patch by Max Klein.  (Github issue #2675)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.14/Cython/Build/Dependencies.py 
new/Cython-0.29.15/Cython/Build/Dependencies.py
--- old/Cython-0.29.14/Cython/Build/Dependencies.py 2019-06-30 
08:50:51.0 +0200
+++ new/Cython-0.29.15/Cython/Build/Dependencies.py 2020-02-06 
11:26:34.0 +0100
@@ -19,6 +19,11 @@
 import zipfile
 
 try:
+from collections.abc import Iterable
+except ImportError:
+from collections import Iterable
+
+try:
 import gzip
 gzip_open = gzip.open
 gzip_ext = '.gz'
@@ -749,7 +754,7 @@
 exclude = []
 if patterns is None:
 return [], {}
-elif isinstance(patterns, basestring) or not isinstance(patterns, 
collections.Iterable):
+elif isinstance(patterns, basestring) or not isinstance(patterns, 
Iterable):

commit python-Cython for openSUSE:Factory

2019-11-22 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2019-11-22 10:24:57

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new.26869 (New)


Package is "python-Cython"

Fri Nov 22 10:24:57 2019 rev:51 rq:749103 version:0.29.14

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2019-07-30 13:06:30.642370369 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new.26869/python-Cython.changes   
2019-11-22 10:25:11.881277551 +0100
@@ -1,0 +2,29 @@
+Sat Nov 16 16:44:06 UTC 2019 - Arun Persaud 
+
+- update to version 0.29.14:
+  * Bugs fixed
++ The generated code failed to initialise the tp_print slot in
+  CPython 3.8. Patches by Pablo Galindo and Orivej Desh (Github
+  issues #3171, #3201).
++ ? for bool was missing from the supported NumPy dtypes. Patch by
+  Max Klein. (Github issue #2675)
++ await was not allowed inside of f-strings. Patch by Dmitro
+  Getz. (Github issue #2877)
++ Coverage analysis failed for projects where the code resides in
+  separate source sub-directories. Patch by Antonio
+  Valentino. (Github issue #1985)
++ An incorrect compiler warning was fixed in automatic C++ string
+  conversions. Patch by Gerion Entrup. (Github issue #3108)
++ Error reports in the Jupyter notebook showed unhelpful stack
+  traces. Patch by Matthew Edwards (Github issue #3196).
++ Python.h is now also included explicitly from public header
+  files. (Github issue #3133).
++ Distutils builds with --parallel did not work when using
+  Cython's deprecated build_ext command. Patch by Alphadelta14
+  (Github issue #3187).
+  * Other changes
++ The PyMemoryView_*() C-API is available in
+  cpython.memoryview. Patch by Nathan Manville. (Github issue
+  #2541)
+
+---

Old:

  Cython-0.29.13.tar.gz

New:

  Cython-0.29.14.tar.gz



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.bqzfi5/_old  2019-11-22 10:25:12.317277422 +0100
+++ /var/tmp/diff_new_pack.bqzfi5/_new  2019-11-22 10:25:12.317277422 +0100
@@ -19,11 +19,10 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.29.13
+Version:0.29.14
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0
-Group:  Development/Languages/Python
 URL:http://www.cython.org
 Source: 
https://files.pythonhosted.org/packages/source/C/Cython/Cython-%{version}.tar.gz
 Source1:python-Cython-rpmlintrc

++ Cython-0.29.13.tar.gz -> Cython-0.29.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.13/.gitrev new/Cython-0.29.14/.gitrev
--- old/Cython-0.29.13/.gitrev  2019-07-26 14:10:00.0 +0200
+++ new/Cython-0.29.14/.gitrev  2019-11-01 17:46:03.0 +0100
@@ -1 +1 @@
-d4610f39a43a658cee1862c899a9696d8a9c9f5f
+bfcaf163e3dcf472ef2af5dec6ac3fffd0d34e66
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.13/CHANGES.rst 
new/Cython-0.29.14/CHANGES.rst
--- old/Cython-0.29.13/CHANGES.rst  2019-07-26 14:09:39.0 +0200
+++ new/Cython-0.29.14/CHANGES.rst  2019-11-01 15:13:39.0 +0100
@@ -2,6 +2,45 @@
 Cython Changelog
 
 
+0.29.14 (2019-11-01)
+
+
+Bugs fixed
+--
+
+* The generated code failed to initialise the ``tp_print`` slot in CPython 3.8.
+  Patches by Pablo Galindo and Orivej Desh (Github issues #3171, #3201).
+
+* ``?`` for ``bool`` was missing from the supported NumPy dtypes.
+  Patch by Max Klein.  (Github issue #2675)
+
+* ``await`` was not allowed inside of f-strings.
+  Patch by Dmitro Getz.  (Github issue #2877)
+
+* Coverage analysis failed for projects where the code resides in separate
+  source sub-directories.
+  Patch by Antonio Valentino.  (Github issue #1985)
+
+* An incorrect compiler warning was fixed in automatic C++ string conversions.
+  Patch by Gerion Entrup.  (Github issue #3108)
+
+* Error reports in the Jupyter notebook showed unhelpful stack traces.
+  Patch by Matthew Edwards (Github issue #3196).
+
+* ``Python.h`` is now also included explicitly from ``public`` header files.
+  (Github issue #3133).
+
+* Distutils builds with ``--parallel`` did not work when using Cython's
+  deprecated ``build_ext`` command.
+  Patch by Alphadelta14 (Github issue #3187).
+
+Other 

commit python-Cython for openSUSE:Factory

2019-07-30 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2019-07-30 13:06:29

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new.4126 (New)


Package is "python-Cython"

Tue Jul 30 13:06:29 2019 rev:50 rq:718922 version:0.29.13

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2019-06-18 14:50:00.429668698 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new.4126/python-Cython.changes
2019-07-30 13:06:30.642370369 +0200
@@ -1,0 +2,46 @@
+Fri Jul 26 17:36:50 CEST 2019 - Matej Cepl 
+
+- Update to 0.29.13:
+  - A reference leak for None was fixed when converting
+a memoryview to a Python object. (Github issue #3023)
+  - The declaration of PyGILState_STATE in cpython.pystate was
+unusable. Patch by Kirill Smelkov. (Github issue #2997)
+  - The declarations in posix.mman were extended. Patches by
+Kirill Smelkov. (Github issues #2893, #2894, #3012)
+
+---
+Sun Jul 21 16:56:52 UTC 2019 - Arun Persaud 
+
+- update to version 0.29.12:
+  * Fix compile error in CPython 3.8b2 regarding the PyCode_New()
+signature. (Github issue #3031)
+  * Fix a C compiler warning about a missing int downcast. (Github
+issue #3028)
+  * Fix reported error positions of undefined builtins and
+constants. Patch by Orivej Desh. (Github issue #3030)
+  * A 32 bit issue in the Pythran support was resolved. Patch by Serge
+Guelton. (Github issue #3032)
+
+---
+Sat Jul  6 21:26:09 UTC 2019 - Arun Persaud 
+
+- update to version 0.29.11:
+  * Bugs fixed
++ Fix compile error in CPython 3.8b2 regarding the PyCode_New()
+  signature. Patch by Nick Coghlan. (Github issue #3009)
++ Invalid C code generated for lambda functions in cdef
+  methods. Patch by Josh Tobin. (Github issue #2967)
++ Support slice handling in newer Pythran versions. Patch by Serge
+  Guelton. (Github issue #2989)
++ A reference leak in power-of-2 calculation was fixed. Patch by
+  Sebastian Berg. (Github issue #3022)
++ The search order for include files was changed. Previously it
+  was include_directories, Cython/Includes, sys.path. Now it is
+  include_directories, sys.path, Cython/Includes. This was done to
+  allow third-party *.pxd files to override the ones in
+  Cython. Original patch by Matti Picus. (Github issue #2905)
++ Setting language_level=2 in a file did not work if
+  language_level=3 was enabled globally before. Patch by Jeroen
+  Demeyer. (Github issue #2791)
+
+---

Old:

  Cython-0.29.10.tar.gz

New:

  Cython-0.29.13.tar.gz



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.DE9Byu/_old  2019-07-30 13:06:31.414370169 +0200
+++ /var/tmp/diff_new_pack.DE9Byu/_new  2019-07-30 13:06:31.418370168 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.29.10
+Version:0.29.13
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ Cython-0.29.10.tar.gz -> Cython-0.29.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.10/.gitrev new/Cython-0.29.13/.gitrev
--- old/Cython-0.29.10/.gitrev  2019-06-02 11:27:04.0 +0200
+++ new/Cython-0.29.13/.gitrev  2019-07-26 14:10:00.0 +0200
@@ -1 +1 @@
-34de6ba89d71a201019a0f4bc2bf24e6fa4e870f
+d4610f39a43a658cee1862c899a9696d8a9c9f5f
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.10/CHANGES.rst 
new/Cython-0.29.13/CHANGES.rst
--- old/Cython-0.29.10/CHANGES.rst  2019-06-02 11:26:16.0 +0200
+++ new/Cython-0.29.13/CHANGES.rst  2019-07-26 14:09:39.0 +0200
@@ -2,6 +2,74 @@
 Cython Changelog
 
 
+0.29.13 (2019-07-26)
+
+
+Bugs fixed
+--
+
+* A reference leak for ``None`` was fixed when converting a memoryview
+  to a Python object.  (Github issue #3023)
+
+* The declaration of ``PyGILState_STATE`` in ``cpython.pystate`` was unusable.
+  Patch by Kirill Smelkov.  (Github issue #2997)
+
+
+Other changes
+-
+
+* The declarations in ``posix.mman`` were extended.
+  Patches by Kirill Smelkov.  (Github issues #2893, #2894, #3012)
+
+
+0.29.12 (2019-07-07)
+
+
+Bugs fixed

commit python-Cython for openSUSE:Factory

2019-06-18 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2019-06-18 14:49:58

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new.4811 (New)


Package is "python-Cython"

Tue Jun 18 14:49:58 2019 rev:49 rq:709360 version:0.29.10

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2019-04-18 09:55:36.805310671 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new.4811/python-Cython.changes
2019-06-18 14:50:00.429668698 +0200
@@ -1,0 +2,23 @@
+Wed Jun 12 09:42:55 UTC 2019 - Tomáš Chvátal 
+
+- Say goodbye to -doc subpackage as the documentation is online
+  and does not build with latest sphinx releases (even in master
+  at the moment).
+- The testing in -doc spec was disabled anyway and if needed we
+  will reintroduce it as a multibuild
+
+---
+Mon Jun  3 13:37:55 UTC 2019 - Ondřej Súkup 
+
+- update to 0.29.10
+ * Fix compile errors in CPython 3.8b1 due to the new "tp_vectorcall" slots.
+ * Remove an incorrect cast when using true-division in C++ operations. 
+ * C compile errors with CPython 3.8 were resolved. 
+ * Python tuple constants that compare equal but have different item types
+ could incorrectly be merged into a single constant.
+ * Non-ASCII characters in unprefixed strings could crash the compiler
+ when used with language level 3str
+ * Starred expressions in %-formatting tuples could fail to compile for 
unicode strings
+ * Passing Python class references through cython.inline() was broken.
+
+---

Old:

  Cython-0.29.7.tar.gz
  python-Cython-doc.changes
  python-Cython-doc.spec

New:

  Cython-0.29.10.tar.gz



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.XamzgV/_old  2019-06-18 14:50:01.997668000 +0200
+++ /var/tmp/diff_new_pack.XamzgV/_new  2019-06-18 14:50:02.033667984 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.29.7
+Version:0.29.10
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ Cython-0.29.7.tar.gz -> Cython-0.29.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.7/.gitrev new/Cython-0.29.10/.gitrev
--- old/Cython-0.29.7/.gitrev   2019-04-14 12:01:43.0 +0200
+++ new/Cython-0.29.10/.gitrev  2019-06-02 11:27:04.0 +0200
@@ -1 +1 @@
-3b3bcbfc3f28259e75e363b3d872e82b35d47f19
+34de6ba89d71a201019a0f4bc2bf24e6fa4e870f
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.7/CHANGES.rst 
new/Cython-0.29.10/CHANGES.rst
--- old/Cython-0.29.7/CHANGES.rst   2019-04-14 12:00:58.0 +0200
+++ new/Cython-0.29.10/CHANGES.rst  2019-06-02 11:26:16.0 +0200
@@ -2,6 +2,51 @@
 Cython Changelog
 
 
+0.29.10 (2019-06-02)
+
+
+Bugs fixed
+--
+
+* Fix compile errors in CPython 3.8b1 due to the new "tp_vectorcall" slots.
+  (Github issue #2976)
+
+
+0.29.9 (2019-05-29)
+===
+
+Bugs fixed
+--
+
+* Fix a crash regression in 0.29.8 when creating code objects fails.
+
+* Remove an incorrect cast when using true-division in C++ operations.
+  (Github issue #1950)
+
+
+0.29.8 (2019-05-28)
+===
+
+Bugs fixed
+--
+
+* C compile errors with CPython 3.8 were resolved.
+  Patch by Marcel Plch.  (Github issue #2938)
+
+* Python tuple constants that compare equal but have different item
+  types could incorrectly be merged into a single constant.
+  (Github issue #2919)
+
+* Non-ASCII characters in unprefixed strings could crash the compiler when
+  used with language level ``3str``.
+
+* Starred expressions in %-formatting tuples could fail to compile for
+  unicode strings.  (Github issue #2939)
+
+* Passing Python class references through ``cython.inline()`` was broken.
+  (Github issue #2936)
+
+
 0.29.7 (2019-04-14)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.7/Cython/Build/Inline.py 
new/Cython-0.29.10/Cython/Build/Inline.py
--- old/Cython-0.29.7/Cython/Build/Inline.py2018-11-24 10:20:06.0 
+0100
+++ new/Cython-0.29.10/Cython/Build/Inline.py   2019-05-27 21:37:21.0 
+0200
@@ -90,7 +90,7 @@
 elif 'numpy' in sys.modules and isinstance(arg, 

commit python-Cython for openSUSE:Factory

2019-04-18 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2019-04-18 09:55:35

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new.17052 (New)


Package is "python-Cython"

Thu Apr 18 09:55:35 2019 rev:48 rq:694800 version:0.29.7

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython-doc.changes  
2019-04-04 12:05:56.585438669 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Cython.new.17052/python-Cython-doc.changes   
2019-04-18 09:55:36.769310649 +0200
@@ -1,0 +2,12 @@
+Tue Apr 16 09:26:50 UTC 2019 - Ondřej Súkup 
+
+- update to 0.29.7
+ * Crash when the shared Cython config module gets unloaded and another
+Cython module reports an exceptions. Cython now makes sure it keeps
+an owned reference to the module
+ * Resolved a C89 compilation problem when enabling the fast-gil sharing 
feature.
+ * Coverage reporting did not include the signature line of cdef functions
+ * Casting a GIL-requiring function into a nogil function now issues a warning
+ * Generators and coroutines were missing their return type annotation
+
+---
python-Cython.changes: same change

Old:

  Cython-0.29.6.tar.gz

New:

  Cython-0.29.7.tar.gz



Other differences:
--
++ python-Cython-doc.spec ++
--- /var/tmp/diff_new_pack.IZ98LN/_old  2019-04-18 09:55:37.465311087 +0200
+++ /var/tmp/diff_new_pack.IZ98LN/_new  2019-04-18 09:55:37.469311089 +0200
@@ -20,7 +20,7 @@
 # Tests currently fail randomly in OBS multiple local rund do not trigger them
 %bcond_with  test
 Name:   python-Cython-doc
-Version:0.29.6
+Version:0.29.7
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.IZ98LN/_old  2019-04-18 09:55:37.50532 +0200
+++ /var/tmp/diff_new_pack.IZ98LN/_new  2019-04-18 09:55:37.51337 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.29.6
+Version:0.29.7
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ Cython-0.29.6.tar.gz -> Cython-0.29.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.6/.gitrev new/Cython-0.29.7/.gitrev
--- old/Cython-0.29.6/.gitrev   2019-02-27 13:29:00.0 +0100
+++ new/Cython-0.29.7/.gitrev   2019-04-14 12:01:43.0 +0200
@@ -1 +1 @@
-060e9090e4617a82ebbf7603f58747aa3519931c
+3b3bcbfc3f28259e75e363b3d872e82b35d47f19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.6/CHANGES.rst 
new/Cython-0.29.7/CHANGES.rst
--- old/Cython-0.29.6/CHANGES.rst   2019-02-27 13:23:19.0 +0100
+++ new/Cython-0.29.7/CHANGES.rst   2019-04-14 12:00:58.0 +0200
@@ -2,6 +2,29 @@
 Cython Changelog
 
 
+0.29.7 (2019-04-14)
+===
+
+Bugs fixed
+--
+
+* Crash when the shared Cython config module gets unloaded and another Cython
+  module reports an exceptions.  Cython now makes sure it keeps an owned 
reference
+  to the module.
+  (Github issue #2885)
+
+* Resolved a C89 compilation problem when enabling the fast-gil sharing 
feature.
+
+* Coverage reporting did not include the signature line of ``cdef`` functions.
+  (Github issue #1461)
+
+* Casting a GIL-requiring function into a nogil function now issues a warning.
+  (Github issue #2879)
+
+* Generators and coroutines were missing their return type annotation.
+  (Github issue #2884)
+
+
 0.29.6 (2019-02-27)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.6/Cython/Compiler/ExprNodes.py 
new/Cython-0.29.7/Cython/Compiler/ExprNodes.py
--- old/Cython-0.29.6/Cython/Compiler/ExprNodes.py  2019-02-27 
13:23:19.0 +0100
+++ new/Cython-0.29.7/Cython/Compiler/ExprNodes.py  2019-04-14 
12:00:58.0 +0200
@@ -10426,7 +10426,8 @@
 error(self.pos, "Python objects cannot be cast from 
pointers of primitive types")
 else:
 # Should this be an error?
-warning(self.pos, "No conversion from %s to %s, python 
object pointer used." % (self.operand.type, self.type))
+warning(self.pos, "No conversion from %s to %s, python 
object pointer used." % (
+  

commit python-Cython for openSUSE:Factory

2019-04-04 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2019-04-04 12:05:47

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new.3908 (New)


Package is "python-Cython"

Thu Apr  4 12:05:47 2019 rev:47 rq:690772 version:0.29.6

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython-doc.changes  
2019-03-04 09:10:00.708711574 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Cython.new.3908/python-Cython-doc.changes
2019-04-04 12:05:56.585438669 +0200
@@ -1,0 +2,7 @@
+Tue Apr  2 16:08:29 UTC 2019 - Todd R 
+
+- Add cython_use_imgmath.patch
+  The pngmath Sphinx extension has been removed.  Use imgmath instead.
+  See: gh#cython/cython#2818
+
+---
python-Cython.changes: same change

New:

  cython_use_imgmath.patch



Other differences:
--
++ python-Cython-doc.spec ++
--- /var/tmp/diff_new_pack.jnoVAc/_old  2019-04-04 12:05:59.765439511 +0200
+++ /var/tmp/diff_new_pack.jnoVAc/_new  2019-04-04 12:05:59.765439511 +0200
@@ -28,9 +28,14 @@
 URL:http://www.cython.org
 Source: 
https://files.pythonhosted.org/packages/source/C/Cython/Cython-%{version}.tar.gz
 Source1:python-Cython-rpmlintrc
+# PATCH-FIX-UPSTREAM  -- cython_use_imgmath.patch -- Don't use removed pngmath 
Sphinx extension -- gh#cython/cython#2818
+Patch0: cython_use_imgmath.patch
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Sphinx
+BuildRequires:  python3-Sphinx-latex
+BuildRequires:  texlive-dvipng
+BuildRequires:  texlive-latex
 BuildArch:  noarch
 %if %{with test}
 BuildRequires:  %{python_module Cython = %{version}}
@@ -49,6 +54,7 @@
 
 %prep
 %setup -q -n Cython-%{version}
+%patch0 -p1
 # Fix EOL encoding
 sed -i "s|\r||" Demos/callback/{README.rst,cheesefinder.h} 
Demos/embed/Makefile.{unix,msc.static}
 # Remove tests broken with new gcc
@@ -60,6 +66,7 @@
 %install
 mkdir -p %{buildroot}%{_docdir}/python-Cython
 cp -r build/sphinx/html %{buildroot}%{_docdir}/python-Cython
+sed -i 's/\r$//' 
%{buildroot}%{_docdir}/python-Cython/html/_sources/examples/README.rst.txt
 %fdupes %{buildroot}%{_docdir}/python-Cython
 
 %if %{with test}

++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.jnoVAc/_old  2019-04-04 12:05:59.785439516 +0200
+++ /var/tmp/diff_new_pack.jnoVAc/_new  2019-04-04 12:05:59.785439516 +0200
@@ -27,6 +27,8 @@
 URL:http://www.cython.org
 Source: 
https://files.pythonhosted.org/packages/source/C/Cython/Cython-%{version}.tar.gz
 Source1:python-Cython-rpmlintrc
+# PATCH-FIX-UPSTREAM  -- cython_use_imgmath.patch -- Don't use removed pngmath 
Sphinx extension -- gh#cython/cython#2818
+Patch0: cython_use_imgmath.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
@@ -54,6 +56,7 @@
 
 %prep
 %setup -q -n Cython-%{version}
+%patch0 -p1
 # Fix non-executable scripts
 sed -i "s|^#!.*||" Cython/Debugger/{libpython,Cygdb}.py cython.py
 

++ cython_use_imgmath.patch ++
>From 452627ce99f3fa180f85838b8208a3cb3fcf0b71 Mon Sep 17 00:00:00 2001
From: Stefan Behnel 
Date: Sun, 27 Jan 2019 16:43:41 +0100
Subject: [PATCH] Docs: switch from outdated "pngmath" sphinx package to
 "imgmath", and use "svg" as output format. See #2818.

---
 docs/conf.py | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 10662e28ca..c20a57574e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -41,7 +41,7 @@
 extensions = [
 'ipython_console_highlighting',
 'cython_highlighting',
-'sphinx.ext.pngmath',
+'sphinx.ext.imgmath',
 'sphinx.ext.todo',
 'sphinx.ext.intersphinx',
 'sphinx.ext.autodoc'
@@ -132,6 +132,9 @@
 # If true, keep warnings as "system message" paragraphs in the built documents.
 #keep_warnings = False
 
+# The output image format. The default is 'png'. It should be either 'png' or 
'svg'.
+imgmath_image_format = "svg"
+
 
 # -- Options for HTML output 
---
 



commit python-Cython for openSUSE:Factory

2019-03-04 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2019-03-04 09:09:57

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new.28833 (New)


Package is "python-Cython"

Mon Mar  4 09:09:57 2019 rev:46 rq:680181 version:0.29.6

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython-doc.changes  
2019-02-08 13:47:48.842790239 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Cython.new.28833/python-Cython-doc.changes   
2019-03-04 09:10:00.708711574 +0100
@@ -1,0 +2,16 @@
+Thu Feb 28 15:30:08 UTC 2019 - Ondřej Súkup 
+
+- update to 0.29.6
+ * Fix a crash when accessing the __kwdefaults__ special attribute of fused 
functions.
+ * Fix the parsing of buffer format strings that contain numeric sizes, which
+could lead to incorrect input rejections.
+ * Avoid a C #pragma in old gcc versions that was only added in GCC 4.6.
+ * Auto-encoding of Unicode strings to UTF-8 C/C++ strings failed in Python 3,
+even though the default encoding there is UTF-8.
+ * Crash when defining a Python subclass of an extension type and repeatedly
+calling a cpdef method on it.
+ * Compiler crash when prange() loops appear inside of with-statements.
+ * Some C compiler warnings were resolved.
+ * Python conversion of C++ enums failed in 0.29.
+
+---
python-Cython.changes: same change

Old:

  Cython-0.29.4.tar.gz

New:

  Cython-0.29.6.tar.gz



Other differences:
--
++ python-Cython-doc.spec ++
--- /var/tmp/diff_new_pack.mlkQrd/_old  2019-03-04 09:10:02.536711268 +0100
+++ /var/tmp/diff_new_pack.mlkQrd/_new  2019-03-04 09:10:02.540711267 +0100
@@ -20,7 +20,7 @@
 # Tests currently fail randomly in OBS multiple local rund do not trigger them
 %bcond_with  test
 Name:   python-Cython-doc
-Version:0.29.4
+Version:0.29.6
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.mlkQrd/_old  2019-03-04 09:10:02.568711263 +0100
+++ /var/tmp/diff_new_pack.mlkQrd/_new  2019-03-04 09:10:02.568711263 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.29.4
+Version:0.29.6
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ Cython-0.29.4.tar.gz -> Cython-0.29.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.4/.gitrev new/Cython-0.29.6/.gitrev
--- old/Cython-0.29.4/.gitrev   2019-02-01 16:54:58.0 +0100
+++ new/Cython-0.29.6/.gitrev   2019-02-27 13:29:00.0 +0100
@@ -1 +1 @@
-272efcf67762e00fd6539ead1ff6e04319266f7e
+060e9090e4617a82ebbf7603f58747aa3519931c
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.4/CHANGES.rst 
new/Cython-0.29.6/CHANGES.rst
--- old/Cython-0.29.4/CHANGES.rst   2019-02-01 16:54:30.0 +0100
+++ new/Cython-0.29.6/CHANGES.rst   2019-02-27 13:23:19.0 +0100
@@ -2,6 +2,45 @@
 Cython Changelog
 
 
+0.29.6 (2019-02-27)
+===
+
+Bugs fixed
+--
+
+* Fix a crash when accessing the ``__kwdefaults__`` special attribute of
+  fused functions.  (Github issue #1470)
+
+* Fix the parsing of buffer format strings that contain numeric sizes, which
+  could lead to incorrect input rejections.  (Github issue #2845)
+
+* Avoid a C #pragma in old gcc versions that was only added in GCC 4.6.
+  Patch by Michael Anselmi.  (Github issue #2838)
+
+* Auto-encoding of Unicode strings to UTF-8 C/C++ strings failed in Python 3,
+  even though the default encoding there is UTF-8.
+  (Github issue #2819)
+
+
+0.29.5 (2019-02-09)
+===
+
+Bugs fixed
+--
+
+* Crash when defining a Python subclass of an extension type and repeatedly 
calling
+  a cpdef method on it.  (Github issue #2823)
+
+* Compiler crash when ``prange()`` loops appear inside of with-statements.
+  (Github issue #2780)
+
+* Some C compiler warnings were resolved.
+  Patches by Christoph Gohlke.  (Github issues #2815, #2816, #2817, #2822)
+
+* Python conversion of C++ enums failed in 0.29.
+  Patch by Orivej Desh.  (Github issue #2767)
+
+
 0.29.4 (2019-02-01)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.4/Cython/Compiler/Code.py 

commit python-Cython for openSUSE:Factory

2019-02-08 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2019-02-08 13:47:46

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new.28833 (New)


Package is "python-Cython"

Fri Feb  8 13:47:46 2019 rev:45 rq:671992 version:0.29.4

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython-doc.changes  
2019-02-04 21:22:08.043643667 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Cython.new.28833/python-Cython-doc.changes   
2019-02-08 13:47:48.842790239 +0100
@@ -1,0 +2,7 @@
+Tue Feb  5 22:17:38 UTC 2019 - Todd R 
+
+- Update to 0.29.4
+  * Division of numeric constants by a runtime value of 0 could fail to raise a
+``ZeroDivisionError``.  (Github issue #2820)
+
+---
python-Cython.changes: same change

Old:

  Cython-0.29.3.tar.gz

New:

  Cython-0.29.4.tar.gz



Other differences:
--
++ python-Cython-doc.spec ++
--- /var/tmp/diff_new_pack.dSe8Ug/_old  2019-02-08 13:47:49.60679 +0100
+++ /var/tmp/diff_new_pack.dSe8Ug/_new  2019-02-08 13:47:49.626789994 +0100
@@ -20,7 +20,7 @@
 # Tests currently fail randomly in OBS multiple local rund do not trigger them
 %bcond_with  test
 Name:   python-Cython-doc
-Version:0.29.3
+Version:0.29.4
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.dSe8Ug/_old  2019-02-08 13:47:49.686789976 +0100
+++ /var/tmp/diff_new_pack.dSe8Ug/_new  2019-02-08 13:47:49.702789970 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.29.3
+Version:0.29.4
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ Cython-0.29.3.tar.gz -> Cython-0.29.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.3/.gitrev new/Cython-0.29.4/.gitrev
--- old/Cython-0.29.3/.gitrev   2019-01-19 10:35:05.0 +0100
+++ new/Cython-0.29.4/.gitrev   2019-02-01 16:54:58.0 +0100
@@ -1 +1 @@
-49414dbc7ddc2ca2979d6dbe1e44714b10d72e7e
+272efcf67762e00fd6539ead1ff6e04319266f7e
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.3/CHANGES.rst 
new/Cython-0.29.4/CHANGES.rst
--- old/Cython-0.29.3/CHANGES.rst   2019-01-19 10:25:16.0 +0100
+++ new/Cython-0.29.4/CHANGES.rst   2019-02-01 16:54:30.0 +0100
@@ -2,6 +2,16 @@
 Cython Changelog
 
 
+0.29.4 (2019-02-01)
+===
+
+Bugs fixed
+--
+
+* Division of numeric constants by a runtime value of 0 could fail to raise a
+  ``ZeroDivisionError``.  (Github issue #2820)
+
+
 0.29.3 (2019-01-19)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.29.3/Cython/Compiler/Optimize.py 
new/Cython-0.29.4/Cython/Compiler/Optimize.py
--- old/Cython-0.29.3/Cython/Compiler/Optimize.py   2018-11-24 
10:20:06.0 +0100
+++ new/Cython-0.29.4/Cython/Compiler/Optimize.py   2019-02-01 
16:54:30.0 +0100
@@ -3166,6 +3166,7 @@
 PyrexTypes.CFuncTypeArg("op2", PyrexTypes.py_object_type, 
None),
 PyrexTypes.CFuncTypeArg("cval", ctype, None),
 PyrexTypes.CFuncTypeArg("inplace", PyrexTypes.c_bint_type, 
None),
+PyrexTypes.CFuncTypeArg("zerodiv_check", 
PyrexTypes.c_bint_type, None),
 ], exception_value=None if ret_type.is_pyobject else 
ret_type.exception_value))
 for ctype in (PyrexTypes.c_long_type, PyrexTypes.c_double_type)
 for ret_type in (PyrexTypes.py_object_type, PyrexTypes.c_bint_type)
@@ -3297,12 +3298,22 @@
 # Cut off at an integer border that is still safe for all 
operations.
 return node
 
+if operator in ('TrueDivide', 'FloorDivide', 'Divide', 'Remainder'):
+if args[1].constant_result == 0:
+# Don't optimise division by 0. :)
+return node
+
 args = list(args)
 args.append((ExprNodes.FloatNode if is_float else ExprNodes.IntNode)(
 numval.pos, value=numval.value, 
constant_result=numval.constant_result,
 type=num_type))
 inplace = node.inplace if isinstance(node, ExprNodes.NumBinopNode) 
else False
 args.append(ExprNodes.BoolNode(node.pos, value=inplace, 

commit python-Cython for openSUSE:Factory

2019-02-04 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2019-02-04 21:22:05

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new.28833 (New)


Package is "python-Cython"

Mon Feb  4 21:22:05 2019 rev:44 rq:667297 version:0.29.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython-doc.changes  
2018-12-10 12:27:54.374552881 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Cython.new.28833/python-Cython-doc.changes   
2019-02-04 21:22:08.043643667 +0100
@@ -1,0 +2,212 @@
+Sun Jan 20 04:34:42 UTC 2019 - Arun Persaud 
+
+- specfile:
+  * update copyright year
+
+- update to version 0.29.3:
+  * Some C code for memoryviews was generated in a non-deterministic
+order. Patch by Martijn van Steenbergen. (Github issue #2779)
+  * C89 compatibility was accidentally lost since 0.28. Patches by
+gastineau and true-pasky. (Github issues #2778, #2801)
+  * A C compiler cast warning was resolved. Patch by Michael
+Buesch. (Github issue #2774)
+  * An compilation failure with complex numbers under MSVC++ was
+resolved. (Github issue #2797)
+  * Coverage reporting could fail when modules were moved around after
+the build. Patch by Wenjun Si. (Github issue #2776)
+
+- changes from version 0.29.2 :
+  * The code generated for deduplicated constants leaked some
+references. (Github issue #2750)
+  * The declaration of sigismember() in libc.signal was
+corrected. (Github issue #2756)
+  * Crashes in compiler and test runner were fixed. (Github issue
+#2736, #2755)
+  * A C compiler warning about an invalid safety check was
+resolved. (Github issue #2731)
+
+---
+Thu Jan 17 18:03:57 UTC 2019 - Todd R 
+
+- Update to 0.29.2
+  + Bugs fixed
+* The code generated for deduplicated constants leaked some references.
+  (Github issue #2750)
+* The declaration of ``sigismember()`` in ``libc.signal`` was corrected.
+  (Github issue #2756)
+* Crashes in compiler and test runner were fixed.
+  (Github issue #2736, #2755)
+* A C compiler warning about an invalid safety check was resolved.
+  (Github issue #2731)
+- Update to 0.29.1
+  + Bugs fixed
+* Extensions compiled with MinGW-64 under Windows could misinterpret 
integer
+  objects larger than 15 bit and return incorrect results.
+  (Github issue #2670)
+* Cython no longer requires the source to be writable when copying its data
+  into a memory view slice.
+  Patch by Andrey Paramonov.  (Github issue #2644)
+* Line tracing of ``try``-statements generated invalid C code.
+  (Github issue #2274)
+* When using the ``warn.undeclared`` directive, Cython's own code generated
+  warnings that are now fixed.
+  Patch by Nicolas Pauss.  (Github issue #2685)
+* Cython's memoryviews no longer require strides for setting the shape 
field
+  but only the ``PyBUF_ND`` flag to be set.
+  Patch by John Kirkham.  (Github issue #2716)
+* Some C compiler warnings about unused memoryview code were fixed.
+  Patch by Ho Cheuk Ting.  (Github issue #2588)
+* A C compiler warning about implicit signed/unsigned conversion was fixed.
+  (Github issue #2729)
+* Assignments to C++ references returned by ``operator[]`` could fail to 
compile.
+  (Github issue #2671)
+* The power operator and the support for NumPy math functions were fixed
+  in Pythran expressions.
+  Patch by Serge Guelton.  (Github issues #2702, #2709)
+* Signatures with memory view arguments now show the expected type
+  when embedded in docstrings.
+  Patch by Matthew Chan and Benjamin Weigel.  (Github issue #2634)
+* Some ``from ... cimport ...`` constructs were not correctly considered
+  when searching modified dependencies in ``cythonize()`` to decide
+  whether to recompile a module.
+  Patch by Kryštof Pilnáček.  (Github issue #2638)
+* A struct field type in the ``cpython.array`` declarations was corrected.
+  Patch by John Kirkham.  (Github issue #2712)
+- Update to 0.29
+  + Features added
+* PEP-489 multi-phase module initialisation has been enabled again.  Module
+  reloads in other subinterpreters raise an exception to prevent corruption
+  of the static module state.
+* A set of ``mypy`` compatible PEP-484 declarations were added for 
Cython's C data
+  types to integrate with static analysers in typed Python code.  They are 
available
+  in the ``Cython/Shadow.pyi`` module and describe the types in the 
special ``cython``
+  module that can be used for typing in Python code.
+  Original patch by Julian Gethmann. (Github issue #1965)
+* Memoryviews are 

commit python-Cython for openSUSE:Factory

2018-12-10 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2018-12-10 12:27:50

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new.19453 (New)


Package is "python-Cython"

Mon Dec 10 12:27:50 2018 rev:43 rq:655560 version:0.28.5

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython-doc.changes  
2018-10-25 08:08:53.724323542 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Cython.new.19453/python-Cython-doc.changes   
2018-12-10 12:27:54.374552881 +0100
@@ -1,0 +2,45 @@
+Thu Dec  6 09:45:54 UTC 2018 - ncut...@suse.com
+
+- revert to version 0.28.5 to restore support for subinterpreters
+  needed by Ceph - stopgap measure until issue can be addressed 
+  upstream (bsc#1118611)
+
+---
+Sat Dec  1 18:24:55 UTC 2018 - Arun Persaud 
+
+- update to version 0.29.1:
+  * Bugs fixed
++ Extensions compiled with MinGW-64 under Windows could
+  misinterpret integer objects larger than 15 bit and return
+  incorrect results. (Github issue #2670)
++ Cython no longer requires the source to be writable when copying
+  its data into a memory view slice. Patch by Andrey
+  Paramonov. (Github issue #2644)
++ Line tracing of try-statements generated invalid C code. (Github
+  issue #2274)
++ When using the warn.undeclared directive, Cython's own code
+  generated warnings that are now fixed. Patch by Nicolas
+  Pauss. (Github issue #2685)
++ Cython's memoryviews no longer require strides for setting the
+  shape field but only the PyBUF_ND flag to be set. Patch by John
+  Kirkham. (Github issue #2716)
++ Some C compiler warnings about unused memoryview code were
+  fixed. Patch by Ho Cheuk Ting. (Github issue #2588)
++ A C compiler warning about implicit signed/unsigned conversion
+  was fixed. (Github issue #2729)
++ Assignments to C++ references returned by operator[] could fail
+  to compile. (Github issue #2671)
++ The power operator and the support for NumPy math functions were
+  fixed in Pythran expressions. Patch by Serge Guelton. (Github
+  issues #2702, #2709)
++ Signatures with memory view arguments now show the expected type
+  when embedded in docstrings. Patch by Matthew Chan and Benjamin
+  Weigel. (Github issue #2634)
++ Some from ... cimport ... constructs were not correctly
+  considered when searching modified dependencies in cythonize()
+  to decide whether to recompile a module. Patch by Kryštof
+  Pilnáček. (Github issue #2638)
++ A struct field type in the cpython.array declarations was
+  corrected. Patch by John Kirkham. (Github issue #2712)
+
+---
python-Cython.changes: same change

Old:

  Cython-0.29.tar.gz

New:

  Cython-0.28.5.tar.gz



Other differences:
--
++ python-Cython-doc.spec ++
--- /var/tmp/diff_new_pack.RHpuSa/_old  2018-12-10 12:27:54.758552497 +0100
+++ /var/tmp/diff_new_pack.RHpuSa/_new  2018-12-10 12:27:54.762552494 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@
 # Tests currently fail randomly in OBS multiple local rund do not trigger them
 %bcond_with  test
 Name:   python-Cython-doc
-Version:0.29
+Version:0.28.5
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.RHpuSa/_old  2018-12-10 12:27:54.774552482 +0100
+++ /var/tmp/diff_new_pack.RHpuSa/_new  2018-12-10 12:27:54.778552477 +0100
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.29
+Version:0.28.5
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ Cython-0.29.tar.gz -> Cython-0.28.5.tar.gz ++
 34425 lines of diff (skipped)




commit python-Cython for openSUSE:Factory

2018-10-25 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2018-10-25 08:08:51

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new (New)


Package is "python-Cython"

Thu Oct 25 08:08:51 2018 rev:42 rq:642685 version:0.29

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython-doc.changes  
2018-09-18 11:41:58.264002516 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython-doc.changes 
2018-10-25 08:08:53.724323542 +0200
@@ -1,0 +2,144 @@
+Wed Oct 17 15:29:49 UTC 2018 - Arun Persaud 
+
+- update to version 0.29:
+  * Features added
++ PEP-489 multi-phase module initialisation has been enabled
+  again. Module reloads in other subinterpreters raise an
+  exception to prevent corruption of the static module state.
++ A set of mypy compatible PEP-484 declarations were added for
+  Cython's C data types to integrate with static analysers in
+  typed Python code. They are available in the Cython/Shadow.pyi
+  module and describe the types in the special cython module that
+  can be used for typing in Python code. Original patch by Julian
+  Gethmann. (Github issue #1965)
++ Memoryviews are supported in PEP-484/526 style type
+  declarations. (Github issue #2529)
++ @cython.nogil is supported as a C-function decorator in Python
+  code. (Github issue #2557)
++ Raising exceptions from nogil code will automatically acquire
+  the GIL, instead of requiring an explicit with gil block.
++ C++ functions can now be declared as potentially raising both
+  C++ and Python exceptions, so that Cython can handle both
+  correctly. (Github issue #2615)
++ cython.inline() supports a direct language_level keyword
+  argument that was previously only available via a directive.
++ A new language level name 3str was added that mostly corresponds
+  to language level 3, but keeps unprefixed string literals as
+  type 'str' in both Py2 and Py3, and the builtin 'str' type
+  unchanged. This will become the default in the next Cython
+  release and is meant to help user code a) transition more easily
+  to this new default and b) migrate to Python 3 source code
+  semantics without making support for Python 2.x difficult.
++ In CPython 3.6 and later, looking up globals in the module dict
+  is almost as fast as looking up C globals. (Github issue #2313)
++ For a Python subclass of an extension type, repeated method
+  calls to non-overridden cpdef methods can avoid the attribute
+  lookup in Py3.6+, which makes them 4x faster. (Github issue
+  #2313)
++ (In-)equality comparisons of objects to integer literals are
+  faster. (Github issue #2188)
++ Some internal and 1-argument method calls are faster.
++ Modules that cimport many external extension types from other
+  Cython modules execute less import requests during module
+  initialisation.
++ Constant tuples and slices are deduplicated and only created
+  once per module. (Github issue #2292)
++ The coverage plugin considers more C file extensions such as .cc
+  and .cxx. (Github issue #2266)
++ The cythonize command accepts compile time variable values (as
+  set by DEF) through the new -E option. Patch by Jerome
+  Kieffer. (Github issue #2315)
++ pyximport can import from namespace packages. Patch by Prakhar
+  Goel. (Github issue #2294)
++ Some missing numpy and CPython C-API declarations were
+  added. Patch by John Kirkham. (Github issues #2523, #2520,
+  #2537)
++ Declarations for the pylifecycle C-API functions were added in a
+  new .pxd file cpython.pylifecycle.
++ The Pythran support was updated to work with the latest Pythran
+  0.8.7. Original patch by Adrien Guinet. (Github issue #2600)
++ %a is included in the string formatting types that are optimised
+   into f-strings. In this case, it is also automatically mapped
+   to %r in Python 2.x.
++ New C macro CYTHON_HEX_VERSION to access Cython's version in the
+  same style as PY_HEX_VERSION.
++ Constants in libc.math are now declared as const to simplify
+  their handling.
++ An additional check_size clause was added to the ctypedef class
+  name specification to allow suppressing warnings when importing
+  modules with backwards-compatible PyTypeObject size
+  changes. Patch by Matti Picus. (Github issue #2627)
+  * Bugs fixed
++ The exception handling in generators and coroutines under
+  CPython 3.7 was adapted to the newly introduced exception
+  stack. Users of Cython 0.28 who want to support Python 3.7 are
+  encouraged to upgrade to 0.29 to 

commit python-Cython for openSUSE:Factory

2018-09-18 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2018-09-18 11:41:53

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new (New)


Package is "python-Cython"

Tue Sep 18 11:41:53 2018 rev:41 rq:628791 version:0.28.5

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython-doc.changes  
2018-07-18 22:35:48.470566925 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython-doc.changes 
2018-09-18 11:41:58.264002516 +0200
@@ -1,0 +2,10 @@
+Sat Aug 11 16:12:10 UTC 2018 - a...@gmx.de
+
+- update to version 0.28.5:
+  * The discouraged usage of GCC's attribute optimize("Os") was
+replaced by the similar attribute cold to reduce the code impact
+of the module init functions. (Github issue #2494)
+  * A reference leak in Py2.x was fixed when comparing str to unicode
+for equality.
+
+---
python-Cython.changes: same change

Old:

  Cython-0.28.4.tar.gz

New:

  Cython-0.28.5.tar.gz



Other differences:
--
++ python-Cython-doc.spec ++
--- /var/tmp/diff_new_pack.kbcSY7/_old  2018-09-18 11:42:01.511999112 +0200
+++ /var/tmp/diff_new_pack.kbcSY7/_new  2018-09-18 11:42:01.515999108 +0200
@@ -20,7 +20,7 @@
 # Tests currently fail randomly in OBS multiple local rund do not trigger them
 %bcond_with  test
 Name:   python-Cython-doc
-Version:0.28.4
+Version:0.28.5
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.kbcSY7/_old  2018-09-18 11:42:01.531999091 +0200
+++ /var/tmp/diff_new_pack.kbcSY7/_new  2018-09-18 11:42:01.535999087 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.28.4
+Version:0.28.5
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ Cython-0.28.4.tar.gz -> Cython-0.28.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.28.4/.gitrev new/Cython-0.28.5/.gitrev
--- old/Cython-0.28.4/.gitrev   2018-07-08 09:46:06.0 +0200
+++ new/Cython-0.28.5/.gitrev   2018-08-03 09:03:07.0 +0200
@@ -1 +1 @@
-69714807b2ab222fbf9cc6715f28c2f13ebe436c
+15a8ec240d1e63c629ee1127691b0aaa2eacc738
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.28.4/CHANGES.rst 
new/Cython-0.28.5/CHANGES.rst
--- old/Cython-0.28.4/CHANGES.rst   2018-07-08 09:18:10.0 +0200
+++ new/Cython-0.28.5/CHANGES.rst   2018-08-03 08:40:16.0 +0200
@@ -2,6 +2,19 @@
 Cython Changelog
 
 
+0.28.5 (2018-08-03)
+===
+
+Bugs fixed
+--
+
+* The discouraged usage of GCC's attribute ``optimize("Os")`` was replaced by 
the
+  similar attribute ``cold`` to reduce the code impact of the module init 
functions.
+  (Github issue #2494)
+
+* A reference leak in Py2.x was fixed when comparing str to unicode for 
equality.
+
+
 0.28.4 (2018-07-08)
 ===
 
@@ -32,6 +45,9 @@
 * Work around a crash bug in g++ 4.4.x by disabling the size reduction setting
   of the module init function in this version.  (Github issue #2235)
 
+* Crash when exceptions occur early during module initialisation.
+  (Github issue #2199)
+
 
 0.28.2 (2018-04-13)
 ===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.28.4/Cython/Shadow.py 
new/Cython-0.28.5/Cython/Shadow.py
--- old/Cython-0.28.4/Cython/Shadow.py  2018-07-08 09:45:52.0 +0200
+++ new/Cython-0.28.5/Cython/Shadow.py  2018-08-03 08:40:16.0 +0200
@@ -1,7 +1,7 @@
 # cython.* namespace for pure mode.
 from __future__ import absolute_import
 
-__version__ = "0.28.4"
+__version__ = "0.28.5"
 
 try:
 from __builtin__ import basestring
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.28.4/Cython/Utility/ModuleSetupCode.c 
new/Cython-0.28.5/Cython/Utility/ModuleSetupCode.c
--- old/Cython-0.28.4/Cython/Utility/ModuleSetupCode.c  2018-07-08 
09:18:10.0 +0200
+++ new/Cython-0.28.5/Cython/Utility/ModuleSetupCode.c  2018-08-03 
09:02:41.0 +0200
@@ -671,7 +671,7 @@
 #define CYTHON_SMALL_CODE
 #elif defined(__GNUC__) && (!(defined(__cplusplus)) || (__GNUC__ > 4 || 
(__GNUC__ == 4 && __GNUC_MINOR__ > 4)))
 // At least g++ 

commit python-Cython for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2018-07-18 22:35:45

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new (New)


Package is "python-Cython"

Wed Jul 18 22:35:45 2018 rev:40 rq:622245 version:0.28.4

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython-doc.changes  
2018-05-30 12:36:55.897056240 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython-doc.changes 
2018-07-18 22:35:48.470566925 +0200
@@ -1,0 +2,12 @@
+Thu Jul 12 03:33:30 UTC 2018 - a...@gmx.de
+
+- update to version 0.28.4:
+  * Bugs fixed
++ Reallowing tp_clear() in a subtype of an @no_gc_clear extension
+  type generated an invalid C function call to the (non-existent)
+  base type implementation. (Github issue #2309)
++ Exception catching based on a non-literal (runtime) tuple could
+  fail to match the exception. (Github issue #2425)
++ Compile fix for CPython 3.7.0a2. (Github issue #2477)
+
+---
python-Cython.changes: same change

Old:

  Cython-0.28.3.tar.gz

New:

  Cython-0.28.4.tar.gz



Other differences:
--
++ python-Cython-doc.spec ++
--- /var/tmp/diff_new_pack.KJQyXO/_old  2018-07-18 22:35:49.614563135 +0200
+++ /var/tmp/diff_new_pack.KJQyXO/_new  2018-07-18 22:35:49.638563056 +0200
@@ -20,7 +20,7 @@
 # Tests currently fail randomly in OBS multiple local rund do not trigger them
 %bcond_with  test
 Name:   python-Cython-doc
-Version:0.28.3
+Version:0.28.4
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.KJQyXO/_old  2018-07-18 22:35:49.694562870 +0200
+++ /var/tmp/diff_new_pack.KJQyXO/_new  2018-07-18 22:35:49.714562804 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.28.3
+Version:0.28.4
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ Cython-0.28.3.tar.gz -> Cython-0.28.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.28.3/.gitrev new/Cython-0.28.4/.gitrev
--- old/Cython-0.28.3/.gitrev   2018-05-27 10:43:12.0 +0200
+++ new/Cython-0.28.4/.gitrev   2018-07-08 09:46:06.0 +0200
@@ -1 +1 @@
-d09232ab74e3183c0a44b40f1d3b44be6fea4f43
+69714807b2ab222fbf9cc6715f28c2f13ebe436c
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.28.3/CHANGES.rst 
new/Cython-0.28.4/CHANGES.rst
--- old/Cython-0.28.3/CHANGES.rst   2018-05-27 10:40:28.0 +0200
+++ new/Cython-0.28.4/CHANGES.rst   2018-07-08 09:18:10.0 +0200
@@ -2,6 +2,22 @@
 Cython Changelog
 
 
+0.28.4 (2018-07-08)
+===
+
+Bugs fixed
+--
+
+* Reallowing ``tp_clear()`` in a subtype of an ``@no_gc_clear`` extension type
+  generated an invalid C function call to the (non-existent) base type 
implementation.
+  (Github issue #2309)
+
+* Exception catching based on a non-literal (runtime) tuple could fail to 
match the
+  exception.  (Github issue #2425)
+
+* Compile fix for CPython 3.7.0a2.  (Github issue #2477)
+
+
 0.28.3 (2018-05-27)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.28.3/Cython/Compiler/ModuleNode.py 
new/Cython-0.28.4/Cython/Compiler/ModuleNode.py
--- old/Cython-0.28.3/Cython/Compiler/ModuleNode.py 2018-05-27 
10:40:28.0 +0200
+++ new/Cython-0.28.4/Cython/Compiler/ModuleNode.py 2018-07-08 
09:18:10.0 +0200
@@ -1603,7 +1603,7 @@
 code.putln("}")
 
 def generate_clear_function(self, scope, code, cclass_entry):
-tp_slot = TypeSlots.GCDependentSlot("tp_clear")
+tp_slot = TypeSlots.get_slot_by_name("tp_clear")
 slot_func = scope.mangle_internal("tp_clear")
 base_type = scope.parent_type.base_type
 if tp_slot.slot_code(scope) != slot_func:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.28.3/Cython/Shadow.py 
new/Cython-0.28.4/Cython/Shadow.py
--- old/Cython-0.28.3/Cython/Shadow.py  2018-05-27 10:40:28.0 +0200
+++ new/Cython-0.28.4/Cython/Shadow.py  2018-07-08 09:45:52.0 +0200
@@ -1,7 +1,7 @@
 # cython.* namespace for pure mode.
 from __future__ import 

commit python-Cython for openSUSE:Factory

2018-05-30 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2018-05-30 11:40:55

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new (New)


Package is "python-Cython"

Wed May 30 11:40:55 2018 rev:39 rq:612616 version:0.28.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython-doc.changes  
2018-04-22 14:36:16.792262420 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython-doc.changes 
2018-05-30 12:36:55.897056240 +0200
@@ -1,0 +2,11 @@
+Sun May 27 16:30:35 UTC 2018 - a...@gmx.de
+
+- update to version 0.28.3:
+  * Set iteration was broken in non-CPython since 0.28.
+  * UnicodeEncodeError in Py2 when %s formatting is optimised for
+unicode strings. (Github issue #2276)
+  * Work around a crash bug in g++ 4.4.x by disabling the size
+reduction setting of the module init function in this
+version. (Github issue #2235)
+
+---
python-Cython.changes: same change

Old:

  Cython-0.28.2.tar.gz

New:

  Cython-0.28.3.tar.gz



Other differences:
--
++ python-Cython-doc.spec ++
--- /var/tmp/diff_new_pack.OOMf41/_old  2018-05-30 12:36:56.553036065 +0200
+++ /var/tmp/diff_new_pack.OOMf41/_new  2018-05-30 12:36:56.557035942 +0200
@@ -20,12 +20,12 @@
 # Tests currently fail randomly in OBS multiple local rund do not trigger them
 %bcond_with  test
 Name:   python-Cython-doc
-Version:0.28.2
+Version:0.28.3
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0
 Group:  Documentation/Other
-Url:http://www.cython.org
+URL:http://www.cython.org
 Source: 
https://files.pythonhosted.org/packages/source/C/Cython/Cython-%{version}.tar.gz
 Source1:python-Cython-rpmlintrc
 BuildRequires:  fdupes

++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.OOMf41/_old  2018-05-30 12:36:56.581035204 +0200
+++ /var/tmp/diff_new_pack.OOMf41/_new  2018-05-30 12:36:56.581035204 +0200
@@ -19,12 +19,12 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.28.2
+Version:0.28.3
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://www.cython.org
+URL:http://www.cython.org
 Source: 
https://files.pythonhosted.org/packages/source/C/Cython/Cython-%{version}.tar.gz
 Source1:python-Cython-rpmlintrc
 BuildRequires:  %{python_module devel}

++ Cython-0.28.2.tar.gz -> Cython-0.28.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.28.2/.gitrev new/Cython-0.28.3/.gitrev
--- old/Cython-0.28.2/.gitrev   2018-04-13 07:01:15.0 +0200
+++ new/Cython-0.28.3/.gitrev   2018-05-27 10:43:12.0 +0200
@@ -1 +1 @@
-93e3bb9b7558d597d10c4cb8aa1dd887ed37dc2b
+d09232ab74e3183c0a44b40f1d3b44be6fea4f43
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.28.2/CHANGES.rst 
new/Cython-0.28.3/CHANGES.rst
--- old/Cython-0.28.2/CHANGES.rst   2018-04-13 06:59:45.0 +0200
+++ new/Cython-0.28.3/CHANGES.rst   2018-05-27 10:40:28.0 +0200
@@ -2,6 +2,21 @@
 Cython Changelog
 
 
+0.28.3 (2018-05-27)
+===
+
+Bugs fixed
+--
+
+* Set iteration was broken in non-CPython since 0.28.
+
+* ``UnicodeEncodeError`` in Py2 when ``%s`` formatting is optimised for
+  unicode strings.  (Github issue #2276)
+
+* Work around a crash bug in g++ 4.4.x by disabling the size reduction setting
+  of the module init function in this version.  (Github issue #2235)
+
+
 0.28.2 (2018-04-13)
 ===
 
@@ -14,7 +29,7 @@
   ``libcpp.string``.  Patch by Alex Huszagh.  (Github issue #2123)
 
 * The C++11 methods ``reserve()`` and ``bucket_count()`` are declared for
-  ``std::unordered_map``.  Patch by Valentin Valls.  (Github issue #2168)
+  ``libcpp.unordered_map``.  Patch by Valentin Valls.  (Github issue #2168)
 
 Bugs fixed
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cython-0.28.2/Cython/Compiler/ExprNodes.py 
new/Cython-0.28.3/Cython/Compiler/ExprNodes.py
--- old/Cython-0.28.2/Cython/Compiler/ExprNodes.py  2018-04-13 
06:59:45.0 +0200
+++ new/Cython-0.28.3/Cython/Compiler/ExprNodes.py  2018-05-27 

commit python-Cython for openSUSE:Factory

2018-04-22 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2018-04-22 14:36:13

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new (New)


Package is "python-Cython"

Sun Apr 22 14:36:13 2018 rev:38 rq:598790 version:0.28.2

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython-doc.changes  
2018-04-05 15:29:03.533755256 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython-doc.changes 
2018-04-22 14:36:16.792262420 +0200
@@ -1,0 +2,27 @@
+Wed Apr 18 02:15:50 UTC 2018 - toddrme2...@gmail.com
+
+- Version update to 0.28.2
+  + Features added
+* ``abs()`` is faster for Python long objects.
+* The C++11 methods ``front()`` and ``end()`` were added to the 
declaration of
+  ``libcpp.string``.  Patch by Alex Huszagh.  (Github issue #2123)
+* The C++11 methods ``reserve()`` and ``bucket_count()`` are declared for
+  ``std::unordered_map``.  Patch by Valentin Valls.  (Github issue #2168)
+  + Bugs fixed
+* The copy of a read-only memoryview was considered read-only as well, 
whereas
+  a common reason to copy a read-only view is to make it writable.  The 
result
+  of the copying is now a writable buffer by default.
+  (Github issue #2134)
+* The ``switch`` statement generation failed to apply recursively to the 
body of
+  converted if-statements.
+* ``NULL`` was sometimes rejected as exception return value when the 
returned
+  type is a fused pointer type.
+  Patch by Callie LeFave.  (Github issue #2177)
+* Fixed compatibility with PyPy 5.11.
+  Patch by Matti Picus.  (Github issue #2165)
+  + Other changes
+* The NumPy tutorial was rewritten to use memoryviews instead of the older
+  buffer declaration syntax.
+  Contributed by Gabriel de Marmiesse.  (Github issue #2162)
+
+---
python-Cython.changes: same change

Old:

  Cython-0.28.1.tar.gz

New:

  Cython-0.28.2.tar.gz



Other differences:
--
++ python-Cython-doc.spec ++
--- /var/tmp/diff_new_pack.WvUO1r/_old  2018-04-22 14:36:17.712229128 +0200
+++ /var/tmp/diff_new_pack.WvUO1r/_new  2018-04-22 14:36:17.716228984 +0200
@@ -20,7 +20,7 @@
 # Tests currently fail randomly in OBS multiple local rund do not trigger them
 %bcond_with  test
 Name:   python-Cython-doc
-Version:0.28.1
+Version:0.28.2
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.WvUO1r/_old  2018-04-22 14:36:17.736228260 +0200
+++ /var/tmp/diff_new_pack.WvUO1r/_new  2018-04-22 14:36:17.740228115 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.28.1
+Version:0.28.2
 Release:0
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0

++ Cython-0.28.1.tar.gz -> Cython-0.28.2.tar.gz ++
 2696 lines of diff (skipped)




commit python-Cython for openSUSE:Factory

2018-04-05 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2018-04-05 15:28:42

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new (New)


Package is "python-Cython"

Thu Apr  5 15:28:42 2018 rev:37 rq:593187 version:0.28.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython-doc.changes  
2018-03-22 11:58:51.875125459 +0100
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython-doc.changes 
2018-04-05 15:29:03.533755256 +0200
@@ -1,0 +2,5 @@
+Tue Apr  3 11:35:57 UTC 2018 - apla...@suse.com
+
+- Fix README.rst name for the callback demo 
+
+---



Other differences:
--
++ python-Cython-doc.spec ++
--- /var/tmp/diff_new_pack.KROyow/_old  2018-04-05 15:29:08.401579311 +0200
+++ /var/tmp/diff_new_pack.KROyow/_new  2018-04-05 15:29:08.405579166 +0200
@@ -50,7 +50,7 @@
 %prep
 %setup -q -n Cython-%{version}
 # Fix EOL encoding
-sed -i "s|\r||" Demos/callback/{README.txt,cheesefinder.h} 
Demos/embed/Makefile.{unix,msc.static}
+sed -i "s|\r||" Demos/callback/{README.rst,cheesefinder.h} 
Demos/embed/Makefile.{unix,msc.static}
 # Remove tests broken with new gcc
 rm -f tests/run/builtin_abs.pyx
 




commit python-Cython for openSUSE:Factory

2018-03-22 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2018-03-22 11:56:09

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new (New)


Package is "python-Cython"

Thu Mar 22 11:56:09 2018 rev:36 rq:588610 version:0.28.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython-doc.changes  
2018-02-25 12:20:59.098541997 +0100
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython-doc.changes 
2018-03-22 11:58:51.875125459 +0100
@@ -1,0 +2,133 @@
+Mon Mar 19 13:23:58 UTC 2018 - tchva...@suse.com
+
+- Version update to 0.28.1:
+  * PyFrozenSet_New() was accidentally used in PyPy where it is lacking
+from the C-API.
+  * Assignment between some C++ templated types were incorrectly rejected
+when the templates mix const with ctypedef. (Github issue #2148)
+  * Undeclared C++ no-args constructors in subclasses could make the
+compilation fail if the base class constructor was declared without
+nogil. (Github issue #2157)
+  * Bytes %-formatting inferred basestring (bytes or unicode) as result type
+in some cases where bytes would have been safe to infer. (Github issue 
#2153)
+  * None was accidentally disallowed as typed return value of dict.pop().
+
+---
+Sat Mar 17 00:30:56 UTC 2018 - a...@gmx.de
+
+- update to version 0.28:
+  * Features added
++ Cdef classes can now multiply inherit from ordinary Python
+  classes. (The primary base must still be a c class, possibly
+  object, and the other bases must not be cdef classes.)
++ Type inference is now supported for Pythran compiled NumPy
+  expressions. Patch by Nils Braun. (Github issue #1954)
++ The const modifier can be applied to memoryview declarations to
+  allow read-only buffers as input. (Github issues #1605, #1869)
++ C code in the docstring of a cdef extern block is copied
+  verbatimly into the generated file. Patch by Jeroen
+  Demeyer. (Github issue #1915)
++ When compiling with gcc, the module init function is now tuned
+  for small code size instead of whatever compile flags were
+  provided externally. Cython now also disables some code
+  intensive optimisations in that function to further reduce the
+  code size. (Github issue #2102)
++ Decorating an async coroutine with @cython.iterable_coroutine
+  changes its type at compile time to make it iterable. While this
+  is not strictly in line with PEP-492, it improves the
+  interoperability with old-style coroutines that use yield from
+  instead of await.
++ The IPython magic has preliminary support for
+  JupyterLab. (Github issue #1775)
++ The new TSS C-API in CPython 3.7 is supported and has been
+  backported. Patch by Naotoshi Seo. (Github issue #1932)
++ Cython knows the new Py_tss_t type defined in PEP-539 and
+  automatically initialises variables declared with that type to
+  Py_tss_NEEDS_INIT, a value which cannot be used outside of
+  static assignments.
++ The set methods .remove() and .discard() are optimised. Patch by
+  Antoine Pitrou. (Github issue #2042)
++ dict.pop() is optimised. Original patch by Antoine
+  Pitrou. (Github issue #2047)
++ Iteration over sets and frozensets is optimised. (Github issue
+  #2048)
++ Safe integer loops (< range(2^30)) are automatically optimised
+  into C loops.
++ alist.extend([a,b,c]) is optimised into sequential list.append()
+  calls for short literal sequences.
++ Calls to builtin methods that are not specifically optimised
+  into C-API calls now use a cache that avoids repeated lookups of
+  the underlying C function. (Github issue #2054)
++ Single argument function calls can avoid the argument tuple
+  creation in some cases.
++ Some redundant extension type checks are avoided.
++ Formatting C enum values in f-strings is faster, as well as some
+  other special cases.
++ String formatting with the '%' operator is optimised into
+  f-strings in simple cases.
++ Subscripting (item access) is faster in some cases.
++ Some bytearray operations have been optimised similar to bytes.
++ Some PEP-484/526 container type declarations are now considered
+  for loop optimisations.
++ Indexing into memoryview slices with view[i][j] is now optimised
+  into view[i, j].
++ Python compatible cython.* types can now be mixed with type
+  declarations in Cython syntax.
++ Name lookups in the module and in classes are faster.
++ Python attribute lookups on extension types without instance
+  dict are faster.
++ Some missing signals were added to 

commit python-Cython for openSUSE:Factory

2018-02-25 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2018-02-25 12:20:57

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new (New)


Package is "python-Cython"

Sun Feb 25 12:20:57 2018 rev:35 rq:578692 version:0.27.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython-doc.changes  
2018-02-03 15:37:01.356728440 +0100
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython-doc.changes 
2018-02-25 12:20:59.098541997 +0100
@@ -1,0 +2,6 @@
+Wed Feb 21 12:51:05 UTC 2018 - tchva...@suse.com
+
+- Disable tests as they randomly fail while it can't be triggered
+  when reproducing localy
+
+---
@@ -5 +11,3 @@
-- see CHANGES.txt for details
+  * see CHANGES.txt for details
+- Disable abs test wrt upstream issue with new GCC versions:
+  * https://github.com/cython/cython/issues/1911
--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2018-02-03 15:37:02.432678183 +0100
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2018-02-25 12:21:00.578488395 +0100
@@ -1,0 +2,5 @@
+Tue Feb 20 11:25:47 UTC 2018 - tchva...@suse.com
+
+- Export fno-strict-aliasing to CFLAGS
+
+---
@@ -5,0 +11 @@
+- Also fixes bsc#1062237



Other differences:
--
++ python-Cython-doc.spec ++
--- /var/tmp/diff_new_pack.r8MZBf/_old  2018-02-25 12:21:01.966438124 +0100
+++ /var/tmp/diff_new_pack.r8MZBf/_new  2018-02-25 12:21:01.970437979 +0100
@@ -16,30 +16,26 @@
 #
 
 
-%ifarch x86_64
-%bcond_without  test
-%else
-%bcond_with  test
-%endif
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+# Tests currently fail randomly in OBS multiple local rund do not trigger them
+%bcond_with  test
 Name:   python-Cython-doc
 Version:0.27.3
 Release:0
-Url:http://www.cython.org
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0
 Group:  Documentation/Other
+Url:http://www.cython.org
 Source: 
https://files.pythonhosted.org/packages/source/C/Cython/Cython-%{version}.tar.gz
 Source1:python-Cython-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Sphinx
+BuildArch:  noarch
 %if %{with test}
 BuildRequires:  %{python_module Cython = %{version}}
 BuildRequires:  gcc-c++
 %endif
-BuildArch:  noarch
 
 %description
 The Cython language allows for writing C extensions for the Python
@@ -55,6 +51,8 @@
 %setup -q -n Cython-%{version}
 # Fix EOL encoding
 sed -i "s|\r||" Demos/callback/{README.txt,cheesefinder.h} 
Demos/embed/Makefile.{unix,msc.static}
+# Remove tests broken with new gcc
+rm -f tests/run/builtin_abs.pyx
 
 %build
 python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
@@ -71,13 +69,8 @@
 %endif
 
 %files
-%defattr(-,root,root,-)
-%if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320
-%license LICENSE.txt
-%else
-%doc LICENSE.txt
-%endif
-%doc COPYING.txt README.txt ToDo.txt USAGE.txt
+%license LICENSE.txt COPYING.txt
+%doc README.txt ToDo.txt USAGE.txt
 %dir %{_docdir}/python-Cython/
 %{_docdir}/python-Cython/html/
 

++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.r8MZBf/_old  2018-02-25 12:21:02.006436676 +0100
+++ /var/tmp/diff_new_pack.r8MZBf/_new  2018-02-25 12:21:02.010436531 +0100
@@ -21,10 +21,10 @@
 Name:   python-Cython
 Version:0.27.3
 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
+Url:http://www.cython.org
 Source: 
https://files.pythonhosted.org/packages/source/C/Cython/Cython-%{version}.tar.gz
 Source1:python-Cython-rpmlintrc
 BuildRequires:  %{python_module devel}
@@ -40,7 +40,6 @@
 Provides:   %{oldpython}-cython = %{version}
 Obsoletes:  %{oldpython}-cython < %{version}
 %endif
-
 %python_subpackages
 
 %description
@@ -59,7 +58,7 @@
 sed -i "s|^#!.*||" Cython/Debugger/{libpython,Cygdb}.py cython.py
 
 %build
-export CFLAGS="%{optflags}"
+export CFLAGS="%{optflags} -fno-strict-aliasing"
 %python_build
 
 %install
@@ -75,7 +74,7 @@
 done
 
 %{python_expand chmod a+x 
%{buildroot}%{$python_sitearch}/Cython/Build/Cythonize.py
-sed -i "s|^#!/usr/bin/env python$|#!%{__$python}|" 
%{buildroot}%{$python_sitearch}/Cython/Build/Cythonize.py
+sed -i "s|^#!%{_bindir}/env python$|#!%{__$python}|" 

commit python-Cython for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2018-02-03 15:36:57

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new (New)


Package is "python-Cython"

Sat Feb  3 15:36:57 2018 rev:34 rq:570447 version:0.27.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython-doc.changes  
2017-10-13 14:07:04.975986227 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython-doc.changes 
2018-02-03 15:37:01.356728440 +0100
@@ -1,0 +2,6 @@
+Mon Jan 29 00:23:49 UTC 2018 - mimi...@gmail.com
+
+-  update to 0.27.3
+- see CHANGES.txt for details
+
+---
--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2017-10-05 11:49:26.795438840 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2018-02-03 15:37:02.432678183 +0100
@@ -1,0 +2,6 @@
+Mon Jan 29 00:23:03 UTC 2018 - mimi...@gmail.com
+
+- update to 0.27.3
+- big list of changes since 0.26.1 please see CHANGES.txt
+
+---

Old:

  Cython-0.26.1.tar.gz

New:

  Cython-0.27.3.tar.gz



Other differences:
--
++ python-Cython-doc.spec ++
--- /var/tmp/diff_new_pack.dVMmAs/_old  2018-02-03 15:37:03.544626245 +0100
+++ /var/tmp/diff_new_pack.dVMmAs/_new  2018-02-03 15:37:03.544626245 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Cython-doc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %ifarch x86_64
 %bcond_without  test
 %else
@@ -23,7 +24,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Cython-doc
-Version:0.26.1
+Version:0.27.3
 Release:0
 Url:http://www.cython.org
 Summary:The Cython compiler for writing C extensions for the Python 
language
@@ -35,8 +36,8 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Sphinx
 %if %{with test}
-BuildRequires:  gcc-c++
 BuildRequires:  %{python_module Cython = %{version}}
+BuildRequires:  gcc-c++
 %endif
 BuildArch:  noarch
 

++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.dVMmAs/_old  2018-02-03 15:37:03.572624937 +0100
+++ /var/tmp/diff_new_pack.dVMmAs/_new  2018-02-03 15:37:03.572624937 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Cython
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -15,10 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.26.1
+Version:0.27.3
 Release:0
 Url:http://www.cython.org
 Summary:The Cython compiler for writing C extensions for the Python 
language
@@ -87,7 +88,6 @@
 %python_uninstall_alternative cython
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320
 %license LICENSE.txt
 %else

++ Cython-0.26.1.tar.gz -> Cython-0.27.3.tar.gz ++
 22660 lines of diff (skipped)




commit python-Cython for openSUSE:Factory

2017-10-13 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2017-10-13 14:07:01

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new (New)


Package is "python-Cython"

Fri Oct 13 14:07:01 2017 rev:33 rq:532572 version:0.26.1

Changes:

New Changes file:

--- /dev/null   2017-10-06 12:38:12.078789702 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython-doc.changes 
2017-10-13 14:07:04.975986227 +0200
@@ -0,0 +1,938 @@
+---
+Thu Oct  5 19:28:03 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 0.26.1
+  + Bugs fixed
+* ``cython.view.array`` was missing ``.__len__()``.
+* Extension types with a ``.pxd`` override for their ``__releasebuffer__`` 
slot
+  (e.g. as provided by Cython for the Python ``array.array`` type) could 
leak
+  a reference to the buffer owner on release, thus not freeing the memory.
+  (Github issue #1638)
+* Auto-decoding failed in 0.26 for strings inside of C++ containers.
+  (Github issue #1790)
+* Compile error when inheriting from C++ container types.
+  (Github issue #1788)
+* Invalid C code in generators (declaration after code).
+  (Github issue #1801)
+* Arithmetic operations on ``const`` integer variables could generate 
invalid code.
+  (Github issue #1798)
+* Local variables with names of special Python methods failed to compile 
inside of
+  closures. (Github issue #1797)
+* Problem with indirect Emacs buffers in cython-mode.
+  Patch by Martin Albrecht (Github issue #1743).
+* Extension types named ``result`` or ``PickleError`` generated invalid 
unpickling code.
+  Patch by Jason Madden (Github issue #1786).
+* Bazel integration failed to compile ``.py`` files.
+  Patch by Guro Bokum (Github issue #1784).
+* Some include directories and dependencies were referenced with their 
absolute paths
+  in the generated files despite lying within the project directory.
+* Failure to compile in Py3.7 due to a modified signature of 
``_PyCFunctionFast()``
+- Update to 0.26
+  + Features added
+* Pythran can be used as a backend for evaluating NumPy array expressions.
+  Patch by Adrien Guinet (Github issue #1607).
+* cdef classes now support pickling by default when possible.
+  This can be disabled with the ``auto_pickle`` directive.
+* Speed up comparisons of strings if their hash value is available.
+  Patch by Claudio Freire (Github issue #1571).
+* Support pyximport from zip files.
+  Patch by Sergei Lebedev (Github issue #1485).
+* IPython magic now respects the ``__all__`` variable and ignores
+  names with leading-underscore (like ``import *`` does).
+  Patch by Syrtis Major (Github issue #1625).
+* ``abs()`` is optimised for C complex numbers.
+  Patch by da-woods (Github issue #1648).
+* The display of C lines in Cython tracebacks can now be enabled at runtime
+  via ``import cython_runtime; cython_runtime.cline_in_traceback=True``.
+  The default has been changed to False.
+* The overhead of calling fused types generic functions was reduced.
+* "cdef extern" include files are now also searched relative to the 
current file.
+  Patch by Jeroen Demeyer (Github issue #1654).
+* Optional optimization for re-aquiring the GIL, controlled by the
+  `fast_gil` directive.
+  + Bugs fixed
+* Item lookup/assignment with a unicode character as index that is typed
+  (explicitly or implicitly) as ``Py_UCS4`` or ``Py_UNICODE`` used the
+  integer value instead of the Unicode string value. Code that relied on
+  the previous behaviour now triggers a warning that can be disabled by
+  applying an explicit cast. (Github issue #1602)
+* f-string processing was adapted to changes in PEP 498 and CPython 3.6.
+* Invalid C code when decoding from UTF-16(LE/BE) byte strings.
+  (Github issue #1696)
+* Unicode escapes in 'ur' raw-unicode strings were not resolved in Py2 
code.
+  Original patch by Aaron Gallagher (Github issue #1594).
+* File paths of code objects are now relative.
+  Original patch by Jelmer Vernooij (Github issue #1565).
+* Decorators of cdef class methods could be executed twice.
+  Patch by Jeroen Demeyer (Github issue #1724).
+* Dict iteration using the Py2 ``iter*`` methods failed in PyPy3.
+  Patch by Armin Rigo (Github issue #1631).
+* Several warnings in the generated code are now suppressed.
+  + Other changes
+* The ``unraisable_tracebacks`` option now defaults to ``True``.
+* Coercion of C++ containers to Python is no longer automatic on attribute
+  access (Github issue 

commit python-Cython for openSUSE:Factory

2017-10-05 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2017-10-05 11:49:21

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new (New)


Package is "python-Cython"

Thu Oct  5 11:49:21 2017 rev:32 rq:530883 version:0.25.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2017-03-17 15:04:54.531713847 +0100
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2017-10-05 11:49:26.795438840 +0200
@@ -1,0 +2,5 @@
+Mon Oct  2 22:02:54 UTC 2017 - jeng...@inai.de
+
+- Ensure neutrality of description.
+
+---



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.T4hNeJ/_old  2017-10-05 11:49:29.455064592 +0200
+++ /var/tmp/diff_new_pack.T4hNeJ/_new  2017-10-05 11:49:29.459064029 +0200
@@ -45,20 +45,15 @@
 %python_subpackages
 
 %description
-The Cython language makes writing C extensions for the Python language as
-easy as Python itself.  Cython is a source code translator based on the
-well-known Pyrex, but supports more cutting edge functionality and
-optimizations.
+The Cython language allows for writing C extensions for the Python
+language. Cython is a source code translator based on Pyrex, but
+supports more cutting edge functionality and optimizations.
 
 The Cython language is very close to the Python language (and most Python
 code is also valid Cython code), but Cython additionally supports calling C
 functions and declaring C types on variables and class attributes. This
 allows the compiler to generate very efficient C code from Cython code.
 
-This makes Cython the ideal language for writing glue code for external C
-libraries, and for fast C modules that speed up the execution of Python
-code.
-
 %prep
 %setup -q -n Cython-%{version}
 # Fix non-executable scripts




commit python-Cython for openSUSE:Factory

2017-03-17 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2017-03-17 15:04:53

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new (New)


Package is "python-Cython"

Fri Mar 17 15:04:53 2017 rev:31 rq:479725 version:0.25.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2016-11-01 09:49:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2017-03-17 15:04:54.531713847 +0100
@@ -1,0 +2,5 @@
+Mon Dec 19 17:49:22 UTC 2016 - jmate...@suse.com
+
+- update for multipython build
+
+---



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.YCt7xV/_old  2017-03-17 15:04:55.255611688 +0100
+++ /var/tmp/diff_new_pack.YCt7xV/_new  2017-03-17 15:04:55.255611688 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Cython
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,6 +16,8 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 Name:   python-Cython
 Version:0.25.1
 Release:0
@@ -26,20 +28,22 @@
 Source: 
https://files.pythonhosted.org/packages/source/C/Cython/Cython-%{version}.tar.gz
 Source1:python-Cython-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  python-devel
-BuildRequires:  python-xml
+BuildRequires:  python-rpm-macros
 Requires:   python-devel
 Requires:   python-xml
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-Provides:   python-cython = %{version}
-Obsoletes:  python-cython < %{version}
-%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)")}
+%ifpython2
+Provides:   %{oldpython}-cython = %{version}
+Obsoletes:  %{oldpython}-cython < %{version}
 %endif
 
+%python_subpackages
+
 %description
 The Cython language makes writing C extensions for the Python language as
 easy as Python itself.  Cython is a source code translator based on the
@@ -63,31 +67,29 @@
 sed -i "s|\r||" Demos/callback/{README.txt,cheesefinder.h} 
Demos/embed/Makefile.{unix,msc.static} Doc/primes.c
 
 %build
-CFLAGS="%{optflags}" python setup.py build
+export CFLAGS="%{optflags}"
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-
+%{python_expand %$python_install
 # Prepare for update-alternatives usage
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 for p in cython cythonize cygdb ; do
-mv %{buildroot}%{_bindir}/$p %{buildroot}%{_bindir}/$p-%{py_ver}
-ln -s -f %{_sysconfdir}/alternatives/$p %{buildroot}%{_bindir}/$p
+mv %{buildroot}%{_bindir}/$p 
%{buildroot}%{_bindir}/$p-%{$python_bin_suffix}
+done
+}
+for p in cython cythonize cygdb ; do
+%prepare_alternative $p
 done
 
-%fdupes -s %{buildroot}%{python_sitearch} %{buildroot}%{_docdir}
-rm -rf %{buildroot}%{python_sitearch}/__pycache__/
+%{python_expand %fdupes -s %{buildroot}%{$python_sitearch}}
+%fdupes %{buildroot}%{_docdir}
 
 %post
-%_sbindir/update-alternatives \
-   --install %{_bindir}/cython cython %{_bindir}/cython-%{py_ver} 30 \
-   --slave %{_bindir}/cythonize cythonize %{_bindir}/cythonize-%{py_ver} \
-   --slave %{_bindir}/cygdb cygdb %{_bindir}/cygdb-%{py_ver}
+%python_install_alternative cython cythonize cygdb
 
 %postun
-if [ $1 -eq 0 ] ; then
-%_sbindir/update-alternatives --remove cython %{_bindir}/cython-%{py_ver}
-fi
+%python_uninstall_alternative cython
 
 %check
 %if 0%{?suse_version} && 0%{?suse_version} <= 1140
@@ -97,24 +99,20 @@
 #sleep 60
 %endif
 %ifarch x86_64
-python runtests.py -vv
+export LANG=en_US.UTF-8
+%python_exec runtests.py -vv
 %endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc COPYING.txt LICENSE.txt README.txt ToDo.txt USAGE.txt Doc Demos
-%{_bindir}/cygdb
-%{_bindir}/cython
-%{_bindir}/cythonize
-%{_bindir}/cygdb-%{py_ver}
-%{_bindir}/cython-%{py_ver}
-%{_bindir}/cythonize-%{py_ver}
-%ghost %{_sysconfdir}/alternatives/cygdb
-%ghost %{_sysconfdir}/alternatives/cython
-%ghost %{_sysconfdir}/alternatives/cythonize
+%python_alternative %{_bindir}/cygdb
+%python_alternative 

commit python-Cython for openSUSE:Factory

2016-11-01 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2016-11-01 09:49:53

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  
2016-02-09 13:30:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2016-11-01 09:49:55.0 +0100
@@ -1,0 +2,148 @@
+Fri Oct 28 12:40:24 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 0.25.1
+  + Bugs fixed
+* Fixes a bug with ``isinstance(o, Exception)`` (Github issue #1496).
+* Fixes bug with ``cython.view.array`` missing utility code in some cases
+  (Github issue #1502).
+  + Other changes
+* The distutils extension ``Cython.Distutils.build_ext`` has been reverted,
+  temporarily, to be ``old_build_ext`` to give projects time to migrate.
+  The new build_ext is available as ``new_build_ext``.
+
+---
+Wed Oct 26 14:55:49 UTC 2016 - toddrme2...@gmail.com
+
+- Fix source URL.
+
+---
+Wed Oct 26 01:36:12 UTC 2016 - toddrme2...@gmail.com
+
+- update to version 0.25:
+  + Features added
+* def/cpdef methods of cdef classes benefit from Cython's internal function
+  implementation, which enables introspection and line profiling for them.
+  Implementation sponsored by Turbostream (www.turbostream-cfd.com).
+* The distutils extension ``Cython.Distutils.build_ext`` has now been 
updated
+  to use cythonize which properly handles dependencies.  The old extension 
can
+  still be found in ``Cython.Distutils.old_build_ext`` and is now 
deprecated.
+* Calls to Python functions are faster, following the recent "FastCall"
+  optimisations that Victor Stinner implemented for CPython 3.6.
+  See https://bugs.python.org/issue27128 and related issues.
+* The new METH_FASTCALL calling convention for PyCFunctions is supported
+  in CPython 3.6.  See https://bugs.python.org/issue27810
+* C++ classes can now have typedef members. STL containers updated with
+  value_type.
+* Support for bazel using a the pyx_library rule in //Tools:rules.bzl.
+* Initial support for using Cython modules in Pyston.  Patch by Daetalus.
+* Dynamic Python attributes are allowed on cdef classes if an attribute
+  ``cdef dict __dict__`` is declared in the class.  Patch by empyrical.
+* Cython implemented C++ classes can make direct calls to base class 
methods.
+  Patch by empyrical.
+* New directive ``cython.no_gc`` to fully disable GC for a cdef class.
+  Patch by Claudio Freire.
+* Buffer variables are no longer excluded from ``locals()``.
+  Patch by da-woods.
+* Building f-strings is faster, especially when formatting C integers.
+* for-loop iteration over "std::string".
+* ``libc/math.pxd`` provides ``e`` and ``pi`` as alias constants to 
simplify
+  usage as a drop-in replacement for Python's math module.
+* Speed up cython.inline().
+* Binary lshift operations with small constant Python integers are faster.
+* Some integer operations on Python long objects are faster in Python 2.7.
+* Support for the C++ ``typeid`` operator.
+  + Significant Bugs fixed
+* Division of complex numbers avoids overflow by using Smith's method.
+* Some function signatures in ``libc.math`` and ``numpy.pxd`` were 
incorrect.
+  Pach by Michael Seifert.
+  + Other changes
+* The "%%cython" IPython/jupyter magic now defaults to the language level 
of
+  the current jupyter kernel.  The language level can be set explicitly 
with
+  "%%cython -2" or "%%cython -3".
+- update to version 0.24.1:
+  * IPython cell magic was lacking a good way to enable Python 3 code
+semantics. It can now be used as "%%cython -3".
+  * Follow a recent change in PEP 492 and CPython 3.5.1 that now
+requires the __aiter__() method of asynchronous iterators to be a
+simple def method instead of an async def method.
+  * Coroutines and generators were lacking the __module__ special
+attribute.
+  * C++ std::complex values failed to auto-convert from and to Python
+complex objects.
+  * Namespaced C++ types could not be used as memory view types due to
+lack of name mangling. Patch by Ivan Smirnov.
+  * Assignments between identical C++ types that were declared with
+differently typedefed template types could fail.
+  * Rebuilds could fail to evaluate dependency timestamps in C++
+mode. Patch by Ian Henriksen.
+  * Macros defined in the distutils compiler option do not require
+values anymore. Patch by 

commit python-Cython for openSUSE:Factory

2016-02-09 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2016-02-09 13:30:56

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  
2015-08-29 20:02:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2016-02-09 13:30:58.0 +0100
@@ -1,0 +2,161 @@
+Mon Feb  1 10:30:06 UTC 2016 - toddrme2...@gmail.com
+
+- update to version 0.23.4:
+  * Memory leak when calling Python functions in PyPy.
+  * Compilation problem with MSVC in C99-ish mode.
+  * Warning about unused values in a helper macro.
+- update to version 0.23.3:
+  * Invalid C code for some builtin methods. This fixes ticket 856
+again.
+  * Incorrect C code in helper functions for PyLong conversion and
+string decoding. This fixes ticket 863, ticket 864 and ticket
+865. Original patch by Nikolaus Rath.
+  * Large folded or inserted integer constants could use too small C
+integer types and thus trigger a value wrap-around.
+  * The coroutine and generator types of Cython now also register
+directly with the Coroutine and Generator ABCs in the
+backports_abc module if it can be imported. This fixes ticket 870.
+- update to version 0.23.2:
+  * Compiler crash when analysing some optimised expressions.
+  * Coverage plugin was adapted to coverage.py 4.0 beta 2.
+  * C++ destructor calls could fail when '&' operator is overwritten.
+  * Incorrect C literal generation for large integers in compile-time
+evaluated DEF expressions and constant folded expressions.
+  * Byte string constants could end up as Unicode strings when
+originating from compile-time evaluated DEF expressions.
+  * Invalid C code when caching known builtin methods. This fixes
+ticket 860.
+  * ino_t in posix.types was not declared as unsigned.
+  * Declarations in libcpp/memory.pxd were missing operator!(). Patch
+by Leo Razoumov.
+  * Static cdef methods can now be declared in .pxd files.
+- update to version 0.23.1:
+  * Invalid C code for generators. This fixes ticket 858.
+  * Invalid C code for some builtin methods. This fixes ticket 856.
+  * Invalid C code for unused local buffer variables. This fixes
+ticket 154.
+  * Test failures on 32bit systems. This fixes ticket 857.
+  * Code that uses "from xyz import *" and global C struct/union/array
+variables could fail to compile due to missing helper
+functions. This fixes ticket 851.
+  * Misnamed PEP 492 coroutine property cr_yieldfrom renamed to
+cr_await to match CPython.
+  * Missing deallocation code for C++ object attributes in certain
+extension class hierarchies.
+  * Crash when async coroutine was not awaited.
+  * Compiler crash on yield in signature annotations and default
+argument values. Both are forbidden now.
+  * Compiler crash on certain constructs in finally clauses.
+  * Cython failed to build when CPython's pgen is installed.
+- update to version 0.23:
+  * Features added
++ PEP 492 (async/await) was implemented. See
+  https://www.python.org/dev/peps/pep-0492/
++ PEP 448 (Additional Unpacking Generalizations) was
+  implemented. See https://www.python.org/dev/peps/pep-0448/
++ Support for coverage.py 4.0+ can be enabled by adding the plugin
+  "Cython.Coverage" to the ".coveragerc" config file.
++ Annotated HTML source pages can integrate (XML) coverage
+  reports.
++ Tracing is supported in nogil functions/sections and module init
+  code.
++ When generators are used in a Cython module and the module
+  imports the modules "inspect" and/or "asyncio", Cython enables
+  interoperability by patching these modules during the import to
+  recognise Cython's internal generator and coroutine types. This
+  can be disabled by C compiling the module with "-D
+  CYTHON_PATCH_ASYNCIO=0" or "-D CYTHON_PATCH_INSPECT=0"
++ When generators or coroutines are used in a Cython module, their
+  types are registered with the Generator and Coroutine ABCs in
+  the collections or collections.abc stdlib module at import time
+  to enable interoperability with code that needs to detect and
+  process Python generators/coroutines. These ABCs were added in
+  CPython 3.5 and are available for older Python versions through
+  the backports_abc module on PyPI. See
+  https://bugs.python.org/issue24018
++ Adding/subtracting/dividing/modulus and equality comparisons
+  with constant Python floats and small integers are faster.
++ Binary and/or/xor/rshift operations with small constant Python
+  integers are faster.
++ When called on 

commit python-Cython for openSUSE:Factory

2015-08-29 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2015-08-29 20:02:08

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  
2015-08-21 08:24:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2015-08-29 20:02:10.0 +0200
@@ -1,0 +2,10 @@
+Wed Aug 26 17:11:12 UTC 2015 - ted.nokonec...@uregina.ca
+
+- mangle tests/run/cpdef_extern_func.pyx to allow package to build
+  for SLE_11_SP3 and SLE_11_SP4.
+  * cpdef const char* strchr(const char *haystack, int needle);
+does not seem to match any from /usr/include/string.h
+and fails for cpp tests via python runtests.py -vv
+  * cpdef_extern_func.pyx was not present in 0.21.1
+
+---



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.AIuMMr/_old  2015-08-29 20:02:11.0 +0200
+++ /var/tmp/diff_new_pack.AIuMMr/_new  2015-08-29 20:02:11.0 +0200
@@ -92,6 +92,12 @@
 fi
 
 %check
+%if 0%{?suse_version}  0%{?suse_version} = 1140
+sed -i.SLES11.SP4.bak -e 's/const char/char/' ./tests/run/cpdef_extern_func.pyx
+#mv ./tests/run/cpdef_extern_func.pxd ./tests/run/cpdef_extern_func.pxd.TNT.txt
+#mv ./tests/run/cpdef_extern_func.pyx ./tests/run/cpdef_extern_func.pyx.TNT.txt
+#sleep 60
+%endif
 python runtests.py -vv
 
 %files




commit python-Cython for openSUSE:Factory

2015-08-21 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2015-08-21 08:24:51

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  
2015-08-07 00:20:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2015-08-21 08:24:52.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 19 15:23:19 UTC 2015 - bwiedem...@suse.com
+
+- Require python-devel for Python.h (bnc#942385)
+
+---



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.hRehRc/_old  2015-08-21 08:24:53.0 +0200
+++ /var/tmp/diff_new_pack.hRehRc/_new  2015-08-21 08:24:53.0 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  python-devel
 BuildRequires:  python-xml
+Requires:   python-devel
 Requires:   python-xml
 Requires(post): update-alternatives
 Requires(postun): update-alternatives




commit python-Cython for openSUSE:Factory

2015-08-06 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2015-08-07 00:20:33

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  
2015-01-10 23:07:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2015-08-07 00:20:34.0 +0200
@@ -1,0 +2,94 @@
+Wed Jul 29 11:52:24 UTC 2015 - toddrme2...@gmail.com
+
+- Remove unneeded numpy dependency to avoid dependency loop.
+- create dummy alternative to avoid 13.1's post-build-check bug
+- specfile:
+  * fixing update_alternatives
+
+---
+Fri Jul 10 21:59:38 UTC 2015 - ter...@gmail.com
+
+- Update to 0.22.1:
+  Bugs fixed
+  * Crash when returning values on generator termination.
+  * In some cases, exceptions raised during internal isinstance()
+checks were not propagated.
+  * Runtime reported file paths of source files (e.g for profiling
+and tracing) are now relative to the build root directory instead
+of the main source file. 
+  * Tracing exception handling code could enter the trace function with an
+active exception set.
+  * The internal generator function type was not shared across modules.
+  * Comparisons of (inferred) ctuples failed to compile.
+  * Closures inside of cdef functions returning ``void`` failed to compile.
+  * Using ``const`` C++ references in intermediate parts of longer
+expressions could fail to compile.
+  * C++ exception declarations with mapping functions could fail to compile
+when pre-declared in .pxd files.
+  * C++ compilation could fail with an ambiguity error in recent MacOS-X
+Xcode versions.
+  * C compilation could fail in pypy3.
+  * Fixed a memory leak in the compiler when compiling multiple modules.
+  * When compiling multiple modules, external library dependencies could
+leak into later compiler runs.  Fix by Jeroen Demeyer.  This fixes
+ticket 845.
+- removed patch fix-32bit.patch as applied upstream
+
+---
+Wed Apr 22 14:05:18 UTC 2015 - mci...@suse.cz
+
+- Use Source URL from cython.org
+
+---
+Wed Apr 22 11:52:03 UTC 2015 - mci...@suse.cz
+
+- Add python-numpy as BuildRequires to have more complete test coverage
+
+---
+Wed Apr 22 11:01:47 UTC 2015 - mci...@suse.cz
+
+- Fix doctests in 32-bit environment (fix-32bit.patch)
+
+---
+Wed Apr 22 09:10:30 UTC 2015 - mci...@suse.cz
+
+- Update to 0.22:
+  Features added
+  * C functions can coerce to Python functions, which allows passing them
+around as callable objects.
+  * C arrays can be assigned by value and auto-coerce from Python iterables
+and to Python lists (and tuples).
+  * Extern C functions can now be declared as cpdef to export them to
+the module's Python namespace.  Extern C functions in pxd files export
+their values to their own module, iff it exists.
+  * Anonymous C tuple types can be declared as (ctype1, ctype2, ...).
+  * PEP 479: turn accidental StopIteration exceptions that exit generators
+into a RuntimeError, activated with future import generator_stop.
+See http://legacy.python.org/dev/peps/pep-0479/
+  * Looping over ``reversed(range())`` is optimised in the same way as
+``range()``.  Patch by Favian Contreras.
+  Bugs fixed
+  * Mismatching 'except' declarations on signatures in .pxd and .pyx files 
failed
+to produce a compile error.
+  * Failure to find any files for the path pattern(s) passed into 
``cythonize()``
+is now an error to more easily detect accidental typos.
+  * The ``logaddexp`` family of functions in ``numpy.math`` now has correct
+declarations.
+  * In Py2.6/7 and Py3.2, simple Cython memory views could accidentally be
+interpreted as non-contiguous by CPython, which could trigger a CPython
+bug when copying data from them, thus leading to data corruption.
+See CPython issues 12834 and 23349.
+  Other changes
+  * Preliminary support for defining the Cython language with a formal grammar.
+To try parsing your files against this grammar, use the --formal_grammar 
directive.
+Experimental.
+  * ``_`` is no longer considered a cacheable builtin as it could interfere 
with
+gettext.
+  * Cythonize-computed metadata now cached in the generated C files.
+
+---
+Thu Feb  5 11:35:45 UTC 2015 - h...@urpla.net
+
+- fix 

commit python-Cython for openSUSE:Factory

2015-01-10 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2015-01-10 23:07:06

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-11-15 12:25:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2015-01-10 23:07:09.0 +0100
@@ -1,0 +2,48 @@
+Fri Jan  9 15:20:31 UTC 2015 - dims...@opensuse.org
+
+- Re-enable test-suite.
+- Add gcc-c++ BuildRequires: needed for the test-suite to be able
+  to pass.
+
+---
+Thu Jan  8 12:22:10 UTC 2015 - dims...@opensuse.org
+
+- Fix usage of update-alternatives.
+
+---
+Thu Dec 18 10:48:28 UTC 2014 - p.drou...@gmail.com
+
+- Improve update-alternatives.
+- Remove Cython-fix-version-detection.patch 
+  (got fixed upstream)
+- update to version 0.21.1:
+  * Features added
+- New cythonize option -a to generate the annotated HTML source view.
+- Missing C-API declarations in cpython.unicode were added.
+- Passing language='c++' into cythonize() globally enables C++ mode
+  for all modules that were not passed as Extension objects
+  (i.e. only source files and file patterns).
+- Py_hash_t is a known type (used in CPython for hash values).
+- PySlice_*() C-API functions are available from the cpython.slice module.
+- Allow arrays of C++ classes.
+  * Bugs fixed
+- Reference leak for non-simple Python expressions in boolean and/or 
expressions.
+- To fix a name collision and to reflect availability on host
+  platforms, standard C declarations [ clock(), time(), struct tm
+  and tm* functions ] were moved from posix/time.pxd to a new
+  libc/time.pxd. Patch by Charles Blake.
+- Rerunning unmodified modules in IPython's cython support
+  failed. Patch by Matthias Bussonier.
+- Casting C++ std::string to Python byte strings failed when
+  auto-decoding was enabled.
+- Fatal exceptions in global module init code could lead to
+  crashes if the already created module was used later on
+  (e.g. through a stale reference in sys.modules or elsewhere).
+- cythonize.py script was not installed on MS-Windows.
+  * Other changes
+- Compilation no longer fails hard when unknown compilation
+  options are passed. Instead, it raises a warning and ignores
+  them (as it did silently before 0.21). This will be changed back
+  to an error in a future release.
+
+---

Old:

  Cython-0.21.tar.gz
  Cython-fix-version-detection.patch

New:

  Cython-0.21.1.tar.gz



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.mFpkQh/_old  2015-01-10 23:07:09.0 +0100
+++ /var/tmp/diff_new_pack.mFpkQh/_new  2015-01-10 23:07:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Cython
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +17,7 @@
 
 
 Name:   python-Cython
-Version:0.21
+Version:0.21.1
 Release:0
 Url:http://www.cython.org
 Summary:The Cython compiler for writing C extensions for the Python 
language
@@ -25,10 +25,9 @@
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/C/Cython/Cython-%{version}.tar.gz
 Source1:python-Cython-rpmlintrc
-#PATCH-FIX-UPSTREAM Cython-fix-version-detection.patch 
https://github.com/cython/cython/commit/43342ab90704f5f850733544288485048160003d
-Patch0: Cython-fix-version-detection.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
+BuildRequires:  gcc-c++
 BuildRequires:  python-devel
 BuildRequires:  python-xml
 Provides:   python-cython = %{version}
@@ -57,7 +56,6 @@
 
 %prep
 %setup -q -n Cython-%{version}
-%patch0 -p1
 sed -i s|^#!.*|| Cython/Debugger/{libpython,Cygdb}.py cython.py # Fix 
non-executable scripts
 sed -i s|\r|| Demos/callback/{README.txt,cheesefinder.h} 
Demos/embed/Makefile.{unix,msc.static} Doc/primes.c # Fix EOL encoding
 mv bin/cython bin/cython-%{py_ver}
@@ -72,17 +70,18 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-ln -s  %{_bindir}/cython-%{py_ver} 

commit python-Cython for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2014-11-15 11:40:55

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-09-18 07:12:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2014-11-15 12:25:06.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 22:57:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in pre script
+
+---



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.B7U5Sz/_old  2014-11-15 12:25:07.0 +0100
+++ /var/tmp/diff_new_pack.B7U5Sz/_new  2014-11-15 12:25:07.0 +0100
@@ -80,10 +80,9 @@
 %pre
 # Since /usr/bin/cython and /usr/bin/cygdb became ghosted to be used with 
update-alternatives, we have to get rid
 # of the old binary resulting from the non-update-alternativies-ified package:
-[[ ! -L %{_bindir}/cygdb ]]  rm -f %{_bindir}/cygdb
-[[ ! -L %{_bindir}/cythonize ]]  rm -f %{_bindir}/cythonize
-[[ ! -L %{_bindir}/cython ]]  rm -f %{_bindir}/cython
-exit 0
+[ -h %{_bindir}/cygdb ] || rm -f %{_bindir}/cygdb
+[ -h %{_bindir}/cythonize ] || rm -f %{_bindir}/cythonize
+[ -h %{_bindir}/cython ] || rm -f %{_bindir}/cython
 
 %post
 update-alternatives \

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



commit python-Cython for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2014-09-18 07:12:19

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-08-05 13:00:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2014-09-18 07:12:20.0 +0200
@@ -1,0 +2,114 @@
+Fri Sep 12 10:52:18 UTC 2014 - toddrme2...@gmail.com
+
+- Add Cython-fix-version-detection.patch
+  This is a patch from upstream that restores version information
+  whose removal is preventing several packages from correctly
+  detecting Cython's presence.  It is already merged upstream and 
+  so should be in the next release.
+  Note that despite what upstream says, 
+  python-tables/python3-tables is NOT the only package affected by
+  this, which is why the patch is going here instead of 
+  python-tables/python3-tables.
+  python-bcolz/python3-bcolz is an example of another package
+  affected.
+
+---
+Thu Sep 11 09:30:20 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 0.21 (2014-09-10)
+  * Features added
+* C (cdef) functions allow inner Python functions.
+* Enums can now be declared as cpdef to export their values to
+  the module's Python namespace.  Cpdef enums in pxd files export
+  their values to their own module, iff it exists.
+* Allow @staticmethod decorator to declare static cdef methods.
+  This is especially useful for declaring constructors for
+  cdef classes that can take non-Python arguments.
+* Taking a ``char*`` from a temporary Python string object is safer
+  in more cases and can be done inside of non-trivial expressions,
+  including arguments of a function call.  A compile time error
+  is raised only when such a pointer is assigned to a variable and
+  would thus exceed the lifetime of the string itself.
+* Generators have new properties ``__name__`` and ``__qualname__``
+  that provide the plain/qualified name of the generator function
+  (following CPython 3.5).  See http://bugs.python.org/issue21205
+* The ``inline`` function modifier is available as a decorator
+  ``@cython.inline`` in pure mode.
+* When cygdb is run in a virtualenv, it enables the same virtualenv
+  inside of the debugger. Patch by Marc Abramowitz.
+* PEP 465: dedicated infix operator for matrix multiplication (A @ B).
+* HTML output of annotated code uses Pygments for code highlighting
+  and generally received a major overhaul by Matthias Bussonier.
+* IPython magic support is now available directly from Cython with
+  the command %load_ext cython.  Cython code can directly be
+  executed in a cell when marked with %%cython.  Code analysis
+  is available with %%cython -a.  Patch by Martín Gaitán.
+* Simple support for declaring Python object types in Python signature
+  annotations.  Currently requires setting the compiler directive
+  ``annotation_typing=True``.
+* New directive ``use_switch`` (defaults to True) to optionally disable
+  the optimization of chained if statement to C switch statements.
+* Defines dynamic_cast et al. in ``libcpp.cast`` and C++ heap data
+  structure operations in ``libcpp.algorithm``.
+* Shipped header declarations in ``posix.*`` were extended to cover
+  more of the POSIX API.  Patches by Lars Buitinck and Mark Peek.
+  * Optimizations
+* Simple calls to C implemented Python functions/methods are faster.
+  This also speeds up many operations on builtins that Cython cannot
+  otherwise optimise.
+* The and/or operators try to avoid unnecessary coercions of their
+  arguments.  They now evaluate the truth value of each argument
+  independently and only coerce the final result of the whole expression
+  to the target type (e.g. the type on the left side of an assignment).
+  This also avoids reference counting overhead for Python values during
+  evaluation and generally improves the code flow in the generated C code.
+* The Python expression 2 ** N is optimised into bit shifting.
+  See http://bugs.python.org/issue21420
+* Cascaded assignments (a = b = ...) try to minimise the number of
+  type coercions.
+* Calls to ``slice()`` are translated to a straight C-API call.
+  * Bugs fixed
+* Crash when assigning memory views from ternary conditional expressions.
+* Nested C++ templates could lead to unseparated  characters being
+  generated into the C++ declarations, which older C++ compilers could
+  not parse.
+* Sending SIGINT 

commit python-Cython for openSUSE:Factory

2014-08-05 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2014-08-05 13:00:05.0 +0200
@@ -1,0 +2,31 @@
+Thu Jul 31 16:26:07 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+---
+Thu Jul 24 05:32:47 UTC 2014 - mci...@suse.cz
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.9QzuUD/_new  2014-08-05 13:00:07.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Cython for openSUSE:Factory

2014-02-05 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2014-02-06 07:06:34

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-02-01 18:04:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2014-02-06 07:06:35.0 +0100
@@ -1,0 +2,11 @@
+Mon Feb  3 18:51:50 UTC 2014 - jeng...@inai.de
+
+- Cython grew a dependency on saxutils (and since then, libplist
+  failed to build). Add python-xml as a Requires to avoid:
+  [...]
+  File /usr/lib64/python2.7/site-packages/Cython/Compiler/Annotate.py,
+  line 6, in module from xml.sax.saxutils import escape as
+  html_escape.
+  ImportError: No module named xml.sax.saxutils
+
+---



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.1ZLODy/_old  2014-02-06 07:06:36.0 +0100
+++ /var/tmp/diff_new_pack.1ZLODy/_new  2014-02-06 07:06:36.0 +0100
@@ -23,12 +23,14 @@
 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
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel
 Provides:   python-cython = %{version}
 Obsoletes:  python-cython  %{version}
+Requires:   python-xml
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 %if 0%{?suse_version}  0%{?suse_version} = 1110

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



commit python-Cython for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2014-02-01 18:04:47

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  
2013-10-21 20:01:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2014-02-01 18:04:48.0 +0100
@@ -1,0 +2,49 @@
+Fri Jan 31 10:19:40 UTC 2014 - speili...@suse.com
+
+- Update to version 0.20:
+  * Support for CPython 3.4.
+  * Support for calling C++ template functions.
+  * yield is supported in finally clauses.
+  * The C code generated for finally blocks is duplicated for each exit
+case to allow for better optimisations by the C compiler.
+  * Cython tries to undo the Python optimisationism of assigning a bound
+method to a local variable when it can generate better code for the
+direct call.
+  * Constant Python float values are cached.
+  * String equality comparisons can use faster type specific code in
+more cases than before.
+  * String/Unicode formatting using the '%' operator uses a faster
+C-API call.
+  * bytearray has become a known type and supports coercion from and
+to C strings.  Indexing, slicing and decoding is optimised. Note that
+this may have an impact on existing code due to type inference.
+  * Using cdef basestring stringvar and function arguments typed as
+basestring is now meaningful and allows assigning exactly
+str and unicode objects, but no subtypes of these types.
+  * Support for the __debug__ builtin.
+  * Assertions in Cython compiled modules are disabled if the running
+Python interpreter was started with the -O option.
+  * Some types that Cython provides internally, such as functions and
+generators, are now shared across modules if more than one Cython
+implemented module is imported.
+  * The type inference algorithm works more fine granular by taking the
+results of the control flow analysis into account.
+  * A new script in bin/cythonize provides a command line frontend
+to the cythonize() compilation function (including distutils build).
+  * The new extension type decorator @cython.no_gc_clear prevents
+objects from being cleared during cyclic garbage collection, thus
+making sure that object attributes are kept alive until deallocation.
+  * During cyclic garbage collection, attributes of extension types that
+cannot create reference cycles due to their type (e.g. strings) are
+no longer considered for traversal or clearing.  This can reduce the
+processing overhead when searching for or cleaning up reference cycles.
+  * Package compilation (i.e. __init__.py files) now works, starting
+with Python 3.3.
+  * The cython-mode.el script for Emacs was updated.  Patch by Ivan Andrus.
+  * An option common_utility_include_dir was added to cythonize() to save
+oft-used utility code once in a separate directory rather than as
+part of each generated file.
+  * unraisable_tracebacks directive added to control printing of
+tracebacks of unraisable exceptions.
+
+---
@@ -6,2 +55,2 @@
-incorrect declaration of ``PyBuffer_FillInfo()`` and some missing bits in
-``libc.math``.
+incorrect declaration of PyBuffer_FillInfo() and some missing bits in
+libc.math.
@@ -9 +58 @@
-* Heap allocated subtypes of ``type`` used the wrong base type struct at 
the
+* Heap allocated subtypes of type used the wrong base type struct at the
@@ -38,2 +87,2 @@
-  of default arguments and argument types.  Specifically, ``bint`` arguments
-  now appear as type ``bool``.
+  of default arguments and argument types.  Specifically, bint arguments
+  now appear as type bool.
@@ -41 +90 @@
-  a code section that disables ``wraparound`` handling.  This helps with
+  a code section that disables wraparound handling.  This helps with

Old:

  Cython-0.19.2.tar.gz

New:

  Cython-0.20.tar.gz



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.Vursyh/_old  2014-02-01 18:04:48.0 +0100
+++ /var/tmp/diff_new_pack.Vursyh/_new  2014-02-01 18:04:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Cython
 #
-# 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,7 +17,7 @@
 
 
 Name:   

commit python-Cython for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2013-10-21 20:01:30

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  
2013-10-17 17:45:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2013-10-21 20:01:32.0 +0200
@@ -1,0 +2,22 @@
+Mon Oct 21 12:13:57 UTC 2013 - dmuel...@suse.com
+
+- update to 0.19.2:
+* Some standard declarations were fixed or updated, including the 
previously
+incorrect declaration of ``PyBuffer_FillInfo()`` and some missing bits in
+``libc.math``.
+
+* Heap allocated subtypes of ``type`` used the wrong base type struct at 
the
+C level.
+
+* Calling the unbound method dict.keys/value/items() in dict subtypes could
+call the bound object method instead of the unbound supertype method.
+
+* yield wasn't supported in return value expressions.
+
+* Using the bint type in memory views lead to unexpected results.
+It is now an error.
+
+* Assignments to global/closure variables could catch them in an illegal 
state
+while deallocating the old value.
+
+---

Old:

  Cython-0.19.1.tar.gz

New:

  Cython-0.19.2.tar.gz



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.HlndKy/_old  2013-10-21 20:01:33.0 +0200
+++ /var/tmp/diff_new_pack.HlndKy/_new  2013-10-21 20:01:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-Cython
-Version:0.19.1
+Version:0.19.2
 Release:0
 Url:http://www.cython.org
 Summary:The Cython compiler for writing C extensions for the Python 
language

++ Cython-0.19.1.tar.gz - Cython-0.19.2.tar.gz ++
 2001 lines of diff (skipped)

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



commit python-Cython for openSUSE:Factory

2013-10-17 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2013-10-17 14:31:03

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  
2013-05-16 11:25:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2013-10-17 17:45:21.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 11 17:06:20 UTC 2013 - p.drou...@gmail.com
+
+- Implement update-alternatives
+
+---



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.c82mQJ/_old  2013-10-17 17:45:22.0 +0200
+++ /var/tmp/diff_new_pack.c82mQJ/_new  2013-10-17 17:45:22.0 +0200
@@ -29,6 +29,8 @@
 BuildRequires:  python-devel
 Provides:   python-cython = %{version}
 Obsoletes:  python-cython  %{version}
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 %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))}
 %endif
@@ -52,14 +54,37 @@
 %setup -q -n Cython-%{version}
 sed -i s|^#!.*|| Cython/Debugger/{libpython,Cygdb}.py cython.py # Fix 
non-executable scripts
 sed -i s|\r|| Demos/callback/{README.txt,cheesefinder.h} 
Demos/embed/Makefile.{unix,msc.static} Doc/primes.c # Fix EOL encoding
+mv bin/cython bin/cython-%{py_ver}
+mv bin/cygdb bin/cygdb-%{py_ver}
+sed -i s|bin/cython|bin/cython-%{py_ver}| setup.py
+sed -i s|bin/cygdb|bin/cygdb-%{py_ver}| setup.py
 
 %build
 CFLAGS=%{optflags} python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+ln -s  %{_bindir}/cython-%{py_ver} %{buildroot}%{_bindir}/cython
+ln -s  %{_bindir}/cygdb-%{py_ver} %{buildroot}%{_bindir}/cygdb
 %fdupes -s %{buildroot}%{python_sitearch} %{buildroot}%{_docdir}
 
+%pre
+# Since /usr/bin/cython and /usr/bin/cygdb became ghosted to be used with 
update-alternatives, we have to get rid
+# of the old binary resulting from the non-update-alternativies-ified package:
+[[ ! -L %{_bindir}/cygdb ]]  rm -f %{_bindir}/cygdb
+[[ ! -L %{_bindir}/cython ]]  rm -f %{_bindir}/cython
+exit 0
+
+%post
+update-alternatives \
+   --install %{_bindir}/cython cython %{_bindir}/cython-%{py_ver} 30 \
+   --slave %{_bindir}/cygdb cygdb %{_bindir}/cygdb-%{py_ver}
+
+%preun
+if [ $1 -eq 0 ] ; then
+update-alternatives --remove cython %{_bindir}/cython-%{py_ver}
+fi
+
 # Disabled testsuite as it takes a long time:
 #%%check
 #python runtests.py
@@ -67,8 +92,10 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYING.txt LICENSE.txt README.txt ToDo.txt USAGE.txt Doc Demos
-%{_bindir}/cygdb
-%{_bindir}/cython
+%ghost %{_bindir}/cygdb
+%{_bindir}/cygdb-%{py_ver}
+%ghost %{_bindir}/cython
+%{_bindir}/cython-%{py_ver}
 %{python_sitearch}/Cython/
 %{python_sitearch}/Cython-%{version}-py%{py_ver}.egg-info
 %{python_sitearch}/cython.py*

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



commit python-Cython for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2013-05-16 11:25:18

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  
2013-04-05 13:22:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2013-05-16 11:25:19.0 +0200
@@ -1,0 +2,26 @@
+Mon May 13 08:17:40 UTC 2013 - dmuel...@suse.com
+
+- update to 0.19.1:
+  * Completely empty C-API structs for extension type slots (protocols like
+  number/mapping/sequence) are no longer generated into the C code.
+  * Docstrings that directly follow a public/readonly attribute declaration
+  in a cdef class will be used as docstring of the auto-generated property.
+  This fixes ticket 206.
+  * The automatic signature documentation tries to preserve more semantics
+  of default arguments and argument types.  Specifically, ``bint`` arguments
+  now appear as type ``bool``.
+  * A warning is emitted when negative literal indices are found inside of
+  a code section that disables ``wraparound`` handling.  This helps with
+  fixing invalid code that might fail in the face of future compiler
+  optimisations.
+  * Constant folding for boolean expressions (and/or) was improved.
+  * Added a build_dir option to cythonize() which allows one to place
+  the generated .c files outside the source tree.
+
+---
+Mon Apr 29 11:58:41 UTC 2013 - dmuel...@suse.com
+
+- Update to version 0.19:
+  + Please see http://wiki.cython.org/ReleaseNotes-0.19
+
+---

Old:

  Cython-0.18.tar.gz

New:

  Cython-0.19.1.tar.gz



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.0rgJiP/_old  2013-05-16 11:25:20.0 +0200
+++ /var/tmp/diff_new_pack.0rgJiP/_new  2013-05-16 11:25:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-Cython
-Version:0.18
+Version:0.19.1
 Release:0
 Url:http://www.cython.org
 Summary:The Cython compiler for writing C extensions for the Python 
language

python3-Cython.spec: same change
++ Cython-0.18.tar.gz - Cython-0.19.1.tar.gz ++
 23392 lines of diff (skipped)

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



commit python-Cython for openSUSE:Factory

2013-04-05 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2013-04-05 13:22:57

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new (New)


Package is python-Cython, Maintainer is radma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2012-11-28 14:32:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2013-04-05 13:22:58.0 +0200
@@ -1,0 +2,6 @@
+Wed Mar 27 12:17:42 UTC 2013 - speili...@suse.com
+
+- Update to version 0.18:
+  + Please see http://wiki.cython.org/ReleaseNotes-0.18
+
+---
@@ -5 +11 @@
-  + Please see http://wiki.cython.org/ReleaseNotes-0.18.2
+  + Please see http://wiki.cython.org/ReleaseNotes-0.17.2
--- /work/SRC/openSUSE:Factory/python-Cython/python3-Cython.changes 
2012-11-28 14:32:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python3-Cython.changes
2013-04-05 13:22:58.0 +0200
@@ -1,0 +2,16 @@
+Wed Apr  3 06:50:48 UTC 2013 - a...@gmx.de
+
+- fixed python3 build by including 2to3 and python3 as dependencies 
+
+---
+Wed Mar 27 12:17:42 UTC 2013 - speili...@suse.com
+
+- Update to version 0.18:
+  + Please see http://wiki.cython.org/ReleaseNotes-0.18
+
+---
+Fri Nov 30 14:04:52 UTC 2012 - toddrme2...@gmail.com
+
+- Fix building on openSUSE 12.1 and 12.2
+
+---

Old:

  Cython-0.17.2.tar.gz

New:

  Cython-0.18.tar.gz



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.DWCCg4/_old  2013-04-05 13:22:59.0 +0200
+++ /var/tmp/diff_new_pack.DWCCg4/_new  2013-04-05 13:22:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Cython
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,7 +17,7 @@
 
 
 Name:   python-Cython
-Version:0.17.2
+Version:0.18
 Release:0
 Url:http://www.cython.org
 Summary:The Cython compiler for writing C extensions for the Python 
language
@@ -50,7 +50,7 @@
 
 %prep
 %setup -q -n Cython-%{version}
-sed -i s|^#!.*|| {Cython/Debugger/libpython,Cython/Debugger/Cygdb,cython}.py 
# Fix non-executable scripts
+sed -i s|^#!.*|| Cython/Debugger/{libpython,Cygdb}.py cython.py # Fix 
non-executable scripts
 sed -i s|\r|| Demos/callback/{README.txt,cheesefinder.h} 
Demos/embed/Makefile.{unix,msc.static} Doc/primes.c # Fix EOL encoding
 
 %build

++ python3-Cython.spec ++
--- /var/tmp/diff_new_pack.DWCCg4/_old  2013-04-05 13:22:59.0 +0200
+++ /var/tmp/diff_new_pack.DWCCg4/_new  2013-04-05 13:22:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-Cython
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,7 +17,7 @@
 
 
 Name:   python3-Cython
-Version:0.17.2
+Version:0.18
 Release:0
 Url:http://www.cython.org
 Summary:The Cython compiler for writing C extensions for the Python 
language
@@ -29,6 +29,7 @@
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
+Requires:   python3
 
 %description
 The Cython language makes writing C extensions for the Python language as
@@ -47,7 +48,7 @@
 
 %prep
 %setup -q -n Cython-%{version}
-sed -i s|^#!.*|| {Cython/Debugger/libpython,Cython/Debugger/Cygdb,cython}.py 
# Fix non-executable scripts
+sed -i s|^#!.*|| Cython/Debugger/{libpython,Cygdb}.py cython.py # Fix 
non-executable scripts
 sed -i s|\r|| Demos/callback/{README.txt,cheesefinder.h} 
Demos/embed/Makefile.{unix,msc.static} Doc/primes.c # Fix EOL encoding
 
 %build

++ Cython-0.17.2.tar.gz - Cython-0.18.tar.gz ++
 10459 lines of diff (skipped)

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



commit python-Cython for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2012-11-28 14:32:53

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new (New)


Package is python-Cython, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2012-05-29 11:37:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2012-11-28 14:32:55.0 +0100
@@ -1,0 +2,9 @@
+Thu Nov 22 15:32:14 UTC 2012 - sasc...@suse.de
+
+- Update to version 0.17.2:
+  + Please see http://wiki.cython.org/ReleaseNotes-0.18.2
+- Drop excessive macro usage
+- No need for -fno-strict-aliasing anymore
+- One rpmlintrc is enough
+
+---
--- /work/SRC/openSUSE:Factory/python-Cython/python3-Cython.changes 
2012-06-15 16:31:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python3-Cython.changes
2012-11-28 14:32:55.0 +0100
@@ -1,0 +2,10 @@
+Thu Nov 22 15:33:16 UTC 2012 - sasc...@suse.de
+
+- Update to version 0.17.2:
+  + Please see http://wiki.cython.org/ReleaseNotes-0.18.2
+- Drop excessive macro usage
+- No need for -fno-strict-aliasing anymore
+- One rpmlintrc is enough
+- Python3 binary suffix should be -%{py3_ver}
+
+---

Old:

  Cython-0.16.tar.gz
  python-Cython-rpmlintrc
  python3-Cython-rpmlintrc

New:

  Cython-0.17.2.tar.gz
  rpmlintrc



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.zTlQDj/_old  2012-11-28 14:32:57.0 +0100
+++ /var/tmp/diff_new_pack.zTlQDj/_new  2012-11-28 14:32:57.0 +0100
@@ -15,28 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define modname Cython
-%define binname cython
-Name:   python-%{modname}
-Version:0.16
+
+Name:   python-Cython
+Version:0.17.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/%{modname}/%{modname}-%{version}.tar.gz
-Source99:   python-Cython-rpmlintrc
+Source: 
http://pypi.python.org/packages/source/C/Cython/Cython-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel
-%if 0%{?suse_version}
-%py_requires
-%endif
-%if 0%{?suse_version} = 1110
-%{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
-%endif
 Provides:   python-cython = %{version}
 Obsoletes:  python-cython  %{version}
+%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))}
+%endif
 
 %description
 The Cython language makes writing C extensions for the Python language as
@@ -54,19 +49,16 @@
 code.
 
 %prep
-%setup -q -n %{modname}-%{version}
-sed -i 1d {Cython/Debugger/libpython,Cython/Debugger/Cygdb,cython}.py # Fix 
non-executable scripts
+%setup -q -n Cython-%{version}
+sed -i s|^#!.*|| {Cython/Debugger/libpython,Cython/Debugger/Cygdb,cython}.py 
# Fix non-executable scripts
+sed -i s|\r|| Demos/callback/{README.txt,cheesefinder.h} 
Demos/embed/Makefile.{unix,msc.static} Doc/primes.c # Fix EOL encoding
 
 %build
-CFLAGS=%{optflags} -fno-strict-aliasing python setup.py build
+CFLAGS=%{optflags} python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%fdupes -s %{buildroot}
-# fix EOL encoding
-sed -i 's/\r$//' Demos/callback/{README.txt,cheesefinder.h}
-sed -i 's/\r$//' Demos/embed/{Makefile.unix,Makefile.msc.static} 
-sed -i 's/\r$//' Doc/primes.c
+%fdupes -s %{buildroot}%{python_sitearch} %{buildroot}%{_docdir}
 
 # Disabled testsuite as it takes a long time:
 #%%check
@@ -76,10 +68,10 @@
 %defattr(-,root,root,-)
 %doc COPYING.txt LICENSE.txt README.txt ToDo.txt USAGE.txt Doc Demos
 %{_bindir}/cygdb
-%{_bindir}/%{binname}
-%{python_sitearch}/%{modname}/
-%{python_sitearch}/%{modname}-%{version}-py%{py_ver}.egg-info
-%{python_sitearch}/%{binname}.py*
+%{_bindir}/cython
+%{python_sitearch}/Cython/
+%{python_sitearch}/Cython-%{version}-py%{py_ver}.egg-info
+%{python_sitearch}/cython.py*
 %{python_sitearch}/pyximport/
 
 %changelog

++ python3-Cython.spec ++
--- /var/tmp/diff_new_pack.zTlQDj/_old  2012-11-28 14:32:57.0 +0100
+++ 

commit python-Cython for openSUSE:Factory

2012-06-15 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2012-06-15 15:40:33

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new (New)


Package is python-Cython, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python3-Cython.changes 
2012-05-29 11:37:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python3-Cython.changes
2012-06-15 16:31:29.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 14 12:24:59 UTC 2012 - toddrme2...@gmail.com
+
+- Fix building on openSUSE 11.4
+
+---



Other differences:
--
++ python3-Cython.spec ++
--- /var/tmp/diff_new_pack.E0B7ia/_old  2012-06-15 16:31:30.0 +0200
+++ /var/tmp/diff_new_pack.E0B7ia/_new  2012-06-15 16:31:30.0 +0200
@@ -63,9 +63,7 @@
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%if 0%{?suse_version} = 1210
-rm -r %{buildroot}%{python3_sitearch}/__pycache__/
-%endif
+rm -rf %{buildroot}%{python3_sitearch}/__pycache__/
 %fdupes -s %{buildroot}
 # avoid conflicts with python 2 version
 mv %{buildroot}%{_bindir}/cygdb %{buildroot}%{_bindir}/cygdb-python3

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



commit python-Cython for openSUSE:Factory

2012-05-29 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2012-05-29 11:37:16

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new (New)


Package is python-Cython, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2011-09-23 12:42:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2012-05-29 11:37:21.0 +0200
@@ -1,0 +2,23 @@
+Fri May 25 07:47:16 UTC 2012 - toddrme2...@gmail.com
+
+- Fix .py/.pyc issues
+
+---
+Fri May 18 10:52:46 UTC 2012 - toddrme2...@gmail.com
+
+- Add python 3 package
+- Clean up spec file formatting
+- Remove setbadness from rplintrc files
+
+---
+Mon Apr 23 11:09:29 UTC 2012 - vdziewie...@suse.com
+
+-Update to 0.16:
+   http://wiki.cython.org/ReleaseNotes-0.16
+
+---
+Wed Feb 29 19:07:57 UTC 2012 - pascal.ble...@opensuse.org
+
+- add rpmlintrc to mask false positives
+
+---
New Changes file:

--- /dev/null   2012-05-03 01:24:41.895590051 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python3-Cython.changes
2012-05-29 11:37:21.0 +0200
@@ -0,0 +1,12 @@
+---
+Fri May 25 07:47:16 UTC 2012 - toddrme2...@gmail.com
+
+- Fix .py/.pyc issues
+
+---
+Fri May 18 10:52:46 UTC 2012 - toddrme2...@gmail.com
+
+- Add python 3 package
+- Clean up spec file formatting
+- Remove setbadness from rplintrc files
+

Old:

  Cython-0.15.1.tar.gz

New:

  Cython-0.16.tar.gz
  python-Cython-rpmlintrc
  python3-Cython-rpmlintrc
  python3-Cython.changes
  python3-Cython.spec



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.guQbWC/_old  2012-05-29 11:37:22.0 +0200
+++ /var/tmp/diff_new_pack.guQbWC/_new  2012-05-29 11:37:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Cython
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,24 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
-Name:   python-Cython
-Version:0.15.1
+%define modname Cython
+%define binname cython
+Name:   python-%{modname}
+Version:0.16
 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
+Source: 
http://pypi.python.org/packages/source/C/%{modname}/%{modname}-%{version}.tar.gz
+Source99:   python-Cython-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  python-devel
 %if 0%{?suse_version}
 %py_requires
 %endif
+%if 0%{?suse_version} = 1110
+%{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
+%endif
 Provides:   python-cython = %{version}
 Obsoletes:  python-cython  %{version}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
 %description
 The Cython language makes writing C extensions for the Python language as
@@ -50,15 +54,19 @@
 code.
 
 %prep
-%setup -q -n Cython-%{version}
-sed -i s/\r// 
Demos/{callback/README.txt,callback/cheesefinder.h,embed/Makefile.unix,embed/Makefile.msc.static}
 Doc/primes.c # Fix EOL encoding
-sed -i 1d {Cython/Debugger/libpython,Cython/Debugger/Cygdb,cython}.py # Fix 
non-excutable scripts
+%setup -q -n %{modname}-%{version}
+sed -i 1d {Cython/Debugger/libpython,Cython/Debugger/Cygdb,cython}.py # Fix 
non-executable scripts
 
 %build
 CFLAGS=%{optflags} -fno-strict-aliasing python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%fdupes -s %{buildroot}
+# fix EOL encoding
+sed -i 's/\r$//' Demos/callback/{README.txt,cheesefinder.h}
+sed -i 's/\r$//' Demos/embed/{Makefile.unix,Makefile.msc.static} 
+sed -i 's/\r$//' Doc/primes.c
 
 # Disabled 

commit python-Cython for openSUSE:Factory

2011-09-22 Thread h_root

Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory
checked in at Thu Sep 22 10:48:10 CEST 2011.




--- python-Cython/python-Cython.changes 2011-09-19 17:22:20.0 +0200
+++ /mounts/work_src_done/STABLE/python-Cython/python-Cython.changes
2011-09-21 14:36:30.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 21 12:34:19 UTC 2011 - sasc...@suse.de
+
+- Update to version 0.15.1:
+  * Please see http://wiki.cython.org/ReleaseNotes-0.15.1
+
+---

calling whatdependson for head-i586


Old:

  Cython-0.15.tar.gz

New:

  Cython-0.15.1.tar.gz



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.5PJjWT/_old  2011-09-22 10:48:06.0 +0200
+++ /var/tmp/diff_new_pack.5PJjWT/_new  2011-09-22 10:48:06.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   python-Cython
-Version:0.15
-Release:1
+Version:0.15.1
+Release:0
 Url:http://www.cython.org
 Summary:The Cython compiler for writing C extensions for the Python 
language
 License:Apache-2.0
@@ -60,6 +60,10 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+# Disabled testsuite as it takes a long time:
+#%%check
+#python runtests.py
+
 %files
 %defattr(-,root,root,-)
 %doc COPYING.txt LICENSE.txt README.txt ToDo.txt USAGE.txt Doc Demos

++ Cython-0.15.tar.gz - Cython-0.15.1.tar.gz ++
 57237 lines of diff (skipped)






Remember to have fun...

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



commit python-Cython for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory
checked in at Mon Sep 5 16:38:08 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ python-Cython/python-Cython.changes 2011-09-02 13:06:10.0 +0200
@@ -0,0 +1,41 @@
+---
+Fri Sep  2 11:03:40 UTC 2011 - sasc...@suse.de
+
+- Fixed a typo
+- Removed testsuite again, fixes SLE build
+
+---
+Fri Sep  2 09:50:25 UTC 2011 - sasc...@suse.de
+
+- Update to version 0.15:
+  * For loop docs fix and pointer iteration. 
+  * Pure decorators now implemented.
+  * fix bug #707: optimised dict iteration over non-trivial expressions fail...
+  * optimise object.pop() for sets
+  * Py2.4 fix: PySet_Pop() appeared in Py2.5 
+  * Py3.3 test fix
+  * Support module level control flow and Entry-level error on uninitialized
+- Spec file cleanup:
+  - Fixed wrong EOL encodings and non-excutable scripts
+  - Set license to Apache-2.0
+  - Run testsuite
+
+---
+Wed Apr 20 00:29:18 UTC 2011 - prus...@opensuse.org
+
+- updated to 0.14.1
+  - changes too numerous to list, see the following for more details:
+* http://wiki.cython.org/ReleaseNotes-0.13
+* http://wiki.cython.org/ReleaseNotes-0.14
+* http://wiki.cython.org/ReleaseNotes-0.14.1
+
+---
+Sun Jun  6 21:21:32 UTC 2010 - dims...@opensuse.org
+
+- Use renewed python-macros, also for compatibility with other
+  build targets.
+
+---
+Sun Jun  6 12:14:18 UTC 2010 - dims...@opensuse.org
+
+- Initial package of Cython 0.12.1

calling whatdependson for head-i586


New:

  Cython-0.15.tar.gz
  python-Cython.changes
  python-Cython.spec



Other differences:
--
++ python-Cython.spec ++
#
# spec file for package python-Cython
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   python-Cython
Version:0.15
Release:1
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
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
%if 0%{?suse_version}
%py_requires
%endif
%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}

%description
The Cython language makes writing C extensions for the Python language as
easy as Python itself.  Cython is a source code translator based on the
well-known Pyrex, but supports more cutting edge functionality and
optimizations.

The Cython language is very close to the Python language (and most Python
code is also valid Cython code), but Cython additionally supports calling C
functions and declaring C types on variables and class attributes. This
allows the compiler to generate very efficient C code from Cython code.

This makes Cython the ideal language for writing glue code for external C
libraries, and for fast C modules that speed up the execution of Python
code.

%prep
%setup -q -n Cython-%{version}
sed -i s/\r// 
Demos/{callback/README.txt,callback/cheesefinder.h,embed/Makefile.unix,embed/Makefile.msc.static}
 Doc/primes.c # Fix EOL encoding
sed -i 1d {Cython/Debugger/libpython,Cython/Debugger/Cygdb,cython}.py # Fix 
non-excutable scripts

%build
CFLAGS=%{optflags} -fno-strict-aliasing python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING.txt LICENSE.txt README.txt ToDo.txt USAGE.txt Doc Demos
%{_bindir}/cy*
%{python_sitearch}/*

%changelog





Remember to have fun...

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