From 1cb07bfa53a09b0826665a5d87960ad9fa5467cb5c86e65efc9571b2480ed099 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Thu, 13 Aug 2020 12:42:55 +0000 Subject: [PATCH] Accepting request 826281 from home:alois:branches:devel:languages:python - Update to version 0.10.0 * Drop support for Python 3.4. * Support Python 3.8. * Make error messages returned by match failures less ambiguous OBS-URL: https://build.opensuse.org/request/show/826281 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-h11?expand=0&rev=12 --- h11-0.10.0.tar.gz | 3 +++ h11-0.9.0.tar.gz | 3 --- python-h11.changes | 8 ++++++++ python-h11.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 h11-0.10.0.tar.gz delete mode 100644 h11-0.9.0.tar.gz diff --git a/h11-0.10.0.tar.gz b/h11-0.10.0.tar.gz new file mode 100644 index 0000000..ff0704f --- /dev/null +++ b/h11-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311dc5478c2568cc07262e0381cdfc5b9c6ba19775905736c87e81ae6662b9fd +size 96120 diff --git a/h11-0.9.0.tar.gz b/h11-0.9.0.tar.gz deleted file mode 100644 index a8349ec..0000000 --- a/h11-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33d4bca7be0fa039f4e84d50ab00531047e53d6ee8ffbc83501ea602c169cae1 -size 93331 diff --git a/python-h11.changes b/python-h11.changes index b39a2c1..d98c22d 100644 --- a/python-h11.changes +++ b/python-h11.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 13 12:35:59 UTC 2020 - aloisio@gmx.com + +- Update to version 0.10.0 + * Drop support for Python 3.4. + * Support Python 3.8. + * Make error messages returned by match failures less ambiguous + ------------------------------------------------------------------- Wed May 6 07:47:22 UTC 2020 - Tomáš Chvátal diff --git a/python-h11.spec b/python-h11.spec index 620a070..14fb7cb 100644 --- a/python-h11.spec +++ b/python-h11.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-h11 -Version: 0.9.0 +Version: 0.10.0 Release: 0 Summary: A pure-Python, bring-your-own-I/O implementation of HTTP/11 License: MIT