From 9d7763e01718bc183329fc3595f1d5e36cc5147b Mon Sep 17 00:00:00 2001 From: j Date: Sat, 9 Jan 2016 12:46:19 +0530 Subject: [PATCH] update shared --- .../PyPDF2-1.23.egg-info/installed-files.txt | 2 +- .../DESCRIPTION.rst | 0 .../METADATA | 2 +- .../certifi-2015.11.20.1.dist-info/RECORD | 15 ++ .../WHEEL | 0 .../metadata.json | 2 +- .../top_level.txt | 0 .../certifi-2015.11.20.dist-info/RECORD | 15 -- .../site-packages/certifi/__init__.py | 2 +- .../site-packages/certifi/old_root.pem | 27 ++++ .../python3.4/site-packages/certifi/weak.pem | 27 ++++ .../installed-files.txt | 4 +- .../PKG-INFO | 2 +- .../SOURCES.txt | 0 .../dependency_links.txt | 0 .../installed-files.txt | 6 +- .../requires.txt | 0 .../top_level.txt | 0 .../python3.4/site-packages/ox/__version.py | 2 +- .../lib/python3.4/site-packages/ox/cache.py | 63 +++++--- Shared/lib/python3.4/site-packages/ox/file.py | 9 +- Shared/lib/python3.4/site-packages/ox/html.py | 51 ++++++- .../python3.4/site-packages/ox/normalize.py | 5 +- .../python3.4/site-packages/ox/web/archive.py | 4 +- .../site-packages/ox/web/wikipedia.py | 3 +- .../site-packages/pkg_resources/__init__.py | 81 +++++++--- .../requests-2.3.0.dist-info/RECORD | 138 ++++++++--------- .../DESCRIPTION.rst | 0 .../METADATA | 4 +- .../RECORD | 144 +++++++++--------- .../WHEEL | 0 .../dependency_links.txt | 2 +- .../entry_points.txt | 0 .../metadata.json | 2 +- .../top_level.txt | 0 .../zip-safe | 0 .../setuptools/command/build_py.py | 45 +++--- .../setuptools/command/develop.py | 42 ++++- .../setuptools/command/easy_install.py | 45 +++--- .../setuptools/command/egg_info.py | 45 +++--- .../setuptools/command/install_lib.py | 2 + .../site-packages/setuptools/command/sdist.py | 6 +- .../setuptools/command/setopt.py | 4 +- .../site-packages/setuptools/command/test.py | 13 +- .../site-packages/setuptools/compat.py | 8 +- .../site-packages/setuptools/dist.py | 3 +- .../site-packages/setuptools/package_index.py | 65 ++++---- .../site-packages/setuptools/py31compat.py | 2 +- .../site-packages/setuptools/sandbox.py | 7 +- .../site-packages/setuptools/version.py | 2 +- .../stem-1.4.0.egg-info/installed-files.txt | 2 +- 51 files changed, 566 insertions(+), 337 deletions(-) rename Shared/lib/python3.4/site-packages/{certifi-2015.11.20.dist-info => certifi-2015.11.20.1.dist-info}/DESCRIPTION.rst (100%) rename Shared/lib/python3.4/site-packages/{certifi-2015.11.20.dist-info => certifi-2015.11.20.1.dist-info}/METADATA (99%) create mode 100644 Shared/lib/python3.4/site-packages/certifi-2015.11.20.1.dist-info/RECORD rename Shared/lib/python3.4/site-packages/{certifi-2015.11.20.dist-info => certifi-2015.11.20.1.dist-info}/WHEEL (100%) rename Shared/lib/python3.4/site-packages/{certifi-2015.11.20.dist-info => certifi-2015.11.20.1.dist-info}/metadata.json (98%) rename Shared/lib/python3.4/site-packages/{certifi-2015.11.20.dist-info => certifi-2015.11.20.1.dist-info}/top_level.txt (100%) delete mode 100644 Shared/lib/python3.4/site-packages/certifi-2015.11.20.dist-info/RECORD rename Shared/lib/python3.4/site-packages/{ox-2.3.b_769_.egg-info => ox-2.3.b_777_.egg-info}/PKG-INFO (96%) rename Shared/lib/python3.4/site-packages/{ox-2.3.b_769_.egg-info => ox-2.3.b_777_.egg-info}/SOURCES.txt (100%) rename Shared/lib/python3.4/site-packages/{ox-2.3.b_769_.egg-info => ox-2.3.b_777_.egg-info}/dependency_links.txt (100%) rename Shared/lib/python3.4/site-packages/{ox-2.3.b_769_.egg-info => ox-2.3.b_777_.egg-info}/installed-files.txt (100%) rename Shared/lib/python3.4/site-packages/{ox-2.3.b_769_.egg-info => ox-2.3.b_777_.egg-info}/requires.txt (100%) rename Shared/lib/python3.4/site-packages/{ox-2.3.b_769_.egg-info => ox-2.3.b_777_.egg-info}/top_level.txt (100%) rename Shared/lib/python3.4/site-packages/{setuptools-18.5.dist-info => setuptools-19.1.1.dist-info}/DESCRIPTION.rst (100%) rename Shared/lib/python3.4/site-packages/{setuptools-18.5.dist-info => setuptools-19.1.1.dist-info}/METADATA (99%) rename Shared/lib/python3.4/site-packages/{setuptools-18.5.dist-info => setuptools-19.1.1.dist-info}/RECORD (76%) rename Shared/lib/python3.4/site-packages/{setuptools-18.5.dist-info => setuptools-19.1.1.dist-info}/WHEEL (100%) rename Shared/lib/python3.4/site-packages/{setuptools-18.5.dist-info => setuptools-19.1.1.dist-info}/dependency_links.txt (50%) rename Shared/lib/python3.4/site-packages/{setuptools-18.5.dist-info => setuptools-19.1.1.dist-info}/entry_points.txt (100%) rename Shared/lib/python3.4/site-packages/{setuptools-18.5.dist-info => setuptools-19.1.1.dist-info}/metadata.json (96%) rename Shared/lib/python3.4/site-packages/{setuptools-18.5.dist-info => setuptools-19.1.1.dist-info}/top_level.txt (100%) rename Shared/lib/python3.4/site-packages/{setuptools-18.5.dist-info => setuptools-19.1.1.dist-info}/zip-safe (100%) diff --git a/Shared/lib/python3.4/site-packages/PyPDF2-1.23.egg-info/installed-files.txt b/Shared/lib/python3.4/site-packages/PyPDF2-1.23.egg-info/installed-files.txt index fc2c42a..d3945c1 100644 --- a/Shared/lib/python3.4/site-packages/PyPDF2-1.23.egg-info/installed-files.txt +++ b/Shared/lib/python3.4/site-packages/PyPDF2-1.23.egg-info/installed-files.txt @@ -18,6 +18,6 @@ ../PyPDF2/__pycache__/__init__.cpython-34.pyc ./ top_level.txt -PKG-INFO dependency_links.txt +PKG-INFO SOURCES.txt diff --git a/Shared/lib/python3.4/site-packages/certifi-2015.11.20.dist-info/DESCRIPTION.rst b/Shared/lib/python3.4/site-packages/certifi-2015.11.20.1.dist-info/DESCRIPTION.rst similarity index 100% rename from Shared/lib/python3.4/site-packages/certifi-2015.11.20.dist-info/DESCRIPTION.rst rename to Shared/lib/python3.4/site-packages/certifi-2015.11.20.1.dist-info/DESCRIPTION.rst diff --git a/Shared/lib/python3.4/site-packages/certifi-2015.11.20.dist-info/METADATA b/Shared/lib/python3.4/site-packages/certifi-2015.11.20.1.dist-info/METADATA similarity index 99% rename from Shared/lib/python3.4/site-packages/certifi-2015.11.20.dist-info/METADATA rename to Shared/lib/python3.4/site-packages/certifi-2015.11.20.1.dist-info/METADATA index 99d106b..7cfd9d3 100644 --- a/Shared/lib/python3.4/site-packages/certifi-2015.11.20.dist-info/METADATA +++ b/Shared/lib/python3.4/site-packages/certifi-2015.11.20.1.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.0 Name: certifi -Version: 2015.11.20 +Version: 2015.11.20.1 Summary: Python package for providing Mozilla's CA Bundle. Home-page: http://certifi.io/ Author: Kenneth Reitz diff --git a/Shared/lib/python3.4/site-packages/certifi-2015.11.20.1.dist-info/RECORD b/Shared/lib/python3.4/site-packages/certifi-2015.11.20.1.dist-info/RECORD new file mode 100644 index 0000000..7db53c0 --- /dev/null +++ b/Shared/lib/python3.4/site-packages/certifi-2015.11.20.1.dist-info/RECORD @@ -0,0 +1,15 @@ +certifi/__init__.py,sha256=PQnlDAmiQCFAKkk9KwohQdKLi4jKgLwHAEpMMj-Rno4,65 +certifi/__main__.py,sha256=FiOYt1Fltst7wk9DRa6GCoBr8qBUxlNQu_MKJf04E6s,41 +certifi/cacert.pem,sha256=j_IWL25eEgetcl_WsBPVc3qYwpOleezC6wo_zWb98V0,315580 +certifi/core.py,sha256=DqvIINYNNXsp3Srlk_NRaiizaww8po3l8t8ksz-Xt6Q,716 +certifi/old_root.pem,sha256=HT0KIfaM83q0XHFqGEesiGyfmlSWuD2RI0-AVIS2srY,25626 +certifi/weak.pem,sha256=xskENxE0VZ4EYMX3tG9oB1mWMW1ACaliQwPPNP0ctiQ,341206 +certifi-2015.11.20.1.dist-info/DESCRIPTION.rst,sha256=u4KmW8nf84KSFVrJue_kb-ArB1h3uUQT4H6CV_oOeUI,1706 +certifi-2015.11.20.1.dist-info/METADATA,sha256=QOGx0SByMIj_w9WgfFhr2O24DO9QOh-HXTXwK0KaoTc,2524 +certifi-2015.11.20.1.dist-info/RECORD,, +certifi-2015.11.20.1.dist-info/WHEEL,sha256=GrqQvamwgBV4nLoJe0vhYRSWzWsx7xjlt74FT0SWYfE,110 +certifi-2015.11.20.1.dist-info/metadata.json,sha256=8RXsg-wuDBJKT4gTtcMHe24CkOA8JVIcInVG7PN1VbA,913 +certifi-2015.11.20.1.dist-info/top_level.txt,sha256=KMu4vUCfsjLrkPbSNdgdekS-pVJzBAJFO__nI8NF6-U,8 +certifi/__pycache__/__main__.cpython-34.pyc,, +certifi/__pycache__/core.cpython-34.pyc,, +certifi/__pycache__/__init__.cpython-34.pyc,, diff --git a/Shared/lib/python3.4/site-packages/certifi-2015.11.20.dist-info/WHEEL b/Shared/lib/python3.4/site-packages/certifi-2015.11.20.1.dist-info/WHEEL similarity index 100% rename from Shared/lib/python3.4/site-packages/certifi-2015.11.20.dist-info/WHEEL rename to Shared/lib/python3.4/site-packages/certifi-2015.11.20.1.dist-info/WHEEL diff --git a/Shared/lib/python3.4/site-packages/certifi-2015.11.20.dist-info/metadata.json b/Shared/lib/python3.4/site-packages/certifi-2015.11.20.1.dist-info/metadata.json similarity index 98% rename from Shared/lib/python3.4/site-packages/certifi-2015.11.20.dist-info/metadata.json rename to Shared/lib/python3.4/site-packages/certifi-2015.11.20.1.dist-info/metadata.json index 6ceba05..b4eef58 100644 --- a/Shared/lib/python3.4/site-packages/certifi-2015.11.20.dist-info/metadata.json +++ b/Shared/lib/python3.4/site-packages/certifi-2015.11.20.1.dist-info/metadata.json @@ -1 +1 @@ -{"generator": "bdist_wheel (0.26.0)", "summary": "Python package for providing Mozilla's CA Bundle.", "classifiers": ["Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4"], "extensions": {"python.details": {"project_urls": {"Home": "http://certifi.io/"}, "contacts": [{"email": "me@kennethreitz.com", "name": "Kenneth Reitz", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}}}, "license": "ISC", "metadata_version": "2.0", "name": "certifi", "version": "2015.11.20"} \ No newline at end of file +{"generator": "bdist_wheel (0.26.0)", "summary": "Python package for providing Mozilla's CA Bundle.", "classifiers": ["Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4"], "extensions": {"python.details": {"project_urls": {"Home": "http://certifi.io/"}, "contacts": [{"email": "me@kennethreitz.com", "name": "Kenneth Reitz", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}}}, "license": "ISC", "metadata_version": "2.0", "name": "certifi", "version": "2015.11.20.1"} \ No newline at end of file diff --git a/Shared/lib/python3.4/site-packages/certifi-2015.11.20.dist-info/top_level.txt b/Shared/lib/python3.4/site-packages/certifi-2015.11.20.1.dist-info/top_level.txt similarity index 100% rename from Shared/lib/python3.4/site-packages/certifi-2015.11.20.dist-info/top_level.txt rename to Shared/lib/python3.4/site-packages/certifi-2015.11.20.1.dist-info/top_level.txt diff --git a/Shared/lib/python3.4/site-packages/certifi-2015.11.20.dist-info/RECORD b/Shared/lib/python3.4/site-packages/certifi-2015.11.20.dist-info/RECORD deleted file mode 100644 index 80e48f3..0000000 --- a/Shared/lib/python3.4/site-packages/certifi-2015.11.20.dist-info/RECORD +++ /dev/null @@ -1,15 +0,0 @@ -certifi/__init__.py,sha256=hG3J5tdsVc9gHdErxXJQnes5-EQI_102Y5UXk0G-qkk,63 -certifi/__main__.py,sha256=FiOYt1Fltst7wk9DRa6GCoBr8qBUxlNQu_MKJf04E6s,41 -certifi/cacert.pem,sha256=j_IWL25eEgetcl_WsBPVc3qYwpOleezC6wo_zWb98V0,315580 -certifi/core.py,sha256=DqvIINYNNXsp3Srlk_NRaiizaww8po3l8t8ksz-Xt6Q,716 -certifi/old_root.pem,sha256=Sm1SGy9Y3FjEDEy9ie0EX39fcJCv_r6gAPtj9yBrXEY,24014 -certifi/weak.pem,sha256=spA74ndnORVAEKwL68MswT1BBXwtOHd9ht2vIKRF0oE,339594 -certifi-2015.11.20.dist-info/DESCRIPTION.rst,sha256=u4KmW8nf84KSFVrJue_kb-ArB1h3uUQT4H6CV_oOeUI,1706 -certifi-2015.11.20.dist-info/METADATA,sha256=z-iWa7SyyBzqckDPWM7zx6oVo6C3EYMn3xKBp7Mgzgg,2522 -certifi-2015.11.20.dist-info/RECORD,, -certifi-2015.11.20.dist-info/WHEEL,sha256=GrqQvamwgBV4nLoJe0vhYRSWzWsx7xjlt74FT0SWYfE,110 -certifi-2015.11.20.dist-info/metadata.json,sha256=wO51GWDU74nDlRgLGR8kNuvtzKreMz0K4Fp3E4fhUys,911 -certifi-2015.11.20.dist-info/top_level.txt,sha256=KMu4vUCfsjLrkPbSNdgdekS-pVJzBAJFO__nI8NF6-U,8 -certifi/__pycache__/core.cpython-34.pyc,, -certifi/__pycache__/__init__.cpython-34.pyc,, -certifi/__pycache__/__main__.cpython-34.pyc,, diff --git a/Shared/lib/python3.4/site-packages/certifi/__init__.py b/Shared/lib/python3.4/site-packages/certifi/__init__.py index 2c3ceb0..9b04f00 100644 --- a/Shared/lib/python3.4/site-packages/certifi/__init__.py +++ b/Shared/lib/python3.4/site-packages/certifi/__init__.py @@ -1,3 +1,3 @@ from .core import where, old_where -__version__ = "2015.11.20" +__version__ = "2015.11.20.1" diff --git a/Shared/lib/python3.4/site-packages/certifi/old_root.pem b/Shared/lib/python3.4/site-packages/certifi/old_root.pem index a6a027f..af30ea7 100644 --- a/Shared/lib/python3.4/site-packages/certifi/old_root.pem +++ b/Shared/lib/python3.4/site-packages/certifi/old_root.pem @@ -385,3 +385,30 @@ GwnpXtlR22ciYaQqPEh346B8pt5zohQDhT37qw4wxYMWM4ETCJ57NE7fQMh017l9 3PR2VX2bY1QY6fDq81yx2YtCHrnAlU66+tXifPVoYb+O7AWXX1uw16OFNMQkpw0P lZPvy5TYnh+dXIVtx6quTx8itc2VrbqnzPmrC3p/ -----END CERTIFICATE----- + +# Issuer: C=US, O=Equifax, OU=Equifax Secure Certificate Authority +# Subject: C=US, O=Equifax, OU=Equifax Secure Certificate Authority +# Label: "Equifax Secure Certificate Authority" +# Serial: 903804111 +# MD5 Fingerprint: 67:cb:9d:c0:13:24:8a:82:9b:b2:17:1e:d1:1b:ec:d4 +# SHA1 Fingerprint: d2:32:09:ad:23:d3:14:23:21:74:e4:0d:7f:9d:62:13:97:86:63:3a +# SHA256 Fingerprint: 08:29:7a:40:47:db:a2:36:80:c7:31:db:6e:31:76:53:ca:78:48:e1:be:bd:3a:0b:01:79:a7:07:f9:2c:f1:78 +-----BEGIN CERTIFICATE----- +MIIDIDCCAomgAwIBAgIENd70zzANBgkqhkiG9w0BAQUFADBOMQswCQYDVQQGEwJV +UzEQMA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2Vy +dGlmaWNhdGUgQXV0aG9yaXR5MB4XDTk4MDgyMjE2NDE1MVoXDTE4MDgyMjE2NDE1 +MVowTjELMAkGA1UEBhMCVVMxEDAOBgNVBAoTB0VxdWlmYXgxLTArBgNVBAsTJEVx +dWlmYXggU2VjdXJlIENlcnRpZmljYXRlIEF1dGhvcml0eTCBnzANBgkqhkiG9w0B +AQEFAAOBjQAwgYkCgYEAwV2xWGcIYu6gmi0fCG2RFGiYCh7+2gRvE4RiIcPRfM6f +BeC4AfBONOziipUEZKzxa1NfBbPLZ4C/QgKO/t0BCezhABRP/PvwDN1Dulsr4R+A +cJkVV5MW8Q+XarfCaCMczE1ZMKxRHjuvK9buY0V7xdlfUNLjUA86iOe/FP3gx7kC +AwEAAaOCAQkwggEFMHAGA1UdHwRpMGcwZaBjoGGkXzBdMQswCQYDVQQGEwJVUzEQ +MA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2VydGlm +aWNhdGUgQXV0aG9yaXR5MQ0wCwYDVQQDEwRDUkwxMBoGA1UdEAQTMBGBDzIwMTgw +ODIyMTY0MTUxWjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAUSOZo+SvSspXXR9gj +IBBPM5iQn9QwHQYDVR0OBBYEFEjmaPkr0rKV10fYIyAQTzOYkJ/UMAwGA1UdEwQF +MAMBAf8wGgYJKoZIhvZ9B0EABA0wCxsFVjMuMGMDAgbAMA0GCSqGSIb3DQEBBQUA +A4GBAFjOKer89961zgK5F7WF0bnj4JXMJTENAKaSbn+2kmOeUJXRmm/kEd5jhW6Y +7qj/WsjTVbJmcVfewCHrPSqnI0kBBIZCe/zuf6IWUrVnZ9NA2zsmWLIodz2uFHdh +1voqZiegDfqnc1zqcPGUIWVEX/r87yloqaKHee9570+sB3c4 +-----END CERTIFICATE----- diff --git a/Shared/lib/python3.4/site-packages/certifi/weak.pem b/Shared/lib/python3.4/site-packages/certifi/weak.pem index dca94c9..c56b14d 100644 --- a/Shared/lib/python3.4/site-packages/certifi/weak.pem +++ b/Shared/lib/python3.4/site-packages/certifi/weak.pem @@ -5537,3 +5537,30 @@ GwnpXtlR22ciYaQqPEh346B8pt5zohQDhT37qw4wxYMWM4ETCJ57NE7fQMh017l9 3PR2VX2bY1QY6fDq81yx2YtCHrnAlU66+tXifPVoYb+O7AWXX1uw16OFNMQkpw0P lZPvy5TYnh+dXIVtx6quTx8itc2VrbqnzPmrC3p/ -----END CERTIFICATE----- + +# Issuer: C=US, O=Equifax, OU=Equifax Secure Certificate Authority +# Subject: C=US, O=Equifax, OU=Equifax Secure Certificate Authority +# Label: "Equifax Secure Certificate Authority" +# Serial: 903804111 +# MD5 Fingerprint: 67:cb:9d:c0:13:24:8a:82:9b:b2:17:1e:d1:1b:ec:d4 +# SHA1 Fingerprint: d2:32:09:ad:23:d3:14:23:21:74:e4:0d:7f:9d:62:13:97:86:63:3a +# SHA256 Fingerprint: 08:29:7a:40:47:db:a2:36:80:c7:31:db:6e:31:76:53:ca:78:48:e1:be:bd:3a:0b:01:79:a7:07:f9:2c:f1:78 +-----BEGIN CERTIFICATE----- +MIIDIDCCAomgAwIBAgIENd70zzANBgkqhkiG9w0BAQUFADBOMQswCQYDVQQGEwJV +UzEQMA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2Vy +dGlmaWNhdGUgQXV0aG9yaXR5MB4XDTk4MDgyMjE2NDE1MVoXDTE4MDgyMjE2NDE1 +MVowTjELMAkGA1UEBhMCVVMxEDAOBgNVBAoTB0VxdWlmYXgxLTArBgNVBAsTJEVx +dWlmYXggU2VjdXJlIENlcnRpZmljYXRlIEF1dGhvcml0eTCBnzANBgkqhkiG9w0B +AQEFAAOBjQAwgYkCgYEAwV2xWGcIYu6gmi0fCG2RFGiYCh7+2gRvE4RiIcPRfM6f +BeC4AfBONOziipUEZKzxa1NfBbPLZ4C/QgKO/t0BCezhABRP/PvwDN1Dulsr4R+A +cJkVV5MW8Q+XarfCaCMczE1ZMKxRHjuvK9buY0V7xdlfUNLjUA86iOe/FP3gx7kC +AwEAAaOCAQkwggEFMHAGA1UdHwRpMGcwZaBjoGGkXzBdMQswCQYDVQQGEwJVUzEQ +MA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2VydGlm +aWNhdGUgQXV0aG9yaXR5MQ0wCwYDVQQDEwRDUkwxMBoGA1UdEAQTMBGBDzIwMTgw +ODIyMTY0MTUxWjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAUSOZo+SvSspXXR9gj +IBBPM5iQn9QwHQYDVR0OBBYEFEjmaPkr0rKV10fYIyAQTzOYkJ/UMAwGA1UdEwQF +MAMBAf8wGgYJKoZIhvZ9B0EABA0wCxsFVjMuMGMDAgbAMA0GCSqGSIb3DQEBBQUA +A4GBAFjOKer89961zgK5F7WF0bnj4JXMJTENAKaSbn+2kmOeUJXRmm/kEd5jhW6Y +7qj/WsjTVbJmcVfewCHrPSqnI0kBBIZCe/zuf6IWUrVnZ9NA2zsmWLIodz2uFHdh +1voqZiegDfqnc1zqcPGUIWVEX/r87yloqaKHee9570+sB3c4 +-----END CERTIFICATE----- diff --git a/Shared/lib/python3.4/site-packages/html5lib-0.9999999.egg-info/installed-files.txt b/Shared/lib/python3.4/site-packages/html5lib-0.9999999.egg-info/installed-files.txt index f9032dc..09559a0 100644 --- a/Shared/lib/python3.4/site-packages/html5lib-0.9999999.egg-info/installed-files.txt +++ b/Shared/lib/python3.4/site-packages/html5lib-0.9999999.egg-info/installed-files.txt @@ -71,8 +71,8 @@ ../html5lib/trie/__pycache__/datrie.cpython-34.pyc ../html5lib/trie/__pycache__/py.cpython-34.pyc ./ -dependency_links.txt -requires.txt top_level.txt +dependency_links.txt PKG-INFO +requires.txt SOURCES.txt diff --git a/Shared/lib/python3.4/site-packages/ox-2.3.b_769_.egg-info/PKG-INFO b/Shared/lib/python3.4/site-packages/ox-2.3.b_777_.egg-info/PKG-INFO similarity index 96% rename from Shared/lib/python3.4/site-packages/ox-2.3.b_769_.egg-info/PKG-INFO rename to Shared/lib/python3.4/site-packages/ox-2.3.b_777_.egg-info/PKG-INFO index e0c8e95..e7f965d 100644 --- a/Shared/lib/python3.4/site-packages/ox-2.3.b_769_.egg-info/PKG-INFO +++ b/Shared/lib/python3.4/site-packages/ox-2.3.b_777_.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: ox -Version: 2.3.b-769- +Version: 2.3.b-777- Summary: python-ox - the web in a dict Home-page: https://wiki.0x2620.org/wiki/python-ox Author: 0x2620 diff --git a/Shared/lib/python3.4/site-packages/ox-2.3.b_769_.egg-info/SOURCES.txt b/Shared/lib/python3.4/site-packages/ox-2.3.b_777_.egg-info/SOURCES.txt similarity index 100% rename from Shared/lib/python3.4/site-packages/ox-2.3.b_769_.egg-info/SOURCES.txt rename to Shared/lib/python3.4/site-packages/ox-2.3.b_777_.egg-info/SOURCES.txt diff --git a/Shared/lib/python3.4/site-packages/ox-2.3.b_769_.egg-info/dependency_links.txt b/Shared/lib/python3.4/site-packages/ox-2.3.b_777_.egg-info/dependency_links.txt similarity index 100% rename from Shared/lib/python3.4/site-packages/ox-2.3.b_769_.egg-info/dependency_links.txt rename to Shared/lib/python3.4/site-packages/ox-2.3.b_777_.egg-info/dependency_links.txt diff --git a/Shared/lib/python3.4/site-packages/ox-2.3.b_769_.egg-info/installed-files.txt b/Shared/lib/python3.4/site-packages/ox-2.3.b_777_.egg-info/installed-files.txt similarity index 100% rename from Shared/lib/python3.4/site-packages/ox-2.3.b_769_.egg-info/installed-files.txt rename to Shared/lib/python3.4/site-packages/ox-2.3.b_777_.egg-info/installed-files.txt index 8392691..4b37af8 100644 --- a/Shared/lib/python3.4/site-packages/ox-2.3.b_769_.egg-info/installed-files.txt +++ b/Shared/lib/python3.4/site-packages/ox-2.3.b_777_.egg-info/installed-files.txt @@ -159,8 +159,8 @@ ../ox/web/__pycache__/wikipedia.cpython-34.pyc ../ox/web/__pycache__/youtube.cpython-34.pyc ./ -top_level.txt -PKG-INFO -requires.txt dependency_links.txt +requires.txt +PKG-INFO +top_level.txt SOURCES.txt diff --git a/Shared/lib/python3.4/site-packages/ox-2.3.b_769_.egg-info/requires.txt b/Shared/lib/python3.4/site-packages/ox-2.3.b_777_.egg-info/requires.txt similarity index 100% rename from Shared/lib/python3.4/site-packages/ox-2.3.b_769_.egg-info/requires.txt rename to Shared/lib/python3.4/site-packages/ox-2.3.b_777_.egg-info/requires.txt diff --git a/Shared/lib/python3.4/site-packages/ox-2.3.b_769_.egg-info/top_level.txt b/Shared/lib/python3.4/site-packages/ox-2.3.b_777_.egg-info/top_level.txt similarity index 100% rename from Shared/lib/python3.4/site-packages/ox-2.3.b_769_.egg-info/top_level.txt rename to Shared/lib/python3.4/site-packages/ox-2.3.b_777_.egg-info/top_level.txt diff --git a/Shared/lib/python3.4/site-packages/ox/__version.py b/Shared/lib/python3.4/site-packages/ox/__version.py index 0de6ee5..2892e46 100644 --- a/Shared/lib/python3.4/site-packages/ox/__version.py +++ b/Shared/lib/python3.4/site-packages/ox/__version.py @@ -1 +1 @@ -VERSION="2.3.b'769'" \ No newline at end of file +VERSION="2.3.b'777'" \ No newline at end of file diff --git a/Shared/lib/python3.4/site-packages/ox/cache.py b/Shared/lib/python3.4/site-packages/ox/cache.py index 882700a..b8264de 100644 --- a/Shared/lib/python3.4/site-packages/ox/cache.py +++ b/Shared/lib/python3.4/site-packages/ox/cache.py @@ -144,6 +144,17 @@ class Cache: def set(self, url, post_data, data, headers): pass + def get_domain(self, url): + return ".".join(urllib.parse.urlparse(url)[1].split('.')[-2:]) + + def get_url_hash(self, url, data=None): + if data: + url_hash = hashlib.sha1((url + '?' + data).encode('utf-8')).hexdigest() + else: + url_hash = hashlib.sha1(url.encode('utf-8')).hexdigest() + return url_hash + + class SQLiteCache(Cache): def __init__(self): path = cache_path() @@ -171,7 +182,7 @@ class SQLiteCache(Cache): self.set_setting(c, 'version', 1) c.execute('''ALTER TABLE cache ADD compressed INT DEFAULT 0''') conn.commit() - + def get_setting(self, c, key, default=None): c.execute('SELECT value FROM setting WHERE key = ?', (key, )) for row in c: @@ -185,10 +196,7 @@ class SQLiteCache(Cache): r = None if timeout == 0: return r - if data: - url_hash = hashlib.sha1((url + '?' + data).encode('utf-8')).hexdigest() - else: - url_hash = hashlib.sha1(url.encode('utf-8')).hexdigest() + url_hash = self.get_url_hash(url, data) conn = self.connect() c = conn.cursor() @@ -217,13 +225,20 @@ class SQLiteCache(Cache): conn.close() return r - def set(self, url, post_data, data, headers): - if post_data: - url_hash = hashlib.sha1((url + '?' + post_data).encode('utf-8')).hexdigest() - else: - url_hash = hashlib.sha1(url.encode('utf-8')).hexdigest() + def delete(self, url, data=None, headers=DEFAULT_HEADERS): + url_hash = self.get_url_hash(url, data) + conn = self.connect() + c = conn.cursor() + sql = 'DELETE FROM cache WHERE url_hash=?' + t = (url_hash, ) + c.execute(sql, t) + conn.commit() + c.close() + conn.close() - domain = ".".join(urllib.parse.urlparse(url)[1].split('.')[-2:]) + def set(self, url, post_data, data, headers): + url_hash = self.get_url_hash(url, post_data) + domain = self.get_domain(url) conn = self.connect() c = conn.cursor() @@ -268,18 +283,15 @@ class FileCache(Cache): i = os.path.join(prefix, '%s.json'%h) f = os.path.join(prefix, '%s.dat'%h) return prefix, i, f - + def get(self, url, data={}, headers=DEFAULT_HEADERS, timeout=-1, value="data"): r = None if timeout == 0: return r - if data: - url_hash = hashlib.sha1((url + '?' + data).encode('utf-8')).hexdigest() - else: - url_hash = hashlib.sha1(url.encode('utf-8')).hexdigest() + url_hash = self.get_url_hash(url, data) + domain = self.get_domain(url) - domain = ".".join(urllib.parse.urlparse(url)[1].split('.')[-2:]) prefix, i, f = self.files(domain, url_hash) if os.path.exists(i): with open(i) as _i: @@ -302,13 +314,18 @@ class FileCache(Cache): r = zlib.decompress(r) return r - def set(self, url, post_data, data, headers): - if post_data: - url_hash = hashlib.sha1((url + '?' + post_data).encode('utf-8')).hexdigest() - else: - url_hash = hashlib.sha1(url.encode('utf-8')).hexdigest() + def delete(self, url, data=None, headers=DEFAULT_HEADERS): + url_hash = self.get_url_hash(url, data) + domain = self.get_domain(url) + + prefix, i, f = self.files(domain, url_hash) + if os.path.exists(i): + os.unlink(i) + + def set(self, url, post_data, data, headers): + url_hash = self.get_url_hash(url, post_data) + domain = self.get_domain(url) - domain = ".".join(urllib.parse.urlparse(url)[1].split('.')[-2:]) prefix, i, f = self.files(domain, url_hash) makedirs(prefix) diff --git a/Shared/lib/python3.4/site-packages/ox/file.py b/Shared/lib/python3.4/site-packages/ox/file.py index 7be0910..9c9955e 100644 --- a/Shared/lib/python3.4/site-packages/ox/file.py +++ b/Shared/lib/python3.4/site-packages/ox/file.py @@ -190,10 +190,11 @@ def avinfo(filename, cached=True): p = subprocess.Popen([ffmpeg, '-i', filename], stdout=subprocess.PIPE, stderr=subprocess.PIPE) stdout, stderr = p.communicate() languages = [re.compile('\((.+?)\):').findall(l) for l in stderr.split('\n') if 'Stream' in l and 'Audio' in l] - for i, stream in enumerate(info['audio']): - language = languages[i] - if language and language[0] != 'und': - stream['language'] = language[0] + if len(languages) == len(info['audio']): + for i, stream in enumerate(info['audio']): + language = languages[i] + if language and language[0] != 'und': + stream['language'] = language[0] return info return {'path': filename, 'size': 0} diff --git a/Shared/lib/python3.4/site-packages/ox/html.py b/Shared/lib/python3.4/site-packages/ox/html.py index d63d529..13524fd 100644 --- a/Shared/lib/python3.4/site-packages/ox/html.py +++ b/Shared/lib/python3.4/site-packages/ox/html.py @@ -4,10 +4,12 @@ import re import string from six.moves.html_entities import name2codepoint -from six import unichr, PY2 +from six import unichr, PY2, string_types +letters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' # Configuration for add_links() function + LEADING_PUNCTUATION = ['(', '<', '<'] TRAILING_PUNCTUATION = ['.', ',', ')', '>', '\n', '>', "'", '"'] @@ -34,7 +36,7 @@ def escape(html): >>> escape('html "test" & ') 'html "test" & <brothers>' ''' - if not isinstance(html, basestring): + if not isinstance(html, string_types): html = str(html) return html.replace('&', '&').replace('<', '<').replace('>', '>').replace('"', '"').replace("'", ''') @@ -89,7 +91,7 @@ def add_links(text, trim_url_limit=None, nofollow=False): if match: lead, middle, trail = match.groups() if middle.startswith('www.') or ('@' not in middle and not middle.startswith('http://') and \ - len(middle) > 0 and middle[0] in string.letters + string.digits and \ + len(middle) > 0 and middle[0] in letters + string.digits and \ (middle.endswith('.org') or middle.endswith('.net') or middle.endswith('.com'))): middle = '%s' % (middle, nofollow_attr, trim_url(middle)) if middle.startswith('http://') or middle.startswith('https://'): @@ -205,21 +207,29 @@ def sanitize_html(html, tags=None, global_attributes=[]): >>> sanitize_html('foo') u'foo' >>> sanitize_html('foo') - u'<a href="javascript:alert()">foo' + u'<a href="javascript:alert()">foo</a>' >>> sanitize_html('[http://foo.com foo]') u'foo' >>> sanitize_html('
foo
') u'
foo
' >>> sanitize_html('') u'<script>alert()</script>' - >>> sanitize_html("'foo' < 'bar' && \"foo\" > \"bar\"") - u'\'foo\' < \'bar\' && "foo" > "bar"' + >>> sanitize_html("'foo' < 'bar' && \\"foo\\" > \\"bar\\"") + u'\\'foo\\' < \\'bar\\' && "foo" > "bar"' >>> sanitize_html('foo') u'foo' >>> sanitize_html('foo') u'foo' >>> sanitize_html('Anniversary of Daoud's Republic') u"Anniversary of Daoud's Republic" + >>> sanitize_html('') + u'' + >>> sanitize_html(' ') + u' ' + >>> sanitize_html(u' ') # canonicalised to a space: okay, I suppose + u' ' + >>> sanitize_html(u'\u00a0') # also nbsp + u' ' ''' if not tags: valid_url = '^((https?:\/\/|\/|mailto:).*?)' @@ -393,13 +403,38 @@ def split_tags(string): return [item for sublist in zip(strings, tags) for item in sublist][:-1] def sanitize_fragment(html): + ''' + Ensures that tags are closed (or not, as appropriate), attributes + are quoted, etc. Does not strip potentially-malicious HTML: use + sanitize_html() for that. + + >>> sanitize_fragment(u'') + u'' + >>> sanitize_fragment(u'') + u'' + >>> sanitize_fragment(u'


') + u'

' + >>> sanitize_fragment(u'foo') + u'foo' + >>> sanitize_fragment(u'') + u'' + >>> sanitize_fragment(u' ') + u' ' + >>> sanitize_fragment(u' ') + u'\\xa0' + >>> sanitize_fragment(u'\\u00a0') # nbsp + u'\\xa0' + >>> sanitize_fragment(u'\\ufeff') # zero-width no-break space + u'\\ufeff' + ''' + ''' #html5lib reorders arguments, so not usable import html5lib return html5lib.parseFragment(html).toxml().decode('utf-8') ''' - if not html: - return u'' + if not html.strip(): + return html import lxml.html body = lxml.html.document_fromstring(html).find('body') html = lxml.html.tostring(body, encoding='utf-8')[6:-7].decode('utf-8') diff --git a/Shared/lib/python3.4/site-packages/ox/normalize.py b/Shared/lib/python3.4/site-packages/ox/normalize.py index e3876f3..128f33c 100644 --- a/Shared/lib/python3.4/site-packages/ox/normalize.py +++ b/Shared/lib/python3.4/site-packages/ox/normalize.py @@ -4,6 +4,9 @@ import re import unicodedata +from six import string_types + + _articles = ('the', 'la', 'a', 'die', 'der', 'le', 'el', "l'", 'il', 'das', 'les', 'o', 'ein', 'i', 'un', 'los', 'de', 'an', 'una', 'las', 'eine', 'den', 'gli', 'het', 'os', 'lo', @@ -95,7 +98,7 @@ def normalize_imdbid(imdbId): >>> normalize_imdbid('tt0159206') '0159206' """ - if isinstance(imdbId, basestring): + if isinstance(imdbId, string_types): imdbId = re.sub('.*(\d{7}).*', '\\1', imdbId) elif isinstance(imdbId, int): imdbId = "%07d" % imdbId diff --git a/Shared/lib/python3.4/site-packages/ox/web/archive.py b/Shared/lib/python3.4/site-packages/ox/web/archive.py index 52ac487..0c733c3 100644 --- a/Shared/lib/python3.4/site-packages/ox/web/archive.py +++ b/Shared/lib/python3.4/site-packages/ox/web/archive.py @@ -3,6 +3,8 @@ from .. import cache from ..utils import json +from six import string_types + def get_id(url): return url.split("/")[-1] @@ -19,7 +21,7 @@ def get_data(id): data[key] = details['metadata'][key] if isinstance(data[key], list): data[key] = data[key][0] - if isinstance(data[key], basestring): + if isinstance(data[key], string_types): data[key] = data[key].strip() if data[key][0] == '[' and data[key][-1] == ']': data[key] = data[key][1:-1] diff --git a/Shared/lib/python3.4/site-packages/ox/web/wikipedia.py b/Shared/lib/python3.4/site-packages/ox/web/wikipedia.py index 0e9d8de..beacdac 100644 --- a/Shared/lib/python3.4/site-packages/ox/web/wikipedia.py +++ b/Shared/lib/python3.4/site-packages/ox/web/wikipedia.py @@ -5,6 +5,7 @@ from __future__ import print_function import re from six.moves import urllib +from six import string_types from ox.utils import json from ox.cache import read_url @@ -68,7 +69,7 @@ def get_movie_data(wikipedia_url): value = value.split('
') if value: if key in filmbox: - if isinstance(value, list) and isinstance(filmbox[key], basestring): + if isinstance(value, list) and isinstance(filmbox[key], string_types): filmbox[key] = [filmbox[key]] + value else: filmbox[key] += value diff --git a/Shared/lib/python3.4/site-packages/pkg_resources/__init__.py b/Shared/lib/python3.4/site-packages/pkg_resources/__init__.py index d09e0b6..b55e412 100644 --- a/Shared/lib/python3.4/site-packages/pkg_resources/__init__.py +++ b/Shared/lib/python3.4/site-packages/pkg_resources/__init__.py @@ -37,6 +37,7 @@ import plistlib import email.parser import tempfile import textwrap +import itertools from pkgutil import get_importer try: @@ -53,6 +54,8 @@ if PY3: if PY2: from urlparse import urlparse, urlunparse + filter = itertools.ifilter + map = itertools.imap if PY3: string_types = str, @@ -1534,7 +1537,7 @@ class MarkerEvaluation(object): """ return dict( (key.replace('.', '_'), value) - for key, value in env + for key, value in env.items() ) @classmethod @@ -1716,7 +1719,7 @@ class EggProvider(NullProvider): path = self.module_path old = None while path!=old: - if path.lower().endswith('.egg'): + if _is_unpacked_egg(path): self.egg_name = os.path.basename(path) self.egg_info = os.path.join(path, 'EGG-INFO') self.egg_root = path @@ -2014,11 +2017,11 @@ class FileMetadata(EmptyProvider): self.path = path def has_metadata(self, name): - return name=='PKG-INFO' + return name=='PKG-INFO' and os.path.isfile(self.path) def get_metadata(self, name): if name=='PKG-INFO': - with open(self.path,'rU') as f: + with io.open(self.path, encoding='utf-8') as f: metadata = f.read() return metadata raise KeyError("No metadata except PKG-INFO is available") @@ -2099,7 +2102,7 @@ def find_eggs_in_zip(importer, path_item, only=False): # don't yield nested distros return for subitem in metadata.resource_listdir('/'): - if subitem.endswith('.egg'): + if _is_unpacked_egg(subitem): subpath = os.path.join(path_item, subitem) for dist in find_eggs_in_zip(zipimport.zipimporter(subpath), subpath): yield dist @@ -2115,8 +2118,7 @@ def find_on_path(importer, path_item, only=False): path_item = _normalize_cached(path_item) if os.path.isdir(path_item) and os.access(path_item, os.R_OK): - if path_item.lower().endswith('.egg'): - # unpacked egg + if _is_unpacked_egg(path_item): yield Distribution.from_filename( path_item, metadata=PathMetadata( path_item, os.path.join(path_item,'EGG-INFO') @@ -2136,7 +2138,7 @@ def find_on_path(importer, path_item, only=False): yield Distribution.from_location( path_item, entry, metadata, precedence=DEVELOP_DIST ) - elif not only and lower.endswith('.egg'): + elif not only and _is_unpacked_egg(entry): dists = find_distributions(os.path.join(path_item, entry)) for dist in dists: yield dist @@ -2283,6 +2285,14 @@ def _normalize_cached(filename, _cache={}): _cache[filename] = result = normalize_path(filename) return result +def _is_unpacked_egg(path): + """ + Determine if given path appears to be an unpacked egg. + """ + return ( + path.lower().endswith('.egg') + ) + def _set_parent_ns(packageName): parts = packageName.split('.') name = parts.pop() @@ -2466,6 +2476,18 @@ def _remove_md5_fragment(location): return location +def _version_from_file(lines): + """ + Given an iterable of lines from a Metadata file, return + the value of the Version field, if present, or None otherwise. + """ + is_version_line = lambda line: line.lower().startswith('version:') + version_lines = filter(is_version_line, lines) + line = next(iter(version_lines), '') + _, _, value = line.partition(':') + return safe_version(value.strip()) or None + + class Distribution(object): """Wrap an actual or potential sys.path entry w/metadata""" PKG_INFO = 'PKG-INFO' @@ -2483,21 +2505,24 @@ class Distribution(object): self._provider = metadata or empty_provider @classmethod - def from_location(cls, location, basename, metadata=None,**kw): + def from_location(cls, location, basename, metadata=None, **kw): project_name, version, py_version, platform = [None]*4 basename, ext = os.path.splitext(basename) if ext.lower() in _distributionImpl: - # .dist-info gets much metadata differently + cls = _distributionImpl[ext.lower()] + match = EGG_NAME(basename) if match: project_name, version, py_version, platform = match.group( - 'name','ver','pyver','plat' + 'name', 'ver', 'pyver', 'plat' ) - cls = _distributionImpl[ext.lower()] return cls( location, metadata, project_name=project_name, version=version, py_version=py_version, platform=platform, **kw - ) + )._reload_version() + + def _reload_version(self): + return self @property def hashcmp(self): @@ -2584,13 +2609,11 @@ class Distribution(object): try: return self._version except AttributeError: - for line in self._get_metadata(self.PKG_INFO): - if line.lower().startswith('version:'): - self._version = safe_version(line.split(':',1)[1].strip()) - return self._version - else: + version = _version_from_file(self._get_metadata(self.PKG_INFO)) + if version is None: tmpl = "Missing 'Version:' header and/or %s file" raise ValueError(tmpl % self.PKG_INFO, self) + return version @property def _dep_map(self): @@ -2795,6 +2818,26 @@ class Distribution(object): return [dep for dep in self._dep_map if dep] +class EggInfoDistribution(Distribution): + + def _reload_version(self): + """ + Packages installed by distutils (e.g. numpy or scipy), + which uses an old safe_version, and so + their version numbers can get mangled when + converted to filenames (e.g., 1.11.0.dev0+2329eae to + 1.11.0.dev0_2329eae). These distributions will not be + parsed properly + downstream by Distribution and safe_version, so + take an extra step and try to get the version number from + the metadata file itself instead of the filename. + """ + md_version = _version_from_file(self._get_metadata(self.PKG_INFO)) + if md_version: + self._version = md_version + return self + + class DistInfoDistribution(Distribution): """Wrap an actual or potential sys.path entry w/metadata, .dist-info style""" PKG_INFO = 'METADATA' @@ -2860,7 +2903,7 @@ class DistInfoDistribution(Distribution): _distributionImpl = { '.egg': Distribution, - '.egg-info': Distribution, + '.egg-info': EggInfoDistribution, '.dist-info': DistInfoDistribution, } diff --git a/Shared/lib/python3.4/site-packages/requests-2.3.0.dist-info/RECORD b/Shared/lib/python3.4/site-packages/requests-2.3.0.dist-info/RECORD index f1b8623..4a60c0d 100644 --- a/Shared/lib/python3.4/site-packages/requests-2.3.0.dist-info/RECORD +++ b/Shared/lib/python3.4/site-packages/requests-2.3.0.dist-info/RECORD @@ -83,81 +83,81 @@ requests-2.3.0.dist-info/pydist.json,sha256=7nySdPrVYYyJK2C3cPlHJr1oSZ_-lFiBlp9D requests-2.3.0.dist-info/RECORD,, requests-2.3.0.dist-info/top_level.txt,sha256=fMSVmHfb5rbGOo6xv-O_tUX6j-WyixssE-SnwcDRxNQ,9 requests-2.3.0.dist-info/WHEEL,sha256=SXYYsi-y-rEGIva8sB8iKF6bAFD6YDhmqHX5hI3fc0o,110 -requests/packages/urllib3/util/__pycache__/url.cpython-34.pyc,, -requests/packages/chardet/__pycache__/utf8prober.cpython-34.pyc,, -requests/__pycache__/sessions.cpython-34.pyc,, -requests/packages/urllib3/util/__pycache__/request.cpython-34.pyc,, -requests/packages/chardet/__pycache__/latin1prober.cpython-34.pyc,, -requests/packages/chardet/__pycache__/eucjpprober.cpython-34.pyc,, -requests/__pycache__/certs.cpython-34.pyc,, -requests/packages/urllib3/util/__pycache__/response.cpython-34.pyc,, -requests/packages/urllib3/__pycache__/__init__.cpython-34.pyc,, -requests/packages/chardet/__pycache__/universaldetector.cpython-34.pyc,, -requests/packages/chardet/__pycache__/gb2312freq.cpython-34.pyc,, requests/packages/chardet/__pycache__/cp949prober.cpython-34.pyc,, -requests/packages/urllib3/util/__pycache__/ssl_.cpython-34.pyc,, -requests/__pycache__/api.cpython-34.pyc,, -requests/__pycache__/adapters.cpython-34.pyc,, -requests/packages/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-34.pyc,, -requests/packages/chardet/__pycache__/hebrewprober.cpython-34.pyc,, -requests/packages/urllib3/__pycache__/connectionpool.cpython-34.pyc,, -requests/packages/urllib3/__pycache__/_collections.cpython-34.pyc,, -requests/packages/chardet/__pycache__/escprober.cpython-34.pyc,, -requests/packages/urllib3/__pycache__/fields.cpython-34.pyc,, -requests/packages/chardet/__pycache__/euctwfreq.cpython-34.pyc,, -requests/packages/chardet/__pycache__/gb2312prober.cpython-34.pyc,, -requests/packages/urllib3/__pycache__/response.cpython-34.pyc,, -requests/__pycache__/__init__.cpython-34.pyc,, -requests/packages/chardet/__pycache__/euckrfreq.cpython-34.pyc,, -requests/packages/urllib3/__pycache__/connection.cpython-34.pyc,, -requests/packages/chardet/__pycache__/langhebrewmodel.cpython-34.pyc,, -requests/packages/urllib3/__pycache__/poolmanager.cpython-34.pyc,, -requests/packages/urllib3/contrib/__pycache__/pyopenssl.cpython-34.pyc,, -requests/__pycache__/status_codes.cpython-34.pyc,, -requests/packages/urllib3/util/__pycache__/__init__.cpython-34.pyc,, -requests/__pycache__/compat.cpython-34.pyc,, -requests/packages/chardet/__pycache__/mbcharsetprober.cpython-34.pyc,, -requests/packages/chardet/__pycache__/sbcsgroupprober.cpython-34.pyc,, -requests/packages/chardet/__pycache__/jpcntx.cpython-34.pyc,, -requests/packages/chardet/__pycache__/langthaimodel.cpython-34.pyc,, -requests/packages/chardet/__pycache__/constants.cpython-34.pyc,, -requests/__pycache__/exceptions.cpython-34.pyc,, -requests/packages/chardet/__pycache__/escsm.cpython-34.pyc,, -requests/packages/chardet/__pycache__/__init__.cpython-34.pyc,, -requests/packages/chardet/__pycache__/langcyrillicmodel.cpython-34.pyc,, -requests/packages/urllib3/__pycache__/filepost.cpython-34.pyc,, -requests/packages/chardet/__pycache__/jisfreq.cpython-34.pyc,, -requests/packages/chardet/__pycache__/euctwprober.cpython-34.pyc,, -requests/packages/urllib3/__pycache__/exceptions.cpython-34.pyc,, -requests/packages/urllib3/packages/__pycache__/__init__.cpython-34.pyc,, -requests/packages/chardet/__pycache__/sjisprober.cpython-34.pyc,, -requests/packages/chardet/__pycache__/mbcsgroupprober.cpython-34.pyc,, -requests/packages/chardet/__pycache__/charsetgroupprober.cpython-34.pyc,, -requests/packages/urllib3/contrib/__pycache__/__init__.cpython-34.pyc,, -requests/__pycache__/structures.cpython-34.pyc,, -requests/packages/chardet/__pycache__/mbcssm.cpython-34.pyc,, -requests/packages/chardet/__pycache__/chardetect.cpython-34.pyc,, -requests/packages/chardet/__pycache__/sbcharsetprober.cpython-34.pyc,, -requests/packages/chardet/__pycache__/langbulgarianmodel.cpython-34.pyc,, -requests/packages/urllib3/util/__pycache__/connection.cpython-34.pyc,, -requests/__pycache__/auth.cpython-34.pyc,, -requests/packages/chardet/__pycache__/langhungarianmodel.cpython-34.pyc,, requests/__pycache__/cookies.cpython-34.pyc,, -requests/packages/chardet/__pycache__/compat.cpython-34.pyc,, +requests/packages/urllib3/util/__pycache__/url.cpython-34.pyc,, requests/packages/chardet/__pycache__/langgreekmodel.cpython-34.pyc,, -requests/packages/chardet/__pycache__/charsetprober.cpython-34.pyc,, -requests/packages/urllib3/__pycache__/request.cpython-34.pyc,, -requests/packages/urllib3/util/__pycache__/timeout.cpython-34.pyc,, -requests/packages/urllib3/packages/__pycache__/six.cpython-34.pyc,, -requests/packages/chardet/__pycache__/euckrprober.cpython-34.pyc,, -requests/packages/chardet/__pycache__/chardistribution.cpython-34.pyc,, +requests/packages/chardet/__pycache__/escsm.cpython-34.pyc,, +requests/__pycache__/adapters.cpython-34.pyc,, +requests/packages/chardet/__pycache__/euckrfreq.cpython-34.pyc,, requests/packages/chardet/__pycache__/big5freq.cpython-34.pyc,, +requests/packages/chardet/__pycache__/langbulgarianmodel.cpython-34.pyc,, +requests/packages/chardet/__pycache__/utf8prober.cpython-34.pyc,, +requests/packages/urllib3/util/__pycache__/__init__.cpython-34.pyc,, +requests/__pycache__/auth.cpython-34.pyc,, +requests/packages/chardet/__pycache__/mbcsgroupprober.cpython-34.pyc,, +requests/packages/chardet/__pycache__/euctwprober.cpython-34.pyc,, +requests/packages/urllib3/contrib/__pycache__/pyopenssl.cpython-34.pyc,, requests/packages/__pycache__/__init__.cpython-34.pyc,, -requests/__pycache__/models.cpython-34.pyc,, -requests/packages/chardet/__pycache__/big5prober.cpython-34.pyc,, -requests/packages/urllib3/contrib/__pycache__/ntlmpool.cpython-34.pyc,, -requests/packages/urllib3/packages/__pycache__/ordered_dict.cpython-34.pyc,, +requests/packages/urllib3/__pycache__/response.cpython-34.pyc,, +requests/packages/urllib3/util/__pycache__/request.cpython-34.pyc,, +requests/packages/chardet/__pycache__/eucjpprober.cpython-34.pyc,, +requests/__pycache__/api.cpython-34.pyc,, +requests/__pycache__/sessions.cpython-34.pyc,, +requests/packages/urllib3/contrib/__pycache__/__init__.cpython-34.pyc,, +requests/packages/chardet/__pycache__/jisfreq.cpython-34.pyc,, +requests/__pycache__/exceptions.cpython-34.pyc,, +requests/packages/urllib3/util/__pycache__/connection.cpython-34.pyc,, +requests/packages/urllib3/packages/__pycache__/__init__.cpython-34.pyc,, +requests/packages/chardet/__pycache__/chardistribution.cpython-34.pyc,, requests/__pycache__/utils.cpython-34.pyc,, +requests/packages/urllib3/__pycache__/request.cpython-34.pyc,, +requests/packages/chardet/__pycache__/mbcssm.cpython-34.pyc,, +requests/packages/chardet/__pycache__/langthaimodel.cpython-34.pyc,, +requests/packages/chardet/__pycache__/latin1prober.cpython-34.pyc,, +requests/__pycache__/structures.cpython-34.pyc,, +requests/packages/urllib3/contrib/__pycache__/ntlmpool.cpython-34.pyc,, +requests/packages/urllib3/__pycache__/filepost.cpython-34.pyc,, +requests/__pycache__/models.cpython-34.pyc,, +requests/packages/chardet/__pycache__/sjisprober.cpython-34.pyc,, +requests/__pycache__/__init__.cpython-34.pyc,, +requests/packages/urllib3/util/__pycache__/ssl_.cpython-34.pyc,, +requests/__pycache__/status_codes.cpython-34.pyc,, +requests/packages/urllib3/__pycache__/poolmanager.cpython-34.pyc,, +requests/packages/chardet/__pycache__/jpcntx.cpython-34.pyc,, requests/packages/chardet/__pycache__/codingstatemachine.cpython-34.pyc,, +requests/packages/urllib3/__pycache__/connection.cpython-34.pyc,, +requests/packages/chardet/__pycache__/universaldetector.cpython-34.pyc,, +requests/packages/chardet/__pycache__/langhungarianmodel.cpython-34.pyc,, +requests/packages/urllib3/util/__pycache__/timeout.cpython-34.pyc,, +requests/packages/urllib3/__pycache__/__init__.cpython-34.pyc,, +requests/packages/chardet/__pycache__/sbcsgroupprober.cpython-34.pyc,, +requests/packages/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-34.pyc,, +requests/packages/urllib3/__pycache__/exceptions.cpython-34.pyc,, +requests/packages/chardet/__pycache__/gb2312freq.cpython-34.pyc,, +requests/packages/urllib3/util/__pycache__/response.cpython-34.pyc,, +requests/packages/chardet/__pycache__/euckrprober.cpython-34.pyc,, +requests/packages/chardet/__pycache__/escprober.cpython-34.pyc,, +requests/packages/chardet/__pycache__/gb2312prober.cpython-34.pyc,, +requests/packages/chardet/__pycache__/charsetgroupprober.cpython-34.pyc,, requests/__pycache__/hooks.cpython-34.pyc,, +requests/packages/chardet/__pycache__/__init__.cpython-34.pyc,, +requests/packages/chardet/__pycache__/charsetprober.cpython-34.pyc,, +requests/packages/chardet/__pycache__/compat.cpython-34.pyc,, +requests/packages/chardet/__pycache__/sbcharsetprober.cpython-34.pyc,, +requests/__pycache__/certs.cpython-34.pyc,, +requests/packages/chardet/__pycache__/langhebrewmodel.cpython-34.pyc,, +requests/packages/chardet/__pycache__/mbcharsetprober.cpython-34.pyc,, +requests/packages/chardet/__pycache__/chardetect.cpython-34.pyc,, +requests/packages/chardet/__pycache__/constants.cpython-34.pyc,, +requests/packages/chardet/__pycache__/big5prober.cpython-34.pyc,, +requests/packages/urllib3/packages/__pycache__/ordered_dict.cpython-34.pyc,, +requests/packages/urllib3/__pycache__/_collections.cpython-34.pyc,, +requests/packages/chardet/__pycache__/euctwfreq.cpython-34.pyc,, requests/packages/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-34.pyc,, +requests/packages/urllib3/packages/__pycache__/six.cpython-34.pyc,, +requests/packages/chardet/__pycache__/hebrewprober.cpython-34.pyc,, +requests/__pycache__/compat.cpython-34.pyc,, +requests/packages/chardet/__pycache__/langcyrillicmodel.cpython-34.pyc,, +requests/packages/urllib3/__pycache__/connectionpool.cpython-34.pyc,, +requests/packages/urllib3/__pycache__/fields.cpython-34.pyc,, diff --git a/Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/DESCRIPTION.rst b/Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/DESCRIPTION.rst similarity index 100% rename from Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/DESCRIPTION.rst rename to Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/DESCRIPTION.rst diff --git a/Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/METADATA b/Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/METADATA similarity index 99% rename from Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/METADATA rename to Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/METADATA index 20fa41e..7b6cc9e 100644 --- a/Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/METADATA +++ b/Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.0 Name: setuptools -Version: 18.5 +Version: 19.1.1 Summary: Easily download, build, install, upgrade, and uninstall Python packages Home-page: https://bitbucket.org/pypa/setuptools Author: Python Packaging Authority @@ -24,7 +24,7 @@ Classifier: Topic :: System :: Archiving :: Packaging Classifier: Topic :: System :: Systems Administration Classifier: Topic :: Utilities Provides-Extra: certs -Requires-Dist: certifi (==2015.04.28); extra == 'certs' +Requires-Dist: certifi (==2015.11.20); extra == 'certs' Provides-Extra: ssl Requires-Dist: wincertstore (==0.2); sys_platform=='win32' and extra == 'ssl' diff --git a/Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/RECORD b/Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/RECORD similarity index 76% rename from Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/RECORD rename to Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/RECORD index b7a25b5..d906f16 100644 --- a/Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/RECORD +++ b/Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/RECORD @@ -1,7 +1,7 @@ easy_install.py,sha256=MDC9vt5AxDsXX5qcKlBz2TnW6Tpuv_AobnfhCJ9X3PM,126 _markerlib/__init__.py,sha256=GSmhZqvAitLJHhSgtqqusfq2nJ_ClP3oy3Lm0uZLIsU,552 _markerlib/markers.py,sha256=YuFp0-osufFIoqnzG3L0Z2fDCx4Vln3VUDeXJ2DA_1I,3979 -pkg_resources/__init__.py,sha256=HXzgG0K1DI6hcI-gkMYoq6hPsoERSezP32FMP0Hxt00,106833 +pkg_resources/__init__.py,sha256=Qmu5yFnjgvlaUsVhYf1qXLCF8cnl3Wau-uBM2GSiNyk,108158 pkg_resources/_vendor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 pkg_resources/_vendor/packaging/__about__.py,sha256=YzdrW-1lWmyCBDyrcNkZbJo4tiDWXpoiqPjfyCYMzIE,1073 pkg_resources/_vendor/packaging/__init__.py,sha256=2V8n-eEpSgBuXlV8hlMmhU7ZklpsrrusWMZNp2gC4Hs,906 @@ -15,9 +15,9 @@ setuptools/cli-32.exe,sha256=dfEuovMNnA2HLa3jRfMPVi5tk4R7alCbpTvuxtCyw0Y,65536 setuptools/cli-64.exe,sha256=KLABu5pyrnokJCv6skjXZ6GsXeyYHGcqOUT3oHI3Xpo,74752 setuptools/cli-arm-32.exe,sha256=0pFNIi2SmY2gdY91Y4LRhj1wuBsnv5cG1fus3iBJv40,69120 setuptools/cli.exe,sha256=dfEuovMNnA2HLa3jRfMPVi5tk4R7alCbpTvuxtCyw0Y,65536 -setuptools/compat.py,sha256=-Hl58PuLOEHUDM3-qsgmk50qNiyLLF3RgBgJ-eGGZG0,2094 +setuptools/compat.py,sha256=yIczq-iP7D0AfJ7SiCCzxs0EyTBRUhpmrO_twgglfpE,2184 setuptools/depends.py,sha256=gMRnrqQSr_Yp_wf09O88vKSQah1YjjEi5PsDNezM2Hs,6370 -setuptools/dist.py,sha256=alEPOcofbGQSfkVQk6h0yEGNyKiQyCvNQa5YmnUm6wU,35320 +setuptools/dist.py,sha256=5G-4c8am21GN30Ei4XXXoKbFDndoIbhj4L9pyzJLJc0,35284 setuptools/extension.py,sha256=nQ9GFTKxRIwmE1W7t1ZSBmuPAUJK_gVRYOCwxA1L38U,1649 setuptools/gui-32.exe,sha256=XBr0bHMA6Hpz2s9s9Bzjl-PwXfa9nH4ie0rFn4V2kWA,65536 setuptools/gui-64.exe,sha256=aYKMhX1IJLn4ULHgWX0sE0yREUt6B3TEHf_jOw6yNyE,75264 @@ -25,18 +25,18 @@ setuptools/gui-arm-32.exe,sha256=R5gRWLkY7wvO_CVGxoi7LZVTv0h-DKsKScy6fkbp4XI,691 setuptools/gui.exe,sha256=XBr0bHMA6Hpz2s9s9Bzjl-PwXfa9nH4ie0rFn4V2kWA,65536 setuptools/lib2to3_ex.py,sha256=6jPF9sJuHiz0cyg4cwIBLl2VMAxcl3GYSZwWAOuJplU,1998 setuptools/msvc9_support.py,sha256=fo2vjb-dna1SEuHezQCTuelCo6XFBv5cqaI56ABJ1vw,2187 -setuptools/package_index.py,sha256=aavWGle1RtmelMjeTOxjFoGpEdGdGY4hfRnLHUkbD0c,38760 +setuptools/package_index.py,sha256=mMGCMmnPbkQxl0UUDTovDtjswbE1Rvh7uLETw4FVNA8,38963 setuptools/py26compat.py,sha256=ggKS8_aZWWHHS792vF3uXp5vmUkGNk3vjLreLTHr_-Q,431 setuptools/py27compat.py,sha256=CGj-jZcFgHUkrEdLvArkxHj96tAaMbG2-yJtUVU7QVI,306 -setuptools/py31compat.py,sha256=O3X_wdWrvXTifeSFbRaCMuc23cDhMHJn7QlITb5cQ8E,1637 -setuptools/sandbox.py,sha256=Gg5UfpsC5xsg_1x68pWRXG4t3nRWNpTk7m13lrnMTKw,13925 +setuptools/py31compat.py,sha256=cqYSVBd2pxvKl75185z40htfEr6EKC29KvSBiSoqHOA,1636 +setuptools/sandbox.py,sha256=8fiWWVTSB6OHu4uC2u6GLo9R6hQFZ1m6XWD_TMSfNu4,14108 setuptools/script (dev).tmpl,sha256=f7MR17dTkzaqkCMSVseyOCMVrPVSMdmTQsaB8cZzfuI,201 setuptools/script.tmpl,sha256=WGTt5piezO27c-Dbx6l5Q4T3Ff20A5z7872hv3aAhYY,138 setuptools/site-patch.py,sha256=K-0-cAx36mX_PG-qPZwosG9ZLCliRjquKQ4nHiJvvzg,2389 setuptools/ssl_support.py,sha256=FASqXlRCmXAi6LUWLUIo0u14MpJqHBgkOc5KPHSRrtI,8044 setuptools/unicode_utils.py,sha256=gvhAHRj1LELCz-1MP3rfXGi__O1CAm5aksO9Njd2lpU,981 setuptools/utils.py,sha256=08Z7mt-9mvrx-XvmS5EyKoRn2lxNTlgFsUwBU3Eq9JQ,293 -setuptools/version.py,sha256=puctVnBYQ-XKHe7xBHqCJwzHsPjWBWn-FQt0kRDJjEg,21 +setuptools/version.py,sha256=_aG0a9wDe8nuk6z4mc7vBXS3U-58jm43VVJVRHSpX54,23 setuptools/windows_support.py,sha256=5GrfqSP2-dLGJoZTq2g6dCKkyQxxa2n5IQiXlJCoYEE,714 setuptools/command/__init__.py,sha256=gQMXoLa0TtUtmUZY0ptSouWWA5kcTArWyDQ6QwkjoVQ,554 setuptools/command/alias.py,sha256=1sLQxZcNh6dDQpDmm4G7UGGTol83nY1NTPmNBbm2siI,2381 @@ -44,81 +44,81 @@ setuptools/command/bdist_egg.py,sha256=3eblnHDm1t8Hwh8K5z1QaWOVkxUvxQc40KV_YZVHN setuptools/command/bdist_rpm.py,sha256=B7l0TnzCGb-0nLlm6rS00jWLkojASwVmdhW2w5Qz_Ak,1508 setuptools/command/bdist_wininst.py,sha256=_6dz3lpB1tY200LxKPLM7qgwTCceOMgaWFF-jW2-pm0,637 setuptools/command/build_ext.py,sha256=pkQ8xp3YPVGGLkGv-SvfxC_GqFpboph1AFEoMFOgQMo,11964 -setuptools/command/build_py.py,sha256=uTgiBroMgyV-Lq4Kt42PLWQknM9G8c8_6TiDv4H5_Sw,7915 -setuptools/command/develop.py,sha256=uyRwABU1JnhQhZO9rS8-nenkzLwKKJt2P7WPnsXrHd4,6610 -setuptools/command/easy_install.py,sha256=_gRt2BDjiJpHuDPJzOFOTThWjspKy7NYIV_Br_PmyB0,87190 -setuptools/command/egg_info.py,sha256=7AEcwMZQ5zl48_Cu_srTxCUqlJBokW10jRlFHZof2fs,16852 +setuptools/command/build_py.py,sha256=-45-M8GoefZWI_8smnAChPSjrtriqKJ2DoQM236lrEA,8000 +setuptools/command/develop.py,sha256=6oN0Qk_g8r29HZHxUvJLqUoZwGV33wg0olv2NnbHo20,7378 +setuptools/command/easy_install.py,sha256=3j4QGHmaPVbKieKSE8Mvcdn0KyxUFGngay4YFQl0U0Q,87460 +setuptools/command/egg_info.py,sha256=6F0MRJM78zHM1w7oGwjfDSgVQrbEIBy9MZ4UBsz75dc,16841 setuptools/command/install.py,sha256=QwaFiZRU3ytIHoPh8uJ9EqV3Fu9C4ca4B7UGAo95tws,4685 setuptools/command/install_egg_info.py,sha256=KXNB8O34-rK-cZZZr2fnT8kqNktDmTfUA88X2Iln66c,4001 -setuptools/command/install_lib.py,sha256=ntpy-9xiFHfDmXmX_Lfp7nMchw7FpgyP66H7reixI_Y,3771 +setuptools/command/install_lib.py,sha256=rWcysInRJHVzgneY41EKW3kW3-dR2q2CvyPzul5ASAk,3839 setuptools/command/install_scripts.py,sha256=vX2JC6v7l090N7CrTfihWBklNbPvfNKAY2LRtukM9XE,2231 setuptools/command/launcher manifest.xml,sha256=xlLbjWrB01tKC0-hlVkOKkiSPbzMml2eOPtJ_ucCnbE,628 setuptools/command/register.py,sha256=bHlMm1qmBbSdahTOT8w6UhA-EgeQIz7p6cD-qOauaiI,270 setuptools/command/rotate.py,sha256=Qm7SOa32L9XG5b_C7_SSYvKM5rqFXroeQ6w8GXIsY2o,2038 setuptools/command/saveopts.py,sha256=za7QCBcQimKKriWcoCcbhxPjUz30gSB74zuTL47xpP4,658 -setuptools/command/sdist.py,sha256=rMT2qS0u4GYJtL4IXiYG-ElEa111wqzQVHpv9uE1L5w,7079 -setuptools/command/setopt.py,sha256=Z3_kav60D2XHZjM0cRhGo7wbBYo7nr4U_U-wMMbpmu8,5080 -setuptools/command/test.py,sha256=yJEniqTzav6R6vimRG3tb7l233rGDSAmFafXIHe9UzU,6562 +setuptools/command/sdist.py,sha256=xfVHruP1ygEEIlEXFt_MVc-ioddWNIsPn14s-p2SJWE,7045 +setuptools/command/setopt.py,sha256=YUCWgxtCMWQOCylInD8LQyz2mDH_JT_dSiSlpHO4hns,5080 +setuptools/command/test.py,sha256=FfVBAAOSd0aINt2WQuyk3oH_mFRssIym1lxLO3zqlIg,6835 setuptools/command/upload_docs.py,sha256=di-XRGtxW5TSFYR6nK9XZj3I5JIU4V00SOFRhptdOGc,6782 -setuptools-18.5.dist-info/DESCRIPTION.rst,sha256=MDsJej8DPV2OKpAKpu74g-2xksRd-uGTeZn4W7D1dnI,9940 -setuptools-18.5.dist-info/METADATA,sha256=AnJr1ZA0xypJknGm_uX312zkByzCrA6_ZyjZDI0d408,11256 -setuptools-18.5.dist-info/RECORD,, -setuptools-18.5.dist-info/WHEEL,sha256=GrqQvamwgBV4nLoJe0vhYRSWzWsx7xjlt74FT0SWYfE,110 -setuptools-18.5.dist-info/dependency_links.txt,sha256=g1tkmtmOY1n1KRGVLZKBtbJf0CCZ2Jil8uGvMfQRJNE,226 -setuptools-18.5.dist-info/entry_points.txt,sha256=xrrbAWSD2o_blM5eb2oXvmCTvfdcjUMunUT4T8C-AAs,2793 -setuptools-18.5.dist-info/metadata.json,sha256=kuSZ-oLefqfph4-5BoCXPJKfOx98Dz9L4EgOJ08ZZl0,4678 -setuptools-18.5.dist-info/top_level.txt,sha256=7780fzudMJkykiTcIrAQ8m8Lll6kot3EEePye3VJgEE,49 -setuptools-18.5.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1 +setuptools-19.1.1.dist-info/DESCRIPTION.rst,sha256=MDsJej8DPV2OKpAKpu74g-2xksRd-uGTeZn4W7D1dnI,9940 +setuptools-19.1.1.dist-info/METADATA,sha256=xlRSO49pP5t_8vahC3aRgPiMKTzVbvDeG5me1gT8chc,11258 +setuptools-19.1.1.dist-info/RECORD,, +setuptools-19.1.1.dist-info/WHEEL,sha256=GrqQvamwgBV4nLoJe0vhYRSWzWsx7xjlt74FT0SWYfE,110 +setuptools-19.1.1.dist-info/dependency_links.txt,sha256=oUNXJEArClXFiSSvfFwUKY8TYjeIXhuFfCpXn5K0DCE,226 +setuptools-19.1.1.dist-info/entry_points.txt,sha256=xrrbAWSD2o_blM5eb2oXvmCTvfdcjUMunUT4T8C-AAs,2793 +setuptools-19.1.1.dist-info/metadata.json,sha256=e784uoVY91JB3h1b5vAtbY_cAZQ66TwCO52dW69jGrM,4688 +setuptools-19.1.1.dist-info/top_level.txt,sha256=7780fzudMJkykiTcIrAQ8m8Lll6kot3EEePye3VJgEE,49 +setuptools-19.1.1.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1 /srv/openmedialibrary/platform/Shared/home/.local/bin/easy_install,sha256=7h7lc5DCAhnE08UwEm49wGymGDGdOcrkRdncTKYmXIQ,233 /srv/openmedialibrary/platform/Shared/home/.local/bin/easy_install-3.4,sha256=7h7lc5DCAhnE08UwEm49wGymGDGdOcrkRdncTKYmXIQ,233 -_markerlib/__pycache__/markers.cpython-34.pyc,, -setuptools/command/__pycache__/setopt.cpython-34.pyc,, -setuptools/command/__pycache__/alias.cpython-34.pyc,, -setuptools/__pycache__/sandbox.cpython-34.pyc,, -setuptools/__pycache__/compat.cpython-34.pyc,, -pkg_resources/__pycache__/__init__.cpython-34.pyc,, -setuptools/command/__pycache__/install.cpython-34.pyc,, -setuptools/command/__pycache__/egg_info.cpython-34.pyc,, -pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-34.pyc,, -setuptools/command/__pycache__/test.cpython-34.pyc,, -setuptools/command/__pycache__/register.cpython-34.pyc,, -setuptools/command/__pycache__/bdist_wininst.cpython-34.pyc,, -setuptools/__pycache__/utils.cpython-34.pyc,, -setuptools/command/__pycache__/easy_install.cpython-34.pyc,, -setuptools/command/__pycache__/bdist_rpm.cpython-34.pyc,, -setuptools/__pycache__/py31compat.cpython-34.pyc,, -setuptools/__pycache__/depends.cpython-34.pyc,, -setuptools/__pycache__/extension.cpython-34.pyc,, -setuptools/__pycache__/__init__.cpython-34.pyc,, -__pycache__/easy_install.cpython-34.pyc,, -setuptools/__pycache__/py27compat.cpython-34.pyc,, -setuptools/__pycache__/windows_support.cpython-34.pyc,, -setuptools/__pycache__/dist.cpython-34.pyc,, -setuptools/command/__pycache__/saveopts.cpython-34.pyc,, -pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-34.pyc,, -_markerlib/__pycache__/__init__.cpython-34.pyc,, -setuptools/command/__pycache__/install_scripts.cpython-34.pyc,, -setuptools/__pycache__/msvc9_support.cpython-34.pyc,, -pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-34.pyc,, -setuptools/__pycache__/ssl_support.cpython-34.pyc,, -setuptools/__pycache__/version.cpython-34.pyc,, -setuptools/__pycache__/site-patch.cpython-34.pyc,, -setuptools/command/__pycache__/rotate.cpython-34.pyc,, -pkg_resources/_vendor/__pycache__/__init__.cpython-34.pyc,, -setuptools/command/__pycache__/build_py.cpython-34.pyc,, -setuptools/__pycache__/archive_util.cpython-34.pyc,, -setuptools/command/__pycache__/install_lib.cpython-34.pyc,, -setuptools/command/__pycache__/__init__.cpython-34.pyc,, -pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-34.pyc,, -setuptools/command/__pycache__/build_ext.cpython-34.pyc,, -setuptools/__pycache__/py26compat.cpython-34.pyc,, -setuptools/__pycache__/lib2to3_ex.cpython-34.pyc,, -setuptools/__pycache__/unicode_utils.cpython-34.pyc,, -setuptools/command/__pycache__/bdist_egg.cpython-34.pyc,, -setuptools/command/__pycache__/develop.cpython-34.pyc,, -setuptools/command/__pycache__/upload_docs.cpython-34.pyc,, -setuptools/command/__pycache__/sdist.cpython-34.pyc,, -pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-34.pyc,, pkg_resources/_vendor/packaging/__pycache__/version.cpython-34.pyc,, +setuptools/__pycache__/py26compat.cpython-34.pyc,, +pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-34.pyc,, +setuptools/command/__pycache__/build_ext.cpython-34.pyc,, +setuptools/command/__pycache__/install_scripts.cpython-34.pyc,, +setuptools/__pycache__/ssl_support.cpython-34.pyc,, +setuptools/__pycache__/dist.cpython-34.pyc,, +setuptools/__pycache__/unicode_utils.cpython-34.pyc,, setuptools/command/__pycache__/install_egg_info.cpython-34.pyc,, +pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-34.pyc,, +_markerlib/__pycache__/markers.cpython-34.pyc,, +setuptools/command/__pycache__/develop.cpython-34.pyc,, +pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-34.pyc,, +setuptools/__pycache__/utils.cpython-34.pyc,, +setuptools/command/__pycache__/upload_docs.cpython-34.pyc,, +setuptools/command/__pycache__/easy_install.cpython-34.pyc,, +pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-34.pyc,, +setuptools/__pycache__/py31compat.cpython-34.pyc,, +setuptools/command/__pycache__/egg_info.cpython-34.pyc,, +setuptools/__pycache__/site-patch.cpython-34.pyc,, +setuptools/__pycache__/__init__.cpython-34.pyc,, +setuptools/command/__pycache__/bdist_rpm.cpython-34.pyc,, +setuptools/command/__pycache__/build_py.cpython-34.pyc,, +setuptools/command/__pycache__/sdist.cpython-34.pyc,, setuptools/__pycache__/package_index.cpython-34.pyc,, +pkg_resources/__pycache__/__init__.cpython-34.pyc,, +setuptools/command/__pycache__/setopt.cpython-34.pyc,, +setuptools/__pycache__/depends.cpython-34.pyc,, +setuptools/__pycache__/version.cpython-34.pyc,, +setuptools/command/__pycache__/test.cpython-34.pyc,, +_markerlib/__pycache__/__init__.cpython-34.pyc,, +setuptools/__pycache__/py27compat.cpython-34.pyc,, +setuptools/command/__pycache__/saveopts.cpython-34.pyc,, +setuptools/command/__pycache__/install.cpython-34.pyc,, +setuptools/__pycache__/msvc9_support.cpython-34.pyc,, +setuptools/command/__pycache__/register.cpython-34.pyc,, +setuptools/__pycache__/compat.cpython-34.pyc,, +setuptools/command/__pycache__/rotate.cpython-34.pyc,, +__pycache__/easy_install.cpython-34.pyc,, +setuptools/command/__pycache__/alias.cpython-34.pyc,, +setuptools/command/__pycache__/install_lib.cpython-34.pyc,, +pkg_resources/_vendor/__pycache__/__init__.cpython-34.pyc,, +setuptools/__pycache__/lib2to3_ex.cpython-34.pyc,, +setuptools/command/__pycache__/__init__.cpython-34.pyc,, +setuptools/__pycache__/sandbox.cpython-34.pyc,, +setuptools/command/__pycache__/bdist_egg.cpython-34.pyc,, +pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-34.pyc,, +setuptools/command/__pycache__/bdist_wininst.cpython-34.pyc,, +setuptools/__pycache__/windows_support.cpython-34.pyc,, +setuptools/__pycache__/archive_util.cpython-34.pyc,, +setuptools/__pycache__/extension.cpython-34.pyc,, diff --git a/Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/WHEEL b/Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/WHEEL similarity index 100% rename from Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/WHEEL rename to Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/WHEEL diff --git a/Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/dependency_links.txt b/Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/dependency_links.txt similarity index 50% rename from Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/dependency_links.txt rename to Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/dependency_links.txt index b0477ad..47d1e81 100644 --- a/Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/dependency_links.txt +++ b/Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/dependency_links.txt @@ -1,2 +1,2 @@ -https://pypi.python.org/packages/source/c/certifi/certifi-2015.04.28.tar.gz#md5=12c7c3a063b2ff97a0f8291d8de41e8c +https://pypi.python.org/packages/source/c/certifi/certifi-2015.11.20.tar.gz#md5=25134646672c695c1ff1593c2dd75d08 https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2 diff --git a/Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/entry_points.txt b/Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/entry_points.txt similarity index 100% rename from Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/entry_points.txt rename to Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/entry_points.txt diff --git a/Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/metadata.json b/Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/metadata.json similarity index 96% rename from Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/metadata.json rename to Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/metadata.json index 5cb9549..2729dab 100644 --- a/Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/metadata.json +++ b/Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/metadata.json @@ -1 +1 @@ -{"generator": "bdist_wheel (0.26.0)", "summary": "Easily download, build, install, upgrade, and uninstall Python packages", "classifiers": ["Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Python Software Foundation License", "License :: OSI Approved :: Zope Public License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Archiving :: Packaging", "Topic :: System :: Systems Administration", "Topic :: Utilities"], "extensions": {"python.details": {"project_urls": {"Home": "https://bitbucket.org/pypa/setuptools"}, "contacts": [{"email": "distutils-sig@python.org", "name": "Python Packaging Authority", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}}, "python.exports": {"console_scripts": {"easy_install": "setuptools.command.easy_install:main", "easy_install-3.5": "setuptools.command.easy_install:main"}, "distutils.commands": {"alias": "setuptools.command.alias:alias", "bdist_egg": "setuptools.command.bdist_egg:bdist_egg", "bdist_rpm": "setuptools.command.bdist_rpm:bdist_rpm", "bdist_wininst": "setuptools.command.bdist_wininst:bdist_wininst", "build_ext": "setuptools.command.build_ext:build_ext", "build_py": "setuptools.command.build_py:build_py", "develop": "setuptools.command.develop:develop", "easy_install": "setuptools.command.easy_install:easy_install", "egg_info": "setuptools.command.egg_info:egg_info", "install": "setuptools.command.install:install", "install_egg_info": "setuptools.command.install_egg_info:install_egg_info", "install_lib": "setuptools.command.install_lib:install_lib", "install_scripts": "setuptools.command.install_scripts:install_scripts", "register": "setuptools.command.register:register", "rotate": "setuptools.command.rotate:rotate", "saveopts": "setuptools.command.saveopts:saveopts", "sdist": "setuptools.command.sdist:sdist", "setopt": "setuptools.command.setopt:setopt", "test": "setuptools.command.test:test", "upload_docs": "setuptools.command.upload_docs:upload_docs"}, "distutils.setup_keywords": {"convert_2to3_doctests": "setuptools.dist:assert_string_list", "dependency_links": "setuptools.dist:assert_string_list", "eager_resources": "setuptools.dist:assert_string_list", "entry_points": "setuptools.dist:check_entry_points", "exclude_package_data": "setuptools.dist:check_package_data", "extras_require": "setuptools.dist:check_extras", "include_package_data": "setuptools.dist:assert_bool", "install_requires": "setuptools.dist:check_requirements", "namespace_packages": "setuptools.dist:check_nsp", "package_data": "setuptools.dist:check_package_data", "packages": "setuptools.dist:check_packages", "setup_requires": "setuptools.dist:check_requirements", "test_loader": "setuptools.dist:check_importable", "test_runner": "setuptools.dist:check_importable", "test_suite": "setuptools.dist:check_test_suite", "tests_require": "setuptools.dist:check_requirements", "use_2to3": "setuptools.dist:assert_bool", "use_2to3_exclude_fixers": "setuptools.dist:assert_string_list", "use_2to3_fixers": "setuptools.dist:assert_string_list", "zip_safe": "setuptools.dist:assert_bool"}, "egg_info.writers": {"PKG-INFO": "setuptools.command.egg_info:write_pkg_info", "dependency_links.txt": "setuptools.command.egg_info:overwrite_arg", "depends.txt": "setuptools.command.egg_info:warn_depends_obsolete", "eager_resources.txt": "setuptools.command.egg_info:overwrite_arg", "entry_points.txt": "setuptools.command.egg_info:write_entries", "namespace_packages.txt": "setuptools.command.egg_info:overwrite_arg", "requires.txt": "setuptools.command.egg_info:write_requirements", "top_level.txt": "setuptools.command.egg_info:write_toplevel_names"}, "setuptools.installation": {"eggsecutable": "setuptools.command.easy_install:bootstrap"}}, "python.commands": {"wrap_console": {"easy_install": "setuptools.command.easy_install:main", "easy_install-3.5": "setuptools.command.easy_install:main"}}}, "keywords": ["CPAN", "PyPI", "distutils", "eggs", "package", "management"], "license": "PSF or ZPL", "metadata_version": "2.0", "name": "setuptools", "extras": ["certs", "ssl"], "run_requires": [{"requires": ["certifi (==2015.04.28)"], "extra": "certs"}, {"requires": ["wincertstore (==0.2)"], "extra": "ssl", "environment": "sys_platform=='win32'"}], "version": "18.5", "test_requires": [{"requires": ["pytest", "setuptools[ssl]"]}]} \ No newline at end of file +{"generator": "bdist_wheel (0.26.0)", "summary": "Easily download, build, install, upgrade, and uninstall Python packages", "classifiers": ["Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Python Software Foundation License", "License :: OSI Approved :: Zope Public License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Archiving :: Packaging", "Topic :: System :: Systems Administration", "Topic :: Utilities"], "extensions": {"python.details": {"project_urls": {"Home": "https://bitbucket.org/pypa/setuptools"}, "contacts": [{"email": "distutils-sig@python.org", "name": "Python Packaging Authority", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}}, "python.exports": {"console_scripts": {"easy_install": "setuptools.command.easy_install:main", "easy_install-3.5": "setuptools.command.easy_install:main"}, "distutils.commands": {"alias": "setuptools.command.alias:alias", "bdist_egg": "setuptools.command.bdist_egg:bdist_egg", "bdist_rpm": "setuptools.command.bdist_rpm:bdist_rpm", "bdist_wininst": "setuptools.command.bdist_wininst:bdist_wininst", "build_ext": "setuptools.command.build_ext:build_ext", "build_py": "setuptools.command.build_py:build_py", "develop": "setuptools.command.develop:develop", "easy_install": "setuptools.command.easy_install:easy_install", "egg_info": "setuptools.command.egg_info:egg_info", "install": "setuptools.command.install:install", "install_egg_info": "setuptools.command.install_egg_info:install_egg_info", "install_lib": "setuptools.command.install_lib:install_lib", "install_scripts": "setuptools.command.install_scripts:install_scripts", "register": "setuptools.command.register:register", "rotate": "setuptools.command.rotate:rotate", "saveopts": "setuptools.command.saveopts:saveopts", "sdist": "setuptools.command.sdist:sdist", "setopt": "setuptools.command.setopt:setopt", "test": "setuptools.command.test:test", "upload_docs": "setuptools.command.upload_docs:upload_docs"}, "distutils.setup_keywords": {"convert_2to3_doctests": "setuptools.dist:assert_string_list", "dependency_links": "setuptools.dist:assert_string_list", "eager_resources": "setuptools.dist:assert_string_list", "entry_points": "setuptools.dist:check_entry_points", "exclude_package_data": "setuptools.dist:check_package_data", "extras_require": "setuptools.dist:check_extras", "include_package_data": "setuptools.dist:assert_bool", "install_requires": "setuptools.dist:check_requirements", "namespace_packages": "setuptools.dist:check_nsp", "package_data": "setuptools.dist:check_package_data", "packages": "setuptools.dist:check_packages", "setup_requires": "setuptools.dist:check_requirements", "test_loader": "setuptools.dist:check_importable", "test_runner": "setuptools.dist:check_importable", "test_suite": "setuptools.dist:check_test_suite", "tests_require": "setuptools.dist:check_requirements", "use_2to3": "setuptools.dist:assert_bool", "use_2to3_exclude_fixers": "setuptools.dist:assert_string_list", "use_2to3_fixers": "setuptools.dist:assert_string_list", "zip_safe": "setuptools.dist:assert_bool"}, "egg_info.writers": {"PKG-INFO": "setuptools.command.egg_info:write_pkg_info", "dependency_links.txt": "setuptools.command.egg_info:overwrite_arg", "depends.txt": "setuptools.command.egg_info:warn_depends_obsolete", "eager_resources.txt": "setuptools.command.egg_info:overwrite_arg", "entry_points.txt": "setuptools.command.egg_info:write_entries", "namespace_packages.txt": "setuptools.command.egg_info:overwrite_arg", "requires.txt": "setuptools.command.egg_info:write_requirements", "top_level.txt": "setuptools.command.egg_info:write_toplevel_names"}, "setuptools.installation": {"eggsecutable": "setuptools.command.easy_install:bootstrap"}}, "python.commands": {"wrap_console": {"easy_install": "setuptools.command.easy_install:main", "easy_install-3.5": "setuptools.command.easy_install:main"}}}, "keywords": ["CPAN", "PyPI", "distutils", "eggs", "package", "management"], "license": "PSF or ZPL", "metadata_version": "2.0", "name": "setuptools", "extras": ["certs", "ssl"], "run_requires": [{"requires": ["certifi (==2015.11.20)"], "extra": "certs"}, {"requires": ["wincertstore (==0.2)"], "extra": "ssl", "environment": "sys_platform=='win32'"}], "version": "19.1.1", "test_requires": [{"requires": ["pytest (>=2.8)", "setuptools[ssl]"]}]} \ No newline at end of file diff --git a/Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/top_level.txt b/Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/top_level.txt similarity index 100% rename from Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/top_level.txt rename to Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/top_level.txt diff --git a/Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/zip-safe b/Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/zip-safe similarity index 100% rename from Shared/lib/python3.4/site-packages/setuptools-18.5.dist-info/zip-safe rename to Shared/lib/python3.4/site-packages/setuptools-19.1.1.dist-info/zip-safe diff --git a/Shared/lib/python3.4/site-packages/setuptools/command/build_py.py b/Shared/lib/python3.4/site-packages/setuptools/command/build_py.py index a873d54..8a50f03 100644 --- a/Shared/lib/python3.4/site-packages/setuptools/command/build_py.py +++ b/Shared/lib/python3.4/site-packages/setuptools/command/build_py.py @@ -2,9 +2,13 @@ from glob import glob from distutils.util import convert_path import distutils.command.build_py as orig import os -import sys import fnmatch import textwrap +import io +import distutils.errors +import collections +import itertools + try: from setuptools.lib2to3_ex import Mixin2to3 @@ -157,17 +161,15 @@ class build_py(orig.build_py, Mixin2to3): else: return init_py - f = open(init_py, 'rbU') - if 'declare_namespace'.encode() not in f.read(): - from distutils.errors import DistutilsError - - raise DistutilsError( + with io.open(init_py, 'rb') as f: + contents = f.read() + if b'declare_namespace' not in contents: + raise distutils.errors.DistutilsError( "Namespace package problem: %s is a namespace package, but " "its\n__init__.py does not call declare_namespace()! Please " 'fix it.\n(See the setuptools manual under ' '"Namespace Packages" for details.)\n"' % (package,) ) - f.close() return init_py def initialize_options(self): @@ -182,20 +184,25 @@ class build_py(orig.build_py, Mixin2to3): def exclude_data_files(self, package, src_dir, files): """Filter filenames for package's data files in 'src_dir'""" - globs = (self.exclude_package_data.get('', []) - + self.exclude_package_data.get(package, [])) - bad = [] - for pattern in globs: - bad.extend( - fnmatch.filter( - files, os.path.join(src_dir, convert_path(pattern)) - ) + globs = ( + self.exclude_package_data.get('', []) + + self.exclude_package_data.get(package, []) + ) + bad = set( + item + for pattern in globs + for item in fnmatch.filter( + files, + os.path.join(src_dir, convert_path(pattern)), ) - bad = dict.fromkeys(bad) - seen = {} + ) + seen = collections.defaultdict(itertools.count) return [ - f for f in files if f not in bad - and f not in seen and seen.setdefault(f, 1) # ditch dupes + fn + for fn in files + if fn not in bad + # ditch dupes + and not next(seen[fn]) ] diff --git a/Shared/lib/python3.4/site-packages/setuptools/command/develop.py b/Shared/lib/python3.4/site-packages/setuptools/command/develop.py index 368b64f..07b66cc 100644 --- a/Shared/lib/python3.4/site-packages/setuptools/command/develop.py +++ b/Shared/lib/python3.4/site-packages/setuptools/command/develop.py @@ -3,6 +3,7 @@ from distutils import log from distutils.errors import DistutilsError, DistutilsOptionError import os import glob +import io from pkg_resources import Distribution, PathMetadata, normalize_path from setuptools.command.easy_install import easy_install @@ -53,8 +54,8 @@ class develop(easy_install): # pick up setup-dir .egg files only: no .egg-info self.package_index.scan(glob.glob('*.egg')) - self.egg_link = os.path.join(self.install_dir, ei.egg_name + - '.egg-link') + egg_link_fn = ei.egg_name + '.egg-link' + self.egg_link = os.path.join(self.install_dir, egg_link_fn) self.egg_base = ei.egg_base if self.egg_path is None: self.egg_path = os.path.abspath(ei.egg_base) @@ -124,9 +125,8 @@ class develop(easy_install): # create an .egg-link in the installation dir, pointing to our egg log.info("Creating %s (link to %s)", self.egg_link, self.egg_base) if not self.dry_run: - f = open(self.egg_link, "w") - f.write(self.egg_path + "\n" + self.setup_path) - f.close() + with open(self.egg_link, "w") as f: + f.write(self.egg_path + "\n" + self.setup_path) # postprocess the installed distro, fixing up .pth, installing scripts, # and handling requirements self.process_distribution(None, self.dist, not self.no_deps) @@ -163,7 +163,33 @@ class develop(easy_install): for script_name in self.distribution.scripts or []: script_path = os.path.abspath(convert_path(script_name)) script_name = os.path.basename(script_path) - f = open(script_path, 'rU') - script_text = f.read() - f.close() + with io.open(script_path) as strm: + script_text = strm.read() self.install_script(dist, script_name, script_text, script_path) + + def install_wrapper_scripts(self, dist): + dist = VersionlessRequirement(dist) + return easy_install.install_wrapper_scripts(self, dist) + + +class VersionlessRequirement(object): + """ + Adapt a pkg_resources.Distribution to simply return the project + name as the 'requirement' so that scripts will work across + multiple versions. + + >>> dist = Distribution(project_name='foo', version='1.0') + >>> str(dist.as_requirement()) + 'foo==1.0' + >>> adapted_dist = VersionlessRequirement(dist) + >>> str(adapted_dist.as_requirement()) + 'foo' + """ + def __init__(self, dist): + self.__dist = dist + + def __getattr__(self, name): + return getattr(self.__dist, name) + + def as_requirement(self): + return self.project_name diff --git a/Shared/lib/python3.4/site-packages/setuptools/command/easy_install.py b/Shared/lib/python3.4/site-packages/setuptools/command/easy_install.py index 45d180b..9ca3b51 100644 --- a/Shared/lib/python3.4/site-packages/setuptools/command/easy_install.py +++ b/Shared/lib/python3.4/site-packages/setuptools/command/easy_install.py @@ -20,6 +20,7 @@ from distutils.errors import DistutilsArgError, DistutilsOptionError, \ from distutils.command.install import INSTALL_SCHEMES, SCHEME_KEYS from distutils import log, dir_util from distutils.command.build_scripts import first_line_re +from distutils.spawn import find_executable import sys import os import zipimport @@ -760,9 +761,10 @@ class easy_install(Command): return dst def install_wrapper_scripts(self, dist): - if not self.exclude_scripts: - for args in ScriptWriter.best().get_args(dist): - self.write_script(*args) + if self.exclude_scripts: + return + for args in ScriptWriter.best().get_args(dist): + self.write_script(*args) def install_script(self, dist, script_name, script_text, dev_path=None): """Generate a legacy script wrapper and install it""" @@ -770,8 +772,8 @@ class easy_install(Command): is_script = is_python_script(script_text, script_name) if is_script: - script_text = (ScriptWriter.get_header(script_text) + - self._load_template(dev_path) % locals()) + body = self._load_template(dev_path) % locals() + script_text = ScriptWriter.get_header(script_text) + body self.write_script(script_name, _to_ascii(script_text), 'b') @staticmethod @@ -803,9 +805,8 @@ class easy_install(Command): ensure_directory(target) if os.path.exists(target): os.unlink(target) - f = open(target, "w" + mode) - f.write(contents) - f.close() + with open(target, "w" + mode) as f: + f.write(contents) chmod(target, 0o777 - mask) def install_eggs(self, spec, dist_filename, tmpdir): @@ -1401,7 +1402,7 @@ def expand_paths(inputs): def extract_wininst_cfg(dist_filename): """Extract configuration data from a bdist_wininst .exe - Returns a ConfigParser.RawConfigParser, or None + Returns a configparser.RawConfigParser, or None """ f = open(dist_filename, 'rb') try: @@ -1414,7 +1415,7 @@ def extract_wininst_cfg(dist_filename): return None f.seek(prepended - 12) - from setuptools.compat import StringIO, ConfigParser + from setuptools.compat import StringIO, configparser import struct tag, cfglen, bmlen = struct.unpack("%s" % (f,f)) + elif os.path.isdir(filepath): + f += '/' + files.append('{name}'.format(name=f)) else: - body = ("%s" % url) + \ - "%s" % '\n'.join(files) + tmpl = ("{url}" + "{files}") + body = tmpl.format(url=url, files='\n'.join(files)) status, message = 200, "OK" else: status, message, body = 404, "Path not found", "Not found" diff --git a/Shared/lib/python3.4/site-packages/setuptools/py31compat.py b/Shared/lib/python3.4/site-packages/setuptools/py31compat.py index c487ac0..8fe6dd9 100644 --- a/Shared/lib/python3.4/site-packages/setuptools/py31compat.py +++ b/Shared/lib/python3.4/site-packages/setuptools/py31compat.py @@ -20,7 +20,7 @@ except ImportError: import shutil import tempfile class TemporaryDirectory(object): - """" + """ Very simple temporary directory context manager. Will try to delete afterward, but will also ignore OS and similar errors on deletion. diff --git a/Shared/lib/python3.4/site-packages/setuptools/sandbox.py b/Shared/lib/python3.4/site-packages/setuptools/sandbox.py index 213cebf..85de85f 100644 --- a/Shared/lib/python3.4/site-packages/setuptools/sandbox.py +++ b/Shared/lib/python3.4/site-packages/setuptools/sandbox.py @@ -98,8 +98,8 @@ class UnpickleableException(Exception): """ An exception representing another Exception that could not be pickled. """ - @classmethod - def dump(cls, type, exc): + @staticmethod + def dump(type, exc): """ Always return a dumped (pickled) type and exc. If exc can't be pickled, wrap it in UnpickleableException first. @@ -107,6 +107,8 @@ class UnpickleableException(Exception): try: return pickle.dumps(type), pickle.dumps(exc) except Exception: + # get UnpickleableException inside the sandbox + from setuptools.sandbox import UnpickleableException as cls return cls.dump(cls, cls(repr(exc))) @@ -382,6 +384,7 @@ class DirectorySandbox(AbstractSandbox): AbstractSandbox.__init__(self) def _violation(self, operation, *args, **kw): + from setuptools.sandbox import SandboxViolation raise SandboxViolation(operation, args, kw) if _file: diff --git a/Shared/lib/python3.4/site-packages/setuptools/version.py b/Shared/lib/python3.4/site-packages/setuptools/version.py index 1be1f7e..1ed1150 100644 --- a/Shared/lib/python3.4/site-packages/setuptools/version.py +++ b/Shared/lib/python3.4/site-packages/setuptools/version.py @@ -1 +1 @@ -__version__ = '18.5' +__version__ = '19.1.1' diff --git a/Shared/lib/python3.4/site-packages/stem-1.4.0.egg-info/installed-files.txt b/Shared/lib/python3.4/site-packages/stem-1.4.0.egg-info/installed-files.txt index 52ca914..bbd2120 100644 --- a/Shared/lib/python3.4/site-packages/stem-1.4.0.egg-info/installed-files.txt +++ b/Shared/lib/python3.4/site-packages/stem-1.4.0.egg-info/installed-files.txt @@ -91,8 +91,8 @@ ../stem/util/__pycache__/test_tools.cpython-34.pyc ../stem/util/__pycache__/tor_tools.cpython-34.pyc ./ -dependency_links.txt top_level.txt PKG-INFO +dependency_links.txt SOURCES.txt ../../../../bin/tor-prompt