Update package to version 1.8.2.2

This commit is contained in:
jxy_git 2022-12-06 16:09:47 +08:00
parent b3bbfef87f
commit b826d42bde
3 changed files with 8 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-XStatic-Angular
Version: 1.5.8.0
Version: 1.8.2.2
Release: 1
Summary: Angular 1.5.8 (XStatic packaging standard)
License: MIT
URL: http://angularjs.org
Source0: https://files.pythonhosted.org/packages/03/30/4912d6b0b0a10748919bedea4859c8d32197d20b0062e5298903648e121f/XStatic-Angular-1.5.8.0.tar.gz
Source0: https://files.pythonhosted.org/packages/10/45/ef21b960ea44834912f1131d84d972210f7815c63938843c30e72be451e1/XStatic-Angular-1.8.2.2.tar.gz
BuildArch: noarch
@ -19,7 +19,7 @@ You can find more info about the xstatic packaging way in the package `XStatic`.
%package -n python3-XStatic-Angular
Summary: Angular 1.5.8 (XStatic packaging standard)
Provides: python-XStatic-Angular
Provides: python-XStatic-Angular = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-XStatic-Angular
@ -42,7 +42,7 @@ the XStatic base package, if you like.
You can find more info about the xstatic packaging way in the package `XStatic`.
%prep
%autosetup -n XStatic-Angular-1.5.8.0
%autosetup -n XStatic-Angular-%{version}
%build
%py3_build
@ -82,5 +82,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Jan 29 2021 Python_Bot <Python_Bot@openeuler.org>
* Tue Dec 06 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.8.2.2-1
- Update package to version 1.8.2.2
* Fri Jan 29 2021 Python_Bot <Python_Bot@openeuler.org> - 1.5.8.0-1
- Package Spec generated