diff --git a/h11-0.8.1.tar.gz b/h11-0.8.1.tar.gz deleted file mode 100644 index d19a508..0000000 --- a/h11-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acca6a44cb52a32ab442b1779adf0875c443c689e9e028f8d831a3769f9c5208 -size 94009 diff --git a/h11-0.9.0.tar.gz b/h11-0.9.0.tar.gz new file mode 100644 index 0000000..a8349ec --- /dev/null +++ b/h11-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d4bca7be0fa039f4e84d50ab00531047e53d6ee8ffbc83501ea602c169cae1 +size 93331 diff --git a/python-h11.changes b/python-h11.changes index b8e4023..b529e9e 100644 --- a/python-h11.changes +++ b/python-h11.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 22 14:15:01 UTC 2019 - Tomáš Chvátal + +- Update to 0.9.0: + * no changelog +- Restrict pytest5 for now + ------------------------------------------------------------------- Wed Jun 5 08:36:51 UTC 2019 - Petr Gajdos diff --git a/python-h11.spec b/python-h11.spec index 6a225ec..20ec0f3 100644 --- a/python-h11.spec +++ b/python-h11.spec @@ -18,20 +18,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-h11 -Version: 0.8.1 +Version: 0.9.0 Release: 0 Summary: A pure-Python, bring-your-own-I/O implementation of HTTP/11 License: MIT Group: Development/Languages/Python -URL: https://github.com/njsmith/h11 +URL: https://github.com/python-hyper/h11 Source: https://files.pythonhosted.org/packages/source/h/h11/h11-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -# SECTION test requirements -BuildRequires: %{python_module pytest} -# /SECTION BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module pytest < 5} +# /SECTION %python_subpackages %description