diff --git a/h11-0.14.0.tar.gz b/h11-0.14.0.tar.gz new file mode 100644 index 0000000..fd345c7 Binary files /dev/null and b/h11-0.14.0.tar.gz differ diff --git a/python-h11.spec b/python-h11.spec index da66b60..fa62180 100644 --- a/python-h11.spec +++ b/python-h11.spec @@ -2,12 +2,12 @@ %global _empty_manifest_terminate_build 0 Name: python-h11 -Version: 0.12.0 +Version: 0.14.0 Release: 1 Summary: A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 License: MIT URL: https://github.com/python-hyper/h11 -Source0: https://github.com/python-hyper/h11/archive/refs/tags/v%{version}.tar.gz +Source0: https://github.com/python-hyper/h11/archive/refs/tags/v%{version}.tar.gz#/h11-%{version}.tar.gz BuildArch: noarch @@ -83,5 +83,8 @@ py.test-%{python3_version} --verbose %{_docdir}/* %changelog +* Fri Sep 30 2022 jiangxinyu - 0.14.0-1 +- Upgrade to 0.14.0 + * Fri Jul 23 2021 Python_Bot - 0.12.0-1 - Package Spec generated diff --git a/v0.12.0.tar.gz b/v0.12.0.tar.gz deleted file mode 100644 index 716208e..0000000 Binary files a/v0.12.0.tar.gz and /dev/null differ