Closed mal closed 11 months ago
The only PEM file we need is the one from Certifi which is explicitly handled already, so don't include PEM files in PYC sync.
The following files were being created and included in the SDK, but will be no longer:
renpy/lib/python3.9/certifi/cacert.pem.pyc renpy/lib/python3.9/future/backports/test/nokia.pem.pyc renpy/lib/python3.9/future/backports/test/ssl_key.passwd.pem.pyc renpy/lib/python3.9/future/backports/test/https_svn_python_org_root.pem.pyc renpy/lib/python3.9/future/backports/test/nullcert.pem.pyc renpy/lib/python3.9/future/backports/test/dh512.pem.pyc renpy/lib/python3.9/future/backports/test/keycert2.pem.pyc renpy/lib/python3.9/future/backports/test/sha256.pem.pyc renpy/lib/python3.9/future/backports/test/nullbytecert.pem.pyc renpy/lib/python3.9/future/backports/test/ssl_key.pem.pyc renpy/lib/python3.9/future/backports/test/badkey.pem.pyc renpy/lib/python3.9/future/backports/test/keycert.passwd.pem.pyc renpy/lib/python3.9/future/backports/test/keycert.pem.pyc renpy/lib/python3.9/future/backports/test/badcert.pem.pyc renpy/lib/python3.9/future/backports/test/ssl_cert.pem.pyc
The only PEM file we need is the one from Certifi which is explicitly handled already, so don't include PEM files in PYC sync.
The following files were being created and included in the SDK, but will be no longer: