diff --git a/futurist-2.3.0.tar.gz b/futurist-2.3.0.tar.gz deleted file mode 100644 index 1fe3cb9a201aa29083aaabb3681d15ef422602eb..0000000000000000000000000000000000000000 Binary files a/futurist-2.3.0.tar.gz and /dev/null differ diff --git a/futurist-2.4.1.tar.gz b/futurist-2.4.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..54ccb1e78eec2d6779255c7d8c6ee46d499ab907 Binary files /dev/null and b/futurist-2.4.1.tar.gz differ diff --git a/python-futurist.spec b/python-futurist.spec index b629eb620c4cce84e3afac27191f9e84fb80ea54..3dea63d023494def37acc09890a4b249b49508d3 100644 --- a/python-futurist.spec +++ b/python-futurist.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-futurist -Version: 2.3.0 -Release: 3 +Version: 2.4.1 +Release: 1 Summary: Useful additions to futures, from the future. License: Apache-2.0 URL: https://docs.openstack.org/futurist/latest/ -Source0: https://files.pythonhosted.org/packages/31/10/b10d828d056c66f89df8d6f408580108731b09ecfe3c00b92c5421003a9b/futurist-2.3.0.tar.gz +Source0: https://files.pythonhosted.org/packages/e7/08/141b42af4fbaa9f7b8b9ffbf32197d261269e1088a3d4f2287fcfcbf542b/futurist-2.4.1.tar.gz BuildArch: noarch %description @@ -30,7 +30,7 @@ Provides: python3-futurist-doc Useful additions to futures, from the future. (docs) %prep -%autosetup -n futurist-2.3.0 +%autosetup -n futurist-%{version} %build %py3_build @@ -70,10 +70,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Jul 24 2022 liksh - 2.4.1-1 +- Upgrade for openstack Yoga + * Tue May 17 2022 liukuo - 2.3.0-3 - License compliance rectification -* Mon Aug 1 2021 huangtianhua - 2.3.0-2 +* Sun Aug 1 2021 huangtianhua - 2.3.0-2 - Adds pbr/pip as buildrequires * Sat Nov 21 2020 Python_Bot