diff --git a/astral-2.2.tar.gz b/astral-2.2.tar.gz deleted file mode 100644 index c1922c5..0000000 Binary files a/astral-2.2.tar.gz and /dev/null differ diff --git a/astral-3.2.tar.gz b/astral-3.2.tar.gz new file mode 100644 index 0000000..dc0581f Binary files /dev/null and b/astral-3.2.tar.gz differ diff --git a/python-astral.spec b/python-astral.spec index 19f4f84..2300897 100644 --- a/python-astral.spec +++ b/python-astral.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-astral -Version: 2.2 +Version: 3.2 Release: 1 Summary: Calculations for the position of the sun and moon. License: Apache-2.0 URL: https://github.com/sffjunkie/astral -Source0: https://files.pythonhosted.org/packages/ad/c3/76dfe55a68c48a1a6f3d2eeab2793ebffa9db8adfba82774a7e0f5f43980/astral-2.2.tar.gz +Source0: https://files.pythonhosted.org/packages/04/d1/1adbf06a38dc339e41a1666f6c7135924594c20fd46e060fb263248c564d/astral-3.2.tar.gz BuildArch: noarch Requires: python3-pyt @@ -19,7 +19,7 @@ This is 'astral' a Python module which calculates %package -n python3-astral Summary: Calculations for the position of the sun and moon. -Provides: python-astral +Provides: python-astral = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-astral @@ -32,7 +32,7 @@ Provides: python3-astral-doc Calculations for the position of the sun and moon. %prep -%autosetup -n astral-2.2 +%autosetup -n astral-%{version} %build %py3_build @@ -72,5 +72,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Dec 16 2022 liqiuyu - 3.2-1 +- Update package to version 3.2 + * Thu Jul 16 2020 Python_Bot - Package Spec generated