The python3.6 package
Find a file
Petr Viktorin 015140f5f3 In sys.version and initial REPL message, list the source commit as "default"
We create an artificial Git repo to apply patches.
Python build system thinks that it's building from Git and embeds a bogus
branch name into its version string:

$ python3
Python 3.9.0b5 (heads/master-dirty:24c7f56, Aug  3 2020, 00:00:00)
[GCC 10.2.1 20200804 (Red Hat 10.2.1-2)] on linux
Type "help", "copyright", "credits" or "license" for more information.

Tell configure that Git is not installed. This reverts that part
of sys.version to "default".
2020-08-12 20:08:21 +02:00
tests Rename from python36 to python3.6 2020-05-06 21:00:35 +02:00
.gitignore Build with $RPM_LD_FLAGS (#756863). 2012-01-04 22:15:40 +02:00
00001-rpath.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-31 14:26:56 +02:00
00102-lib64.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-31 14:26:56 +02:00
00111-no-static-lib.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-31 14:26:56 +02:00
00132-add-rpmbuild-hooks-to-unittest.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-31 14:26:56 +02:00
00155-avoid-ctypes-thunks.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-31 14:26:56 +02:00
00160-disable-test_fs_holes-in-rpm-build.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-31 14:26:56 +02:00
00163-disable-parts-of-test_socket-in-rpm-build.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-31 14:26:56 +02:00
00170-gc-assertions.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-31 14:26:56 +02:00
00189-use-rpm-wheels.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-31 14:26:56 +02:00
00251-change-user-install-location.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-31 14:26:56 +02:00
00262-pep538_coerce_legacy_c_locale.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-31 14:26:56 +02:00
00274-fix-arch-names.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-31 14:26:56 +02:00
00292-restore-PyExc_RecursionErrorInst-symbol.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-31 14:26:56 +02:00
00294-define-TLS-cipher-suite-on-build-time.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-31 14:26:56 +02:00
00343-faulthandler-gcc10.patch Convert patches to use github.com/fedora-python/importpatches 2020-07-31 14:26:56 +02:00
00351-avoid-infinite-loop-in-the-tarfile-module.patch Avoid infinite loop when reading specially crafted TAR files (CVE-2019-20907) 2020-07-31 14:27:51 +02:00
00352-resolve-hash-collisions-for-ipv4interface-and-ipv6interface.patch Resolve hash collisions for IPv4Interface and IPv6Interface (CVE-2020-14422) 2020-07-31 14:28:52 +02:00
00353-Original-names-for-architectures-with-different-name.patch Add support for upstream architectures' names (patch 353) 2020-08-10 09:08:33 +02:00
check-pyc-timestamps.py Renew check-pyc-timestamps.py 2018-08-23 15:19: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
pubkeys.txt Verify upstream sources with GPG 2019-11-11 15:47:42 +01:00
python3.6.rpmlintrc Rename from python36 to python3.6 2020-05-06 21:00:35 +02:00
python3.6.spec In sys.version and initial REPL message, list the source commit as "default" 2020-08-12 20:08:21 +02:00
sources Update to 3.6.11 final 2020-06-30 14:28:42 +02:00