summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-httpcore.spec29
-rw-r--r--sources2
3 files changed, 27 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 0bdaa63..8881934 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/httpcore-0.16.3.tar.gz
+/httpcore-0.17.0.tar.gz
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
diff --git a/sources b/sources
index 68c9260..b272136 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-be1980a03081c2c99e3a26575a958682 httpcore-0.16.3.tar.gz
+881211271c5fea2aba9e97dc0e7747e8 httpcore-0.17.0.tar.gz