71 Commits

Author SHA256 Message Date
b47f69f09d Accepting request 1308073 from devel:languages:python:numeric
- prepare for py314 tests

- Add upstream np-fromstring.patch and np-frombuffer.patch to fix

OBS-URL: https://build.opensuse.org/request/show/1308073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=28
2025-09-30 15:48:34 +00:00
dfb9de9042 - prepare for py314 tests
- Add upstream np-fromstring.patch and np-frombuffer.patch to fix

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=70
2025-09-29 21:33:15 +00:00
ce64aa0405 Accepting request 1300343 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1300343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=27
2025-08-20 11:24:59 +00:00
9441fbba5a - Drop np-frombuffer.patch and np-fromstring.patch and substitute
them with np.patch, which is a PR which contains both of them
  and also other fixes, unskip the previously skipped test

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=68
2025-08-19 17:52:42 +00:00
78f1d3c8a5 Accepting request 1299416 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1299416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=26
2025-08-15 19:51:13 +00:00
fcf4f968b8 Sorry, I messed up before
- Add upstream np-fromstring.patch and np-frombuffer.patch to fix 
  tests with NumPy 2.3, skip one additional failing test
- Do not run any tests on Leap 16.0 due to lack of dependencies
  This is part of hplip enablement on 16.0
- Skip pythran/tests/test_xdoc.py::TestDoctest::test_utils, which
  is failing with 3.13.5 (gh#serge-sans-paille/pythran#2326).
- Add GCC15_pythran-PR2325-missing-operators.patch
  * Tracking Issues for this and the previous patch:
    gcc#120622
    gh#serge-sans-paille/pythran#2321
    gh#serge-sans-paille/pythran#2324
    gh#serge-sans-paille/pythran#2325
    boo#1243779
- Fix failures with GCC15:
  GCC15_fix_Add-missing-operators-to-nditerator.patch
- Update to 0.18.0 - balafenn
  * no upstream changelog.
  ## git commits (a few non-relevant filtered)
  * Fix uninitialized iexpr assignment
  * Fix folding of comparison operators
  * Take augassign into account when removing nested functions
  * Fix local processing in presence of else: clause in for loop
  * Fix detection of c++ compiler
  * Traverse augassign when computing scopes
  * Reproducible ContainerOf iteration
  * Fix overload handling for NoneType
  * Fix type inference in presence of augassign
  * Improve forward substitution in presence of augassign
  * Remove dead code in tests
  * Faster (and common!) implementation of make_integer_sequence
  * Only register a node in name_to_nodes if the combiner was
    succesful
  * Reproducible aliasing ordering
  * Reproducible nested functions removal
  * Reproducible topological order
  * Verify reproducibility of c++ output
  * Reproducible (because sortable) alias order
  * Stateless PType
  * Reproducible local declaration order
  * Reproducible identifiers generation
  * Reproducible include order
  * More flexible implementation of default list
  * Fix typing issue under complex slice combination
  * Add support for nonlocal keyword
  * Fix bug in nested function remover
  * Cope with numpy.bool deprecation
  * Be more informative about UnboundIdentifierError
  * Optimize generation of cxx types
  * Use inheritance instead of member type for __combined
    specialization
  * Remove redundant extra combiner for Assigned Subscript
  * Improve nested functions support
  * Harden error reporting: Do not trap when no lineno is available
  * Handle folding of static_if
  * Fix constness of std::get on an array_base r-value
  * Make none_type hashable
  * Get rid of clang workaround for containers of one element
  * Simplify backend type cache & fix handling of LTypes
  * Fix constness of dict's bool operator
  * Specialize dict for None Key
  * Drop support for builtins.None in favor of None
  * Add handling of numpy.bool in tog
  * replace quansight-labs/setup-python with actions/setup-python
  * [ci] Dump more info when compiling system dep
  * [test] Fix sign comparison code
  * [ci] Test unvendoring of xsimd and boost
  * Disable inlining in while test
  * Python 3.13 compat: detect removed find_exe
  * Fix test portability issue for ipython magic
  * Adjust --cflags-pythran-only implementation
  * ENH: improvements to pythran-config for build system
    integration
  * Have FastGExpr load its dependency in a lazy manner
  * Move GIL manipulation right after module creation
  * Better modeling of analyse and transformations
  * Fix pythran support for numpy.float128
  * Defer initialisation of global variables until the module is
    actually created
  * Fix interaction between static if and nested loop / function
  * Allow tuple with combinable items as array initializer
  * Have pythran generate freethreading compatible code
  * Remove legacy logic that handled py2/py3 compatibility
  * Remove any usage of __PYTHRAN__ macro
  * Make sure blas function argument actually have an associated
    buffer
  * Provide user hint when trying to use c-style type names in
    pythran spec
  * [typing] Support union type in annotation
  * Restore type qualifiers dropped by
    b8cd84b5a5ab5222d65781a0194916ad555bf70c
  * Add basic support for type annotation
  * [constant folding] Correctly model restrict_assign in constant
    folding
- Update test flavors
- Update to 0.17.0
	* Support parsing annotated statement
	* Document and test Meson integration
	* Update / improve Blas detection, including scipy-openblas
	* Fix usage of Blas library
	* Improve error reporting
	* Support array module
	* Reduce dependency on setuptools
	* Faster forward substitution
	* Enforce default optimization level to `-O2`
- Drop upstreamed numpy-2.1-interval.patch
- Drop upstreamed numpy-2.1-support.patch
- Drop upstreamed support-gast-0.6.patch
- Add patch numpy-2.1-support.patch, numpy-2.1-interval.patch:
  * Fix test suite failure with numpy 2.1
- prepare for python 3.13
- Add patch support-gast-0.6.patch:
  * Support gast 0.6.0 changes, change Requires appropriately.
- limit to gast < 0.6.0
- update to 0.16.1:
  * Fix massive memory leakage in all ndarray
- Update to 0.16.0
  * Support numpy.vectorize, numpy.argsort's kind keyword,
    real/imag on numpy_iexpr
  * Add missing omp.set_num_thread descriptor
  * Provide --trace-allocations switch
  * Support empty PYTHRANRC for reproducible builds
  * Improve compilation time
  * Support ufunc creation through #pythran export ufunc
    func_name(arg_types...)
  * Fix memory leak when returing numpy_gexpr to Python
  * Numpy 2.x support
  * Upgrade xsimd to 13.0.0
  * Improve detection of non-overlapping memory area during gexpr
    assignment
  * Improve python 3.12 support (distutils removal)
  * Support imatmul
  * Only link blas when needed
- Refactor the multibuild test flavor logic
- Accomodate some 15.x intricacies for the failing tests:
  * use netlib lapack/blas instead of openblas
- Use newly supported shrink{} on OBS to exclude python flavors
  will all python versions skipped.
- Yet another fix of the python39 test skip
- Fix python312 tests: Force linking to openblas with custom
  pythranrc
- Remove test skips no longer needed
- Make test flavors future proof: Don't fail on empty buildset
- Skip python39 for all test flavors: The test-py39 multibuild has
  already been removed but it is still in the build set, so don't
  test it in the other multibuilds.
- Debundle xsimd
- update to 0.15.0:
  * Use pyproject.toml to store setup and build configuration
  * Upgrade xsimd to a48ab430d4b84ecd5449180ee1c6d2eed67c4191
  * Improve detection of non-overlapping memory area during gexpr
    assignment
  * Support python 3.12
  * Support list.clear
  * Improve detection of methods uses as functions
- drop python39 from testing, add python312
- Prepare for Python 3.12, by skipping it for the other test flavors, and
  adding one for it.
- Update to 0.14.0:
  * Numpy compatibility - update signatures, complex number handling, long
    double support
  * Lazyly import top-level modules and submodules
  * Improve array indexing by an array
  * Require at least clang 7 or gcc 8
  * Make pythran compilation reproducible
  * Support np.roll with multiple axis
  * Support numpy.ndarray.view
  * Improve list resizing speed
  * Fix bug when filtering an empty sequence
- Drop patches, now included upstream:
  * numpy-longdouble.patch
  * numpy-complex.patch
- Switch to pyproject macros.
- Fix build error in Leap, because it must not be two "Patch:" lines.
- Add upstream numpy-longdouble.patch and numpy-complex.patch to support new numpy
- Add %{?sle15_python_module_pythons}
- update to 0.13.1:
  * Bump xsimd dependency to 11.0.0, with a backported patch.
  * Improve performance of functions revieving scalar arguments.
    This changes the internal function call API.
  * Improve performance of fix-stride slicing, using a new slice
    representation.
  * Improve numpy.copyto performance, and detect copyto pattern usage.
  * Force internal linkage of generated functions, which gives more
    optimization room to the C++ compiler.
  * Provide entry points pythran.import_pythrancode and
    pythran.import_pythranfile, as a poor man JIT option.
  * Optimize numpy.argmax(cst * val) into numpy.argmax(val) when cst is
    positive.
  * Avoid copies upon numpy.array_split
  * Get rid of unused functions C++ warnings
  * Avoid generating a loop footer when the loop index is not used
    outside of the loop.
- fix the test-flavor splitting for python311
- update to 0.12.1:
  * Bump xsimd depdency to 10.0.0
  * Correctly raise KeyError when getting an unset dict item
  * Fix negative binomial implementation
  * Correctly convert strided array with offset
  * Support np.clip(v, None, x) and np.clip(v, x, None)
  * Support scipy.special.ndtr, scipy.special.ndtri, scipy.special.gammaincinv
  * Fix set intersection
  * Support numpy.fft.fftn
  * Support axis parameter in numpy.argsort
- Revert. 2046-fix-cli-doc-test.patch did not fix the tests.
  gh#serge-sans-paille/pythran#2046
- Add 2046-fix-cli-doc-test.patch to fix failing tests
  (gh#serge-sans-paille/pythran#2046).
- Skip also failing test_toolchain and test_cli
  (gh#serge-sans-paille/pythran#2044) tests.
- Update to 0.12.0
  * Improve numpy expression computation speed
  * Decent ICC support (fixing an issue from 2018!)
  * Much faster C++ code generation
  * Complete rework of constant folder
  * Support C++-time evaluation of numpy.ndarray.ndim
  * Improved omp declare reduction support
  * Allow indexing of ndarray by integers of mixed types
  * A lot of small pesty bug fixes in the C++ headers
- Drop patches
  * gcc12-fixes.patch
  * pythran-pr1984-fixdistutils.patch
- Add pythran-pr1984-fixdistutils.patch
  * gh#serge-sans-paille/pythran#1984
  * Fixes gh#serge-sans-paille/pythran#1984 with setuptools >= 60
- Add gcc12-fixes.patch in order to fix GCC 12 building issues.
- Fix errors uncovered by staging:
  * Mention python-pythran-rpmlintrc
  * also make :test-py* noarch so that no debuginfo package fails
- Initial specfile for 0.11
  * debundling inspired by Fedora package:
    https://src.fedoraproject.org/rpms/pythran/blob/rawhide/f/pythran.spec
- Required by scipy 1.7

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=66
2025-08-14 12:55:59 +00:00
690348986b - Add upstream np-fromstring.patch to fix tests with NumPy 2.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=65
2025-08-14 08:42:32 +00:00
97e0411112 Accepting request 1291117 from devel:languages:python:numeric
- Do not run any tests on Leap 16.0 due to lack of dependencies
  This is part of hplip enablement on 16.0

OBS-URL: https://build.opensuse.org/request/show/1291117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=25
2025-07-08 13:28:06 +00:00
9dab90effc OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=63 2025-07-07 18:34:36 +00:00
6cfc8c93ef skip testing on leap16
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=62
2025-07-07 18:31:37 +00:00
fc79112197 Accepting request 1286685 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1286685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=24
2025-06-18 20:28:45 +00:00
10c7a335e7 - Skip pythran/tests/test_xdoc.py::TestDoctest::test_utils, which
is failing with 3.13.5 (gh#serge-sans-paille/pythran#2326).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=60
2025-06-18 12:26:00 +00:00
f8e8e5f5a6 Accepting request 1285647 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1285647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=23
2025-06-16 09:11:31 +00:00
844cea57bf - Add GCC15_pythran-PR2325-missing-operators.patch
* Tracking Issues for this and the previous patch:
    gcc#120622
    gh#serge-sans-paille/pythran#2321
    gh#serge-sans-paille/pythran#2324
    gh#serge-sans-paille/pythran#2325
    boo#1243779

- Fix failures with GCC15:
  GCC15_fix_Add-missing-operators-to-nditerator.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=58
2025-06-13 20:05:09 +00:00
0e67cb4c62 Accepting request 1281377 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1281377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=22
2025-06-04 18:26:36 +00:00
59750e7e5a - Update to 0.18.0 - balafenn
* no upstream changelog.
  ## git commits (a few non-relevant filtered)
  * Fix uninitialized iexpr assignment
  * Fix folding of comparison operators
  * Take augassign into account when removing nested functions
  * Fix local processing in presence of else: clause in for loop
  * Fix detection of c++ compiler
  * Traverse augassign when computing scopes
  * Reproducible ContainerOf iteration
  * Fix overload handling for NoneType
  * Fix type inference in presence of augassign
  * Improve forward substitution in presence of augassign
  * Remove dead code in tests
  * Faster (and common!) implementation of make_integer_sequence
  * Only register a node in name_to_nodes if the combiner was
    succesful
  * Reproducible aliasing ordering
  * Reproducible nested functions removal
  * Reproducible topological order
  * Verify reproducibility of c++ output
  * Reproducible (because sortable) alias order
  * Stateless PType
  * Reproducible local declaration order
  * Reproducible identifiers generation
  * Reproducible include order
  * More flexible implementation of default list
  * Fix typing issue under complex slice combination
  * Add support for nonlocal keyword
  * Fix bug in nested function remover

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=56
2025-05-30 10:58:41 +00:00
4632f56ec3 Accepting request 1224949 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1224949
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=21
2024-11-20 15:58:45 +00:00
60eb19dd17 - Update to 0.17.0
* Support parsing annotated statement
	* Document and test Meson integration
	* Update / improve Blas detection, including scipy-openblas
	* Fix usage of Blas library
	* Improve error reporting
	* Support array module
	* Reduce dependency on setuptools
	* Faster forward substitution
	* Enforce default optimization level to `-O2`
- Drop upstreamed numpy-2.1-interval.patch
- Drop upstreamed numpy-2.1-support.patch
- Drop upstreamed support-gast-0.6.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=54
2024-11-18 21:09:46 +00:00
27c961e4d8 Accepting request 1198174 from devel:languages:python:numeric
- Add patch numpy-2.1-support.patch, numpy-2.1-interval.patch:
  * Fix test suite failure with numpy 2.1
- prepare for python 3.13

OBS-URL: https://build.opensuse.org/request/show/1198174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=20
2024-09-03 11:37:31 +00:00
b256864458 - Add patch numpy-2.1-support.patch, numpy-2.1-interval.patch:
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=52
2024-09-01 16:48:59 +00:00
c6c155c765 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=51 2024-09-01 13:43:52 +00:00
2b4732641b - Add patch numpy-2.1-support.patch:
* Fix test suite failure with numpy 2.1
- prepare for python 3.13

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=50
2024-09-01 13:33:41 +00:00
a9d7418085 Accepting request 1190557 from devel:languages:python:numeric
- Add patch support-gast-0.6.patch:
  * Support gast 0.6.0 changes, change Requires appropriately.

OBS-URL: https://build.opensuse.org/request/show/1190557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=19
2024-08-01 20:03:26 +00:00
ec3fa17564 - Add patch support-gast-0.6.patch:
* Support gast 0.6.0 changes, change Requires appropriately.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=48
2024-07-31 04:35:31 +00:00
3a4347dd93 Accepting request 1184144 from devel:languages:python:numeric
- limit to gast < 0.6.0

OBS-URL: https://build.opensuse.org/request/show/1184144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=18
2024-07-02 16:14:38 +00:00
adca54398c - limit to gast < 0.6.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=46
2024-06-30 20:50:06 +00:00
bd6726f1f6 Accepting request 1180776 from devel:languages:python:numeric
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1180776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=17
2024-06-14 16:57:52 +00:00
9a7f0d1c68 - update to 0.16.1:
* Fix massive memory leakage in all ndarray

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=44
2024-06-06 20:23:17 +00:00
7b9a150396 Accepting request 1177345 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1177345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=16
2024-05-29 17:35:23 +00:00
9289882dcd Accepting request 1177183 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 0.16.0
  * Support numpy.vectorize, numpy.argsort's kind keyword,
    real/imag on numpy_iexpr
  * Add missing omp.set_num_thread descriptor
  * Provide --trace-allocations switch
  * Support empty PYTHRANRC for reproducible builds
  * Improve compilation time
  * Support ufunc creation through #pythran export ufunc
    func_name(arg_types...)
  * Fix memory leak when returing numpy_gexpr to Python
  * Numpy 2.x support
  * Upgrade xsimd to 13.0.0
  * Improve detection of non-overlapping memory area during gexpr
    assignment
  * Improve python 3.12 support (distutils removal)
  * Support imatmul
  * Only link blas when needed
- Refactor the multibuild test flavor logic
- Accomodate some 15.x intricacies for the failing tests:
  * use netlib lapack/blas instead of openblas

OBS-URL: https://build.opensuse.org/request/show/1177183
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=42
2024-05-28 12:41:40 +00:00
108c3339d7 Accepting request 1149913 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1149913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=15
2024-02-25 13:04:54 +00:00
ce579c406b Accepting request 1149905 from home:dimstar:Factory
- Use newly supported shrink{} on OBS to exclude python flavors
  will all python versions skipped.

OBS-URL: https://build.opensuse.org/request/show/1149905
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=40
2024-02-23 12:33:50 +00:00
57d2f49c64 Accepting request 1147370 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1147370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=14
2024-02-21 16:53:00 +00:00
42a8035c46 Accepting request 1147360 from home:bnavigator:branches:devel:languages:python:numeric
- Yet another fix of the python39 test skip

OBS-URL: https://build.opensuse.org/request/show/1147360
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=38
2024-02-18 00:09:28 +00:00
fabf7106e6 Accepting request 1146276 from home:bnavigator:branches:devel:languages:python:numeric
- Fix python312 tests: Force linking to openblas with custom
  pythranrc
- Remove test skips no longer needed
- Make test flavors future proof: Don't fail on empty buildset
- Skip python39 for all test flavors: The test-py39 multibuild has
  already been removed but it is still in the build set, so don't
  test it in the other multibuilds.
- Debundle xsimd

OBS-URL: https://build.opensuse.org/request/show/1146276
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=37
2024-02-12 22:30:05 +00:00
3a1f027049 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=36 2024-02-07 09:36:41 +00:00
94c4bccce5 - update to 0.15.0:
* Use pyproject.toml to store setup and build configuration
  * Upgrade xsimd to a48ab430d4b84ecd5449180ee1c6d2eed67c4191
  * Improve detection of non-overlapping memory area during gexpr
    assignment
  * Support python 3.12
  * Support list.clear
  * Improve detection of methods uses as functions
- drop python39 from testing, add python312

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=35
2024-02-06 11:27:16 +00:00
fc9cf6cfea - drop python39 from testing, add python312
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=34
2024-02-06 09:05:17 +00:00
395fe8544a Accepting request 1129689 from devel:languages:python:numeric
- Prepare for Python 3.12, by skipping it for the other test flavors, and
  adding one for it.

OBS-URL: https://build.opensuse.org/request/show/1129689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=13
2023-11-30 20:59:04 +00:00
dc82b5318c - Prepare for Python 3.12, by skipping it for the other test flavors, and
adding one for it.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=32
2023-11-29 04:28:39 +00:00
c8a8af201f Accepting request 1127832 from devel:languages:python:numeric
- Update to 0.14.0:
  * Numpy compatibility - update signatures, complex number handling, long
    double support
  * Lazyly import top-level modules and submodules
  * Improve array indexing by an array
  * Require at least clang 7 or gcc 8
  * Make pythran compilation reproducible
  * Support np.roll with multiple axis
  * Support numpy.ndarray.view
  * Improve list resizing speed
  * Fix bug when filtering an empty sequence
- Drop patches, now included upstream:
  * numpy-longdouble.patch
  * numpy-complex.patch
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1127832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=12
2023-11-22 17:54:06 +00:00
b876032470 - Update to 0.14.0:
* Numpy compatibility - update signatures, complex number handling, long
    double support
  * Lazyly import top-level modules and submodules
  * Improve array indexing by an array
  * Require at least clang 7 or gcc 8
  * Make pythran compilation reproducible
  * Support np.roll with multiple axis
  * Support numpy.ndarray.view
  * Improve list resizing speed
  * Fix bug when filtering an empty sequence
- Drop patches, now included upstream:
  * numpy-longdouble.patch
  * numpy-complex.patch
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=30
2023-11-21 06:45:26 +00:00
3fe1d60041 Accepting request 1103601 from devel:languages:python:numeric
Forwarded request #1102981 from ecsos

- Fix build error in Leap, because it must not be two "Patch:" lines.

OBS-URL: https://build.opensuse.org/request/show/1103601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=11
2023-08-13 17:17:37 +00:00
99ff7f3e99 Accepting request 1102981 from home:ecsos:python
- Fix build error in Leap, because it must not be two "Patch:" lines.

OBS-URL: https://build.opensuse.org/request/show/1102981
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=28
2023-08-12 13:54:02 +00:00
e6bd6c692a Accepting request 1101065 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1101065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=10
2023-07-28 20:19:50 +00:00
48cbabdad7 Accepting request 1101054 from home:mcalabkova:branches:devel:languages:python:numeric
- Add upstream numpy-longdouble.patch and numpy-complex.patch to support new numpy

OBS-URL: https://build.opensuse.org/request/show/1101054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=26
2023-07-27 12:18:23 +00:00
695821b9b3 Accepting request 1092220 from devel:languages:python:numeric
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=9
2023-06-12 13:24:34 +00:00
57c49b2fca OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=24 2023-06-11 11:31:52 +00:00
a3ec43e016 Accepting request 1092141 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092141
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=23
2023-06-11 11:31:28 +00:00
83df97fda2 Accepting request 1087264 from devel:languages:python:numeric
- update to 0.13.1:
  * Bump xsimd dependency to 11.0.0, with a backported patch.
  * Improve performance of functions revieving scalar arguments.
    This changes the internal function call API.
  * Improve performance of fix-stride slicing, using a new slice
    representation.
  * Improve numpy.copyto performance, and detect copyto pattern usage.
  * Force internal linkage of generated functions, which gives more
    optimization room to the C++ compiler.
  * Provide entry points pythran.import_pythrancode and
    pythran.import_pythranfile, as a poor man JIT option.
  * Optimize numpy.argmax(cst * val) into numpy.argmax(val) when cst is
    positive.
  * Avoid copies upon numpy.array_split
  * Get rid of unused functions C++ warnings
  * Avoid generating a loop footer when the loop index is not used
    outside of the loop.
- fix the test-flavor splitting for python311

OBS-URL: https://build.opensuse.org/request/show/1087264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=8
2023-05-16 12:16:05 +00:00