Miro Hrončok
083ef4d302
Enable power64 (with JIT)
2019-10-17 20:29:42 +02:00
Miro Hrončok
f27d32f530
Enable aarch64 without JIT
...
See https://bitbucket.org/pypy/pypy/issues/3086
2019-10-17 20:28:31 +02:00
Miro Hrončok
2f53e9f20a
Update to 7.2.0
2019-10-14 20:40:57 +02:00
Fedora Release Engineering
707f9490c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 11:47:24 +00:00
Miro Hrončok
7fc9514b60
Keep the LICENSE file in lib/pythonX.Y dir
...
Virtualenv tries to copy it.
See https://github.com/pypa/virtualenv/issues/1352
Virtualenv ~16.6 warns:
No LICENSE.txt / LICENSE found in source
Technically, it is probably possible to install the package without
%license files, but that would simply resort to the previous noncritical
behavior.
This fix is not critical and hence it doesn't bump release, for easier
backporting to all our Python packages.
2019-07-13 16:42:33 +02:00
Miro Hrončok
cac755a96a
Update to 7.1.1, pypy3 is now Python 3.6
...
https://bugzilla.redhat.com/show_bug.cgi?id=1689198
2019-05-27 17:07:54 +02:00
Miro Hrončok
3e4b7200d3
Show the version as 7.0.0
...
While this is 7.0.0, it has 7.1.0-alpha0 listed inside,
we sed it out to avoid user confusion.
2019-05-17 13:09:22 +02:00
Miro Hrončok
124d766f70
Update to 7.0.0 ( #1673127 )
2019-03-01 00:06:59 +01:00
Fedora Release Engineering
9d9b085932
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 05:16:48 +00:00
Björn Esser
f8cbccf6e2
Rebuilt for libcrypt.so.2 ( #1666033 )
2019-01-14 19:14:13 +01:00
Miro Hrončok
e0becb7cbf
Enable basic venv smoke test in the CI
2018-09-05 12:53:01 +02:00
Miro Hrončok
6f8b7baed9
Use RPM packaged wheels
2018-08-21 13:30:45 +02:00
Miro Hrončok
9d0ffbc9d5
Poor ppc64(le), it just doesn't build :(
2018-08-21 12:09:36 +02:00
Miro Hrončok
e47185bc51
Drop RHEL5 conditional
2018-07-15 16:25:45 +02:00
Miro Hrončok
3f667ce336
BR gcc
2018-07-15 16:23:25 +02:00
Fedora Release Engineering
f7ac519b1e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 23:12:32 +00:00
Miro Hrončok
18c888e5f5
New release 6.0.0 ( #1571489 )
...
Fix multiprocessing regression on newer glibcs (#1569933 )
2018-04-25 19:22:07 +02:00
Miro Hrončok
b70eb98951
Remove Windows bat file
2018-04-25 19:21:59 +02:00
Miro Hrončok
1b41795b2f
Fix shebangs (reported mangled by taskotron)
2018-04-15 15:26:16 +02:00
Miro Hrončok
cac18deee0
Provide pypy3(abi) = 5.10
2018-04-12 00:23:12 +02:00
Miro Hrončok
fe844b70bd
Add macro with pypy version (aka 5.10, not 3.5)
2018-04-11 12:10:38 +02:00
Miro Hrončok
df12619f2b
Remove %pypy3dir definition, it is useless
2018-04-11 12:06:37 +02:00
Michal Cyprian
cf5da9288b
Remove the rightmost version number from the path
2018-04-11 01:32:20 +02:00
Michal Cyprian
c54059a679
Add patch for libxcrypt
2018-03-29 21:24:14 +02:00
Fedora Release Engineering
664896a6c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 06:17:45 +00:00
Björn Esser
43f3327530
Rebuilt for switch to libxcrypt
2018-01-20 23:07:39 +01:00
Miro Hrončok
8b06f1af62
Only BR /usr/bin/git, it should be enough for autosetup
2018-01-19 16:19:55 +01:00
Miro Hrončok
93cd7d04cc
Update to 5.10.1 ( #1533689 )
2018-01-12 10:01:38 +01:00
Miro Hrončok
82dcbae232
On power, use cpython2 to build pypy3
2017-12-29 19:50:56 +01:00
Miro Hrončok
720aa9bae8
Remove the debug builds (the package was ~350 MB)
...
Also:
- Remove never used InstallPyPy function
- Actually call execstack as originally intended
- Use execstack on all arches (it's available now)
2017-12-29 14:12:06 +01:00
Miro Hrončok
9c955b3def
Use pypy2 when building
...
(it's faster and works this time)
2017-12-28 17:47:00 +01:00
Miro Hrončok
e858e84bf9
Fixed upstream issues #2717 and #2718 (re-enable test_socket)
2017-12-28 17:45:36 +01:00
Miro Hrončok
27657069ff
Temporarily skip test_socket on ix86
2017-12-27 15:58:25 +01:00
Miro Hrončok
a6780ec435
Enable JIT on power and s390x
2017-12-27 15:57:17 +01:00
Miro Hrončok
2b72df539c
Update to 5.10 ( #1528841 )
2017-12-26 11:56:15 +01:00
Miro Hrončok
6eb88b1784
Update to 5.9 ( #1504427 )
2017-10-20 22:04:00 +02:00
Fedora Release Engineering
79816c5293
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2017-08-03 06:35:52 +00:00
Fedora Release Engineering
aebba1447f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-07-27 09:23:17 +00:00
Petr Písař
717803cfa0
perl dependency renamed to perl-interpreter < https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules >
2017-07-12 14:43:49 +02:00
Fedora Release Engineering
51ae82f0cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-02-11 08:09:09 +00:00
Dan Horák
b929faae35
- set z10 as the base CPU for s390(x) build
2016-11-13 09:22:11 +01:00
Zbigniew Jędrzejewski-Szmek
404c37f2dd
Restore renaming of pypytrace-mode to pypy3trace-mode
2016-11-12 09:29:11 -05:00
Zbigniew Jędrzejewski-Szmek
9107198269
It turns out ppc has no gold
...
So use gold on arm/i686/amd64 only.
2016-11-12 08:10:01 -05:00
Zbigniew Jędrzejewski-Szmek
ad0d37c683
Also build on arm and s390*
2016-11-12 06:51:54 -05:00
Zbigniew Jędrzejewski-Szmek
37fe95796c
Make the spec file a tiny bit shorter
2016-11-12 06:51:35 -05:00
Zbigniew Jędrzejewski-Szmek
6b002d36f3
Also exclude armv7hl
...
Build generates a lot of warnings and errors, and fails despite having
4GB RAM + 4GB swap available. The error is
/usr/bin/ld: failed to set dynamic section sizes: Memory exhausted
collect2: error: ld returned 1 exit status
but this might be caused by the earlier errors.
2016-11-08 15:32:20 -05:00
Zbigniew Jędrzejewski-Szmek
0b4deeff51
Add BR for free
2016-11-08 07:57:41 -05:00
Zbigniew Jędrzejewski-Szmek
56984a4524
Print the amount of available memory
2016-11-08 07:50:10 -05:00
Zbigniew Jędrzejewski-Szmek
693a83b0c2
Add a hack to fix tests, and restore building on ppc*
...
I didn't test ppc64le yet, but at least ppc64 builds fine with the kludge.
2016-11-07 23:43:54 -05:00
Zbigniew Jędrzejewski-Szmek
817c77d554
Also exclude ppc64*
...
The tests are failing (looks like pypy wasn't tested on ppc64 at all),
and I cannot solve this without access to the hardware.
2016-11-03 18:42:22 -04:00