332b947dfcMake pip and distutils in user environment install into separate location
Michal Cyprian
2017-06-26 16:32:56 +0200
b5403ba5ebFix test_alpn_protocols from test_ssl
Charalampos Stratakis
2017-06-24 17:24:42 +0200
3f280d64adsetuptools from version 36.0.0 rebundled its dependencies so we don't have to require them in order for rewheel to work, so dropping patch 260 as well.
Charalampos Stratakis
2017-06-19 11:10:58 +0200
bb9ca6b393Add dependency to the devel subpackage on python3-rpm-generators
Tomas Orsava
2017-05-05 16:47:58 +0200
afb0016f9dPolishing the Notes on bootstrapping Python
Tomas Orsava
2017-05-16 11:06:53 +0200
27c558eb66Added patch for fixing recompilation of Python when using common build commands and the --enable-optimizations flag.
Charalampos Stratakis
2017-05-09 16:57:18 +0200
51bb7c4cc2Update to a newer implementation of PEP 538
Charalampos Stratakis
2017-05-09 14:44:40 +0200
6245861480Change description, to reflect that python3 is now the default Python
Charalampos Stratakis
2017-05-09 11:43:22 +0200
31fe33b583Update PEP 538 to the latest upstream implementation
Charalampos Stratakis
2017-05-06 23:27:11 +0200
bbbc440d2csystem-python-libs subpackage was shipping some windows executables which are used as templates, for creating windows installers for python modules. These executables are moved to the devel subpackage.
Charalampos Stratakis
2017-04-18 13:51:54 +0200
3f69bcd628Enable link time optimizations
Charalampos Stratakis
2017-04-18 13:48:56 +0200
3a35e0ba67Rename python3.Xdm-config script from -debug to be arch specific (rhbz#1179073)
Tomas Orsava
2017-04-13 16:20:52 +0200
bea97d96d2Since upstream issue 23968, the platform directory changed to include the architectures, however patch205 was not updated to reflect that and as a result the Makefile and various other files were installed at another directory (rhbz#1438219).
Charalampos Stratakis
2017-04-05 18:08:56 +0200
b603b2d8f9Update to version 3.6.1 final
Iryna Shcherbina
2017-03-22 11:05:15 +0100
628b06df1bFix syntax error in %py_byte_compile macro (rhbz#1433569)
Tomas Orsava
2017-03-21 11:51:35 +0100
3b36b495e5Backport of PEP 538: Coercing the legacy C locale to a UTF-8 based locale
Charalampos Stratakis
2017-03-13 14:53:53 +0100
860f392aefAdd AppData and desktop file for IDLE 3 (rhbz#1392049)
Charalampos Stratakis
2017-02-28 14:33:44 +0100
bbccd649abRevert "Set values of prefix and exec_prefix to /usr/local for..." - Prevent build failures of packages using alternate build tools - This reverts commit 24515db173
Michal Cyprian
2017-02-24 14:57:15 +0100
24515db173Set values of prefix and exec_prefix to /usr/local for /usr/bin/python* executables to make pip and distutils install to the separate location - Use new %%_module_build macro
Michal Cyprian
2017-02-21 11:17:54 +0100
ef5c6fe479Add --executable option to install.py command
Michal Cyprian
2017-02-21 10:38:18 +0100
7973de8b00BuildRequire the new dependencies of python-setuptools when rewheel mode is enabled and add a patch to adjust the upstream test suite to account for these dependencies, since without them, the virtualenv's would not install anything in their site-packages directory thus making pip unusable inside virtualenv's.
Charalampos Stratakis
2017-02-17 10:26:59 +0100
7319c29d60Upload sources for 3.6.0rc1
Charalampos Stratakis
2016-12-09 20:27:46 +0100
d55596820dFix changelog entry's chronological order
Charalampos Stratakis
2016-12-09 16:23:34 +0100
f9258e6d7fAdded patch for guarding HAVE_LONG_LONG definition in pyport.h as it is also defined by GDB, and by building GDB with python support will make GDB's compilation fail due to redefinition error. (upstream issue28898)
Charalampos Stratakis
2016-12-08 11:29:35 +0100
1b092958f3Update to 3.6.0 beta 3 Revert the -x flag workaround for excluded tests as it has been fixed upstream (upstream issue28409) Remove the _sysconfigdata_ files as they are now removed properly (upstream issue28046) Renamed _futures module to _asyncio (upstream issue28428)
Charalampos Stratakis
2016-11-02 17:16:07 +0100
1f40c0cbd1Remove --with-tsc configure flag as it has been removed upstream. Also removing patch 143 related to that flag.
Charalampos Stratakis
2016-11-01 15:05:11 +0100
062c68f056Add the files of asyncio.future's C implementation to the respective %files section (upstream issue26081)
Charalampos Stratakis
2016-10-11 20:14:31 +0200
a744d8670aDrop patch 184 as it is implemented upstream now (upstream issue26661)
Charalampos Stratakis
2016-10-11 20:03:32 +0200
067a255b22Update to 3.6.0b2
Charalampos Stratakis
2016-10-11 19:56:27 +0200
c426ceabbeFix the excluded tests due to -x flag not working properly (upstream issue28409)
Charalampos Stratakis
2016-10-11 19:47:55 +0200
1c8e9a60f4Add the cryptography algorithms files to the respective file sections since the hashlib patch was dropped, so we are using currently python's implementation of these algorithms instead of the OpenSSL's ones. Relevant upstream issue26470.
Charalampos Stratakis
2016-10-07 19:22:17 +0200
390d524690Disable test suite
Charalampos Stratakis
2016-09-29 16:19:02 +0200
0424a4f70eRebased patches 102, 111, 170 in order to apply cleanly for the new sources.
Charalampos Stratakis
2016-09-29 16:17:06 +0200
95f9e1aed8Python now uses by default the system libffi, on linux systems (upstream issue26661 and issue27979)
Charalampos Stratakis
2016-09-29 15:41:39 +0200
e9db5d378aDisable system-tap as it is now implemented upstream in a different way (upstream issue21590)
Charalampos Stratakis
2016-09-29 15:21:37 +0200
b6897674beUpdate to 3.6.0 first beta.
Charalampos Stratakis
2016-09-27 21:06:04 +0200
8398dc4b6bUpdate source URL to point to 3.6.0 beta1
Charalampos Stratakis
2016-09-27 21:02:29 +0200
ddb16c68d9Rebuild for pip version 9.0.1
Charalampos Stratakis
2016-12-05 13:46:29 +0100
f7bd058f3cPort ssl and hashlib modules to OpenSSL 1.1.0 and drop hashlib patch
Charalampos Stratakis
2016-10-12 16:52:17 +0200
55d65adde0Fix changelog date in previous commit.
Tomas Mraz
2016-10-11 18:30:54 +0200
38b026e0ceMake it build with OpenSSL-1.1.0 based on upstream patch
Tomas Mraz
2016-10-11 18:29:03 +0200
c3e3d7792dAdd riscv64 to list of 64 bit arches.
Richard W.M. Jones
2016-10-09 11:08:09 +0100
05c99bb32eNo valgrind available on riscv64.
Richard W.M. Jones
2016-10-08 07:17:21 +0100
1768987fbcProvide python35 for ensuring upgrade path from F23->f25
Charalampos Stratakis
2016-09-13 17:08:19 +0200