Commit Graph

38 Commits

Author SHA256 Message Date
adcede641b Accepting request 1299345 from home:mcalabkova:branches:devel:languages:python:numeric
- Add upstream np-fromstring.patch to fix tests with NumPy 2.3

OBS-URL: https://build.opensuse.org/request/show/1299345
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
11f8dafd4d 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
5d923980e6 Accepting request 1286684 from home:mcepl:branches:devel:languages:python
- 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/request/show/1286684
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
0e8a9a1fff Accepting request 1285646 from home:bnavigator:branches:devel:languages:python:numeric
- 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/request/show/1285646
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
49a3c6413d Accepting request 1281224 from home:bnavigator:branches:devel:languages:python:numeric
- 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/request/show/1281224
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
8a677db821 Accepting request 1224928 from home:bnavigator:branches:devel:languages:python:numeric
- 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/request/show/1224928
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
5fe91861ec - 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
13a8fe4aeb 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
335dba9ce0 - 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
bbafa93b16 - 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
9c0f91b64d - 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
bcc2f8d683 - 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
f5a52ac678 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
a9782e6404 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
ee5842f388 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
579e0e7cdb 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
1bb8ec3866 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
d1c6e79edc - 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
6de9db2e81 - 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
f622dc7201 - 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
42a2b8c47f - 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
c5c8190c84 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
857a235150 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
9dae75f352 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
a39a01a7df 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
ace834fd5c OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=21 2023-05-15 16:13:49 +00:00
a5c8422b35 - fix the test-flavor splitting for python311
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=20
2023-05-15 15:49:14 +00:00
d8070b7e20 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=18
2023-05-15 15:24:30 +00:00
3d19ea5fe4 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=16
2023-01-25 10:23:22 +00:00
005023c310 Accepting request 1045277 from home:bnavigator:branches:devel:languages:python:numeric
factory-maintainer: bad bot!

OBS-URL: https://build.opensuse.org/request/show/1045277
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=14
2022-12-27 14:31:44 +00:00
4f9ef7ff5c - Add 2046-fix-cli-doc-test.patch to fix failing tests
(gh#serge-sans-paille/pythran#2046).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=13
2022-12-17 14:37:24 +00:00
af88f2d41a - Skip also failing test_toolchain and test_cli
(gh#serge-sans-paille/pythran#2044) tests.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=11
2022-11-25 10:26:08 +00:00
f33f579d6d - Skip also test_toolchain (gh#serge-sans-paille/pythran#2044) test.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=10
2022-11-25 01:55:31 +00:00
a39229ebf8 Accepting request 1009771 from home:bnavigator:branches:devel:languages:python:numeric
- 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

OBS-URL: https://build.opensuse.org/request/show/1009771
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=8
2022-10-11 12:42:02 +00:00
0a1e7425e3 Accepting request 989982 from home:bnavigator:branches:devel:languages:python
- Add pythran-pr1984-fixdistutils.patch
  * gh#serge-sans-paille/pythran#1984
  * Fixes gh#serge-sans-paille/pythran#1984 with setuptools >= 60

OBS-URL: https://build.opensuse.org/request/show/989982
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=6
2022-07-18 18:46:41 +00:00
2b0ee0ed6e Accepting request 961802 from home:marxin:branches:devel:languages:python:numeric
- Add gcc12-fixes.patch in order to fix GCC 12 building issues.

OBS-URL: https://build.opensuse.org/request/show/961802
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=4
2022-03-15 15:51:14 +00:00
08c0a2b176 Accepting request 949789 from home:bnavigator:branches:devel:languages:python:numeric
- Fix errors uncovered by staging:
  * Mention python-pythran-rpmlintrc
  * also make :test-py* noarch so that no debuginfo package fails

- Required by scipy 1.7

OBS-URL: https://build.opensuse.org/request/show/949789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=2
2022-01-30 01:20:23 +00:00
ececa6a0af Accepting request 948422 from home:bnavigator:branches:devel:languages:python:numeric
now a mandatory build requirement of scipy 1.7

OBS-URL: https://build.opensuse.org/request/show/948422
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=1
2022-01-25 07:19:24 +00:00