Commit Graph

63 Commits

Author SHA1 Message Date
Björn Esser f8cbccf6e2
Rebuilt for libcrypt.so.2 (#1666033) 2019-01-14 19:14:13 +01: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
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
Zbigniew Jędrzejewski-Szmek aa6a9d04d6 PPC64 has no faulthandler 2016-11-03 14:49:28 -04:00
Miro Hrončok 347fb465b0 Exclude not available arches 2016-10-22 14:52:20 +02:00
Miro Hrončok 347975dbf4 PyPy 3.3 5.5.0 2016-10-22 14:11:41 +02:00
Miro Hrončok 343676a899 First alpha build of PyPy 3.3 2016-07-08 14:38:18 +02:00
Miro Hrončok 092bdc18b3 Fix for CVE-2016-0772 and CVE-2016-5699
Fix for: CVE-2016-0772 python: smtplib StartTLS stripping attack
- Raise an error when STARTTLS fails
- rhbz#1303647: https://bugzilla.redhat.com/show_bug.cgi?id=1303647
- rhbz#1351680: https://bugzilla.redhat.com/show_bug.cgi?id=1351680
- Fixed upstream: https://hg.python.org/cpython/rev/d590114c2394

Fix for: CVE-2016-5699 python: http protocol steam injection attack
- rhbz#1303699: https://bugzilla.redhat.com/show_bug.cgi?id=1303699
- rhbz#1351687: https://bugzilla.redhat.com/show_bug.cgi?id=1351687
- Fixed upstream: https://hg.python.org/cpython/rev/bf3e1c9b80e9
2016-07-01 15:59:13 +02:00
Miro Hrončok 4a3038ff56 Fix FTBFS (#1307889)
- Add patch to fix maximum recursion depth error during build
- Don't use -g flag to prevent memory exhaustion
- Add fix form Arch Linux to prevent VerificationError during the build
2016-05-13 02:07:41 +02:00
Fedora Release Engineering 37de776457 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 18:47:53 +00:00
Zbigniew Jędrzejewski-Szmek ffbf97517e Bump release to rebuild with new execstack 2015-08-04 11:50:06 -04:00
Dennis Gilmore a039768e93 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 18:15:59 +00:00
Miro Hrončok a7f7d048aa Sync with pypy 2015-06-11 11:40:02 +02:00
Miro Hrončok 36afc7f791 Replace all lib-python python shebangs with pypy 2015-05-05 18:49:47 +02:00