python-yarl/.gitignore

2 lines
5 B
Plaintext
Raw Permalink Normal View History

- Update to 1.18.3: * Fixed uppercase ASCII hosts being rejected by :meth:URL.build() <yarl.URL.build> and :py:meth:~yarl.URL.with_host -- by :user:bdraco. * Improved performances of multiple path properties on cache miss -- by :user:bdraco. 1.18.0: * Added keep_query and keep_fragment flags in the :py:meth:yarl.URL.with_path, :py:meth:yarl.URL.with_name and :py:meth:yarl.URL.with_suffix methods, allowing users to optionally retain the query string and fragment in the resulting URL when replacing the path -- by :user:paul-nameless. 1.17.2: * Stopped implicitly allowing the use of Cython pre-release versions when building the distribution package -- by :user:ajsanchezsanz and :user:markgreene74. * Fixed a bug causing :attr:~yarl.URL.port to return the default port when the given port was zero -- by :user:gmacon. * Make error messages include details of incorrect type when port is not int in :py:meth:~yarl.URL.build. -- by :user:Cycloctane. * Stopped implicitly allowing the use of Cython pre-release versions when building the distribution package -- by :user:ajsanchezsanz and :user:markgreene74. * Improved performance of the :py:meth:~yarl.URL.joinpath method -- by :user:bdraco. 1.17.1: * Improved performance of many URL methods – by @bdraco. * Improved performance of passing a dict or str to extend_query() – by @bdraco. 1.17.0: * Added host_port_subcomponent which returns the RFC 3986 Section OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yarl?expand=0&rev=72
2024-12-05 14:29:27 +01:00
.osc