diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 06:26:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 06:26:26 +0000 |
commit | 7a504e9fe00864caa8a8c74a3c2c3f66de981e55 (patch) | |
tree | 0781874347604d0c2e0ea7e0e4b9d3c462591619 /python-httpcore.spec | |
parent | 68a8769fd34fdac6238b980c7b6bf89b73fff247 (diff) |
automatic import of python-httpcore
Diffstat (limited to 'python-httpcore.spec')
-rw-r--r-- | python-httpcore.spec | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/python-httpcore.spec b/python-httpcore.spec index 15bf152..85d0ea5 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-httpcore -Version: 0.16.3 +Version: 0.17.0 Release: 1 Summary: A minimal low-level HTTP client. License: BSD URL: https://github.com/encode/httpcore -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/61/42/5c456b02816845d163fab0f32936b6a5b649f3f915beff6f819f4f6c90b2/httpcore-0.16.3.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/41/16/c809655d32fd93e688b9e2a1aaba1008118369d1eda00818f6f65eb509f8/httpcore-0.17.0.tar.gz BuildArch: noarch Requires: python3-h11 @@ -115,6 +115,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 0.17.0 (March 16th, 2023) + +- Add DEBUG level logging. (#648) +- Respect HTTP/2 max concurrent streams when settings updates are sent by server. (#652) +- Increase the allowable HTTP header size to 100kB. (#647) +- Add `retries` option to SOCKS proxy classes. (#643) + ## 0.16.3 (December 20th, 2022) - Allow `ws` and `wss` schemes. Allows us to properly support websocket upgrade connections. (#625) @@ -599,6 +606,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 0.17.0 (March 16th, 2023) + +- Add DEBUG level logging. (#648) +- Respect HTTP/2 max concurrent streams when settings updates are sent by server. (#652) +- Increase the allowable HTTP header size to 100kB. (#647) +- Add `retries` option to SOCKS proxy classes. (#643) + ## 0.16.3 (December 20th, 2022) - Allow `ws` and `wss` schemes. Allows us to properly support websocket upgrade connections. (#625) @@ -1080,6 +1094,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 0.17.0 (March 16th, 2023) + +- Add DEBUG level logging. (#648) +- Respect HTTP/2 max concurrent streams when settings updates are sent by server. (#652) +- Increase the allowable HTTP header size to 100kB. (#647) +- Add `retries` option to SOCKS proxy classes. (#643) + ## 0.16.3 (December 20th, 2022) - Allow `ws` and `wss` schemes. Allows us to properly support websocket upgrade connections. (#625) @@ -1459,7 +1480,7 @@ connection pool properly. (Pull #70) %prep -%autosetup -n httpcore-0.16.3 +%autosetup -n httpcore-0.17.0 %build %py3_build @@ -1499,5 +1520,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.16.3-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 0.17.0-1 - Package Spec generated |