diff --git a/SOURCES/0001-Relax-h11-dependency.patch b/SOURCES/0001-Relax-h11-dependency.patch new file mode 100644 index 0000000..56168ae --- /dev/null +++ b/SOURCES/0001-Relax-h11-dependency.patch @@ -0,0 +1,33 @@ +From 96824724ce615f852700ae5c7aeb84cac9bbaaf3 Mon Sep 17 00:00:00 2001 +From: Carl George +Date: Wed, 2 Mar 2022 22:08:06 -0600 +Subject: [PATCH] Relax h11 dependency + +--- + setup.py | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/setup.py b/setup.py +index 9bfc613..4ec6f8d 100644 +--- a/setup.py ++++ b/setup.py +@@ -54,7 +54,7 @@ setup( + include_package_data=True, + zip_safe=False, + install_requires=[ +- "h11>=0.11,<0.13", ++ "h11>=0.11,<0.14", + "sniffio==1.*", + "anyio==3.*", + "certifi", +@@ -73,7 +73,6 @@ setup( + "Framework :: AsyncIO", + "Framework :: Trio", + "Programming Language :: Python :: 3", +- "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", +-- +2.35.1 + diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..3d733d4 --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# python-httpcore + +The python-httpcore package \ No newline at end of file