diff --git a/duty-1.2.0.tar.gz b/duty-1.2.0.tar.gz deleted file mode 100644 index 84f7a975c57e0abbee246db660f3efa62c8df6af..0000000000000000000000000000000000000000 Binary files a/duty-1.2.0.tar.gz and /dev/null differ diff --git a/duty-1.4.0.tar.gz b/duty-1.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2b00de27fdc3757c20e9e7324bfa9c4ae37210e3 Binary files /dev/null and b/duty-1.4.0.tar.gz differ diff --git a/python-duty.spec b/python-duty.spec index 2196cfef7a963ccbec5fe8cdb648bf72073523d4..b5f10db2cec173ef08762e7cc63a83c7419ac897 100644 --- a/python-duty.spec +++ b/python-duty.spec @@ -1,12 +1,12 @@ %global pypi_name duty Name: python-%{pypi_name} -Version: 1.2.0 +Version: 1.4.0 Release: 1 Summary: A simple task runner. License: ISC URL: https://pawamoy.github.io/duty/ -Source0: https://files.pythonhosted.org/packages/47/e3/31cd8a3a25a69a8715315f4fe6ce37d0b3261bbc50854b2d861f54b64ab2/duty-1.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/4a/aa/76f63e856a5ca8b2fe86694957a47fd6e3726e899412e76c02a386d820e8/duty-1.4.0.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -66,6 +66,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 18 2024 liudy - 1.4.0-1 +- Update package to version 1.4.0 +- Allow passing additional arguments, preventing their interpretation by delimitating them with + + * Sun Feb 25 2024 jiangxinyu - 1.2.0-1 - Update package to version 1.2.0 Support safety v3 in safety callable