From 5c2a0ddcef567be3733125920aacb8e5102ebf6c Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Thu, 16 Dec 2021 17:25:46 +0800 Subject: [PATCH] Remove the release suffix --- python-uritemplate.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-uritemplate.spec b/python-uritemplate.spec index 7ceff9c..07661d9 100644 --- a/python-uritemplate.spec +++ b/python-uritemplate.spec @@ -11,7 +11,7 @@ Name: python-%{modname} Version: 3.0.0 -Release: 10%{?dist} +Release: 11 Summary: Simple python library to deal with URI Templates (RFC 6570) License: BSD @@ -57,5 +57,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v %{python3_sitelib}/%{modname}/ %changelog +* Thur Dec 16 2021 liqiuyu - 3.0.0-11 +- Remove the release suffix + * Fri Oct 30 2020 jiangxinyu - 3.0.0-10 - Init python3-uritemplate project -- Gitee