Fedora Release Engineering
f9718c404a
- Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-08-01 08:57:42 +00:00
Fedora Release Engineering
3d2d3e1fed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 10:23:12 +00:00
Elliott Sales de Andrade
8b264e22b8
Update to latest version.
2020-06-24 22:43:42 +00:00
Elliott Sales de Andrade
77fd7b5f42
Use pytest macro.
2020-06-24 22:43:42 +00:00
Troy Dawson
87b7e4491e
Minor conditional tweak for ELN
...
Signed-off-by: Troy Dawson tdawson@redhat.com
2020-06-24 21:25:50 +00:00
Miro Hrončok
3b286e1db7
Desperate times call for desperate measures
2020-05-26 01:03:22 +02:00
Miro Hrončok
8bfea1df6b
Rebuilt for Python 3.9
2020-05-25 21:59:38 +02:00
Orion Poplawski
5b99b78e2c
Update to 1.4.1 (bz#1771154)
...
Workaround FTBFS with gcc 10 (bz#1800078)
2020-03-01 14:01:01 -07:00
Fedora Release Engineering
9c18ea8292
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 23:01:42 +00:00
Miro Hrončok
567bfb565c
Drop bogus subpackage license
2019-11-26 10:40:12 +01:00
Lumir Balhar
0516e73d2e
Add patch to bugfix cKDTree
2019-11-07 13:54:51 +01:00
Miro Hrončok
70ed1cdf04
Update to 1.3.1, drop Py2 packages (not supported)
...
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1674101
2019-10-18 14:29:03 +02:00
Miro Hrončok
76ca11c616
Rebuilt for Python 3.8.0rc1 ( #1748018 )
2019-10-03 14:38:30 +02:00
Miro Hrončok
b2dc08c359
Deselect TestIQR.test_scale on Python 3
2019-08-19 20:00:40 +02:00
Miro Hrončok
0d2dfdebae
Rebuilt for Python 3.8
2019-08-19 11:05:33 +02:00
Petr Viktorin
a36526471b
Enable parallel tests in Python 3 %%check
...
Also, use macros for the Python interpreter in tests.
`python -m pytest` is more robust than `pytest` in ensuring
the tests run with correct interpreter.
2019-07-30 14:10:01 +02:00
Petr Viktorin
bf2f2311a1
Remove build dependency on python2-pytest-xdist and python2-pytest-timeout
2019-07-30 14:10:01 +02:00
Fedora Release Engineering
5dd1dba41f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 22:54:43 +00:00
Zbigniew Jędrzejewski-Szmek
33637a11cb
Remove trailing comments that rpm-4.15 doesn't like
2019-07-12 15:14:03 +02:00
Zbigniew Jędrzejewski-Szmek
a07631500b
Remove duplicate %descriptions
2019-07-12 15:12:53 +02:00
Marcel Plch
180d9017e2
Fix FTBFS with Py3.8
2019-07-04 16:55:38 +02:00
Orion Poplawski
0bf871d600
Build only against openblasp (bugz#1709161)
2019-05-16 20:07:02 -06:00
Orion Poplawski
1d12442e10
Do not create *-PYTEST.pyc files
2019-04-26 21:10:08 -06:00
Orion Poplawski
32c93448e8
Update to 1.2.1
...
Drop scipy2-doc
2019-04-23 21:28:06 -06:00
Charalampos Stratakis
98a80e211d
Update to 1.2.0
2019-02-07 00:43:31 +01:00
Fedora Release Engineering
b491c27147
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 14:57:51 +00:00
Igor Gnatenko
4b0880421d
Remove obsolete Group tag
...
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:49 +01:00
Fedora Release Engineering
36f81adb49
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 05:50:34 +00:00
Miro Hrončok
2b99813d54
Don't ignore the tests results but rather have a tolerance rate
...
Historically, we ignored the test results as we don't have the
manpower to investigate the failures on various architectures.
Since most of the test pass, I've added a 1% failure tolerance
on everything except x86_64, so we do no longer need to ignore the
results. This makes it easier to spat that it's no longer a couple
test that fails on some random architecture but rather a more
severe problem.
In the process I had to disable test_decomp on ppc64le, because it
segfaults.
2018-06-23 23:00:13 +02:00
Miro Hrončok
33f8ec88d1
Only build scipy once (per Python)
...
The build_sphinx setup.py command previously used to build the docs
calls build_ext --inplace internally. That's one build.
Later the install command was called and that calls build as well.
Inplace and non-inplace builds happen separately.
By first explicitly building with build and then invoking sphinx
trough the Makefile, we can use install --skip-build (%pyX_install).
Explicit call to sphinx also removes the need to remove conf.py
from bundled projects.
This also saves us setting the build flags in %install, which was
previously only needed because of the build happening there.
While doing this, I've also switched the build section to build for
for Python 3 and Python 2 in a loop to make the specfile DRY.
2018-06-23 11:17:32 +02:00
Miro Hrončok
c1994df3a0
Update to 1.1.0 ( #1560265 , #1594355 )
2018-06-23 05:06:19 +02:00
Miro Hrončok
1a96b4ae2f
Rebuilt for Python 3.7
2018-06-19 11:27:15 +02:00
Fedora Release Engineering
a9751d7ccc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 16:18:18 +00:00
Antonio Trande
14a650a68a
Link with -lm to build with new stricter Fedora flags
2018-02-02 15:46:31 +01:00
Christian Dersch
23c4ce0904
rebuilt for GCC 8.x (gfortran soname bump)
2018-01-31 14:00:40 +01:00
Lumir Balhar
dd19a3061b
Disable tests on s390x
2017-12-16 18:19:54 +01:00
Lumir Balhar
dc3fd840b8
New subpackages with HTML documentation
2017-11-21 23:05:46 +01:00
Christian Dersch
4e4627bca5
Disable parallel test execution, OpenBLAS related fixes
2017-10-31 23:42:42 +01:00
Thomas Spura
c6f0b45631
Use timeout during parallel %%check
2017-10-29 04:05:25 +01:00
Thomas Spura
e5a2f382bb
update to 1.0.0 and use pytest instead of nose
2017-10-26 19:04:11 +02:00
Christian Dersch
ebde6f766b
fix openblas library path
2017-10-04 20:00:36 +02:00
Christian Dersch
f274f16327
use atlas on ppc64
2017-10-04 18:53:26 +02:00
Christian Dersch
dc61a2567a
Use openblas where available, to use same as numpy (BZ 1472318)
2017-10-04 12:57:40 +02:00
Fedora Release Engineering
69c9877242
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2017-08-03 08:14:11 +00:00
Fedora Release Engineering
0c4a65d090
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-07-27 18:17:29 +00:00
Igor Gnatenko
4711749435
Rebuild due to bug in RPM (RHBZ #1468476 )
...
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-07-07 13:11:40 +02:00
Christian Dersch
da5496b1f9
new version (0.19.1)
2017-06-27 11:33:22 +02:00
Christian Dersch
76d012b321
new version (0.19.0)
2017-06-07 13:56:47 +02:00
Zbigniew Jędrzejewski-Szmek
45bf650856
Rebuild for libgfortran.so.3
2017-01-31 10:40:36 -05:00
Charalampos Stratakis
ba99478fc6
Rebuild for Python 3.6
2016-12-13 01:24:38 +01:00
Than Ngo
8451813298
- 0.18.0
...
- %%check: make non-fatal as temporary workaround for scipy build on arm
2016-07-28 16:52:58 +02:00
Fedora Release Engineering
31c3835604
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
2016-07-19 12:35:22 +00:00
Nils Philippsen
c76585c7ca
fix source URL
2016-05-31 13:30:20 +02:00
Orion Poplawski
4cadcb8b14
Update to 0.17.0
...
- Drop ctypes patch applied upstream
2016-02-15 16:26:41 -07:00
Fedora Release Engineering
c455ea8dfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-02-04 23:44:07 +00:00
Robert Kuska
c7c5da3cf8
Revert "Disable tests on arm"
...
This reverts commit 8aa891e674
.
2015-11-23 14:21:00 +01:00
Björn Esser
8aa891e674
Disable tests on arm
2015-11-23 08:59:53 +01:00
Kalev Lember
18ceb44c58
Add provides to satisfy scipy%{_isa} requires in other packages
2015-11-21 12:56:29 +01:00
Björn Esser
ddba47081d
Revert "Discard results of testsuite on %%{arm} for now"
...
This reverts commit 710e508b37
.
2015-11-14 19:03:05 -05:00
Björn Esser
710e508b37
Discard results of testsuite on %%{arm} for now
...
Segfaults on non-aligned memory test (expected for arm)
2015-11-14 12:56:07 -05:00
Thomas Spura
00f3bf430f
Bump release to match changelog
2015-11-14 17:45:22 +01:00
Thomas Spura
70915da16b
Add FFLAGS also in %%install
2015-11-14 17:08:21 +01:00
Thomas Spura
a8274e72b2
Move requires to correct python2 subpackage
2015-11-14 13:09:48 +01:00
Thomas Spura
cedb64bec2
Add some spaces to make spec more readable
2015-11-14 13:07:32 +01:00
Thomas Spura
f7432686a4
Add upstream patch to fix ctypes test
2015-11-14 13:05:41 +01:00
Peter Robinson
d8479b3994
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
2015-11-10 18:06:57 +00:00
Orion Poplawski
96711f1bd3
Drop %epoch from provides
2015-10-26 13:18:56 -06:00
Orion Poplawski
51297cd8c7
Update to 0.16.1
2015-10-26 10:33:43 -06:00
Thomas Spura
d73d1a8ede
Add fortran flags
2015-10-14 22:02:51 +02:00
Thomas Spura
7283e39887
Use python_provide macro
2015-10-14 20:21:01 +02:00
Thomas Spura
6261a33ce8
Update to 0.16.0
2015-10-14 20:16:32 +02:00
Dennis Gilmore
b734e1ae99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-06-19 00:28:25 +00:00
Orion Poplawski
9b671c4026
Update to 0.15.1
2015-03-31 20:52:56 -06:00
Jitka Plesnikova
95dcd63c92
Revert "SWIG Test Rebuild"
...
This reverts commit fcd463d948
.
2015-02-24 16:15:56 +01:00
Jitka Plesnikova
fcd463d948
SWIG Test Rebuild
2015-02-24 15:35:08 +01:00
Orion Poplawski
5873af2f8d
Update to 0.14.1
2015-01-04 11:08:24 -07:00
Kevin Fenzi
91f6f57a2a
Rebuild for rpm bug 1131892
2014-08-20 17:31:15 -06:00
Peter Robinson
31201f9df7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-08-18 01:41:09 +00:00
Dennis Gilmore
331d60bd97
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-06-08 00:57:31 -05:00
Orion Poplawski
dcc6bb8251
Rebuild with Python 3.4
2014-05-10 20:32:09 -06:00
Orion Poplawski
b51885ba54
Update to 0.14
...
- Do not use system python-six (bug #1046817 )
2014-05-06 08:54:45 -06:00
Thomas Spura
17734bb24b
Actually use the proper __python? macros
2014-02-20 11:40:56 +01:00
Thomas Spura
76638c401e
use python2 macros everywhere (Requested by Han Boetes)
2014-02-20 11:30:15 +01:00
Thomas Spura
4efd573255
Update to 0.13.3
2014-02-04 15:01:31 +01:00
Orion Poplawski
9b629baeb9
Update to 0.13.2
2013-12-09 09:08:46 -07:00
Nils Philippsen
77ee388800
rebuild (suitesparse)
2013-12-06 10:38:42 +01:00
Orion Poplawski
5c2f06c5bd
Update to 0.13.1
2013-11-17 13:24:52 -07:00
Tomas Tomecek
e4dd00140d
update to 0.13.0 final
2013-10-23 09:54:33 +02:00
Tomas Tomecek
1841cbdf01
fix malformed changelog entry
2013-10-23 09:53:40 +02:00
Orion Poplawski
24b28cfd3a
Update to 0.13.0rc1
2013-10-15 16:43:42 -06:00
Tomas Tomecek
bc63288290
Rebuild with atlas 3.10
2013-10-01 16:17:10 +02:00
Orion Poplawski
4ae597be53
Unbundle python-six (bug #1005350 )
2013-09-10 09:32:30 -06:00
Orion Poplawski
744eba3525
- Update to 0.13.0b1
...
- Drop patches applied upstream
- Fixup changelog and summary
2013-08-29 12:19:23 -06:00
Dennis Gilmore
73b75412df
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-08-04 08:49:44 -05:00
Tomas Tomecek
a4411919fe
Add patch to use build_dir arg.
...
weave: use argument build_dir in function build_extension
2013-07-30 13:40:40 +02:00
Tomas Tomecek
ebed38b9cd
License update.
...
BSD -- whole package except:
Boost -- scipy/special/cephes/scipy_iv.c
Public Domain -- scipy/odr/__odrpack.c
2013-07-30 13:39:21 +02:00
Tomas Tomecek
8f15b9cef8
Fix rpmlint warnings.
...
There were some incorrect days in changelog:
Fri Jul 31 2010 -> Sat Jul 31 2010
Mon Apr 11 2010 -> Sun Apr 11 2010
2013-07-30 13:32:17 +02:00
Tomas Tomecek
a5f59efebd
Remove whitespace from end of lines.
2013-07-29 09:48:03 +02:00
Orion Poplawski
31c9813094
Spec cleanup
2013-05-15 19:41:07 -06:00
Orion Poplawski
37b1fd0ac4
Remove old fedora conditional
2013-05-15 19:39:19 -06:00