diff options
author | morpheus65535 <[email protected]> | 2024-03-03 12:15:23 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-03 12:15:23 -0500 |
commit | 03afeb347075381bcb7fd6036295c9fa4a90d2dc (patch) | |
tree | 7c5d72c973d2c8e4ade57391a1c9ad5e94903a46 /libs/waitress-3.0.0.dist-info | |
parent | 9ae684240b5bdd40a870d8122f0e380f8d03a187 (diff) | |
download | bazarr-03afeb347075381bcb7fd6036295c9fa4a90d2dc.tar.gz bazarr-03afeb347075381bcb7fd6036295c9fa4a90d2dc.zip |
Updated multiple Python modules (now in libs and custom_libs directories) and React libraries
Diffstat (limited to 'libs/waitress-3.0.0.dist-info')
-rw-r--r-- | libs/waitress-3.0.0.dist-info/INSTALLER | 1 | ||||
-rw-r--r-- | libs/waitress-3.0.0.dist-info/LICENSE.txt | 44 | ||||
-rw-r--r-- | libs/waitress-3.0.0.dist-info/METADATA | 99 | ||||
-rw-r--r-- | libs/waitress-3.0.0.dist-info/RECORD | 25 | ||||
-rw-r--r-- | libs/waitress-3.0.0.dist-info/REQUESTED | 0 | ||||
-rw-r--r-- | libs/waitress-3.0.0.dist-info/WHEEL | 5 | ||||
-rw-r--r-- | libs/waitress-3.0.0.dist-info/entry_points.txt | 5 | ||||
-rw-r--r-- | libs/waitress-3.0.0.dist-info/top_level.txt | 1 |
8 files changed, 180 insertions, 0 deletions
diff --git a/libs/waitress-3.0.0.dist-info/INSTALLER b/libs/waitress-3.0.0.dist-info/INSTALLER new file mode 100644 index 000000000..a1b589e38 --- /dev/null +++ b/libs/waitress-3.0.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/libs/waitress-3.0.0.dist-info/LICENSE.txt b/libs/waitress-3.0.0.dist-info/LICENSE.txt new file mode 100644 index 000000000..e1f9ad7b3 --- /dev/null +++ b/libs/waitress-3.0.0.dist-info/LICENSE.txt @@ -0,0 +1,44 @@ +Zope Public License (ZPL) Version 2.1 + +A copyright notice accompanies this license document that identifies the +copyright holders. + +This license has been certified as open source. It has also been designated as +GPL compatible by the Free Software Foundation (FSF). + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions in source code must retain the accompanying copyright +notice, this list of conditions, and the following disclaimer. + +2. Redistributions in binary form must reproduce the accompanying copyright +notice, this list of conditions, and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +3. Names of the copyright holders must not be used to endorse or promote +products derived from this software without prior written permission from the +copyright holders. + +4. The right to distribute this software or to use it for any purpose does not +give you the right to use Servicemarks (sm) or Trademarks (tm) of the +copyright +holders. Use of them is covered by separate agreement with the copyright +holders. + +5. If any files are modified, you must cause the modified files to carry +prominent notices stating that you changed the files and the date of any +change. + +Disclaimer + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``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 COPYRIGHT HOLDERS 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. diff --git a/libs/waitress-3.0.0.dist-info/METADATA b/libs/waitress-3.0.0.dist-info/METADATA new file mode 100644 index 000000000..101601ff0 --- /dev/null +++ b/libs/waitress-3.0.0.dist-info/METADATA @@ -0,0 +1,99 @@ +Metadata-Version: 2.1 +Name: waitress +Version: 3.0.0 +Summary: Waitress WSGI server +Home-page: https://github.com/Pylons/waitress +Author: Zope Foundation and Contributors +Author-email: [email protected] +Maintainer: Pylons Project +Maintainer-email: [email protected] +License: ZPL 2.1 +Project-URL: Documentation, https://docs.pylonsproject.org/projects/waitress/en/latest/index.html +Project-URL: Changelog, https://docs.pylonsproject.org/projects/waitress/en/latest/index.html#change-history +Project-URL: Issue Tracker, https://github.com/Pylons/waitress/issues +Keywords: waitress wsgi server http +Classifier: Development Status :: 6 - Mature +Classifier: Environment :: Web Environment +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Zope Public License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Operating System :: OS Independent +Classifier: Topic :: Internet :: WWW/HTTP +Classifier: Topic :: Internet :: WWW/HTTP :: WSGI +Requires-Python: >=3.8.0 +Description-Content-Type: text/x-rst +License-File: LICENSE.txt +Provides-Extra: docs +Requires-Dist: Sphinx >=1.8.1 ; extra == 'docs' +Requires-Dist: docutils ; extra == 'docs' +Requires-Dist: pylons-sphinx-themes >=1.0.9 ; extra == 'docs' +Provides-Extra: testing +Requires-Dist: pytest ; extra == 'testing' +Requires-Dist: pytest-cov ; extra == 'testing' +Requires-Dist: coverage >=5.0 ; extra == 'testing' + +Waitress +======== + +.. image:: https://img.shields.io/pypi/v/waitress.svg + :target: https://pypi.org/project/waitress/ + :alt: latest version of waitress on PyPI + +.. image:: https://github.com/Pylons/waitress/actions/workflows/ci-tests.yml/badge.svg + :target: https://github.com/Pylons/waitress/actions/workflows/ci-tests.yml + +.. image:: https://readthedocs.org/projects/waitress/badge/?version=main + :target: https://docs.pylonsproject.org/projects/waitress/en/main + :alt: main Documentation Status + +Waitress is a production-quality pure-Python WSGI server with very acceptable +performance. It has no dependencies except ones which live in the Python +standard library. It runs on CPython on Unix and Windows under Python 3.8+. It +is also known to run on PyPy 3 (version 3.8 compatible python and above) on +UNIX. It supports HTTP/1.0 and HTTP/1.1. + +For more information, see the "docs" directory of the Waitress package or visit +https://docs.pylonsproject.org/projects/waitress/en/latest/ + +3.0.0 (2024-02-04) +------------------ + +- Rename "master" git branch to "main" + +- Fix a bug that would appear on macOS whereby if we accept() a socket that is + already gone, setting socket options would fail and take down the server. See + https://github.com/Pylons/waitress/pull/399 + +- Fixed testing of vendored asyncore code to not rely on particular naming for + errno's. See https://github.com/Pylons/waitress/pull/397 + +- HTTP Request methods and versions are now validated to meet the HTTP + standards thereby dropping invalid requests on the floor. See + https://github.com/Pylons/waitress/pull/423 + +- No longer close the connection when sending a HEAD request response. See + https://github.com/Pylons/waitress/pull/428 + +- Always attempt to send the Connection: close response header when we are + going to close the connection to let the remote know in more instances. + https://github.com/Pylons/waitress/pull/429 + +- Python 3.7 is no longer supported. Add support for Python 3.11, 3.12 and + PyPy 3.9, 3.10. See https://github.com/Pylons/waitress/pull/412 + +- Document that trusted_proxy may be set to a wildcard value to trust all + proxies. See https://github.com/Pylons/waitress/pull/431 + +Updated Defaults +~~~~~~~~~~~~~~~~ + +- clear_untrusted_proxy_headers is set to True by default. See + https://github.com/Pylons/waitress/pull/370 diff --git a/libs/waitress-3.0.0.dist-info/RECORD b/libs/waitress-3.0.0.dist-info/RECORD new file mode 100644 index 000000000..c21885637 --- /dev/null +++ b/libs/waitress-3.0.0.dist-info/RECORD @@ -0,0 +1,25 @@ +../../bin/waitress-serve,sha256=1OqDUSHasT1sLnyzkmwLJ774OVlt3BZF7Rn25Z76oq8,235 +waitress-3.0.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +waitress-3.0.0.dist-info/LICENSE.txt,sha256=PmcdsR32h1FswdtbPWXkqjg-rKPCDOo_r1Og9zNdCjw,2070 +waitress-3.0.0.dist-info/METADATA,sha256=LcIRiiQFPBQfYWZELvGinG7VDEEob2Rwxs50fHvzhfE,4205 +waitress-3.0.0.dist-info/RECORD,, +waitress-3.0.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +waitress-3.0.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92 +waitress-3.0.0.dist-info/entry_points.txt,sha256=tDR8epG2g4I70Lak9d-1qTHbCfBzZd5FDEScAkVuH_E,106 +waitress-3.0.0.dist-info/top_level.txt,sha256=_kFnXYtDXvRWHSXprH53h56AM2jDfY-Y7sgIakVEImI,9 +waitress/__init__.py,sha256=XucLsghawSMTlUAAZ6ToN5qKZyJNv3iolYYgx812a5o,1370 +waitress/__main__.py,sha256=52WJIrYKadsGi0G93jEMCfaBXaVQluHy4XBmfTLT-6o,75 +waitress/adjustments.py,sha256=8e0AqCF6efXT7e2tgrLMi0JgedMWeDlxR2DsmjqK6hI,17907 +waitress/buffers.py,sha256=UL8VJE2QVqlOSqbjDLl6kVoC1IQ2EWi9IbhUJQxezIk,9327 +waitress/channel.py,sha256=aG2MsWF1ohan7AZjNKg8_UcII_n61N4VVjzW_grHqOY,19004 +waitress/compat.py,sha256=ye7vBv0SLXicjJ62ALYrl863MUwis9PKqbhsjiASSSA,867 +waitress/parser.py,sha256=88KUY31JztMnuXI46POHFL5yYHuJ5ZCczV8Aj6UQtjM,15579 +waitress/proxy_headers.py,sha256=658TlTIuDIss_A3BdTSmImjB8wSj5LzshfkYULiATKw,11811 +waitress/receiver.py,sha256=5LSQPVJabWrytwZwaKKiHgG80WXPo_VLK6tNxSmhz6I,5897 +waitress/rfc7230.py,sha256=D1_kVeCJa3G-u4jAniZieFTMe3xrMavTjQDEbj9SBfo,2525 +waitress/runner.py,sha256=a9bNwYAxl_rgXSi--JVQpwvDIArwuZBGgVDxFMwuamE,9334 +waitress/server.py,sha256=B2F-fJC_bRO0cDaRERpy1Nj4-xjQoPYnW897lwX7kO4,13749 +waitress/task.py,sha256=HofupzJUIuMfuT63dKhtG7Fks6pWViWsZRa8Zru3o4E,21895 +waitress/trigger.py,sha256=mPyHW_yUC3Yn-ibIIWwTWYqRe0DJeuaTK6ivOY2o_3E,7811 +waitress/utilities.py,sha256=19JDxMhIMj78AO-BBQP_ty31qTXVIEpWvjyo9K2BK70,6356 +waitress/wasyncore.py,sha256=HIz8XfDGWx7U9fvR6aOZVbk9FH41hVosW6oLSmPWnlo,21038 diff --git a/libs/waitress-3.0.0.dist-info/REQUESTED b/libs/waitress-3.0.0.dist-info/REQUESTED new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/libs/waitress-3.0.0.dist-info/REQUESTED diff --git a/libs/waitress-3.0.0.dist-info/WHEEL b/libs/waitress-3.0.0.dist-info/WHEEL new file mode 100644 index 000000000..98c0d20b7 --- /dev/null +++ b/libs/waitress-3.0.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.42.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/libs/waitress-3.0.0.dist-info/entry_points.txt b/libs/waitress-3.0.0.dist-info/entry_points.txt new file mode 100644 index 000000000..2518d8f41 --- /dev/null +++ b/libs/waitress-3.0.0.dist-info/entry_points.txt @@ -0,0 +1,5 @@ +[console_scripts] +waitress-serve = waitress.runner:run + +[paste.server_runner] +main = waitress:serve_paste diff --git a/libs/waitress-3.0.0.dist-info/top_level.txt b/libs/waitress-3.0.0.dist-info/top_level.txt new file mode 100644 index 000000000..eac8d44ff --- /dev/null +++ b/libs/waitress-3.0.0.dist-info/top_level.txt @@ -0,0 +1 @@ +waitress |