Changes: 2.0.0 ----- - Drop Python2 support - Adjust Travis tests for Python3-only, and add v3.8 - Add inline typing - Remove "debug_mode" parameter - Add "logging" support (basically replacing "debug_mode" and the various "print"s) - Fix "no-else-after-return" and "no-else-after-raise" - Fix "startswitch" typos / bugs - Removed deprecated "basic_auth" and "digest_auth" paramters. The same functionality is given by specifying the "http_auth" with an instance of either object. This allows for more flexibility with various other alternative authentication methods. (Done in a separate commit of 1.0.13 update because 1.0.13 was the last release supporting Python 2.7, if you use py-rt with python27 please let me know/feel free to add a possible py-rt1 package.)
17 lines
582 B
Text
17 lines
582 B
Text
@comment $NetBSD: PLIST,v 1.2 2020/02/24 14:38:25 leot Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/rt/__init__.py
|
|
${PYSITELIB}/rt/__init__.pyc
|
|
${PYSITELIB}/rt/__init__.pyo
|
|
${PYSITELIB}/rt/exceptions.py
|
|
${PYSITELIB}/rt/exceptions.pyc
|
|
${PYSITELIB}/rt/exceptions.pyo
|
|
${PYSITELIB}/rt/py.typed
|
|
${PYSITELIB}/rt/rt.py
|
|
${PYSITELIB}/rt/rt.pyc
|
|
${PYSITELIB}/rt/rt.pyo
|