Commit Graph

204 Commits

Author SHA256 Message Date
Denisart Benjamin
25ef40c3e4 Accepting request 280613 from home:dimstar:Factory
- Re-enable test-suite.
- Add gcc-c++ BuildRequires: needed for the test-suite to be able
  to pass.

- Fix usage of update-alternatives.

OBS-URL: https://build.opensuse.org/request/show/280613
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=53
2015-01-09 23:05:34 +00:00
679551f9df Accepting request 280306 from home:dimstar:Cython
- Fox usage of update-alternatives.

OBS-URL: https://build.opensuse.org/request/show/280306
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=52
2015-01-08 13:41:57 +00:00
Denisart Benjamin
1c4cb116ce Accepting request 265716 from home:posophe:branches:devel:languages:python
Fix update alternatives

OBS-URL: https://build.opensuse.org/request/show/265716
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=51
2014-12-18 11:10:45 +00:00
Dominique Leuenberger
aba9006a3b Accepting request 260882 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/260882
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=24
2014-11-15 10:40:55 +00:00
Denisart Benjamin
7d36b8f501 Accepting request 260552 from home:Ledest:misc
fix bashisms in pre script

OBS-URL: https://build.opensuse.org/request/show/260552
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=49
2014-11-11 13:33:57 +00:00
Stephan Kulow
8ce693d54d Accepting request 248950 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/248950
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=23
2014-09-18 05:12:19 +00:00
Todd R
c6bdb0a00f Accepting request 248948 from home:TheBlackCat:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/248948
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=47
2014-09-12 11:35:14 +00:00
Todd R
b4fe873312 Accepting request 248575 from home:TheBlackCat:branches:devel:languages:python
Update to 0.21

OBS-URL: https://build.opensuse.org/request/show/248575
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=46
2014-09-11 11:37:14 +00:00
Stephan Kulow
c8517a2137 Accepting request 243451 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/243451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=21
2014-08-05 11:00:01 +00:00
Denisart Benjamin
020a354f00 Accepting request 243258 from home:dimstar:rpmlintrc
Rename rpmlintrc as per pkg guideline to %{name}-rpmlintrc

OBS-URL: https://build.opensuse.org/request/show/243258
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=44
2014-08-02 11:02:28 +00:00
Denisart Benjamin
c7cb2a9034 Accepting request 242110 from home:Nijel:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/242110
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=43
2014-07-24 07:53:15 +00:00
Stephan Kulow
5f28f99795 Accepting request 233041 from devel:languages:python
Update to version 0.20.1 (forwarded request 233040 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/233041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=20
2014-05-10 06:32:14 +00:00
Todd R
29c85af785 Accepting request 233040 from home:TheBlackCat:branches:devel:languages:python
Update to version 0.20.1

OBS-URL: https://build.opensuse.org/request/show/233040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=41
2014-05-08 11:50:17 +00:00
Stephan Kulow
dacbbcda86 Accepting request 220746 from devel:languages:python
- add python-xml as require (forwarded request 220743 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/220746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=19
2014-02-06 06:06:34 +00:00
Denisart Benjamin
2a471dbfd5 Accepting request 220743 from home:jengelh:branches:devel:languages:python
- add python-xml as require

OBS-URL: https://build.opensuse.org/request/show/220743
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=39
2014-02-03 19:48:55 +00:00
Stephan Kulow
28f914af16 Accepting request 220455 from devel:languages:python
- 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).

OBS-URL: https://build.opensuse.org/request/show/220455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=18
2014-02-01 17:04:47 +00:00
Sascha Peilicke
32f780db18 - 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).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=37
2014-01-31 10:24:36 +00:00
Tomáš Chvátal
ad2c8f1f12 Accepting request 204142 from devel:languages:python
- 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. (forwarded request 204137 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/204142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=17
2013-10-21 18:01:30 +00:00
Sascha Peilicke
96a481b360 Accepting request 204137 from home:dirkmueller:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/204137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=35
2013-10-21 12:30:33 +00:00
Tomáš Chvátal
f7dc769406 Accepting request 203002 from devel:languages:python
update-alternative implementation (forwarded request 203001 from posophe)

OBS-URL: https://build.opensuse.org/request/show/203002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=16
2013-10-17 12:31:03 +00:00
Denisart Benjamin
32706eaef3 Accepting request 203001 from home:posophe:branches:devel:languages:python
update-alternative implementation

OBS-URL: https://build.opensuse.org/request/show/203001
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=33
2013-10-11 17:08:38 +00:00
Stephan Kulow
b5c9e2e40b Accepting request 179674 from devel:languages:python
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.

OBS-URL: https://build.opensuse.org/request/show/179674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=14
2013-06-19 14:20:32 +00:00
Sascha Peilicke
5cc4f775eb Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=31
2013-06-17 12:50:36 +00:00
Stephan Kulow
6ffb825556 Accepting request 175239 from devel:languages:python
- 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.

- Update to version 0.19:
  + Please see http://wiki.cython.org/ReleaseNotes-0.19 (forwarded request 175219 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/175239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=13
2013-05-16 09:25:18 +00:00
Sascha Peilicke
b6983bc4bf Accepting request 175219 from home:dirkmueller:branches:devel:languages:python
- 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.

- Update to version 0.19:
  + Please see http://wiki.cython.org/ReleaseNotes-0.19

OBS-URL: https://build.opensuse.org/request/show/175219
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=29
2013-05-13 09:26:29 +00:00
Stephan Kulow
b5de299fa5 Accepting request 162600 from devel:languages:python
fixed python3 build for <12.2 (forwarded request 162331 from apersaud)

OBS-URL: https://build.opensuse.org/request/show/162600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=12
2013-04-05 11:22:57 +00:00
Todd R
f09e2076b8 Accepting request 162331 from home:apersaud:branches:devel:languages:python
fixed python3 build for <12.2

OBS-URL: https://build.opensuse.org/request/show/162331
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=27
2013-04-04 11:00:38 +00:00
Sascha Peilicke
74e6b4489b - Update to version 0.18:
+ Please see http://wiki.cython.org/ReleaseNotes-0.18
  + Please see http://wiki.cython.org/ReleaseNotes-0.17.2

- Update to version 0.18:
  + Please see http://wiki.cython.org/ReleaseNotes-0.18

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=26
2013-03-27 12:20:00 +00:00
Todd R
ce0497cdad OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=25 2012-11-30 14:10:16 +00:00
Stephan Kulow
e5ade195df Accepting request 142493 from devel:languages:python
- 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

- 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}"

OBS-URL: https://build.opensuse.org/request/show/142493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=10
2012-11-28 13:32:53 +00:00
Sascha Peilicke
6bdab78bea - 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

- 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}"

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=23
2012-11-22 15:35:09 +00:00
Stephan Kulow
d29d6f4022 Accepting request 124997 from devel:languages:python
Fix building on openSUSE 11.4 (forwarded request 124994 from TheBlackCat) (forwarded request 124996 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/124997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=8
2012-06-15 13:40:33 +00:00
Todd R
8033bab7fb Accepting request 124996 from devel:languages:python3
Fix building on openSUSE 11.4 (forwarded request 124994 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/124996
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=21
2012-06-14 13:49:58 +00:00
Stephan Kulow
8ff621abd2 Accepting request 122248 from devel:languages:python
Fix .py/.pyc issues

OBS-URL: https://build.opensuse.org/request/show/122248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=7
2012-05-29 09:37:16 +00:00
Todd R
6d6909968a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=19 2012-05-25 07:47:58 +00:00
Todd R
5782b223e3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=18 2012-05-25 07:47:46 +00:00
Todd R
71d069d577 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=17 2012-05-25 07:47:33 +00:00
Todd R
3760a92d5e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=16 2012-05-25 07:47:01 +00:00
Todd R
8e62ae3dca OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=15 2012-05-21 10:55:45 +00:00
Todd R
1e3e6df1c4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=14 2012-05-21 10:55:42 +00:00
Todd R
5886714208 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=13 2012-05-21 10:19:18 +00:00
Todd R
78b05d04fc OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=12 2012-05-21 10:19:11 +00:00
Todd R
7df235766e Accepting request 121584 from home:TheBlackCat:branches:devel:languages:python
Add python 3 package

OBS-URL: https://build.opensuse.org/request/show/121584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=11
2012-05-21 09:21:58 +00:00
Sascha Peilicke
7bbff47556 Accepting request 115083 from home:vdziewiecki:branches:devel:languages:python
-Update to 0.16:
	http://wiki.cython.org/ReleaseNotes-0.16

OBS-URL: https://build.opensuse.org/request/show/115083
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=10
2012-04-24 08:43:13 +00:00
Pascal Bleser
d5a19efafe - add rpmlintrc to mask false positives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=9
2012-02-29 19:08:32 +00:00
Sascha Peilicke
230dfcd571 Accepting request 84174 from devel:languages:python
- Update to version 0.15.1:
  * Please see http://wiki.cython.org/ReleaseNotes-0.15.1

OBS-URL: https://build.opensuse.org/request/show/84174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=4
2011-09-22 08:48:07 +00:00
Sascha Peilicke
e977c66557 - Update to version 0.15.1:
* Please see http://wiki.cython.org/ReleaseNotes-0.15.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=6
2011-09-21 12:36:31 +00:00
Lars Vogdt
c6d57254ea Accepting request 81087 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/81087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=3
2011-09-12 21:08:24 +00:00
Sascha Peilicke
f1770ec712 - Add Provides/Obsoletes for python-cython
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=4
2011-09-06 13:29:33 +00:00
Lars Vogdt
b1fa3fd210 Autobuild autoformatter for 80647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=2
2011-09-05 14:38:13 +00:00