From 0c7901374e268ac7a0676f290e37794c94241316 Mon Sep 17 00:00:00 2001 From: penelope Date: Fri, 1 Apr 2022 17:05:52 +0800 Subject: [PATCH] spec --- python-hyperframe.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-hyperframe.spec b/python-hyperframe.spec index 2ec323a..46b8962 100644 --- a/python-hyperframe.spec +++ b/python-hyperframe.spec @@ -1,6 +1,6 @@ Name: python-hyperframe Version: 6.0.1 -Release: 1 +Release: 2 Summary: HTTP/2 framing layer for Python License: MIT @@ -40,9 +40,12 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest %files -n python3-hyperframe %doc README.rst LICENSE %{python3_sitelib}/hyperframe -%{python3_sitelib}/hyperframe-%{version}-py?.?.egg-info +%{python3_sitelib}/hyperframe-%{version}-py%{python3_version}.egg-info %changelog +* Fri Apr 01 2022 xigaoxinyan - 6.0.1-2 +- Fix build error caused by py3.10+ wildcard + * Wed Jul 28 2021 liyanan - 6.0.1-1 - update to 6.0.1