diff --git a/Tempita-0.5.1.tar.gz b/Tempita-0.5.1.tar.gz deleted file mode 100644 index 1dd0cf2..0000000 Binary files a/Tempita-0.5.1.tar.gz and /dev/null differ diff --git a/python-tempita.spec b/python-tempita.spec index b422cca..0c005e3 100644 --- a/python-tempita.spec +++ b/python-tempita.spec @@ -1,10 +1,11 @@ -Name: python-tempita -Version: 0.5.1 -Release: 22 +%global srcname tempita +Name: python-%{srcname} +Version: 0.5.2 +Release: 1 Summary: A small templating language for text substitution License: MIT -URL: https://pypi.org/project/Tempita/0.5.1/#description -Source0: https://files.pythonhosted.org/packages/3f/70/d22ffcf0c1aa88077260de058845d0ef00b4b3044da7c10fc39068801a03/Tempita-0.5.1.tar.gz +URL: https://pypi.org/project/Tempita/%{version}/#description +Source0: %{pypi_source} BuildArch: noarch @@ -47,6 +48,9 @@ Summary: A small templating language for text substitution %{python3_sitelib}/*.egg-info %changelog +* Thu Jan 28 2021 liudabo - 0.5.2-1 +- upgrade version to 0.5.2 + * Thu Oct 29 2020 tianwei - 0.5.1-22 - delete python2 diff --git a/tempita-0.5.2.tar.gz b/tempita-0.5.2.tar.gz new file mode 100644 index 0000000..755befc Binary files /dev/null and b/tempita-0.5.2.tar.gz differ