diff --git a/duty-1.4.3.tar.gz b/duty-1.4.3.tar.gz deleted file mode 100644 index afbb44077d242b5ebb171a79f34a6d6650a38b30..0000000000000000000000000000000000000000 Binary files a/duty-1.4.3.tar.gz and /dev/null differ diff --git a/duty-1.6.0.tar.gz b/duty-1.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b7bfc735bca5443272a748d4a39ca491720dffca Binary files /dev/null and b/duty-1.6.0.tar.gz differ diff --git a/python-duty.spec b/python-duty.spec index 221ca354b40770094204e264742590c941c3c333..8af71c427243095900a247b8b1edcbe28a30a45a 100644 --- a/python-duty.spec +++ b/python-duty.spec @@ -1,12 +1,12 @@ %global pypi_name duty Name: python-%{pypi_name} -Version: 1.4.3 +Version: 1.6.0 Release: 1 Summary: A simple task runner. License: ISC -URL: https://pawamoy.github.io/duty/ -Source0: https://files.pythonhosted.org/packages/3e/72/8f2bd5bde1796283b10217c71dbaec5b0b2d02e4348f6c299858a280154d/duty-1.4.3.tar.gz +URL: https://github.com/pawamoy/duty +Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -66,6 +66,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Apr 01 2025 Dongxing Wang - 1.6.0-1 +- Update package with version 1.6.0 + Add Yore tool + Enable Bash completions + * Wed Oct 30 2024 muxiaohui - 1.4.3-1 - Update version to 1.4.3 Drop support for Python 3.8.