Update package to version 1.7.3
This commit is contained in:
parent
772e51796d
commit
bc893107f7
BIN
invoke-1.7.3.tar.gz
Normal file
BIN
invoke-1.7.3.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,12 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-invoke
|
Name: python-invoke
|
||||||
Version: 1.7.1
|
Version: 1.7.3
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Pythonic task execution
|
Summary: Pythonic task execution
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
URL: http://docs.pyinvoke.org
|
URL: http://docs.pyinvoke.org
|
||||||
Source0: https://github.com/pyinvoke/invoke/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/2b/8d/9aec496bbd200589397b4cd6d546576c296465c1bdeb28c1ea1019e75a1f/invoke-1.7.3.tar.gz
|
||||||
BuildRequires: procps-ng
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
@ -21,7 +20,8 @@ versioned API website <http://docs.pyinvoke.org>`_.
|
|||||||
|
|
||||||
%package -n python3-invoke
|
%package -n python3-invoke
|
||||||
Summary: Pythonic task execution
|
Summary: Pythonic task execution
|
||||||
Provides: python-invoke
|
Provides: python-invoke = %{version}-%{release}
|
||||||
|
BuildRequires: procps-ng
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-invoke
|
%description -n python3-invoke
|
||||||
@ -46,7 +46,7 @@ project website <http://pyinvoke.org>`_; or for detailed API docs, see `the
|
|||||||
versioned API website <http://docs.pyinvoke.org>`_.
|
versioned API website <http://docs.pyinvoke.org>`_.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n invoke-1.7.1
|
%autosetup -n invoke-%{version}
|
||||||
rm -rvf invoke/vendor/yaml2/*
|
rm -rvf invoke/vendor/yaml2/*
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -87,6 +87,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 15 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.7.3-1
|
||||||
|
- Update package to version 1.7.3
|
||||||
|
|
||||||
* Mon Jun 20 2022 liukuo <liukuo@kylinos.cn> - 1.7.1-2
|
* Mon Jun 20 2022 liukuo <liukuo@kylinos.cn> - 1.7.1-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user