diff --git a/python-uritemplate.spec b/python-uritemplate.spec index 7ceff9c..aff9a44 100644 --- a/python-uritemplate.spec +++ b/python-uritemplate.spec @@ -10,8 +10,8 @@ #%%endif Name: python-%{modname} -Version: 3.0.0 -Release: 10%{?dist} +Version: 3.0.1 +Release: 1 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 +* Sat May 07 2022 xigaoxinyan -3.0.1-1 +- Update to 3.0.1 + * Fri Oct 30 2020 jiangxinyu - 3.0.0-10 - Init python3-uritemplate project diff --git a/uritemplate-3.0.0.tar.gz b/uritemplate-3.0.0.tar.gz deleted file mode 100644 index 2cee2ad..0000000 Binary files a/uritemplate-3.0.0.tar.gz and /dev/null differ diff --git a/uritemplate-3.0.1.tar.gz b/uritemplate-3.0.1.tar.gz new file mode 100644 index 0000000..9ef1040 Binary files /dev/null and b/uritemplate-3.0.1.tar.gz differ