diff --git a/invoke-1.7.3.tar.gz b/invoke-1.7.3.tar.gz new file mode 100644 index 0000000..38f7089 Binary files /dev/null and b/invoke-1.7.3.tar.gz differ diff --git a/python-invoke-1.7.1.tar.gz b/python-invoke-1.7.1.tar.gz deleted file mode 100644 index ccd5506..0000000 Binary files a/python-invoke-1.7.1.tar.gz and /dev/null differ diff --git a/python-invoke.spec b/python-invoke.spec index deeaa8a..c427445 100644 --- a/python-invoke.spec +++ b/python-invoke.spec @@ -1,12 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-invoke -Version: 1.7.1 -Release: 2 +Version: 1.7.3 +Release: 1 Summary: Pythonic task execution License: BSD-2-Clause URL: http://docs.pyinvoke.org -Source0: https://github.com/pyinvoke/invoke/archive/%{version}/%{name}-%{version}.tar.gz -BuildRequires: procps-ng +Source0: https://files.pythonhosted.org/packages/2b/8d/9aec496bbd200589397b4cd6d546576c296465c1bdeb28c1ea1019e75a1f/invoke-1.7.3.tar.gz BuildArch: noarch @@ -21,7 +20,8 @@ versioned API website `_. %package -n python3-invoke Summary: Pythonic task execution -Provides: python-invoke +Provides: python-invoke = %{version}-%{release} +BuildRequires: procps-ng BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-invoke @@ -46,7 +46,7 @@ project website `_; or for detailed API docs, see `the versioned API website `_. %prep -%autosetup -n invoke-1.7.1 +%autosetup -n invoke-%{version} rm -rvf invoke/vendor/yaml2/* %build @@ -87,6 +87,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 15 2022 jiangxinyu - 1.7.3-1 +- Update package to version 1.7.3 + * Mon Jun 20 2022 liukuo - 1.7.1-2 - License compliance rectification