python-pythran/python-pythran-rpmlintrc
Nico Krapp 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

7 lines
332 B
Plaintext

# SECTION This is a package that compiles code, the runtime requires devel packages
addFilter('devel-file-in-non-devel-package .*/site-packages/pythran/.*')
addFilter('devel-dependency .*')
addFilter('python-leftover-require python.*-numpy-devel')
# these are "default" headers for packages
addFilter('hidden-file-or-dir .*/\.hpp')