!2 Update package

From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-12-19 07:21:22 +00:00 committed by Gitee
commit 83a77376c1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
astral-3.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-astral Name: python-astral
Version: 2.2 Version: 3.2
Release: 1 Release: 1
Summary: Calculations for the position of the sun and moon. Summary: Calculations for the position of the sun and moon.
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/sffjunkie/astral 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 BuildArch: noarch
Requires: python3-pyt Requires: python3-pyt
@ -19,7 +19,7 @@ This is 'astral' a Python module which calculates
%package -n python3-astral %package -n python3-astral
Summary: Calculations for the position of the sun and moon. Summary: Calculations for the position of the sun and moon.
Provides: python-astral Provides: python-astral = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-astral %description -n python3-astral
@ -32,7 +32,7 @@ Provides: python3-astral-doc
Calculations for the position of the sun and moon. Calculations for the position of the sun and moon.
%prep %prep
%autosetup -n astral-2.2 %autosetup -n astral-%{version}
%build %build
%py3_build %py3_build
@ -72,5 +72,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Dec 16 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.2-1
- Update package to version 3.2
* Thu Jul 16 2020 Python_Bot <Python_Bot@openeuler.org> * Thu Jul 16 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated