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
.gitignore
00001-rpath.patch
00102-lib64.patch
00111-no-static-lib.patch
00132-add-rpmbuild-hooks-to-unittest.patch
00155-avoid-ctypes-thunks.patch
00160-disable-test_fs_holes-in-rpm-build.patch
00163-disable-parts-of-test_socket-in-rpm-build.patch
00170-gc-assertions.patch
00178-dont-duplicate-flags-in-sysconfig.patch
00189-use-rpm-wheels.patch
00205-make-libpl-respect-lib64.patch
00251-change-user-install-location.patch
00274-fix-arch-names.patch
00291-setup-Link-ctypes-against-dl-explicitly.patch
00292-restore-PyExc_RecursionErrorInst-symbol.patch
00294-define-TLS-cipher-suite-on-build-time.patch
00301-pathfix-add-n-option-for-no-backup.patch
00302-fix-multiprocessing-regression-on-newer-glibcs.patch
00312-revert-bpo-6721.patch
00313-cprofile-sort-option.patch
00315-test_email-mktime.patch
check-pyc-timestamps.py
idle3.appdata.xml
idle3.desktop
python3.rpmlintrc
python3.spec Make sure we don't ship any exe files (not needed an prebuilt) 2018-12-19 17:40:48 +01:00
sources