0560af2e9d
1.5.0: Features - Convert host to lowercase on URL building. - Allow using ``mod`` operator (`%`) for updating query string (an alias for ``update_query()`` method). - Allow use of sequences such as ``list`` and ``tuple`` in the values of a mapping such as ``dict`` to represent that a key has many values:: url = URL("http://example.com") assert url.with_query({"a": [1, 2]}) == URL("http://example.com/?a=1&a=2") - Support URL.build() with scheme and path (creates a relative URL). - Cache slow IDNA encode/decode calls. - Add ``@final`` / ``Final`` type hints - Support URL authority/raw_authority properties and authority argument of ``URL.build()`` method. - Hide the library implementation details, make the exposed public list very clean.
24 lines
822 B
Text
24 lines
822 B
Text
@comment $NetBSD: PLIST,v 1.3 2020/07/27 17:25:02 adam Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/yarl/__init__.py
|
|
${PYSITELIB}/yarl/__init__.pyc
|
|
${PYSITELIB}/yarl/__init__.pyi
|
|
${PYSITELIB}/yarl/__init__.pyo
|
|
${PYSITELIB}/yarl/_quoting.py
|
|
${PYSITELIB}/yarl/_quoting.pyc
|
|
${PYSITELIB}/yarl/_quoting.pyo
|
|
${PYSITELIB}/yarl/_quoting_c.c
|
|
${PYSITELIB}/yarl/_quoting_c.pyi
|
|
${PYSITELIB}/yarl/_quoting_c.pyx
|
|
${PYSITELIB}/yarl/_quoting_c.so
|
|
${PYSITELIB}/yarl/_quoting_py.py
|
|
${PYSITELIB}/yarl/_quoting_py.pyc
|
|
${PYSITELIB}/yarl/_quoting_py.pyo
|
|
${PYSITELIB}/yarl/_url.py
|
|
${PYSITELIB}/yarl/_url.pyc
|
|
${PYSITELIB}/yarl/_url.pyo
|
|
${PYSITELIB}/yarl/py.typed
|