diff --git a/apptools-5.1.0.tar.gz b/apptools-5.1.0.tar.gz deleted file mode 100644 index 0f189d25b919689c8146807ac465fb28e63ca321..0000000000000000000000000000000000000000 Binary files a/apptools-5.1.0.tar.gz and /dev/null differ diff --git a/apptools-5.2.0.tar.gz b/apptools-5.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3f69300cc74ae9ab017814c8d3759418888183ea Binary files /dev/null and b/apptools-5.2.0.tar.gz differ diff --git a/python-apptools.spec b/python-apptools.spec index a4e0a757d4843703a101377a212cc77bc4055e4c..4c101783374dab50831f4cb384367ec95495bc4e 100644 --- a/python-apptools.spec +++ b/python-apptools.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-apptools -Version: 5.1.0 +Version: 5.2.0 Release: 1 Summary: application tools License: BSD -URL: https://docs.enthought.com/apptools -Source0: https://files.pythonhosted.org/packages/c8/2f/cca173cf2077a61b5e07a00ffba317a51e33502ee93570ef37f84fef81a3/apptools-5.1.0.tar.gz +URL: https://github.com/enthought/apptools +Source0: https://files.pythonhosted.org/packages/b1/69/d83eaccb74d82755bb96be3996a8386329424ce067aa1e0ab2179108a2f9/apptools-5.2.0.tar.gz BuildArch: noarch @@ -30,7 +30,7 @@ The apptools project includes a set of packages that Enthought has found useful in creating a number of applications. %prep -%autosetup -n apptools-5.1.0 +%autosetup -n apptools-%{version} %build %py3_build @@ -70,8 +70,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 11 2022 jiangxinyu - 5.2.0-1 +- Upgrade package to version 5.2.0 + * Thu Jul 22 2021 Xu Jin - 5.1.0-1 - Update package to 5.1.0 -* Mon Jul 06 2020 Python_Bot +* Mon Jul 06 2020 Python_Bot - 4.5.0-1 - Package Spec generated