Go to file
Miro Hrončok 1092d478f5 Make sure we don't ship any exe files (not needed an prebuilt)
Such files are only used to create Microsoft Windows installers
and that functionality is broken on Linux anyway.

We can keep the exe files in SRPM, as they are free software as
confirmed by the Python Software Foundation:

> Hello,
>
> Shipping and distributing these files is ok.
>
> These files are stubs, used as the executable part of a self-unzipping
> executable and showing an "installer window" to the user.
> They are original to Python and, while they call win32 functions,
> they don't have Windows SDK code in them.
> The source is at: PC/bdist_wininst/install.c
>
> The binaries are included so that anyone creating a bdist_wininst
> distribution (mostly deprecated, actually) can do so, even when
> cross-compiling.
>
> Thanks,
> Van (Lindberg)

See also https://mail.python.org/pipermail/python-dev/2018-October/155507.html
2018-12-19 17:40:48 +01:00
tests Run the selftest suite on Fedora CI 2018-12-19 15:58:27 +01:00
.gitignore Ignore stuff 2017-12-01 13:57:42 +01:00
00001-rpath.patch Rename patch files to start with the number 2017-08-31 14:26:42 +02:00
00102-lib64.patch Update to 3.6.5 2018-03-29 16:57:50 +02:00
00111-no-static-lib.patch Update to 3.6.5 2018-03-29 16:57:50 +02:00
00132-add-rpmbuild-hooks-to-unittest.patch Remove _expectedFailureInRpmBuild also from unittest/__init__ 2016-03-17 10:51:32 +01:00
00155-avoid-ctypes-thunks.patch 3.2.3-4: avoid allocating thunks in ctypes unless absolutely necessary (patch 155; rhbz#814391) 2012-04-20 15:28:39 -04:00
00160-disable-test_fs_holes-in-rpm-build.patch 3.3.0-0.3.b2 2012-08-13 21:11:12 -04:00
00163-disable-parts-of-test_socket-in-rpm-build.patch skip some tests within test_socket (patch 163) 2012-07-24 15:59:17 -04:00
00170-gc-assertions.patch Update to 3.7.1 2018-10-22 10:15:53 +02:00
00178-dont-duplicate-flags-in-sysconfig.patch Updated to Python 3.3.1. 2013-04-10 14:30:09 +02:00
00189-use-rpm-wheels.patch Drop the rewheel patch, use RPM built wheels instead 2018-08-15 17:55:47 +02:00
00205-make-libpl-respect-lib64.patch Since upstream issue 23968, the platform directory changed to include the architectures, 2017-04-05 18:08:56 +02:00
00251-change-user-install-location.patch Remove sys.executable check from change-user-install-location patch 2018-02-16 15:33:54 +01:00
00274-fix-arch-names.patch Update to 3.7.0b4 2018-05-10 16:58:07 +02:00
00291-setup-Link-ctypes-against-dl-explicitly.patch Update to 3.6.5 2018-03-29 16:57:50 +02:00
00292-restore-PyExc_RecursionErrorInst-symbol.patch Restore the PyExc_RecursionErrorInst public symbol 2018-01-23 18:09:30 +01:00
00294-define-TLS-cipher-suite-on-build-time.patch Define TLS cipher suite on build time 2018-02-01 11:20:15 +01:00
00301-pathfix-add-n-option-for-no-backup.patch Add -n option for pathfix.py (#1546990) 2018-03-20 11:13:09 +01:00
00302-fix-multiprocessing-regression-on-newer-glibcs.patch Update to 3.7.0b4 2018-05-10 16:58:07 +02:00
00312-revert-bpo-6721.patch Temporarily revert upstream commit 3b699932e5ac3e7 2018-11-04 19:26:46 +01:00
00313-cprofile-sort-option.patch Verify the value of '-s' when execute the CLI of cProfile 2018-11-19 10:30:19 +01:00
00315-test_email-mktime.patch Fix mktime() error in test_email 2018-11-27 13:36:14 +01:00
check-pyc-timestamps.py Renew check-pyc-timestamps.py 2018-08-17 16:05:13 +02:00
idle3.appdata.xml Add AppData and desktop file for IDLE 3 (rhbz#1392049) 2017-02-28 14:33:44 +01:00
idle3.desktop Add AppData and desktop file for IDLE 3 (rhbz#1392049) 2017-02-28 14:33:44 +01:00
python3.rpmlintrc rpmlintrc updates 2018-09-03 14:10:31 +02:00
python3.spec Make sure we don't ship any exe files (not needed an prebuilt) 2018-12-19 17:40:48 +01:00
sources Update to 3.7.1 2018-10-22 10:15:53 +02:00