diff --git a/python/LICENSE.txt b/python/LICENSE.txt index 0098274..537a71c 100644 --- a/python/LICENSE.txt +++ b/python/LICENSE.txt @@ -59,6 +59,17 @@ direction to make these releases possible. B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON =============================================================== +Python software and documentation are licensed under the +Python Software Foundation License Version 2. + +Starting with Python 3.8.6, examples, recipes, and other code in +the documentation are dual licensed under the PSF License Version 2 +and the Zero-Clause BSD license. + +Some software incorporated into Python is under different licenses. +The licenses are listed with code falling under that license. + + PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 -------------------------------------------- @@ -73,7 +84,7 @@ analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, -2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software Foundation; +2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee. @@ -252,3 +263,388 @@ FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +ZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION +---------------------------------------------------------------------- + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + + +Additional Conditions for this Windows binary build +--------------------------------------------------- + +This program is linked with and uses Microsoft Distributable Code, +copyrighted by Microsoft Corporation. The Microsoft Distributable Code +is embedded in each .exe, .dll and .pyd file as a result of running +the code through a linker. + +If you further distribute programs that include the Microsoft +Distributable Code, you must comply with the restrictions on +distribution specified by Microsoft. In particular, you must require +distributors and external end users to agree to terms that protect the +Microsoft Distributable Code at least as much as Microsoft's own +requirements for the Distributable Code. See Microsoft's documentation +(included in its developer tools and on its website at microsoft.com) +for specific details. + +Redistribution of the Windows binary build of the Python interpreter +complies with this agreement, provided that you do not: + +- alter any copyright, trademark or patent notice in Microsoft's +Distributable Code; + +- use Microsoft's trademarks in your programs' names or in a way that +suggests your programs come from or are endorsed by Microsoft; + +- distribute Microsoft's Distributable Code to run on a platform other +than Microsoft operating systems, run-time technologies or application +platforms; or + +- include Microsoft Distributable Code in malicious, deceptive or +unlawful programs. + +These restrictions apply only to the Microsoft Distributable Code as +defined above, not to Python itself or any programs running on the +Python interpreter. The redistribution of the Python interpreter and +libraries is governed by the Python Software License included with this +file, or by other licenses as marked. + + + +-------------------------------------------------------------------------- + +This program, "bzip2", the associated library "libbzip2", and all +documentation, are copyright (C) 1996-2010 Julian R Seward. All +rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. The origin of this software must not be misrepresented; you must + not claim that you wrote the original software. If you use this + software in a product, an acknowledgment in the product + documentation would be appreciated but is not required. + +3. Altered source versions must be plainly marked as such, and must + not be misrepresented as being the original software. + +4. The name of the author may not be used to endorse or promote + products derived from this software without specific prior written + permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS +OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE +GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Julian Seward, jseward@bzip.org +bzip2/libbzip2 version 1.0.6 of 6 September 2010 + +-------------------------------------------------------------------------- + + + LICENSE ISSUES + ============== + + The OpenSSL toolkit stays under a double license, i.e. both the conditions of + the OpenSSL License and the original SSLeay license apply to the toolkit. + See below for the actual license texts. + + OpenSSL License + --------------- + +/* ==================================================================== + * Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + + Original SSLeay License + ----------------------- + +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + + +libffi - Copyright (c) 1996-2014 Anthony Green, Red Hat, Inc and others. +See source files for details. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +``Software''), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +This software is copyrighted by the Regents of the University of +California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState +Corporation and other parties. The following terms apply to all files +associated with the software unless explicitly disclaimed in +individual files. + +The authors hereby grant permission to use, copy, modify, distribute, +and license this software and its documentation for any purpose, provided +that existing copyright notices are retained in all copies and that this +notice is included verbatim in any distributions. No written agreement, +license, or royalty fee is required for any of the authorized uses. +Modifications to this software may be copyrighted by their authors +and need not follow the licensing terms described here, provided that +the new terms are clearly indicated on the first page of each file where +they apply. + +IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY +FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY +DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + +THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE +IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE +NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR +MODIFICATIONS. + +GOVERNMENT USE: If you are acquiring this software on behalf of the +U.S. government, the Government shall have only "Restricted Rights" +in the software and related documentation as defined in the Federal +Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you +are acquiring the software on behalf of the Department of Defense, the +software shall be classified as "Commercial Computer Software" and the +Government shall have only "Restricted Rights" as defined in Clause +252.227-7014 (b) (3) of DFARs. Notwithstanding the foregoing, the +authors grant the U.S. Government and others acting in its behalf +permission to use and distribute the software in accordance with the +terms specified in this license. + +This software is copyrighted by the Regents of the University of +California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState +Corporation, Apple Inc. and other parties. The following terms apply to +all files associated with the software unless explicitly disclaimed in +individual files. + +The authors hereby grant permission to use, copy, modify, distribute, +and license this software and its documentation for any purpose, provided +that existing copyright notices are retained in all copies and that this +notice is included verbatim in any distributions. No written agreement, +license, or royalty fee is required for any of the authorized uses. +Modifications to this software may be copyrighted by their authors +and need not follow the licensing terms described here, provided that +the new terms are clearly indicated on the first page of each file where +they apply. + +IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY +FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY +DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + +THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE +IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE +NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR +MODIFICATIONS. + +GOVERNMENT USE: If you are acquiring this software on behalf of the +U.S. government, the Government shall have only "Restricted Rights" +in the software and related documentation as defined in the Federal +Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you +are acquiring the software on behalf of the Department of Defense, the +software shall be classified as "Commercial Computer Software" and the +Government shall have only "Restricted Rights" as defined in Clause +252.227-7013 (b) (3) of DFARs. Notwithstanding the foregoing, the +authors grant the U.S. Government and others acting in its behalf +permission to use and distribute the software in accordance with the +terms specified in this license. + +Copyright (c) 1993-1999 Ioi Kim Lam. +Copyright (c) 2000-2001 Tix Project Group. +Copyright (c) 2004 ActiveState + +This software is copyrighted by the above entities +and other parties. The following terms apply to all files associated +with the software unless explicitly disclaimed in individual files. + +The authors hereby grant permission to use, copy, modify, distribute, +and license this software and its documentation for any purpose, provided +that existing copyright notices are retained in all copies and that this +notice is included verbatim in any distributions. No written agreement, +license, or royalty fee is required for any of the authorized uses. +Modifications to this software may be copyrighted by their authors +and need not follow the licensing terms described here, provided that +the new terms are clearly indicated on the first page of each file where +they apply. + +IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY +FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY +DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + +THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE +IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE +NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR +MODIFICATIONS. + +GOVERNMENT USE: If you are acquiring this software on behalf of the +U.S. government, the Government shall have only "Restricted Rights" +in the software and related documentation as defined in the Federal +Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you +are acquiring the software on behalf of the Department of Defense, the +software shall be classified as "Commercial Computer Software" and the +Government shall have only "Restricted Rights" as defined in Clause +252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the +authors grant the U.S. Government and others acting in its behalf +permission to use and distribute the software in accordance with the +terms specified in this license. + +---------------------------------------------------------------------- + +Parts of this software are based on the Tcl/Tk software copyrighted by +the Regents of the University of California, Sun Microsystems, Inc., +and other parties. The original license terms of the Tcl/Tk software +distribution is included in the file docs/license.tcltk. + +Parts of this software are based on the HTML Library software +copyrighted by Sun Microsystems, Inc. The original license terms of +the HTML Library software distribution is included in the file +docs/license.html_lib. + diff --git a/python/_asyncio.pyd b/python/_asyncio.pyd index 6744d1b..63a2e95 100644 Binary files a/python/_asyncio.pyd and b/python/_asyncio.pyd differ diff --git a/python/_bz2.pyd b/python/_bz2.pyd index 63c3597..df8e00a 100644 Binary files a/python/_bz2.pyd and b/python/_bz2.pyd differ diff --git a/python/_ctypes.pyd b/python/_ctypes.pyd index 8519769..fba6828 100644 Binary files a/python/_ctypes.pyd and b/python/_ctypes.pyd differ diff --git a/python/_decimal.pyd b/python/_decimal.pyd index 712e840..daab285 100644 Binary files a/python/_decimal.pyd and b/python/_decimal.pyd differ diff --git a/python/_elementtree.pyd b/python/_elementtree.pyd index 5283523..020c55d 100644 Binary files a/python/_elementtree.pyd and b/python/_elementtree.pyd differ diff --git a/python/_hashlib.pyd b/python/_hashlib.pyd index cee10ae..54f4d0a 100644 Binary files a/python/_hashlib.pyd and b/python/_hashlib.pyd differ diff --git a/python/_lzma.pyd b/python/_lzma.pyd index 1ed8f8a..6a96c4e 100644 Binary files a/python/_lzma.pyd and b/python/_lzma.pyd differ diff --git a/python/_msi.pyd b/python/_msi.pyd index 0810860..4079337 100644 Binary files a/python/_msi.pyd and b/python/_msi.pyd differ diff --git a/python/_multiprocessing.pyd b/python/_multiprocessing.pyd index 1120490..9db8f42 100644 Binary files a/python/_multiprocessing.pyd and b/python/_multiprocessing.pyd differ diff --git a/python/_overlapped.pyd b/python/_overlapped.pyd index 6ca9803..be7fdc3 100644 Binary files a/python/_overlapped.pyd and b/python/_overlapped.pyd differ diff --git a/python/_queue.pyd b/python/_queue.pyd index 18507b6..8352420 100644 Binary files a/python/_queue.pyd and b/python/_queue.pyd differ diff --git a/python/_socket.pyd b/python/_socket.pyd index 39be0e5..b72bf88 100644 Binary files a/python/_socket.pyd and b/python/_socket.pyd differ diff --git a/python/_sqlite3.pyd b/python/_sqlite3.pyd index a6a00ad..8622222 100644 Binary files a/python/_sqlite3.pyd and b/python/_sqlite3.pyd differ diff --git a/python/_ssl.pyd b/python/_ssl.pyd index fd75582..0612aa1 100644 Binary files a/python/_ssl.pyd and b/python/_ssl.pyd differ diff --git a/python/certifi-2021.10.8.dist-info/RECORD b/python/certifi-2021.10.8.dist-info/RECORD index 0f1fa6e..8bc571d 100644 --- a/python/certifi-2021.10.8.dist-info/RECORD +++ b/python/certifi-2021.10.8.dist-info/RECORD @@ -6,8 +6,8 @@ certifi-2021.10.8.dist-info/WHEEL,sha256=ADKeyaGyKF5DwBNE0sRE5pvW-bSkFMJfBuhzZ3r certifi-2021.10.8.dist-info/top_level.txt,sha256=KMu4vUCfsjLrkPbSNdgdekS-pVJzBAJFO__nI8NF6-U,8 certifi/__init__.py,sha256=xWdRgntT3j1V95zkRipGOg_A1UfEju2FcpujhysZLRI,62 certifi/__main__.py,sha256=xBBoj905TUWBLRGANOcf7oi6e-3dMP4cEoG9OyMs11g,243 -certifi/__pycache__/__init__.cpython-37.pyc,, -certifi/__pycache__/__main__.cpython-37.pyc,, -certifi/__pycache__/core.cpython-37.pyc,, +certifi/__pycache__/__init__.cpython-38.pyc,, +certifi/__pycache__/__main__.cpython-38.pyc,, +certifi/__pycache__/core.cpython-38.pyc,, certifi/cacert.pem,sha256=-og4Keu4zSpgL5shwfhd4kz0eUnVILzrGCi0zRy2kGw,265969 certifi/core.py,sha256=V0uyxKOYdz6ulDSusclrLmjbPgOXsD0BnEf0SQ7OnoE,2303 diff --git a/python/certifi/__init__.pyc b/python/certifi/__init__.pyc index 35c038f..cb67693 100644 Binary files a/python/certifi/__init__.pyc and b/python/certifi/__init__.pyc differ diff --git a/python/certifi/__main__.pyc b/python/certifi/__main__.pyc index 090e394..ae84103 100644 Binary files a/python/certifi/__main__.pyc and b/python/certifi/__main__.pyc differ diff --git a/python/certifi/core.pyc b/python/certifi/core.pyc index af4bef1..6c99c7a 100644 Binary files a/python/certifi/core.pyc and b/python/certifi/core.pyc differ diff --git a/python/charset_normalizer-2.0.7.dist-info/RECORD b/python/charset_normalizer-2.0.7.dist-info/RECORD index a051b37..887486e 100644 --- a/python/charset_normalizer-2.0.7.dist-info/RECORD +++ b/python/charset_normalizer-2.0.7.dist-info/RECORD @@ -1,4 +1,4 @@ -../../Scripts/normalizer.exe,sha256=YcJOWpkWho1fYbNYhyuGRwcSAX4Cbi0usnePUc1H0Wc,106360 +../../Scripts/normalizer.exe,sha256=dmkGt0SsqavSzax5Qtav9CkV2-I2x2UrTT5-IW72MXo,106363 charset_normalizer-2.0.7.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 charset_normalizer-2.0.7.dist-info/LICENSE,sha256=6zGgxaT7Cbik4yBV0lweX5w1iidS_vPNcgIT0cz-4kE,1070 charset_normalizer-2.0.7.dist-info/METADATA,sha256=IBf9rYJsfiUkX_1wIFO3ABSfIPbgA-k1gqrq_VfypyY,11350 @@ -7,22 +7,22 @@ charset_normalizer-2.0.7.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWC charset_normalizer-2.0.7.dist-info/entry_points.txt,sha256=5AJq_EPtGGUwJPgQLnBZfbVr-FYCIwT0xP7dIEZO3NI,77 charset_normalizer-2.0.7.dist-info/top_level.txt,sha256=7ASyzePr8_xuZWJsnqJjIBtyV8vhEo0wBCv1MPRRi3Q,19 charset_normalizer/__init__.py,sha256=BVLv4gxL3YZ0xFHfrJacXqdV5YUm98fACgSaEtynXZc,1491 -charset_normalizer/__pycache__/__init__.cpython-37.pyc,, -charset_normalizer/__pycache__/api.cpython-37.pyc,, -charset_normalizer/__pycache__/cd.cpython-37.pyc,, -charset_normalizer/__pycache__/constant.cpython-37.pyc,, -charset_normalizer/__pycache__/legacy.cpython-37.pyc,, -charset_normalizer/__pycache__/md.cpython-37.pyc,, -charset_normalizer/__pycache__/models.cpython-37.pyc,, -charset_normalizer/__pycache__/utils.cpython-37.pyc,, -charset_normalizer/__pycache__/version.cpython-37.pyc,, +charset_normalizer/__pycache__/__init__.cpython-38.pyc,, +charset_normalizer/__pycache__/api.cpython-38.pyc,, +charset_normalizer/__pycache__/cd.cpython-38.pyc,, +charset_normalizer/__pycache__/constant.cpython-38.pyc,, +charset_normalizer/__pycache__/legacy.cpython-38.pyc,, +charset_normalizer/__pycache__/md.cpython-38.pyc,, +charset_normalizer/__pycache__/models.cpython-38.pyc,, +charset_normalizer/__pycache__/utils.cpython-38.pyc,, +charset_normalizer/__pycache__/version.cpython-38.pyc,, charset_normalizer/api.py,sha256=aTYqVTGki22DYJDVqiUyEheBjwo2BKBQNJwa_7SU3KY,17092 charset_normalizer/assets/__init__.py,sha256=FPnfk8limZRb8ZIUQcTvPEcbuM1eqOdWGw0vbWGycDs,25485 -charset_normalizer/assets/__pycache__/__init__.cpython-37.pyc,, +charset_normalizer/assets/__pycache__/__init__.cpython-38.pyc,, charset_normalizer/cd.py,sha256=xdMt8glWp1uX84nBJMynjBqr4g951q0jTQ1BX82TJNE,11003 charset_normalizer/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -charset_normalizer/cli/__pycache__/__init__.cpython-37.pyc,, -charset_normalizer/cli/__pycache__/normalizer.cpython-37.pyc,, +charset_normalizer/cli/__pycache__/__init__.cpython-38.pyc,, +charset_normalizer/cli/__pycache__/normalizer.cpython-38.pyc,, charset_normalizer/cli/normalizer.py,sha256=H_2C2e81PqNCmUaXuwBJ5Lir_l0wwzELSxjPXcUL9O4,9453 charset_normalizer/constant.py,sha256=W4u2KeC-RBJP4jxfTK_rOHUERMnejoY21VhIeFOgQKw,19387 charset_normalizer/legacy.py,sha256=XKeZOts_HdYQU_Jb3C9ZfOjY2CiUL132k9_nXer8gig,3384 diff --git a/python/charset_normalizer/__init__.pyc b/python/charset_normalizer/__init__.pyc index 1e501ab..93258ff 100644 Binary files a/python/charset_normalizer/__init__.pyc and b/python/charset_normalizer/__init__.pyc differ diff --git a/python/charset_normalizer/api.pyc b/python/charset_normalizer/api.pyc index 334cd5f..8aac505 100644 Binary files a/python/charset_normalizer/api.pyc and b/python/charset_normalizer/api.pyc differ diff --git a/python/charset_normalizer/assets/__init__.pyc b/python/charset_normalizer/assets/__init__.pyc index d8c3beb..a402d3d 100644 Binary files a/python/charset_normalizer/assets/__init__.pyc and b/python/charset_normalizer/assets/__init__.pyc differ diff --git a/python/charset_normalizer/cd.pyc b/python/charset_normalizer/cd.pyc index b9e7137..fd049b5 100644 Binary files a/python/charset_normalizer/cd.pyc and b/python/charset_normalizer/cd.pyc differ diff --git a/python/charset_normalizer/cli/__init__.pyc b/python/charset_normalizer/cli/__init__.pyc index 2709bec..d3c832e 100644 Binary files a/python/charset_normalizer/cli/__init__.pyc and b/python/charset_normalizer/cli/__init__.pyc differ diff --git a/python/charset_normalizer/cli/normalizer.pyc b/python/charset_normalizer/cli/normalizer.pyc index 6a21333..4aa6a5c 100644 Binary files a/python/charset_normalizer/cli/normalizer.pyc and b/python/charset_normalizer/cli/normalizer.pyc differ diff --git a/python/charset_normalizer/constant.pyc b/python/charset_normalizer/constant.pyc index 982ded3..8830b26 100644 Binary files a/python/charset_normalizer/constant.pyc and b/python/charset_normalizer/constant.pyc differ diff --git a/python/charset_normalizer/legacy.pyc b/python/charset_normalizer/legacy.pyc index 67dc365..a1f85c6 100644 Binary files a/python/charset_normalizer/legacy.pyc and b/python/charset_normalizer/legacy.pyc differ diff --git a/python/charset_normalizer/md.pyc b/python/charset_normalizer/md.pyc index 65b9c43..704e141 100644 Binary files a/python/charset_normalizer/md.pyc and b/python/charset_normalizer/md.pyc differ diff --git a/python/charset_normalizer/models.pyc b/python/charset_normalizer/models.pyc index fb94323..98c3884 100644 Binary files a/python/charset_normalizer/models.pyc and b/python/charset_normalizer/models.pyc differ diff --git a/python/charset_normalizer/utils.pyc b/python/charset_normalizer/utils.pyc index 11f4827..0b6bb9d 100644 Binary files a/python/charset_normalizer/utils.pyc and b/python/charset_normalizer/utils.pyc differ diff --git a/python/charset_normalizer/version.pyc b/python/charset_normalizer/version.pyc index 1acfe7e..7755c52 100644 Binary files a/python/charset_normalizer/version.pyc and b/python/charset_normalizer/version.pyc differ diff --git a/python/idna-3.3.dist-info/RECORD b/python/idna-3.3.dist-info/RECORD index 458a196..a3667da 100644 --- a/python/idna-3.3.dist-info/RECORD +++ b/python/idna-3.3.dist-info/RECORD @@ -5,14 +5,14 @@ idna-3.3.dist-info/RECORD,, idna-3.3.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92 idna-3.3.dist-info/top_level.txt,sha256=jSag9sEDqvSPftxOQy-ABfGV_RSy7oFh4zZJpODV8k0,5 idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 -idna/__pycache__/__init__.cpython-37.pyc,, -idna/__pycache__/codec.cpython-37.pyc,, -idna/__pycache__/compat.cpython-37.pyc,, -idna/__pycache__/core.cpython-37.pyc,, -idna/__pycache__/idnadata.cpython-37.pyc,, -idna/__pycache__/intranges.cpython-37.pyc,, -idna/__pycache__/package_data.cpython-37.pyc,, -idna/__pycache__/uts46data.cpython-37.pyc,, +idna/__pycache__/__init__.cpython-38.pyc,, +idna/__pycache__/codec.cpython-38.pyc,, +idna/__pycache__/compat.cpython-38.pyc,, +idna/__pycache__/core.cpython-38.pyc,, +idna/__pycache__/idnadata.cpython-38.pyc,, +idna/__pycache__/intranges.cpython-38.pyc,, +idna/__pycache__/package_data.cpython-38.pyc,, +idna/__pycache__/uts46data.cpython-38.pyc,, idna/codec.py,sha256=6ly5odKfqrytKT9_7UrlGklHnf1DSK2r9C6cSM4sa28,3374 idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321 idna/core.py,sha256=RFIkY-HhFZaDoBEFjGwyGd_vWI04uOAQjnzueMWqwOU,12795 diff --git a/python/idna/__init__.pyc b/python/idna/__init__.pyc index aadb093..980994f 100644 Binary files a/python/idna/__init__.pyc and b/python/idna/__init__.pyc differ diff --git a/python/idna/codec.pyc b/python/idna/codec.pyc index 4122b1c..57de279 100644 Binary files a/python/idna/codec.pyc and b/python/idna/codec.pyc differ diff --git a/python/idna/compat.pyc b/python/idna/compat.pyc index e247aa7..80d1c95 100644 Binary files a/python/idna/compat.pyc and b/python/idna/compat.pyc differ diff --git a/python/idna/core.pyc b/python/idna/core.pyc index 30b88bb..aa83cbb 100644 Binary files a/python/idna/core.pyc and b/python/idna/core.pyc differ diff --git a/python/idna/idnadata.pyc b/python/idna/idnadata.pyc index 001d7c3..c9ab4b2 100644 Binary files a/python/idna/idnadata.pyc and b/python/idna/idnadata.pyc differ diff --git a/python/idna/intranges.pyc b/python/idna/intranges.pyc index 37ce3e4..ff6f6a6 100644 Binary files a/python/idna/intranges.pyc and b/python/idna/intranges.pyc differ diff --git a/python/idna/package_data.pyc b/python/idna/package_data.pyc index 15aab01..4096d0c 100644 Binary files a/python/idna/package_data.pyc and b/python/idna/package_data.pyc differ diff --git a/python/idna/uts46data.pyc b/python/idna/uts46data.pyc index accced5..bbcbb1a 100644 Binary files a/python/idna/uts46data.pyc and b/python/idna/uts46data.pyc differ diff --git a/python/libcrypto-1_1.dll b/python/libcrypto-1_1.dll index d65bef8..05522c7 100644 Binary files a/python/libcrypto-1_1.dll and b/python/libcrypto-1_1.dll differ diff --git a/python/libffi-7.dll b/python/libffi-7.dll new file mode 100644 index 0000000..8fd2e5e Binary files /dev/null and b/python/libffi-7.dll differ diff --git a/python/libssl-1_1.dll b/python/libssl-1_1.dll index 6971c00..aa5005e 100644 Binary files a/python/libssl-1_1.dll and b/python/libssl-1_1.dll differ diff --git a/python/pyexpat.pyd b/python/pyexpat.pyd index 6a4c920..2c5fb1d 100644 Binary files a/python/pyexpat.pyd and b/python/pyexpat.pyd differ diff --git a/python/pyftpdlib-1.5.6-py3.7.egg-info/installed-files.txt b/python/pyftpdlib-1.5.6-py3.7.egg-info/installed-files.txt deleted file mode 100644 index 5c51099..0000000 --- a/python/pyftpdlib-1.5.6-py3.7.egg-info/installed-files.txt +++ /dev/null @@ -1,48 +0,0 @@ -..\..\..\Scripts\ftpbench -..\pyftpdlib\__init__.py -..\pyftpdlib\__main__.py -..\pyftpdlib\__pycache__\__init__.cpython-37.pyc -..\pyftpdlib\__pycache__\__main__.cpython-37.pyc -..\pyftpdlib\__pycache__\_compat.cpython-37.pyc -..\pyftpdlib\__pycache__\authorizers.cpython-37.pyc -..\pyftpdlib\__pycache__\filesystems.cpython-37.pyc -..\pyftpdlib\__pycache__\handlers.cpython-37.pyc -..\pyftpdlib\__pycache__\ioloop.cpython-37.pyc -..\pyftpdlib\__pycache__\log.cpython-37.pyc -..\pyftpdlib\__pycache__\prefork.cpython-37.pyc -..\pyftpdlib\__pycache__\servers.cpython-37.pyc -..\pyftpdlib\_compat.py -..\pyftpdlib\authorizers.py -..\pyftpdlib\filesystems.py -..\pyftpdlib\handlers.py -..\pyftpdlib\ioloop.py -..\pyftpdlib\log.py -..\pyftpdlib\prefork.py -..\pyftpdlib\servers.py -..\pyftpdlib\test\README -..\pyftpdlib\test\__init__.py -..\pyftpdlib\test\__main__.py -..\pyftpdlib\test\__pycache__\__init__.cpython-37.pyc -..\pyftpdlib\test\__pycache__\__main__.cpython-37.pyc -..\pyftpdlib\test\__pycache__\runner.cpython-37.pyc -..\pyftpdlib\test\__pycache__\test_authorizers.cpython-37.pyc -..\pyftpdlib\test\__pycache__\test_filesystems.cpython-37.pyc -..\pyftpdlib\test\__pycache__\test_functional.cpython-37.pyc -..\pyftpdlib\test\__pycache__\test_functional_ssl.cpython-37.pyc -..\pyftpdlib\test\__pycache__\test_ioloop.cpython-37.pyc -..\pyftpdlib\test\__pycache__\test_misc.cpython-37.pyc -..\pyftpdlib\test\__pycache__\test_servers.cpython-37.pyc -..\pyftpdlib\test\keycert.pem -..\pyftpdlib\test\runner.py -..\pyftpdlib\test\test_authorizers.py -..\pyftpdlib\test\test_filesystems.py -..\pyftpdlib\test\test_functional.py -..\pyftpdlib\test\test_functional_ssl.py -..\pyftpdlib\test\test_ioloop.py -..\pyftpdlib\test\test_misc.py -..\pyftpdlib\test\test_servers.py -PKG-INFO -SOURCES.txt -dependency_links.txt -requires.txt -top_level.txt diff --git a/python/pyftpdlib-1.5.6-py3.7.egg-info/PKG-INFO b/python/pyftpdlib-1.5.6-py3.8.egg-info/PKG-INFO similarity index 100% rename from python/pyftpdlib-1.5.6-py3.7.egg-info/PKG-INFO rename to python/pyftpdlib-1.5.6-py3.8.egg-info/PKG-INFO diff --git a/python/pyftpdlib-1.5.6-py3.7.egg-info/SOURCES.txt b/python/pyftpdlib-1.5.6-py3.8.egg-info/SOURCES.txt similarity index 100% rename from python/pyftpdlib-1.5.6-py3.7.egg-info/SOURCES.txt rename to python/pyftpdlib-1.5.6-py3.8.egg-info/SOURCES.txt diff --git a/python/pyftpdlib-1.5.6-py3.7.egg-info/dependency_links.txt b/python/pyftpdlib-1.5.6-py3.8.egg-info/dependency_links.txt similarity index 100% rename from python/pyftpdlib-1.5.6-py3.7.egg-info/dependency_links.txt rename to python/pyftpdlib-1.5.6-py3.8.egg-info/dependency_links.txt diff --git a/python/pyftpdlib-1.5.6-py3.8.egg-info/installed-files.txt b/python/pyftpdlib-1.5.6-py3.8.egg-info/installed-files.txt new file mode 100644 index 0000000..3d34625 --- /dev/null +++ b/python/pyftpdlib-1.5.6-py3.8.egg-info/installed-files.txt @@ -0,0 +1,48 @@ +..\..\..\Scripts\ftpbench +..\pyftpdlib\__init__.py +..\pyftpdlib\__main__.py +..\pyftpdlib\__pycache__\__init__.cpython-38.pyc +..\pyftpdlib\__pycache__\__main__.cpython-38.pyc +..\pyftpdlib\__pycache__\_compat.cpython-38.pyc +..\pyftpdlib\__pycache__\authorizers.cpython-38.pyc +..\pyftpdlib\__pycache__\filesystems.cpython-38.pyc +..\pyftpdlib\__pycache__\handlers.cpython-38.pyc +..\pyftpdlib\__pycache__\ioloop.cpython-38.pyc +..\pyftpdlib\__pycache__\log.cpython-38.pyc +..\pyftpdlib\__pycache__\prefork.cpython-38.pyc +..\pyftpdlib\__pycache__\servers.cpython-38.pyc +..\pyftpdlib\_compat.py +..\pyftpdlib\authorizers.py +..\pyftpdlib\filesystems.py +..\pyftpdlib\handlers.py +..\pyftpdlib\ioloop.py +..\pyftpdlib\log.py +..\pyftpdlib\prefork.py +..\pyftpdlib\servers.py +..\pyftpdlib\test\README +..\pyftpdlib\test\__init__.py +..\pyftpdlib\test\__main__.py +..\pyftpdlib\test\__pycache__\__init__.cpython-38.pyc +..\pyftpdlib\test\__pycache__\__main__.cpython-38.pyc +..\pyftpdlib\test\__pycache__\runner.cpython-38.pyc +..\pyftpdlib\test\__pycache__\test_authorizers.cpython-38.pyc +..\pyftpdlib\test\__pycache__\test_filesystems.cpython-38.pyc +..\pyftpdlib\test\__pycache__\test_functional.cpython-38.pyc +..\pyftpdlib\test\__pycache__\test_functional_ssl.cpython-38.pyc +..\pyftpdlib\test\__pycache__\test_ioloop.cpython-38.pyc +..\pyftpdlib\test\__pycache__\test_misc.cpython-38.pyc +..\pyftpdlib\test\__pycache__\test_servers.cpython-38.pyc +..\pyftpdlib\test\keycert.pem +..\pyftpdlib\test\runner.py +..\pyftpdlib\test\test_authorizers.py +..\pyftpdlib\test\test_filesystems.py +..\pyftpdlib\test\test_functional.py +..\pyftpdlib\test\test_functional_ssl.py +..\pyftpdlib\test\test_ioloop.py +..\pyftpdlib\test\test_misc.py +..\pyftpdlib\test\test_servers.py +PKG-INFO +SOURCES.txt +dependency_links.txt +requires.txt +top_level.txt diff --git a/python/pyftpdlib-1.5.6-py3.7.egg-info/requires.txt b/python/pyftpdlib-1.5.6-py3.8.egg-info/requires.txt similarity index 100% rename from python/pyftpdlib-1.5.6-py3.7.egg-info/requires.txt rename to python/pyftpdlib-1.5.6-py3.8.egg-info/requires.txt diff --git a/python/pyftpdlib-1.5.6-py3.7.egg-info/top_level.txt b/python/pyftpdlib-1.5.6-py3.8.egg-info/top_level.txt similarity index 100% rename from python/pyftpdlib-1.5.6-py3.7.egg-info/top_level.txt rename to python/pyftpdlib-1.5.6-py3.8.egg-info/top_level.txt diff --git a/python/pyftpdlib/__init__.pyc b/python/pyftpdlib/__init__.pyc index 159f032..9bac6be 100644 Binary files a/python/pyftpdlib/__init__.pyc and b/python/pyftpdlib/__init__.pyc differ diff --git a/python/pyftpdlib/__main__.pyc b/python/pyftpdlib/__main__.pyc index 9405017..225fbef 100644 Binary files a/python/pyftpdlib/__main__.pyc and b/python/pyftpdlib/__main__.pyc differ diff --git a/python/pyftpdlib/_compat.pyc b/python/pyftpdlib/_compat.pyc index c82593e..82211a8 100644 Binary files a/python/pyftpdlib/_compat.pyc and b/python/pyftpdlib/_compat.pyc differ diff --git a/python/pyftpdlib/authorizers.pyc b/python/pyftpdlib/authorizers.pyc index db07a65..28e0c25 100644 Binary files a/python/pyftpdlib/authorizers.pyc and b/python/pyftpdlib/authorizers.pyc differ diff --git a/python/pyftpdlib/filesystems.pyc b/python/pyftpdlib/filesystems.pyc index 3aa6c2f..1017f9c 100644 Binary files a/python/pyftpdlib/filesystems.pyc and b/python/pyftpdlib/filesystems.pyc differ diff --git a/python/pyftpdlib/handlers.pyc b/python/pyftpdlib/handlers.pyc index 0bf140a..900f020 100644 Binary files a/python/pyftpdlib/handlers.pyc and b/python/pyftpdlib/handlers.pyc differ diff --git a/python/pyftpdlib/ioloop.pyc b/python/pyftpdlib/ioloop.pyc index c0e0aa0..32b83f4 100644 Binary files a/python/pyftpdlib/ioloop.pyc and b/python/pyftpdlib/ioloop.pyc differ diff --git a/python/pyftpdlib/log.pyc b/python/pyftpdlib/log.pyc index 8bc5fba..a997e09 100644 Binary files a/python/pyftpdlib/log.pyc and b/python/pyftpdlib/log.pyc differ diff --git a/python/pyftpdlib/prefork.pyc b/python/pyftpdlib/prefork.pyc index f3cbee4..8e7b79b 100644 Binary files a/python/pyftpdlib/prefork.pyc and b/python/pyftpdlib/prefork.pyc differ diff --git a/python/pyftpdlib/servers.pyc b/python/pyftpdlib/servers.pyc index 667e0d6..45ac52a 100644 Binary files a/python/pyftpdlib/servers.pyc and b/python/pyftpdlib/servers.pyc differ diff --git a/python/python.cat b/python/python.cat new file mode 100644 index 0000000..cf092a3 Binary files /dev/null and b/python/python.cat differ diff --git a/python/python.exe b/python/python.exe index 56b922f..9b23b62 100644 Binary files a/python/python.exe and b/python/python.exe differ diff --git a/python/python3.dll b/python/python3.dll index 52fdeba..f94b2d8 100644 Binary files a/python/python3.dll and b/python/python3.dll differ diff --git a/python/python37.dll b/python/python37.dll deleted file mode 100644 index 9ccdfa6..0000000 Binary files a/python/python37.dll and /dev/null differ diff --git a/python/python37.zip b/python/python37.zip deleted file mode 100644 index 44a288c..0000000 Binary files a/python/python37.zip and /dev/null differ diff --git a/python/python37._pth b/python/python38._pth similarity index 77% rename from python/python37._pth rename to python/python38._pth index 768138f..b95c1ff 100644 --- a/python/python37._pth +++ b/python/python38._pth @@ -1,4 +1,4 @@ -python37.zip +python38.zip . # Uncomment to run site.main() automatically diff --git a/python/python38.dll b/python/python38.dll new file mode 100644 index 0000000..53e7b10 Binary files /dev/null and b/python/python38.dll differ diff --git a/python/python38.zip b/python/python38.zip new file mode 100644 index 0000000..2be0315 Binary files /dev/null and b/python/python38.zip differ diff --git a/python/pythonw.exe b/python/pythonw.exe index c02617c..2ac3d8b 100644 Binary files a/python/pythonw.exe and b/python/pythonw.exe differ diff --git a/python/requests-2.26.0.dist-info/RECORD b/python/requests-2.26.0.dist-info/RECORD index bd19ebf..5108feb 100644 --- a/python/requests-2.26.0.dist-info/RECORD +++ b/python/requests-2.26.0.dist-info/RECORD @@ -6,24 +6,24 @@ requests-2.26.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG requests-2.26.0.dist-info/WHEEL,sha256=Z-nyYpwrcSqxfdux5Mbn_DQ525iP7J2DG3JgGvOYyTQ,110 requests-2.26.0.dist-info/top_level.txt,sha256=fMSVmHfb5rbGOo6xv-O_tUX6j-WyixssE-SnwcDRxNQ,9 requests/__init__.py,sha256=h2SCZm8MM-UeAS48UuY7Lz97fEqsma6g6oVsKUi0eyw,4907 -requests/__pycache__/__init__.cpython-37.pyc,, -requests/__pycache__/__version__.cpython-37.pyc,, -requests/__pycache__/_internal_utils.cpython-37.pyc,, -requests/__pycache__/adapters.cpython-37.pyc,, -requests/__pycache__/api.cpython-37.pyc,, -requests/__pycache__/auth.cpython-37.pyc,, -requests/__pycache__/certs.cpython-37.pyc,, -requests/__pycache__/compat.cpython-37.pyc,, -requests/__pycache__/cookies.cpython-37.pyc,, -requests/__pycache__/exceptions.cpython-37.pyc,, -requests/__pycache__/help.cpython-37.pyc,, -requests/__pycache__/hooks.cpython-37.pyc,, -requests/__pycache__/models.cpython-37.pyc,, -requests/__pycache__/packages.cpython-37.pyc,, -requests/__pycache__/sessions.cpython-37.pyc,, -requests/__pycache__/status_codes.cpython-37.pyc,, -requests/__pycache__/structures.cpython-37.pyc,, -requests/__pycache__/utils.cpython-37.pyc,, +requests/__pycache__/__init__.cpython-38.pyc,, +requests/__pycache__/__version__.cpython-38.pyc,, +requests/__pycache__/_internal_utils.cpython-38.pyc,, +requests/__pycache__/adapters.cpython-38.pyc,, +requests/__pycache__/api.cpython-38.pyc,, +requests/__pycache__/auth.cpython-38.pyc,, +requests/__pycache__/certs.cpython-38.pyc,, +requests/__pycache__/compat.cpython-38.pyc,, +requests/__pycache__/cookies.cpython-38.pyc,, +requests/__pycache__/exceptions.cpython-38.pyc,, +requests/__pycache__/help.cpython-38.pyc,, +requests/__pycache__/hooks.cpython-38.pyc,, +requests/__pycache__/models.cpython-38.pyc,, +requests/__pycache__/packages.cpython-38.pyc,, +requests/__pycache__/sessions.cpython-38.pyc,, +requests/__pycache__/status_codes.cpython-38.pyc,, +requests/__pycache__/structures.cpython-38.pyc,, +requests/__pycache__/utils.cpython-38.pyc,, requests/__version__.py,sha256=PZEyPTSIN_jRIAIB51wV7pw81m3qAw0InSR7OrKZUnE,441 requests/_internal_utils.py,sha256=Zx3PnEUccyfsB-ie11nZVAW8qClJy0gx1qNME7rgT18,1096 requests/adapters.py,sha256=WelSM1BCQXdbjEuDsBxqKDADeY8BHmxlrwbNnLN2rr4,21344 diff --git a/python/requests/__init__.pyc b/python/requests/__init__.pyc index 96b5d4e..89c3084 100644 Binary files a/python/requests/__init__.pyc and b/python/requests/__init__.pyc differ diff --git a/python/requests/__version__.pyc b/python/requests/__version__.pyc index a0a46a8..ea2c11a 100644 Binary files a/python/requests/__version__.pyc and b/python/requests/__version__.pyc differ diff --git a/python/requests/_internal_utils.pyc b/python/requests/_internal_utils.pyc index 2e9590e..e03e452 100644 Binary files a/python/requests/_internal_utils.pyc and b/python/requests/_internal_utils.pyc differ diff --git a/python/requests/adapters.pyc b/python/requests/adapters.pyc index 3ad1d26..bb41ebf 100644 Binary files a/python/requests/adapters.pyc and b/python/requests/adapters.pyc differ diff --git a/python/requests/api.pyc b/python/requests/api.pyc index 2255315..7cc81a6 100644 Binary files a/python/requests/api.pyc and b/python/requests/api.pyc differ diff --git a/python/requests/auth.pyc b/python/requests/auth.pyc index 9ca31e5..1a5b5ab 100644 Binary files a/python/requests/auth.pyc and b/python/requests/auth.pyc differ diff --git a/python/requests/certs.pyc b/python/requests/certs.pyc index d3e9243..1c7ce2f 100644 Binary files a/python/requests/certs.pyc and b/python/requests/certs.pyc differ diff --git a/python/requests/compat.pyc b/python/requests/compat.pyc index b4c3266..cd119ff 100644 Binary files a/python/requests/compat.pyc and b/python/requests/compat.pyc differ diff --git a/python/requests/cookies.pyc b/python/requests/cookies.pyc index df2c391..06cf670 100644 Binary files a/python/requests/cookies.pyc and b/python/requests/cookies.pyc differ diff --git a/python/requests/exceptions.pyc b/python/requests/exceptions.pyc index e73d93e..6ea7af4 100644 Binary files a/python/requests/exceptions.pyc and b/python/requests/exceptions.pyc differ diff --git a/python/requests/help.pyc b/python/requests/help.pyc index ce380b4..26f36cf 100644 Binary files a/python/requests/help.pyc and b/python/requests/help.pyc differ diff --git a/python/requests/hooks.pyc b/python/requests/hooks.pyc index 7e596ba..b37a3f7 100644 Binary files a/python/requests/hooks.pyc and b/python/requests/hooks.pyc differ diff --git a/python/requests/models.pyc b/python/requests/models.pyc index 15efddc..aeb6af5 100644 Binary files a/python/requests/models.pyc and b/python/requests/models.pyc differ diff --git a/python/requests/packages.pyc b/python/requests/packages.pyc index 69e4a67..ec5e8fa 100644 Binary files a/python/requests/packages.pyc and b/python/requests/packages.pyc differ diff --git a/python/requests/sessions.pyc b/python/requests/sessions.pyc index 6ca8f7d..b0ee86d 100644 Binary files a/python/requests/sessions.pyc and b/python/requests/sessions.pyc differ diff --git a/python/requests/status_codes.pyc b/python/requests/status_codes.pyc index d2726ed..75de754 100644 Binary files a/python/requests/status_codes.pyc and b/python/requests/status_codes.pyc differ diff --git a/python/requests/structures.pyc b/python/requests/structures.pyc index a6482ef..f67f7a3 100644 Binary files a/python/requests/structures.pyc and b/python/requests/structures.pyc differ diff --git a/python/requests/utils.pyc b/python/requests/utils.pyc index 5c5882d..28e8725 100644 Binary files a/python/requests/utils.pyc and b/python/requests/utils.pyc differ diff --git a/python/select.pyd b/python/select.pyd index cf04d65..001f63a 100644 Binary files a/python/select.pyd and b/python/select.pyd differ diff --git a/python/ssh2/__init__.cpython-37.pyc b/python/ssh2/__init__.cpython-37.pyc deleted file mode 100644 index 0e5e0bc..0000000 Binary files a/python/ssh2/__init__.cpython-37.pyc and /dev/null differ diff --git a/python/ssh2/__init__.pyc b/python/ssh2/__init__.pyc new file mode 100644 index 0000000..cfb9bf0 Binary files /dev/null and b/python/ssh2/__init__.pyc differ diff --git a/python/ssh2/_patch.py b/python/ssh2/_patch.py new file mode 100644 index 0000000..8650f44 --- /dev/null +++ b/python/ssh2/_patch.py @@ -0,0 +1,17 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- + +import os +import sys +import platform + +fn_dir = './' +for filename in [fn for fn in os.listdir(fn_dir) if fn.split(".")[-1] in ['pyd']]: + #print(filename) + with open(filename, "rb") as file: + buf = file.read() + buf = buf.replace(b'libcrypto-1_1-x64.dll\0', b'libcrypto-1_1.dll\0\0\0\0\0') + with open(filename, "wb") as file: + file.write(buf) + +print("==== Modules patched! ====") diff --git a/python/ssh2/_version.cpython-37.pyc b/python/ssh2/_version.cpython-37.pyc deleted file mode 100644 index 3588b4a..0000000 Binary files a/python/ssh2/_version.cpython-37.pyc and /dev/null differ diff --git a/python/ssh2/_version.pyc b/python/ssh2/_version.pyc new file mode 100644 index 0000000..fdf077e Binary files /dev/null and b/python/ssh2/_version.pyc differ diff --git a/python/ssh2/agent.cp37-win_amd64.pyd b/python/ssh2/agent.cp38-win_amd64.pyd similarity index 74% rename from python/ssh2/agent.cp37-win_amd64.pyd rename to python/ssh2/agent.cp38-win_amd64.pyd index e29f59c..6f7256c 100644 Binary files a/python/ssh2/agent.cp37-win_amd64.pyd and b/python/ssh2/agent.cp38-win_amd64.pyd differ diff --git a/python/ssh2/channel.cp37-win_amd64.pyd b/python/ssh2/channel.cp38-win_amd64.pyd similarity index 71% rename from python/ssh2/channel.cp37-win_amd64.pyd rename to python/ssh2/channel.cp38-win_amd64.pyd index 64c0991..6fe4b84 100644 Binary files a/python/ssh2/channel.cp37-win_amd64.pyd and b/python/ssh2/channel.cp38-win_amd64.pyd differ diff --git a/python/ssh2/error_codes.cp37-win_amd64.pyd b/python/ssh2/error_codes.cp37-win_amd64.pyd deleted file mode 100644 index 98454c5..0000000 Binary files a/python/ssh2/error_codes.cp37-win_amd64.pyd and /dev/null differ diff --git a/python/ssh2/error_codes.cp38-win_amd64.pyd b/python/ssh2/error_codes.cp38-win_amd64.pyd new file mode 100644 index 0000000..5cab5bb Binary files /dev/null and b/python/ssh2/error_codes.cp38-win_amd64.pyd differ diff --git a/python/ssh2/exceptions.cp37-win_amd64.pyd b/python/ssh2/exceptions.cp37-win_amd64.pyd deleted file mode 100644 index 7d41e75..0000000 Binary files a/python/ssh2/exceptions.cp37-win_amd64.pyd and /dev/null differ diff --git a/python/ssh2/exceptions.cp38-win_amd64.pyd b/python/ssh2/exceptions.cp38-win_amd64.pyd new file mode 100644 index 0000000..7e646e8 Binary files /dev/null and b/python/ssh2/exceptions.cp38-win_amd64.pyd differ diff --git a/python/ssh2/fileinfo.cp37-win_amd64.pyd b/python/ssh2/fileinfo.cp37-win_amd64.pyd deleted file mode 100644 index a799ce3..0000000 Binary files a/python/ssh2/fileinfo.cp37-win_amd64.pyd and /dev/null differ diff --git a/python/ssh2/fileinfo.cp38-win_amd64.pyd b/python/ssh2/fileinfo.cp38-win_amd64.pyd new file mode 100644 index 0000000..0a1ba76 Binary files /dev/null and b/python/ssh2/fileinfo.cp38-win_amd64.pyd differ diff --git a/python/ssh2/knownhost.cp37-win_amd64.pyd b/python/ssh2/knownhost.cp37-win_amd64.pyd deleted file mode 100644 index 5b753e1..0000000 Binary files a/python/ssh2/knownhost.cp37-win_amd64.pyd and /dev/null differ diff --git a/python/ssh2/knownhost.cp38-win_amd64.pyd b/python/ssh2/knownhost.cp38-win_amd64.pyd new file mode 100644 index 0000000..0de0e39 Binary files /dev/null and b/python/ssh2/knownhost.cp38-win_amd64.pyd differ diff --git a/python/ssh2/listener.cp37-win_amd64.pyd b/python/ssh2/listener.cp38-win_amd64.pyd similarity index 80% rename from python/ssh2/listener.cp37-win_amd64.pyd rename to python/ssh2/listener.cp38-win_amd64.pyd index 088dea5..83a73f4 100644 Binary files a/python/ssh2/listener.cp37-win_amd64.pyd and b/python/ssh2/listener.cp38-win_amd64.pyd differ diff --git a/python/ssh2/pkey.cp37-win_amd64.pyd b/python/ssh2/pkey.cp37-win_amd64.pyd deleted file mode 100644 index 4d08242..0000000 Binary files a/python/ssh2/pkey.cp37-win_amd64.pyd and /dev/null differ diff --git a/python/ssh2/pkey.cp38-win_amd64.pyd b/python/ssh2/pkey.cp38-win_amd64.pyd new file mode 100644 index 0000000..c725426 Binary files /dev/null and b/python/ssh2/pkey.cp38-win_amd64.pyd differ diff --git a/python/ssh2/publickey.cp37-win_amd64.pyd b/python/ssh2/publickey.cp38-win_amd64.pyd similarity index 56% rename from python/ssh2/publickey.cp37-win_amd64.pyd rename to python/ssh2/publickey.cp38-win_amd64.pyd index 18a00d2..fe0a861 100644 Binary files a/python/ssh2/publickey.cp37-win_amd64.pyd and b/python/ssh2/publickey.cp38-win_amd64.pyd differ diff --git a/python/ssh2/session.cp37-win_amd64.pyd b/python/ssh2/session.cp38-win_amd64.pyd similarity index 56% rename from python/ssh2/session.cp37-win_amd64.pyd rename to python/ssh2/session.cp38-win_amd64.pyd index 10561fa..b7edabd 100644 Binary files a/python/ssh2/session.cp37-win_amd64.pyd and b/python/ssh2/session.cp38-win_amd64.pyd differ diff --git a/python/ssh2/sftp.cp37-win_amd64.pyd b/python/ssh2/sftp.cp38-win_amd64.pyd similarity index 55% rename from python/ssh2/sftp.cp37-win_amd64.pyd rename to python/ssh2/sftp.cp38-win_amd64.pyd index d757592..1df9993 100644 Binary files a/python/ssh2/sftp.cp37-win_amd64.pyd and b/python/ssh2/sftp.cp38-win_amd64.pyd differ diff --git a/python/ssh2/sftp_handle.cp37-win_amd64.pyd b/python/ssh2/sftp_handle.cp38-win_amd64.pyd similarity index 54% rename from python/ssh2/sftp_handle.cp37-win_amd64.pyd rename to python/ssh2/sftp_handle.cp38-win_amd64.pyd index e5351a5..0cfce1b 100644 Binary files a/python/ssh2/sftp_handle.cp37-win_amd64.pyd and b/python/ssh2/sftp_handle.cp38-win_amd64.pyd differ diff --git a/python/ssh2/statinfo.cp37-win_amd64.pyd b/python/ssh2/statinfo.cp37-win_amd64.pyd deleted file mode 100644 index e9911f8..0000000 Binary files a/python/ssh2/statinfo.cp37-win_amd64.pyd and /dev/null differ diff --git a/python/ssh2/statinfo.cp38-win_amd64.pyd b/python/ssh2/statinfo.cp38-win_amd64.pyd new file mode 100644 index 0000000..3537416 Binary files /dev/null and b/python/ssh2/statinfo.cp38-win_amd64.pyd differ diff --git a/python/ssh2/utils.cp37-win_amd64.pyd b/python/ssh2/utils.cp37-win_amd64.pyd deleted file mode 100644 index 6f9e5b9..0000000 Binary files a/python/ssh2/utils.cp37-win_amd64.pyd and /dev/null differ diff --git a/python/ssh2/utils.cp38-win_amd64.pyd b/python/ssh2/utils.cp38-win_amd64.pyd new file mode 100644 index 0000000..5c49363 Binary files /dev/null and b/python/ssh2/utils.cp38-win_amd64.pyd differ diff --git a/python/ssh2_python-0.26.0.dist-info/RECORD b/python/ssh2_python-0.26.0.dist-info/RECORD index 8a12b13..e60a809 100644 --- a/python/ssh2_python-0.26.0.dist-info/RECORD +++ b/python/ssh2_python-0.26.0.dist-info/RECORD @@ -1,10 +1,10 @@ ssh2/__init__.pxd,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 ssh2/__init__.py,sha256=PiUSiFLCm0YX5rbHS4xOLGdqdPDC8j3etV3nmEaelzI,92 -ssh2/__pycache__/__init__.cpython-37.pyc,, -ssh2/__pycache__/_version.cpython-37.pyc,, +ssh2/__pycache__/__init__.cpython-38.pyc,, +ssh2/__pycache__/_version.cpython-38.pyc,, ssh2/_version.py,sha256=7Xmsw0_I4y77Sm7d6YHs52n-65M0aLQClOmvOgv42I8,279 ssh2/agent.c,sha256=lsbiqNBE8R9BFIz-8GQw9vY-8nY6id20AJEioVbkI-U,255678 -ssh2/agent.cp37-win_amd64.pyd,sha256=Xnd3YJalSe3XpzciZ4DMKvIsZMHj_38iuRsrnSlI3P0,190976 +ssh2/agent.cp38-win_amd64.pyd,sha256=exQmZU-TR_k9JPUGMZBvymJeaFwRYjNeaoCys9xpNzM,190976 ssh2/agent.pxd,sha256=LXDw-YHnlgsRpoM1_0jnXDkDz2Cf55bweXjjFEfpdyM,1547 ssh2/agent.pyx,sha256=IveIhm4x7BbfthMN3D8wLmTQAcMGhHbq4taH0ee7uZg,6652 ssh2/c_pkey.pxd,sha256=pv9h1fdclXeqrduKHaMAENEMaoS3aP8tR5nKCbYReoc,3163 @@ -12,30 +12,30 @@ ssh2/c_sftp.pxd,sha256=J1cd5-C4fz1whNQlQvn9LUHjT6LzudpsQ1nc3Dz2ZLA,9300 ssh2/c_ssh2.pxd,sha256=0IYlotUeLT-h02F_pNTBuWtRX5M0pUkVvOluK8eCuy0,23151 ssh2/c_stat.pxd,sha256=mxuTX4qsC5guAZcsYsrZZ7Clvyl0Qd-y_tadoZf9b9E,1179 ssh2/channel.c,sha256=8tzh2aeFO5DJ3msfQmWLLSaHkGPmyyQwI5_wGSrI3lQ,421066 -ssh2/channel.cp37-win_amd64.pyd,sha256=ZCXSHZuSCMsF9ijg_flSYjKPjATDLjhaafyjD8cmB-s,224256 +ssh2/channel.cp38-win_amd64.pyd,sha256=bTqD_kNIuaLH3Hb9vzPhqXIthezaUptwFYl9eeaK_Kk,224256 ssh2/channel.pxd,sha256=jzFGtp02zvLgqCzlmlWIWx267zh3Nj3KYoII60trfKk,953 ssh2/channel.pyx,sha256=jaQRzndT2yM4dnJuccHHv0G_LC_Eo0H9wQv9-tfbY4I,19795 ssh2/error_codes.c,sha256=_MfFO1n7hNxnbzOBPcChxo221zadA3MgpDWtqYkjOPQ,148959 -ssh2/error_codes.cp37-win_amd64.pyd,sha256=wRLka4KIBwNb92lCew_bXMeojbKxTQarNNlBzmaPMco,28160 +ssh2/error_codes.cp38-win_amd64.pyd,sha256=c7tG4s3k2RKlIRcZh-v5BgkpnG1K0ApcIEUioRPZcp4,28160 ssh2/error_codes.pxd,sha256=g7sy6CkLAmsjHV_0QnHbv_KjfK8dVe233nvoqD3p-vM,4671 ssh2/error_codes.pyx,sha256=0HnINaPX-yQ6mqErt9VyKDBqjoVVDlDeVvQV5BBx67k,4517 ssh2/exceptions.c,sha256=9TMnfp6gSfoP7Pii6AbqxMg7VwmOFG4RUUGLW5YVSRU,250286 -ssh2/exceptions.cp37-win_amd64.pyd,sha256=1t5htZHcIUn7IiAttMikwBBxP99LHIeiHmocktoubfg,62976 +ssh2/exceptions.cp38-win_amd64.pyd,sha256=fwgk5dSIMVj5siF6KY4wKWNBI0StqNQHIJfu56edpDM,69632 ssh2/exceptions.pyx,sha256=1tf9q1K7lwagwVuBheYbCKYfsESkf-XYAXzETxI5Vdg,7074 ssh2/fileinfo.c,sha256=wNexkXEWI67APrSWjlmb3lc4bdapgezPeoIYG60pZQQ,165842 -ssh2/fileinfo.cp37-win_amd64.pyd,sha256=WwkZyDvCkCQplc4DE6j0ovo77gLJWw2AtcFYWF0kb8o,33280 +ssh2/fileinfo.cp38-win_amd64.pyd,sha256=dHg-dCfXZrgKwNmYJ_x94PfHl1owFJGMUJRwT-o1t4Y,33280 ssh2/fileinfo.pxd,sha256=Vu6AO7aS_vu8JmnL948WQITtRs7B1iRRKfV2ttTREYE,897 ssh2/fileinfo.pyx,sha256=gPlVcn0smlxmIOuYquUsdoWvLURSsdY6uc7Xwc5Sy-I,2443 ssh2/find_eol.c,sha256=GYPVr2EI5WhqC8TpPYIbN66W-8Sf5-SwH83-Ah1hTVw,1090 ssh2/find_eol.h,sha256=BfYnwi1EH2QlDT4d_qy2zYjBoutlsqpy95EHVoRXe08,764 ssh2/knownhost.c,sha256=Zv_p-br1o-PFFTI_KRD77VR_fH3GVz8NmlTAoZoIBKI,408911 -ssh2/knownhost.cp37-win_amd64.pyd,sha256=1OYhbUmTNbvnp6HIe1drsWfNJdCF_xgZ7E-OxXhuzWU,104960 +ssh2/knownhost.cp38-win_amd64.pyd,sha256=WlPZXeXk0zDlz2Ca9Y-8BcvqbA-PdH9fdQRDo6ZqhBw,104960 ssh2/knownhost.pxd,sha256=fSjrGxow7XNHIDwiri2f5FxbOin8cZQGbDMERpEUR0c,1030 ssh2/knownhost.pyx,sha256=d_3Ntm_hDxqlxvSSrHnaUSj7ZFnFbG2pi3el0w0Tv7I,16419 ssh2/libcrypto-1_1-x64.dll,sha256=wsHYb69xNQAo-WfbR8jD1tzxQG4nOvJ7wWDZYEPj7f0,2917376 ssh2/libssl-1_1-x64.dll,sha256=07efIBvhxuUwrYxPcYonpSC465hyXwWlXGX-gyfm1og,481280 ssh2/listener.c,sha256=XZk0v2ot0vkokx6J7RIHnnyu0oQWDOawmWo4vN7Wsg4,161550 -ssh2/listener.cp37-win_amd64.pyd,sha256=j_kATxjj3yYo2N9RK3V4hW1fBCWGqTcFdG8RoNWOkP8,169472 +ssh2/listener.cp38-win_amd64.pyd,sha256=EjVdrjpfdkCJPPRty9VdQe5B-kKt_PKD_3MSpbQy75w,169472 ssh2/listener.pxd,sha256=CUvhTp4-Pw0L-uZiQgWnoj9cN6GgZ3gUF7HPKGvr1Cw,959 ssh2/listener.pyx,sha256=aPGsFI8Mn_Ui2BhxBFbXXS6NdtZMKLPDWuyTZ-xzqZM,1756 ssh2/msvcp100.dll,sha256=W7Qg--KDFfIRc3YFK7hIjOhKM5jdplAFuK4feSAX6ag,608080 @@ -63,31 +63,31 @@ ssh2/msvcr120.dll,sha256=0ox6s0hCthSWCb1Oa1Zt2ri4kfDVBiSAolPvIKaiyqo,963240 ssh2/msvcr120_clr0400.dll,sha256=F-CVecdW1zdN6nmWm6s209klfU1Rqhk00tsb43TZpCU,993632 ssh2/msvcrt.dll,sha256=OQlf4HrC4kTiGAxYvsKJigmG3aK9KrvE9znRHmdyDy4,638376 ssh2/pkey.c,sha256=KDKCx-idzoero8ln896XgeIUEwk_EGXX0Q0E7hDKvus,147582 -ssh2/pkey.cp37-win_amd64.pyd,sha256=JbXLz4GmvBvzihh2IY-S0HsVWrseLPyxs792RGzP04o,31232 +ssh2/pkey.cp38-win_amd64.pyd,sha256=sS9GNGbqssJQw7pUI4BLf_evTbOomF_aXp5w0aZGY8s,31232 ssh2/pkey.pxd,sha256=kWKmL3mqYRM9hcgvWv4e5TMqc8iz4d66H1-28eyz3NQ,895 ssh2/pkey.pyx,sha256=--1eSDnAyqeVn-5_0z_KA7PJ0rZYiAHeHEix2V-Q6-8,1928 ssh2/publickey.c,sha256=MF1RLlZZpfrxJ-rXTZZGBwpGk-cXmzFQ0GZx9-FlkgE,338674 -ssh2/publickey.cp37-win_amd64.pyd,sha256=kDUqCQeGfMWF3M8JDCGemKIiGuTLqLc5om-CcAKuju8,204288 +ssh2/publickey.cp38-win_amd64.pyd,sha256=Gi-0k2LpEjrFHfF_KLuwFFNqBdZqjqmyau1u_JAqEko,204800 ssh2/publickey.pxd,sha256=bHkUCTCTJm_d6WsCAaHtijMs4dY11c05DQdDoAUHNzM,969 ssh2/publickey.pyx,sha256=VtI8pvQvGd_zNp0PzhvEMdVSqkFBhU_rcQk2otEg2tA,5938 ssh2/session.c,sha256=qVxAT-17l3Gi1NnulCLmStdlygRQ3eEIXCqh13WLGww,640975 -ssh2/session.cp37-win_amd64.pyd,sha256=6IozhT2TIsLXHJ97cWmYRvbzF9q3bMvJTtOpJc-37Tc,307200 +ssh2/session.cp38-win_amd64.pyd,sha256=fc_BCUY5gU7GNWbYTa7P2xMprDTnvmMCxrYIIbQeY_E,308224 ssh2/session.pxd,sha256=ROfMn5xheNwf5UiKmdIHsawZC_9mp3XRR4HAIzHBPCc,955 ssh2/session.pyx,sha256=_Rstl6YCMFMD-scij3d2e2SwvQNWgkmRQ023cUwWfNM,29918 ssh2/sftp.c,sha256=7zZl8MZzDYVSdJXt72-HcvVtZzHIL-d6DP5ZwylxLuM,368816 -ssh2/sftp.cp37-win_amd64.pyd,sha256=fhgO8c2GRjNEPyAHfihtKN-rye5B_XYvI04h79kPC28,226816 +ssh2/sftp.cp38-win_amd64.pyd,sha256=S34FplH868FlQ5qZUqRlbuoWocTLPkNQEib0goSZNhQ,227840 ssh2/sftp.pxd,sha256=l1Ng38cR7BskAhzxiiXRaxtGy_mGq6JapWB1mqn-SFw,951 ssh2/sftp.pyx,sha256=wkGarHQbZ2ZrArf8ta80Rnq_gRjQxZVWb3tz_YHJ2W0,15067 ssh2/sftp_handle.c,sha256=IeanpfoHFuQBQ4VGa3Fykxmebwwq09UfVg2a-p6ZZWQ,542113 -ssh2/sftp_handle.cp37-win_amd64.pyd,sha256=8rrNIAlrz2-sNkw96_UPLmewADZzWDzBiQo41L-2sqk,253440 +ssh2/sftp_handle.cp38-win_amd64.pyd,sha256=MEiHmvKQKk1Tio9BBRiiChJRrZ8t9cOmqUTHEAEfMZU,252928 ssh2/sftp_handle.pxd,sha256=ILD45n5MDNVGF3ZYkAgRjg5LdfIIuTqnLugZiYn41lA,1141 ssh2/sftp_handle.pyx,sha256=0-vLfLpiymKNehMVShHTTzti748Zsv4A8YezNb9v1rs,14195 ssh2/statinfo.c,sha256=7bzMleb4ZnxjgtQRb6wV_5cvI4Ja1_0bkB8jI_aerNI,164761 -ssh2/statinfo.cp37-win_amd64.pyd,sha256=cwINgy638x2ipKkhdC3vaRkL2O-Y3PmGt-h3n4g8x30,33280 +ssh2/statinfo.cp38-win_amd64.pyd,sha256=CXvMmqfm4Yksqd9dYZuWBA-UReHrkvFy6AGPpy906bY,33280 ssh2/statinfo.pxd,sha256=JiNqqqqAtdDnHdo3uqSZL948cfkHAmW7sX1TbxxJyHM,887 ssh2/statinfo.pyx,sha256=u-Tv7Gl6S46VWW_seFnrc1UNbb9_5EP5RQRlDzyKuHQ,2159 ssh2/utils.c,sha256=z3rt9rYdvEkKW_FpmZIBXvacCUEKnYNn98dC7CJUGaU,267103 -ssh2/utils.cp37-win_amd64.pyd,sha256=H0mll3Cn2j6C_ojYBFsRsWfi18DED2QY5VA_TN1qVRY,67072 +ssh2/utils.cp38-win_amd64.pyd,sha256=ObQXIED2XbtxZZch6AMkecR0EdwKcyEEGsbZoJZeclg,67072 ssh2/utils.pxd,sha256=TGVitqtkHAUEdPmYgSjb1MxfdOaxvlmu-QHDIasdryg,997 ssh2/utils.pyx,sha256=OXs12xXYiaDmJYN_utLzhtE9kZK8JNmBZ6bJBL-mPv8,8931 ssh2/vcruntime140.dll,sha256=jua0mDBDb_O-ybqJITOVQntVNYE5MEifEYch_T0tlCw,94088 @@ -101,5 +101,5 @@ ssh2_python-0.26.0.dist-info/LICENSE,sha256=m4cqigcLitMpxL04D7G_AAD1ZMdQI-yOHmgD ssh2_python-0.26.0.dist-info/METADATA,sha256=Wkxq8W89tOWTSjDqeO50Vb3eKL5536aD6_wOP0Qgfco,9756 ssh2_python-0.26.0.dist-info/RECORD,, ssh2_python-0.26.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -ssh2_python-0.26.0.dist-info/WHEEL,sha256=zMRqF9ZfHGxBPfvcWwE-LxcVkdB1hhr8hy4cOfZGPZU,101 +ssh2_python-0.26.0.dist-info/WHEEL,sha256=HLtxc_HoM-kGM7FPJVPSnTt0Nv2G3fZEAjT3ICdG8uY,100 ssh2_python-0.26.0.dist-info/top_level.txt,sha256=bQMSUypGQoJUle0QlKoZHz0kkqW5OsYA4EKXHgoZtPc,5 diff --git a/python/ssh2_python-0.26.0.dist-info/WHEEL b/python/ssh2_python-0.26.0.dist-info/WHEEL index d32a730..f7306a7 100644 --- a/python/ssh2_python-0.26.0.dist-info/WHEEL +++ b/python/ssh2_python-0.26.0.dist-info/WHEEL @@ -1,5 +1,5 @@ Wheel-Version: 1.0 Generator: bdist_wheel (0.36.2) Root-Is-Purelib: false -Tag: cp37-cp37m-win_amd64 +Tag: cp38-cp38-win_amd64 diff --git a/python/unicodedata.pyd b/python/unicodedata.pyd index 8d7bc46..fabc3f6 100644 Binary files a/python/unicodedata.pyd and b/python/unicodedata.pyd differ diff --git a/python/urllib3-1.26.7.dist-info/RECORD b/python/urllib3-1.26.7.dist-info/RECORD index 0b93428..d2eca29 100644 --- a/python/urllib3-1.26.7.dist-info/RECORD +++ b/python/urllib3-1.26.7.dist-info/RECORD @@ -6,34 +6,34 @@ urllib3-1.26.7.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3 urllib3-1.26.7.dist-info/WHEEL,sha256=WzZ8cwjh8l0jtULNjYq1Hpr-WCqCRgPr--TX4P5I1Wo,110 urllib3-1.26.7.dist-info/top_level.txt,sha256=EMiXL2sKrTcmrMxIHTqdc3ET54pQI2Y072LexFEemvo,8 urllib3/__init__.py,sha256=j3yzHIbmW7CS-IKQJ9-PPQf_YKO8EOAey_rMW0UR7us,2763 -urllib3/__pycache__/__init__.cpython-37.pyc,, -urllib3/__pycache__/_collections.cpython-37.pyc,, -urllib3/__pycache__/_version.cpython-37.pyc,, -urllib3/__pycache__/connection.cpython-37.pyc,, -urllib3/__pycache__/connectionpool.cpython-37.pyc,, -urllib3/__pycache__/exceptions.cpython-37.pyc,, -urllib3/__pycache__/fields.cpython-37.pyc,, -urllib3/__pycache__/filepost.cpython-37.pyc,, -urllib3/__pycache__/poolmanager.cpython-37.pyc,, -urllib3/__pycache__/request.cpython-37.pyc,, -urllib3/__pycache__/response.cpython-37.pyc,, +urllib3/__pycache__/__init__.cpython-38.pyc,, +urllib3/__pycache__/_collections.cpython-38.pyc,, +urllib3/__pycache__/_version.cpython-38.pyc,, +urllib3/__pycache__/connection.cpython-38.pyc,, +urllib3/__pycache__/connectionpool.cpython-38.pyc,, +urllib3/__pycache__/exceptions.cpython-38.pyc,, +urllib3/__pycache__/fields.cpython-38.pyc,, +urllib3/__pycache__/filepost.cpython-38.pyc,, +urllib3/__pycache__/poolmanager.cpython-38.pyc,, +urllib3/__pycache__/request.cpython-38.pyc,, +urllib3/__pycache__/response.cpython-38.pyc,, urllib3/_collections.py,sha256=Rp1mVyBgc_UlAcp6M3at1skJBXR5J43NawRTvW2g_XY,10811 urllib3/_version.py,sha256=CA4bKbKLwUBfKitbVR-44Whe53HWyInIVElDQQniAJU,63 urllib3/connection.py,sha256=8TiEbQrJMgySqOllKNeX5tMv8nluKRjNj5j9hyzS6x0,20080 urllib3/connectionpool.py,sha256=FQoodlNAP1KeUi4htGdl5TJEvKL5LWisCbmFNewxRpg,37587 urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -urllib3/contrib/__pycache__/__init__.cpython-37.pyc,, -urllib3/contrib/__pycache__/_appengine_environ.cpython-37.pyc,, -urllib3/contrib/__pycache__/appengine.cpython-37.pyc,, -urllib3/contrib/__pycache__/ntlmpool.cpython-37.pyc,, -urllib3/contrib/__pycache__/pyopenssl.cpython-37.pyc,, -urllib3/contrib/__pycache__/securetransport.cpython-37.pyc,, -urllib3/contrib/__pycache__/socks.cpython-37.pyc,, +urllib3/contrib/__pycache__/__init__.cpython-38.pyc,, +urllib3/contrib/__pycache__/_appengine_environ.cpython-38.pyc,, +urllib3/contrib/__pycache__/appengine.cpython-38.pyc,, +urllib3/contrib/__pycache__/ntlmpool.cpython-38.pyc,, +urllib3/contrib/__pycache__/pyopenssl.cpython-38.pyc,, +urllib3/contrib/__pycache__/securetransport.cpython-38.pyc,, +urllib3/contrib/__pycache__/socks.cpython-38.pyc,, urllib3/contrib/_appengine_environ.py,sha256=bDbyOEhW2CKLJcQqAKAyrEHN-aklsyHFKq6vF8ZFsmk,957 urllib3/contrib/_securetransport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -urllib3/contrib/_securetransport/__pycache__/__init__.cpython-37.pyc,, -urllib3/contrib/_securetransport/__pycache__/bindings.cpython-37.pyc,, -urllib3/contrib/_securetransport/__pycache__/low_level.cpython-37.pyc,, +urllib3/contrib/_securetransport/__pycache__/__init__.cpython-38.pyc,, +urllib3/contrib/_securetransport/__pycache__/bindings.cpython-38.pyc,, +urllib3/contrib/_securetransport/__pycache__/low_level.cpython-38.pyc,, urllib3/contrib/_securetransport/bindings.py,sha256=E1_7ScsgOchfxneozbAueK7ziCwF35fna4DuDCYJ9_o,17637 urllib3/contrib/_securetransport/low_level.py,sha256=B2JBB2_NRP02xK6DCa1Pa9IuxrPwxzDzZbixQkb7U9M,13922 urllib3/contrib/appengine.py,sha256=jz515jZYBDFTnhR4zqfeaCo6JdDgAQqYbqzHK9sDkfw,11010 @@ -45,33 +45,33 @@ urllib3/exceptions.py,sha256=0Mnno3KHTNfXRfY7638NufOPkUb6mXOm-Lqj-4x2w8A,8217 urllib3/fields.py,sha256=kvLDCg_JmH1lLjUUEY_FLS8UhY7hBvDPuVETbY8mdrM,8579 urllib3/filepost.py,sha256=5b_qqgRHVlL7uLtdAYBzBh-GHmU5AfJVt_2N0XS3PeY,2440 urllib3/packages/__init__.py,sha256=h4BLhD4tLaBx1adaDtKXfupsgqY0wWLXb_f1_yVlV6A,108 -urllib3/packages/__pycache__/__init__.cpython-37.pyc,, -urllib3/packages/__pycache__/six.cpython-37.pyc,, +urllib3/packages/__pycache__/__init__.cpython-38.pyc,, +urllib3/packages/__pycache__/six.cpython-38.pyc,, urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -urllib3/packages/backports/__pycache__/__init__.cpython-37.pyc,, -urllib3/packages/backports/__pycache__/makefile.cpython-37.pyc,, +urllib3/packages/backports/__pycache__/__init__.cpython-38.pyc,, +urllib3/packages/backports/__pycache__/makefile.cpython-38.pyc,, urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417 urllib3/packages/six.py,sha256=1LVW7ljqRirFlfExjwl-v1B7vSAUNTmzGMs-qays2zg,34666 urllib3/packages/ssl_match_hostname/__init__.py,sha256=ZVMwCkHx-py8ERsxxM3Il-MiREZktV-8iLBmCfRRHI4,927 -urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-37.pyc,, -urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-37.pyc,, +urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-38.pyc,, +urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-38.pyc,, urllib3/packages/ssl_match_hostname/_implementation.py,sha256=6dZ-q074g7XhsJ27MFCgkct8iVNZB3sMZvKhf-KUVy0,5679 urllib3/poolmanager.py,sha256=whzlX6UTEgODMOCy0ZDMUONRBCz5wyIM8Z9opXAY-Lk,19763 urllib3/request.py,sha256=ZFSIqX0C6WizixecChZ3_okyu7BEv0lZu1VT0s6h4SM,5985 urllib3/response.py,sha256=hGhGBh7TkEkh_IQg5C1W_xuPNrgIKv5BUXPyE-q0LuE,28203 urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155 -urllib3/util/__pycache__/__init__.cpython-37.pyc,, -urllib3/util/__pycache__/connection.cpython-37.pyc,, -urllib3/util/__pycache__/proxy.cpython-37.pyc,, -urllib3/util/__pycache__/queue.cpython-37.pyc,, -urllib3/util/__pycache__/request.cpython-37.pyc,, -urllib3/util/__pycache__/response.cpython-37.pyc,, -urllib3/util/__pycache__/retry.cpython-37.pyc,, -urllib3/util/__pycache__/ssl_.cpython-37.pyc,, -urllib3/util/__pycache__/ssltransport.cpython-37.pyc,, -urllib3/util/__pycache__/timeout.cpython-37.pyc,, -urllib3/util/__pycache__/url.cpython-37.pyc,, -urllib3/util/__pycache__/wait.cpython-37.pyc,, +urllib3/util/__pycache__/__init__.cpython-38.pyc,, +urllib3/util/__pycache__/connection.cpython-38.pyc,, +urllib3/util/__pycache__/proxy.cpython-38.pyc,, +urllib3/util/__pycache__/queue.cpython-38.pyc,, +urllib3/util/__pycache__/request.cpython-38.pyc,, +urllib3/util/__pycache__/response.cpython-38.pyc,, +urllib3/util/__pycache__/retry.cpython-38.pyc,, +urllib3/util/__pycache__/ssl_.cpython-38.pyc,, +urllib3/util/__pycache__/ssltransport.cpython-38.pyc,, +urllib3/util/__pycache__/timeout.cpython-38.pyc,, +urllib3/util/__pycache__/url.cpython-38.pyc,, +urllib3/util/__pycache__/wait.cpython-38.pyc,, urllib3/util/connection.py,sha256=Z9JufD13VNcga6RTW1wRIULbWdxsPE0WCUi5VTebALA,4908 urllib3/util/proxy.py,sha256=zUvPPCJrp6dOF0N4GAVbOcl6o-4uXKSrGiTkkr5vUS4,1605 urllib3/util/queue.py,sha256=nRgX8_eX-_VkvxoX096QWoz8Ps0QHUAExILCY_7PncM,498 diff --git a/python/urllib3/__init__.pyc b/python/urllib3/__init__.pyc index 8ae5642..2d70ec4 100644 Binary files a/python/urllib3/__init__.pyc and b/python/urllib3/__init__.pyc differ diff --git a/python/urllib3/_collections.pyc b/python/urllib3/_collections.pyc index a43f1ab..7e0ca9e 100644 Binary files a/python/urllib3/_collections.pyc and b/python/urllib3/_collections.pyc differ diff --git a/python/urllib3/_version.pyc b/python/urllib3/_version.pyc index 9891b8d..7dbcf83 100644 Binary files a/python/urllib3/_version.pyc and b/python/urllib3/_version.pyc differ diff --git a/python/urllib3/connection.pyc b/python/urllib3/connection.pyc index d3a1381..92e2127 100644 Binary files a/python/urllib3/connection.pyc and b/python/urllib3/connection.pyc differ diff --git a/python/urllib3/connectionpool.pyc b/python/urllib3/connectionpool.pyc index fb62288..b393cc2 100644 Binary files a/python/urllib3/connectionpool.pyc and b/python/urllib3/connectionpool.pyc differ diff --git a/python/urllib3/contrib/__init__.pyc b/python/urllib3/contrib/__init__.pyc index df02409..13db8b4 100644 Binary files a/python/urllib3/contrib/__init__.pyc and b/python/urllib3/contrib/__init__.pyc differ diff --git a/python/urllib3/contrib/_appengine_environ.pyc b/python/urllib3/contrib/_appengine_environ.pyc index cb191f5..f6d71ce 100644 Binary files a/python/urllib3/contrib/_appengine_environ.pyc and b/python/urllib3/contrib/_appengine_environ.pyc differ diff --git a/python/urllib3/contrib/_securetransport/__init__.pyc b/python/urllib3/contrib/_securetransport/__init__.pyc index ec5a27f..f12c2b5 100644 Binary files a/python/urllib3/contrib/_securetransport/__init__.pyc and b/python/urllib3/contrib/_securetransport/__init__.pyc differ diff --git a/python/urllib3/contrib/_securetransport/bindings.pyc b/python/urllib3/contrib/_securetransport/bindings.pyc index 858210c..af6714a 100644 Binary files a/python/urllib3/contrib/_securetransport/bindings.pyc and b/python/urllib3/contrib/_securetransport/bindings.pyc differ diff --git a/python/urllib3/contrib/_securetransport/low_level.pyc b/python/urllib3/contrib/_securetransport/low_level.pyc index 26b3ce8..24026f5 100644 Binary files a/python/urllib3/contrib/_securetransport/low_level.pyc and b/python/urllib3/contrib/_securetransport/low_level.pyc differ diff --git a/python/urllib3/contrib/appengine.pyc b/python/urllib3/contrib/appengine.pyc index bfd7e65..7bd87a4 100644 Binary files a/python/urllib3/contrib/appengine.pyc and b/python/urllib3/contrib/appengine.pyc differ diff --git a/python/urllib3/contrib/ntlmpool.pyc b/python/urllib3/contrib/ntlmpool.pyc index 6f551c9..af97e1c 100644 Binary files a/python/urllib3/contrib/ntlmpool.pyc and b/python/urllib3/contrib/ntlmpool.pyc differ diff --git a/python/urllib3/contrib/pyopenssl.pyc b/python/urllib3/contrib/pyopenssl.pyc index 9585b6b..9bd00db 100644 Binary files a/python/urllib3/contrib/pyopenssl.pyc and b/python/urllib3/contrib/pyopenssl.pyc differ diff --git a/python/urllib3/contrib/securetransport.pyc b/python/urllib3/contrib/securetransport.pyc index a1ffa5a..e11df1d 100644 Binary files a/python/urllib3/contrib/securetransport.pyc and b/python/urllib3/contrib/securetransport.pyc differ diff --git a/python/urllib3/contrib/socks.pyc b/python/urllib3/contrib/socks.pyc index b81cad8..30c220d 100644 Binary files a/python/urllib3/contrib/socks.pyc and b/python/urllib3/contrib/socks.pyc differ diff --git a/python/urllib3/exceptions.pyc b/python/urllib3/exceptions.pyc index 2eb8328..5cf040d 100644 Binary files a/python/urllib3/exceptions.pyc and b/python/urllib3/exceptions.pyc differ diff --git a/python/urllib3/fields.pyc b/python/urllib3/fields.pyc index ac609fd..67dbb43 100644 Binary files a/python/urllib3/fields.pyc and b/python/urllib3/fields.pyc differ diff --git a/python/urllib3/filepost.pyc b/python/urllib3/filepost.pyc index b152a48..b80ebf8 100644 Binary files a/python/urllib3/filepost.pyc and b/python/urllib3/filepost.pyc differ diff --git a/python/urllib3/packages/__init__.pyc b/python/urllib3/packages/__init__.pyc index 79d10f1..ea643fb 100644 Binary files a/python/urllib3/packages/__init__.pyc and b/python/urllib3/packages/__init__.pyc differ diff --git a/python/urllib3/packages/backports/__init__.pyc b/python/urllib3/packages/backports/__init__.pyc index c59cd22..d22cfde 100644 Binary files a/python/urllib3/packages/backports/__init__.pyc and b/python/urllib3/packages/backports/__init__.pyc differ diff --git a/python/urllib3/packages/backports/makefile.pyc b/python/urllib3/packages/backports/makefile.pyc index be7891d..0e62140 100644 Binary files a/python/urllib3/packages/backports/makefile.pyc and b/python/urllib3/packages/backports/makefile.pyc differ diff --git a/python/urllib3/packages/six.pyc b/python/urllib3/packages/six.pyc index 93ac4a6..d50ccb8 100644 Binary files a/python/urllib3/packages/six.pyc and b/python/urllib3/packages/six.pyc differ diff --git a/python/urllib3/packages/ssl_match_hostname/__init__.pyc b/python/urllib3/packages/ssl_match_hostname/__init__.pyc index a9fb83c..654108f 100644 Binary files a/python/urllib3/packages/ssl_match_hostname/__init__.pyc and b/python/urllib3/packages/ssl_match_hostname/__init__.pyc differ diff --git a/python/urllib3/packages/ssl_match_hostname/_implementation.pyc b/python/urllib3/packages/ssl_match_hostname/_implementation.pyc index 2b2d97a..e6b2779 100644 Binary files a/python/urllib3/packages/ssl_match_hostname/_implementation.pyc and b/python/urllib3/packages/ssl_match_hostname/_implementation.pyc differ diff --git a/python/urllib3/poolmanager.pyc b/python/urllib3/poolmanager.pyc index 553bfe9..3cb9ce9 100644 Binary files a/python/urllib3/poolmanager.pyc and b/python/urllib3/poolmanager.pyc differ diff --git a/python/urllib3/request.pyc b/python/urllib3/request.pyc index 3b337cc..023f670 100644 Binary files a/python/urllib3/request.pyc and b/python/urllib3/request.pyc differ diff --git a/python/urllib3/response.pyc b/python/urllib3/response.pyc index 712b4cc..55c2242 100644 Binary files a/python/urllib3/response.pyc and b/python/urllib3/response.pyc differ diff --git a/python/urllib3/util/__init__.pyc b/python/urllib3/util/__init__.pyc index a30db7e..ecf92e0 100644 Binary files a/python/urllib3/util/__init__.pyc and b/python/urllib3/util/__init__.pyc differ diff --git a/python/urllib3/util/connection.pyc b/python/urllib3/util/connection.pyc index 50e52bb..a52b565 100644 Binary files a/python/urllib3/util/connection.pyc and b/python/urllib3/util/connection.pyc differ diff --git a/python/urllib3/util/proxy.pyc b/python/urllib3/util/proxy.pyc index 5161a74..66f2409 100644 Binary files a/python/urllib3/util/proxy.pyc and b/python/urllib3/util/proxy.pyc differ diff --git a/python/urllib3/util/queue.pyc b/python/urllib3/util/queue.pyc index 002dd0b..cb738ca 100644 Binary files a/python/urllib3/util/queue.pyc and b/python/urllib3/util/queue.pyc differ diff --git a/python/urllib3/util/request.pyc b/python/urllib3/util/request.pyc index f395658..047d3d6 100644 Binary files a/python/urllib3/util/request.pyc and b/python/urllib3/util/request.pyc differ diff --git a/python/urllib3/util/response.pyc b/python/urllib3/util/response.pyc index 5793080..6b830c1 100644 Binary files a/python/urllib3/util/response.pyc and b/python/urllib3/util/response.pyc differ diff --git a/python/urllib3/util/retry.pyc b/python/urllib3/util/retry.pyc index 7af8024..5f7a150 100644 Binary files a/python/urllib3/util/retry.pyc and b/python/urllib3/util/retry.pyc differ diff --git a/python/urllib3/util/ssl_.pyc b/python/urllib3/util/ssl_.pyc index 6eb3add..051ff8e 100644 Binary files a/python/urllib3/util/ssl_.pyc and b/python/urllib3/util/ssl_.pyc differ diff --git a/python/urllib3/util/ssltransport.pyc b/python/urllib3/util/ssltransport.pyc index b7a4308..b743ffe 100644 Binary files a/python/urllib3/util/ssltransport.pyc and b/python/urllib3/util/ssltransport.pyc differ diff --git a/python/urllib3/util/timeout.pyc b/python/urllib3/util/timeout.pyc index 08b240f..d974235 100644 Binary files a/python/urllib3/util/timeout.pyc and b/python/urllib3/util/timeout.pyc differ diff --git a/python/urllib3/util/url.pyc b/python/urllib3/util/url.pyc index d6ec2fd..8292cdc 100644 Binary files a/python/urllib3/util/url.pyc and b/python/urllib3/util/url.pyc differ diff --git a/python/urllib3/util/wait.pyc b/python/urllib3/util/wait.pyc index d772b38..0642059 100644 Binary files a/python/urllib3/util/wait.pyc and b/python/urllib3/util/wait.pyc differ diff --git a/python/vcruntime140.dll b/python/vcruntime140.dll new file mode 100644 index 0000000..4203e6a Binary files /dev/null and b/python/vcruntime140.dll differ diff --git a/python/vcruntime140_1.dll b/python/vcruntime140_1.dll new file mode 100644 index 0000000..3a743f5 Binary files /dev/null and b/python/vcruntime140_1.dll differ diff --git a/python/winsound.pyd b/python/winsound.pyd index ce515eb..c482e55 100644 Binary files a/python/winsound.pyd and b/python/winsound.pyd differ