forked from pool/python-h11
- Update to 0.9.0:
* no changelog - Restrict pytest5 for now OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-h11?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
02bcd0b504
commit
a074c55868
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acca6a44cb52a32ab442b1779adf0875c443c689e9e028f8d831a3769f9c5208
|
||||
size 94009
|
||||
3
h11-0.9.0.tar.gz
Normal file
3
h11-0.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33d4bca7be0fa039f4e84d50ab00531047e53d6ee8ffbc83501ea602c169cae1
|
||||
size 93331
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 14:15:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.9.0:
|
||||
* no changelog
|
||||
- Restrict pytest5 for now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 08:36:51 UTC 2019 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user