Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHSA-2019:3725 - Security Advisory
Issued:
2019-11-06
Updated:
2019-11-06

RHSA-2019:3725 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Moderate: rh-python36-python security, bug fix, and enhancement update

Type/Severity

Security Advisory: Moderate

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

An update for rh-python36-python is now available for Red Hat Software Collections.

Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.

Description

Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.

The following packages have been upgraded to a later upstream version: rh-python36-python (3.6.9). (BZ#1709344)

Security Fix(es):

  • python: DOS via regular expression backtracking in difflib.IS_LINE_JUNK method in difflib (CVE-2018-1061)
  • python: Missing salt initialization in _elementtree.c module (CVE-2018-14647)
  • python: Cookie domain check returns incorrect results (CVE-2018-20852)
  • python: NULL pointer dereference using a specially crafted X509 certificate (CVE-2019-5010)
  • python: CRLF injection via the query part of the url passed to urlopen() (CVE-2019-9740)
  • python: CRLF injection via the path part of the url passed to urlopen() (CVE-2019-9947)
  • python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)
  • python: DOS via regular expression catastrophic backtracking in apop() method in pop3lib (CVE-2018-1060)
  • python: Integer overflow in Modules/_pickle.c allows for memory exhaustion if serializing gigabytes of data (CVE-2018-20406)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Bug Fix(es):

  • urlsplit doesn't accept a NFKD hostname with a port number (BZ#1709340)
  • rh-python36 cannot unpickle datetime.date objects (BZ#1749103)

Solution

For details on how to apply this update, which includes the changes described in this advisory, refer to:

https://access.redhat.com/articles/11258

Affected Products

  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.7 x86_64
  • Red Hat Software Collections (for RHEL Server for System Z) 1 for RHEL 7.7 s390x
  • Red Hat Software Collections (for RHEL Server for IBM Power LE) 1 for RHEL 7.7 ppc64le
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.6 x86_64
  • Red Hat Software Collections (for RHEL Server for System Z) 1 for RHEL 7.6 s390x
  • Red Hat Software Collections (for RHEL Server for IBM Power LE) 1 for RHEL 7.6 ppc64le
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.5 x86_64
  • Red Hat Software Collections (for RHEL Server for System Z) 1 for RHEL 7.5 s390x
  • Red Hat Software Collections (for RHEL Server for IBM Power LE) 1 for RHEL 7.5 ppc64le
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7 x86_64
  • Red Hat Software Collections (for RHEL Server for System Z) 1 for RHEL 7 s390x
  • Red Hat Software Collections (for RHEL Server for IBM Power LE) 1 for RHEL 7 ppc64le
  • Red Hat Software Collections (for RHEL Server for ARM) 1 aarch64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 6 x86_64
  • Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 7 x86_64
  • Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 6 x86_64

Fixes

  • BZ - 1549191 - CVE-2018-1060 python: DOS via regular expression catastrophic backtracking in apop() method in pop3lib
  • BZ - 1549192 - CVE-2018-1061 python: DOS via regular expression backtracking in difflib.IS_LINE_JUNK method in difflib
  • BZ - 1631822 - CVE-2018-14647 python: Missing salt initialization in _elementtree.c module
  • BZ - 1664509 - CVE-2018-20406 python: Integer overflow in Modules/_pickle.c allows for memory exhaustion if serializing gigabytes of data
  • BZ - 1666519 - CVE-2019-5010 python: NULL pointer dereference using a specially crafted X509 certificate
  • BZ - 1688169 - CVE-2019-9740 python: CRLF injection via the query part of the url passed to urlopen()
  • BZ - 1695572 - CVE-2019-9947 python: CRLF injection via the path part of the url passed to urlopen()
  • BZ - 1709344 - Update Python 3 to 3.6.9 [rhscl-3.3.z]
  • BZ - 1740347 - CVE-2018-20852 python: Cookie domain check returns incorrect results
  • BZ - 1749103 - rh-python36 cannot unpickle datetime.date objects [rhscl-3.3.z]
  • BZ - 1749839 - CVE-2019-16056 python: email.utils.parseaddr wrongly parses email addresses

CVEs

  • CVE-2018-1060
  • CVE-2018-1061
  • CVE-2018-14647
  • CVE-2018-20406
  • CVE-2018-20852
  • CVE-2019-5010
  • CVE-2019-9740
  • CVE-2019-9947
  • CVE-2019-9948
  • CVE-2019-16056

References

  • https://access.redhat.com/security/updates/classification/#moderate
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.7

SRPM
rh-python36-python-3.6.9-2.el7.src.rpm SHA-256: 13d74822bee8615a549d6991fa6610dab066cddb2d6c1d3e3fe2e865054868bf
x86_64
rh-python36-python-3.6.9-2.el7.x86_64.rpm SHA-256: c490b6caef3c4804ef0ab464438c6c81bc8987a7c3438bdfbb0ae521d8623e21
rh-python36-python-debug-3.6.9-2.el7.x86_64.rpm SHA-256: fce0a7477bc75b2e0fa6b1511a4a13031eddb4cb728620a3114644f7aa3eedf5
rh-python36-python-debuginfo-3.6.9-2.el7.x86_64.rpm SHA-256: d050a18eef0daaec9f1b0a08c5198bc44575f326072c348f0f2d4d2f1adb91c2
rh-python36-python-devel-3.6.9-2.el7.x86_64.rpm SHA-256: 5f7c6c3980709d71213062dcb212eebf5a4294371b252b040648f4ba94c6de0c
rh-python36-python-libs-3.6.9-2.el7.x86_64.rpm SHA-256: 7bfc9614ba891374d375866320282cb39a6ae34c07d31a0af12a92e3bb6c5a9a
rh-python36-python-test-3.6.9-2.el7.x86_64.rpm SHA-256: b0f0f187d8bd992377cf5df0643bcdadcc354e35c6168201cc3617b297b54ded
rh-python36-python-tkinter-3.6.9-2.el7.x86_64.rpm SHA-256: 1f3095fad4b140cb373a14b5dff2272d8b29bf42504f7cb4a4c920d46d2a21ec
rh-python36-python-tools-3.6.9-2.el7.x86_64.rpm SHA-256: 4446f589d06c0309471aa836e18fdab72b38147c6258c12ca50e0559f309b574

Red Hat Software Collections (for RHEL Server for System Z) 1 for RHEL 7.7

SRPM
rh-python36-python-3.6.9-2.el7.src.rpm SHA-256: 13d74822bee8615a549d6991fa6610dab066cddb2d6c1d3e3fe2e865054868bf
s390x
rh-python36-python-3.6.9-2.el7.s390x.rpm SHA-256: 4e44f679d599c84900a357919a052cd9076fcac13c84233fe22b19a295d570a4
rh-python36-python-debug-3.6.9-2.el7.s390x.rpm SHA-256: e32ac48de8ecb1a2864fff534e23d951432caebef5b502035e7b033007f8dbe1
rh-python36-python-debuginfo-3.6.9-2.el7.s390x.rpm SHA-256: ae5502f72e86aefe1d209efd4e0a345682a6946bdd2b6e0ebdb3add41cfa54c2
rh-python36-python-devel-3.6.9-2.el7.s390x.rpm SHA-256: 5ac81dd5422d1cf5db7873ff0f1aefd4a148bcb54f4f5733cce141d03d8e7770
rh-python36-python-libs-3.6.9-2.el7.s390x.rpm SHA-256: cd269d5d79a987cf4764fcd0e25b513fccd865309a5ae8fc916709113933620c
rh-python36-python-test-3.6.9-2.el7.s390x.rpm SHA-256: 841057c62cc058b4aec9923ac09c05773dfb61fbf79eabf6a83118c0f95d7ce4
rh-python36-python-tkinter-3.6.9-2.el7.s390x.rpm SHA-256: 7bfb5d5435d01cbc3f52609f4b281a59f8ca5471deef3cd8d9be79a020d53be7
rh-python36-python-tools-3.6.9-2.el7.s390x.rpm SHA-256: 7ae49b00fe94ec61553570f4dcc4e02ea7633316087f33fbe36c546f0805fc9c

Red Hat Software Collections (for RHEL Server for IBM Power LE) 1 for RHEL 7.7

SRPM
rh-python36-python-3.6.9-2.el7.src.rpm SHA-256: 13d74822bee8615a549d6991fa6610dab066cddb2d6c1d3e3fe2e865054868bf
ppc64le
rh-python36-python-3.6.9-2.el7.ppc64le.rpm SHA-256: 60fdeefedd12ed75f8e02f26605393adeb5055141c3b40564c1532ab05c8718f
rh-python36-python-debug-3.6.9-2.el7.ppc64le.rpm SHA-256: 9acdbf1995cff7777233c416dd9ad1caf844313051bc5d060cad5fdc078c764b
rh-python36-python-debuginfo-3.6.9-2.el7.ppc64le.rpm SHA-256: b5362dff68003e21ca9667532c5efa750bd4b0e8aaeb24d08c0dcf67d050eef3
rh-python36-python-devel-3.6.9-2.el7.ppc64le.rpm SHA-256: 0be95906542de86ef8932a7dce5ef07b184d1f1a5ae3951025bbeceb14c0fc23
rh-python36-python-libs-3.6.9-2.el7.ppc64le.rpm SHA-256: 2aa92f99d9d65923e5b92bd7b2b615c4cf47233a176244cc4e4a16242dbb806a
rh-python36-python-test-3.6.9-2.el7.ppc64le.rpm SHA-256: f7dd133a70ae8767eb8981becf70ea78c5b77591e8f9970e4b1957c71a6214db
rh-python36-python-tkinter-3.6.9-2.el7.ppc64le.rpm SHA-256: 9f3f136d08eab85f9fbf17630a5aa92e1bd64f0ff4d129d4ebcd2d7bd01a3bf5
rh-python36-python-tools-3.6.9-2.el7.ppc64le.rpm SHA-256: 9d24977ddca49115d8967dfd3a8c7f30b9c86d9c224e02985d22ad95217c2e38

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.6

SRPM
rh-python36-python-3.6.9-2.el7.src.rpm SHA-256: 13d74822bee8615a549d6991fa6610dab066cddb2d6c1d3e3fe2e865054868bf
x86_64
rh-python36-python-3.6.9-2.el7.x86_64.rpm SHA-256: c490b6caef3c4804ef0ab464438c6c81bc8987a7c3438bdfbb0ae521d8623e21
rh-python36-python-debug-3.6.9-2.el7.x86_64.rpm SHA-256: fce0a7477bc75b2e0fa6b1511a4a13031eddb4cb728620a3114644f7aa3eedf5
rh-python36-python-debuginfo-3.6.9-2.el7.x86_64.rpm SHA-256: d050a18eef0daaec9f1b0a08c5198bc44575f326072c348f0f2d4d2f1adb91c2
rh-python36-python-devel-3.6.9-2.el7.x86_64.rpm SHA-256: 5f7c6c3980709d71213062dcb212eebf5a4294371b252b040648f4ba94c6de0c
rh-python36-python-libs-3.6.9-2.el7.x86_64.rpm SHA-256: 7bfc9614ba891374d375866320282cb39a6ae34c07d31a0af12a92e3bb6c5a9a
rh-python36-python-test-3.6.9-2.el7.x86_64.rpm SHA-256: b0f0f187d8bd992377cf5df0643bcdadcc354e35c6168201cc3617b297b54ded
rh-python36-python-tkinter-3.6.9-2.el7.x86_64.rpm SHA-256: 1f3095fad4b140cb373a14b5dff2272d8b29bf42504f7cb4a4c920d46d2a21ec
rh-python36-python-tools-3.6.9-2.el7.x86_64.rpm SHA-256: 4446f589d06c0309471aa836e18fdab72b38147c6258c12ca50e0559f309b574

Red Hat Software Collections (for RHEL Server for System Z) 1 for RHEL 7.6

SRPM
rh-python36-python-3.6.9-2.el7.src.rpm SHA-256: 13d74822bee8615a549d6991fa6610dab066cddb2d6c1d3e3fe2e865054868bf
s390x
rh-python36-python-3.6.9-2.el7.s390x.rpm SHA-256: 4e44f679d599c84900a357919a052cd9076fcac13c84233fe22b19a295d570a4
rh-python36-python-debug-3.6.9-2.el7.s390x.rpm SHA-256: e32ac48de8ecb1a2864fff534e23d951432caebef5b502035e7b033007f8dbe1
rh-python36-python-debuginfo-3.6.9-2.el7.s390x.rpm SHA-256: ae5502f72e86aefe1d209efd4e0a345682a6946bdd2b6e0ebdb3add41cfa54c2
rh-python36-python-devel-3.6.9-2.el7.s390x.rpm SHA-256: 5ac81dd5422d1cf5db7873ff0f1aefd4a148bcb54f4f5733cce141d03d8e7770
rh-python36-python-libs-3.6.9-2.el7.s390x.rpm SHA-256: cd269d5d79a987cf4764fcd0e25b513fccd865309a5ae8fc916709113933620c
rh-python36-python-test-3.6.9-2.el7.s390x.rpm SHA-256: 841057c62cc058b4aec9923ac09c05773dfb61fbf79eabf6a83118c0f95d7ce4
rh-python36-python-tkinter-3.6.9-2.el7.s390x.rpm SHA-256: 7bfb5d5435d01cbc3f52609f4b281a59f8ca5471deef3cd8d9be79a020d53be7
rh-python36-python-tools-3.6.9-2.el7.s390x.rpm SHA-256: 7ae49b00fe94ec61553570f4dcc4e02ea7633316087f33fbe36c546f0805fc9c

Red Hat Software Collections (for RHEL Server for IBM Power LE) 1 for RHEL 7.6

SRPM
rh-python36-python-3.6.9-2.el7.src.rpm SHA-256: 13d74822bee8615a549d6991fa6610dab066cddb2d6c1d3e3fe2e865054868bf
ppc64le
rh-python36-python-3.6.9-2.el7.ppc64le.rpm SHA-256: 60fdeefedd12ed75f8e02f26605393adeb5055141c3b40564c1532ab05c8718f
rh-python36-python-debug-3.6.9-2.el7.ppc64le.rpm SHA-256: 9acdbf1995cff7777233c416dd9ad1caf844313051bc5d060cad5fdc078c764b
rh-python36-python-debuginfo-3.6.9-2.el7.ppc64le.rpm SHA-256: b5362dff68003e21ca9667532c5efa750bd4b0e8aaeb24d08c0dcf67d050eef3
rh-python36-python-devel-3.6.9-2.el7.ppc64le.rpm SHA-256: 0be95906542de86ef8932a7dce5ef07b184d1f1a5ae3951025bbeceb14c0fc23
rh-python36-python-libs-3.6.9-2.el7.ppc64le.rpm SHA-256: 2aa92f99d9d65923e5b92bd7b2b615c4cf47233a176244cc4e4a16242dbb806a
rh-python36-python-test-3.6.9-2.el7.ppc64le.rpm SHA-256: f7dd133a70ae8767eb8981becf70ea78c5b77591e8f9970e4b1957c71a6214db
rh-python36-python-tkinter-3.6.9-2.el7.ppc64le.rpm SHA-256: 9f3f136d08eab85f9fbf17630a5aa92e1bd64f0ff4d129d4ebcd2d7bd01a3bf5
rh-python36-python-tools-3.6.9-2.el7.ppc64le.rpm SHA-256: 9d24977ddca49115d8967dfd3a8c7f30b9c86d9c224e02985d22ad95217c2e38

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.5

SRPM
rh-python36-python-3.6.9-2.el7.src.rpm SHA-256: 13d74822bee8615a549d6991fa6610dab066cddb2d6c1d3e3fe2e865054868bf
x86_64
rh-python36-python-3.6.9-2.el7.x86_64.rpm SHA-256: c490b6caef3c4804ef0ab464438c6c81bc8987a7c3438bdfbb0ae521d8623e21
rh-python36-python-debug-3.6.9-2.el7.x86_64.rpm SHA-256: fce0a7477bc75b2e0fa6b1511a4a13031eddb4cb728620a3114644f7aa3eedf5
rh-python36-python-debuginfo-3.6.9-2.el7.x86_64.rpm SHA-256: d050a18eef0daaec9f1b0a08c5198bc44575f326072c348f0f2d4d2f1adb91c2
rh-python36-python-devel-3.6.9-2.el7.x86_64.rpm SHA-256: 5f7c6c3980709d71213062dcb212eebf5a4294371b252b040648f4ba94c6de0c
rh-python36-python-libs-3.6.9-2.el7.x86_64.rpm SHA-256: 7bfc9614ba891374d375866320282cb39a6ae34c07d31a0af12a92e3bb6c5a9a
rh-python36-python-test-3.6.9-2.el7.x86_64.rpm SHA-256: b0f0f187d8bd992377cf5df0643bcdadcc354e35c6168201cc3617b297b54ded
rh-python36-python-tkinter-3.6.9-2.el7.x86_64.rpm SHA-256: 1f3095fad4b140cb373a14b5dff2272d8b29bf42504f7cb4a4c920d46d2a21ec
rh-python36-python-tools-3.6.9-2.el7.x86_64.rpm SHA-256: 4446f589d06c0309471aa836e18fdab72b38147c6258c12ca50e0559f309b574

Red Hat Software Collections (for RHEL Server for System Z) 1 for RHEL 7.5

SRPM
rh-python36-python-3.6.9-2.el7.src.rpm SHA-256: 13d74822bee8615a549d6991fa6610dab066cddb2d6c1d3e3fe2e865054868bf
s390x
rh-python36-python-3.6.9-2.el7.s390x.rpm SHA-256: 4e44f679d599c84900a357919a052cd9076fcac13c84233fe22b19a295d570a4
rh-python36-python-debug-3.6.9-2.el7.s390x.rpm SHA-256: e32ac48de8ecb1a2864fff534e23d951432caebef5b502035e7b033007f8dbe1
rh-python36-python-debuginfo-3.6.9-2.el7.s390x.rpm SHA-256: ae5502f72e86aefe1d209efd4e0a345682a6946bdd2b6e0ebdb3add41cfa54c2
rh-python36-python-devel-3.6.9-2.el7.s390x.rpm SHA-256: 5ac81dd5422d1cf5db7873ff0f1aefd4a148bcb54f4f5733cce141d03d8e7770
rh-python36-python-libs-3.6.9-2.el7.s390x.rpm SHA-256: cd269d5d79a987cf4764fcd0e25b513fccd865309a5ae8fc916709113933620c
rh-python36-python-test-3.6.9-2.el7.s390x.rpm SHA-256: 841057c62cc058b4aec9923ac09c05773dfb61fbf79eabf6a83118c0f95d7ce4
rh-python36-python-tkinter-3.6.9-2.el7.s390x.rpm SHA-256: 7bfb5d5435d01cbc3f52609f4b281a59f8ca5471deef3cd8d9be79a020d53be7
rh-python36-python-tools-3.6.9-2.el7.s390x.rpm SHA-256: 7ae49b00fe94ec61553570f4dcc4e02ea7633316087f33fbe36c546f0805fc9c

Red Hat Software Collections (for RHEL Server for IBM Power LE) 1 for RHEL 7.5

SRPM
rh-python36-python-3.6.9-2.el7.src.rpm SHA-256: 13d74822bee8615a549d6991fa6610dab066cddb2d6c1d3e3fe2e865054868bf
ppc64le
rh-python36-python-3.6.9-2.el7.ppc64le.rpm SHA-256: 60fdeefedd12ed75f8e02f26605393adeb5055141c3b40564c1532ab05c8718f
rh-python36-python-debug-3.6.9-2.el7.ppc64le.rpm SHA-256: 9acdbf1995cff7777233c416dd9ad1caf844313051bc5d060cad5fdc078c764b
rh-python36-python-debuginfo-3.6.9-2.el7.ppc64le.rpm SHA-256: b5362dff68003e21ca9667532c5efa750bd4b0e8aaeb24d08c0dcf67d050eef3
rh-python36-python-devel-3.6.9-2.el7.ppc64le.rpm SHA-256: 0be95906542de86ef8932a7dce5ef07b184d1f1a5ae3951025bbeceb14c0fc23
rh-python36-python-libs-3.6.9-2.el7.ppc64le.rpm SHA-256: 2aa92f99d9d65923e5b92bd7b2b615c4cf47233a176244cc4e4a16242dbb806a
rh-python36-python-test-3.6.9-2.el7.ppc64le.rpm SHA-256: f7dd133a70ae8767eb8981becf70ea78c5b77591e8f9970e4b1957c71a6214db
rh-python36-python-tkinter-3.6.9-2.el7.ppc64le.rpm SHA-256: 9f3f136d08eab85f9fbf17630a5aa92e1bd64f0ff4d129d4ebcd2d7bd01a3bf5
rh-python36-python-tools-3.6.9-2.el7.ppc64le.rpm SHA-256: 9d24977ddca49115d8967dfd3a8c7f30b9c86d9c224e02985d22ad95217c2e38

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7

SRPM
rh-python36-python-3.6.9-2.el7.src.rpm SHA-256: 13d74822bee8615a549d6991fa6610dab066cddb2d6c1d3e3fe2e865054868bf
x86_64
rh-python36-python-3.6.9-2.el7.x86_64.rpm SHA-256: c490b6caef3c4804ef0ab464438c6c81bc8987a7c3438bdfbb0ae521d8623e21
rh-python36-python-debug-3.6.9-2.el7.x86_64.rpm SHA-256: fce0a7477bc75b2e0fa6b1511a4a13031eddb4cb728620a3114644f7aa3eedf5
rh-python36-python-debuginfo-3.6.9-2.el7.x86_64.rpm SHA-256: d050a18eef0daaec9f1b0a08c5198bc44575f326072c348f0f2d4d2f1adb91c2
rh-python36-python-devel-3.6.9-2.el7.x86_64.rpm SHA-256: 5f7c6c3980709d71213062dcb212eebf5a4294371b252b040648f4ba94c6de0c
rh-python36-python-libs-3.6.9-2.el7.x86_64.rpm SHA-256: 7bfc9614ba891374d375866320282cb39a6ae34c07d31a0af12a92e3bb6c5a9a
rh-python36-python-test-3.6.9-2.el7.x86_64.rpm SHA-256: b0f0f187d8bd992377cf5df0643bcdadcc354e35c6168201cc3617b297b54ded
rh-python36-python-tkinter-3.6.9-2.el7.x86_64.rpm SHA-256: 1f3095fad4b140cb373a14b5dff2272d8b29bf42504f7cb4a4c920d46d2a21ec
rh-python36-python-tools-3.6.9-2.el7.x86_64.rpm SHA-256: 4446f589d06c0309471aa836e18fdab72b38147c6258c12ca50e0559f309b574

Red Hat Software Collections (for RHEL Server for System Z) 1 for RHEL 7

SRPM
rh-python36-python-3.6.9-2.el7.src.rpm SHA-256: 13d74822bee8615a549d6991fa6610dab066cddb2d6c1d3e3fe2e865054868bf
s390x
rh-python36-python-3.6.9-2.el7.s390x.rpm SHA-256: 4e44f679d599c84900a357919a052cd9076fcac13c84233fe22b19a295d570a4
rh-python36-python-3.6.9-2.el7.s390x.rpm SHA-256: 4e44f679d599c84900a357919a052cd9076fcac13c84233fe22b19a295d570a4
rh-python36-python-debug-3.6.9-2.el7.s390x.rpm SHA-256: e32ac48de8ecb1a2864fff534e23d951432caebef5b502035e7b033007f8dbe1
rh-python36-python-debug-3.6.9-2.el7.s390x.rpm SHA-256: e32ac48de8ecb1a2864fff534e23d951432caebef5b502035e7b033007f8dbe1
rh-python36-python-debuginfo-3.6.9-2.el7.s390x.rpm SHA-256: ae5502f72e86aefe1d209efd4e0a345682a6946bdd2b6e0ebdb3add41cfa54c2
rh-python36-python-debuginfo-3.6.9-2.el7.s390x.rpm SHA-256: ae5502f72e86aefe1d209efd4e0a345682a6946bdd2b6e0ebdb3add41cfa54c2
rh-python36-python-devel-3.6.9-2.el7.s390x.rpm SHA-256: 5ac81dd5422d1cf5db7873ff0f1aefd4a148bcb54f4f5733cce141d03d8e7770
rh-python36-python-devel-3.6.9-2.el7.s390x.rpm SHA-256: 5ac81dd5422d1cf5db7873ff0f1aefd4a148bcb54f4f5733cce141d03d8e7770
rh-python36-python-libs-3.6.9-2.el7.s390x.rpm SHA-256: cd269d5d79a987cf4764fcd0e25b513fccd865309a5ae8fc916709113933620c
rh-python36-python-libs-3.6.9-2.el7.s390x.rpm SHA-256: cd269d5d79a987cf4764fcd0e25b513fccd865309a5ae8fc916709113933620c
rh-python36-python-test-3.6.9-2.el7.s390x.rpm SHA-256: 841057c62cc058b4aec9923ac09c05773dfb61fbf79eabf6a83118c0f95d7ce4
rh-python36-python-test-3.6.9-2.el7.s390x.rpm SHA-256: 841057c62cc058b4aec9923ac09c05773dfb61fbf79eabf6a83118c0f95d7ce4
rh-python36-python-tkinter-3.6.9-2.el7.s390x.rpm SHA-256: 7bfb5d5435d01cbc3f52609f4b281a59f8ca5471deef3cd8d9be79a020d53be7
rh-python36-python-tkinter-3.6.9-2.el7.s390x.rpm SHA-256: 7bfb5d5435d01cbc3f52609f4b281a59f8ca5471deef3cd8d9be79a020d53be7
rh-python36-python-tools-3.6.9-2.el7.s390x.rpm SHA-256: 7ae49b00fe94ec61553570f4dcc4e02ea7633316087f33fbe36c546f0805fc9c
rh-python36-python-tools-3.6.9-2.el7.s390x.rpm SHA-256: 7ae49b00fe94ec61553570f4dcc4e02ea7633316087f33fbe36c546f0805fc9c

Red Hat Software Collections (for RHEL Server for IBM Power LE) 1 for RHEL 7

SRPM
rh-python36-python-3.6.9-2.el7.src.rpm SHA-256: 13d74822bee8615a549d6991fa6610dab066cddb2d6c1d3e3fe2e865054868bf
ppc64le
rh-python36-python-3.6.9-2.el7.ppc64le.rpm SHA-256: 60fdeefedd12ed75f8e02f26605393adeb5055141c3b40564c1532ab05c8718f
rh-python36-python-3.6.9-2.el7.ppc64le.rpm SHA-256: 60fdeefedd12ed75f8e02f26605393adeb5055141c3b40564c1532ab05c8718f
rh-python36-python-debug-3.6.9-2.el7.ppc64le.rpm SHA-256: 9acdbf1995cff7777233c416dd9ad1caf844313051bc5d060cad5fdc078c764b
rh-python36-python-debug-3.6.9-2.el7.ppc64le.rpm SHA-256: 9acdbf1995cff7777233c416dd9ad1caf844313051bc5d060cad5fdc078c764b
rh-python36-python-debuginfo-3.6.9-2.el7.ppc64le.rpm SHA-256: b5362dff68003e21ca9667532c5efa750bd4b0e8aaeb24d08c0dcf67d050eef3
rh-python36-python-debuginfo-3.6.9-2.el7.ppc64le.rpm SHA-256: b5362dff68003e21ca9667532c5efa750bd4b0e8aaeb24d08c0dcf67d050eef3
rh-python36-python-devel-3.6.9-2.el7.ppc64le.rpm SHA-256: 0be95906542de86ef8932a7dce5ef07b184d1f1a5ae3951025bbeceb14c0fc23
rh-python36-python-devel-3.6.9-2.el7.ppc64le.rpm SHA-256: 0be95906542de86ef8932a7dce5ef07b184d1f1a5ae3951025bbeceb14c0fc23
rh-python36-python-libs-3.6.9-2.el7.ppc64le.rpm SHA-256: 2aa92f99d9d65923e5b92bd7b2b615c4cf47233a176244cc4e4a16242dbb806a
rh-python36-python-libs-3.6.9-2.el7.ppc64le.rpm SHA-256: 2aa92f99d9d65923e5b92bd7b2b615c4cf47233a176244cc4e4a16242dbb806a
rh-python36-python-test-3.6.9-2.el7.ppc64le.rpm SHA-256: f7dd133a70ae8767eb8981becf70ea78c5b77591e8f9970e4b1957c71a6214db
rh-python36-python-test-3.6.9-2.el7.ppc64le.rpm SHA-256: f7dd133a70ae8767eb8981becf70ea78c5b77591e8f9970e4b1957c71a6214db
rh-python36-python-tkinter-3.6.9-2.el7.ppc64le.rpm SHA-256: 9f3f136d08eab85f9fbf17630a5aa92e1bd64f0ff4d129d4ebcd2d7bd01a3bf5
rh-python36-python-tkinter-3.6.9-2.el7.ppc64le.rpm SHA-256: 9f3f136d08eab85f9fbf17630a5aa92e1bd64f0ff4d129d4ebcd2d7bd01a3bf5
rh-python36-python-tools-3.6.9-2.el7.ppc64le.rpm SHA-256: 9d24977ddca49115d8967dfd3a8c7f30b9c86d9c224e02985d22ad95217c2e38
rh-python36-python-tools-3.6.9-2.el7.ppc64le.rpm SHA-256: 9d24977ddca49115d8967dfd3a8c7f30b9c86d9c224e02985d22ad95217c2e38

Red Hat Software Collections (for RHEL Server for ARM) 1

SRPM
rh-python36-python-3.6.9-2.el7.src.rpm SHA-256: 13d74822bee8615a549d6991fa6610dab066cddb2d6c1d3e3fe2e865054868bf
aarch64
rh-python36-python-3.6.9-2.el7.aarch64.rpm SHA-256: bc6d8b703fd10ddfdbdeb479fc1007994e2f63d863f513c0c7d4f138d967b081
rh-python36-python-debug-3.6.9-2.el7.aarch64.rpm SHA-256: b646b838977b4e14c90eeac95ac24b4ca53a90aa1422c0bb3dc88730c30f210a
rh-python36-python-debuginfo-3.6.9-2.el7.aarch64.rpm SHA-256: 82d4b10b630f093ac104c7ba9608e47017a8b492d06cadd1b24ee3513928c8ac
rh-python36-python-devel-3.6.9-2.el7.aarch64.rpm SHA-256: b04742d6eb4fd48fa5b3a612d6c18b72ced0fcd392bdd9263ce6ddf8d37911e3
rh-python36-python-libs-3.6.9-2.el7.aarch64.rpm SHA-256: b70c19ba31d9b3646ce2a07a5a5cc2042f33745865fd5bc05feb9d4f4421bf6d
rh-python36-python-test-3.6.9-2.el7.aarch64.rpm SHA-256: adab6ff7d35627b9d8428c3242c86fc3420fba62e8b88cdc5034d9f3ae788f62
rh-python36-python-tkinter-3.6.9-2.el7.aarch64.rpm SHA-256: f208baa32950c6a5907c1a7d18fdd468cc9e3e4c8fcc607fb8f6e935834069ed
rh-python36-python-tools-3.6.9-2.el7.aarch64.rpm SHA-256: 42518b2f3799f1ff2f1ae60a510bec710cab2222e4ab54c84f12c2fd34ed206b

Red Hat Software Collections (for RHEL Server) 1 for RHEL 6

SRPM
rh-python36-python-3.6.9-2.el6.src.rpm SHA-256: 2de48dceaaecdc9f9eef67f12b35b497615531bbf2603d5385b8447a76462d22
x86_64
rh-python36-python-3.6.9-2.el6.x86_64.rpm SHA-256: f0621b8f8129842fcd3802ab6a9546882b1baee8c2b35f0333e2683042457e08
rh-python36-python-debug-3.6.9-2.el6.x86_64.rpm SHA-256: 9a2370bf70d7c7e0da29f3073421a274dd2e642c2fd0db9267b33b40a2a2877f
rh-python36-python-debuginfo-3.6.9-2.el6.x86_64.rpm SHA-256: 4475d230294a9d8bac1287c7b7919e10d328096add1c24aff9c83162ffb3d086
rh-python36-python-devel-3.6.9-2.el6.x86_64.rpm SHA-256: d785a3ec98cb6f70fa38737b1e7f9340da413464d9348eb9dc6759020fea4170
rh-python36-python-libs-3.6.9-2.el6.x86_64.rpm SHA-256: 93cae6c1b709feabf143afdaff8a3e0d146b18e206ea8da5b3ff914e58bbe9db
rh-python36-python-test-3.6.9-2.el6.x86_64.rpm SHA-256: 3c2434ab4ca3e40040182a61080446dda02e9f791f9d18e87c3784cbaf53481e
rh-python36-python-tkinter-3.6.9-2.el6.x86_64.rpm SHA-256: 0cec29b8de3f07c7f00a3262b94ed577460fa5cea262c4b3712a515725991993
rh-python36-python-tools-3.6.9-2.el6.x86_64.rpm SHA-256: 51df6058f9bec2ffeadf3d53c045034f9746e65146cbaf4a88d796faec003cb0

Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 7

SRPM
rh-python36-python-3.6.9-2.el7.src.rpm SHA-256: 13d74822bee8615a549d6991fa6610dab066cddb2d6c1d3e3fe2e865054868bf
x86_64
rh-python36-python-3.6.9-2.el7.x86_64.rpm SHA-256: c490b6caef3c4804ef0ab464438c6c81bc8987a7c3438bdfbb0ae521d8623e21
rh-python36-python-debug-3.6.9-2.el7.x86_64.rpm SHA-256: fce0a7477bc75b2e0fa6b1511a4a13031eddb4cb728620a3114644f7aa3eedf5
rh-python36-python-debuginfo-3.6.9-2.el7.x86_64.rpm SHA-256: d050a18eef0daaec9f1b0a08c5198bc44575f326072c348f0f2d4d2f1adb91c2
rh-python36-python-devel-3.6.9-2.el7.x86_64.rpm SHA-256: 5f7c6c3980709d71213062dcb212eebf5a4294371b252b040648f4ba94c6de0c
rh-python36-python-libs-3.6.9-2.el7.x86_64.rpm SHA-256: 7bfc9614ba891374d375866320282cb39a6ae34c07d31a0af12a92e3bb6c5a9a
rh-python36-python-test-3.6.9-2.el7.x86_64.rpm SHA-256: b0f0f187d8bd992377cf5df0643bcdadcc354e35c6168201cc3617b297b54ded
rh-python36-python-tkinter-3.6.9-2.el7.x86_64.rpm SHA-256: 1f3095fad4b140cb373a14b5dff2272d8b29bf42504f7cb4a4c920d46d2a21ec
rh-python36-python-tools-3.6.9-2.el7.x86_64.rpm SHA-256: 4446f589d06c0309471aa836e18fdab72b38147c6258c12ca50e0559f309b574

Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 6

SRPM
rh-python36-python-3.6.9-2.el6.src.rpm SHA-256: 2de48dceaaecdc9f9eef67f12b35b497615531bbf2603d5385b8447a76462d22
x86_64
rh-python36-python-3.6.9-2.el6.x86_64.rpm SHA-256: f0621b8f8129842fcd3802ab6a9546882b1baee8c2b35f0333e2683042457e08
rh-python36-python-debug-3.6.9-2.el6.x86_64.rpm SHA-256: 9a2370bf70d7c7e0da29f3073421a274dd2e642c2fd0db9267b33b40a2a2877f
rh-python36-python-debuginfo-3.6.9-2.el6.x86_64.rpm SHA-256: 4475d230294a9d8bac1287c7b7919e10d328096add1c24aff9c83162ffb3d086
rh-python36-python-devel-3.6.9-2.el6.x86_64.rpm SHA-256: d785a3ec98cb6f70fa38737b1e7f9340da413464d9348eb9dc6759020fea4170
rh-python36-python-libs-3.6.9-2.el6.x86_64.rpm SHA-256: 93cae6c1b709feabf143afdaff8a3e0d146b18e206ea8da5b3ff914e58bbe9db
rh-python36-python-test-3.6.9-2.el6.x86_64.rpm SHA-256: 3c2434ab4ca3e40040182a61080446dda02e9f791f9d18e87c3784cbaf53481e
rh-python36-python-tkinter-3.6.9-2.el6.x86_64.rpm SHA-256: 0cec29b8de3f07c7f00a3262b94ed577460fa5cea262c4b3712a515725991993
rh-python36-python-tools-3.6.9-2.el6.x86_64.rpm SHA-256: 51df6058f9bec2ffeadf3d53c045034f9746e65146cbaf4a88d796faec003cb0

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat, Inc.

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility