diff --git a/duty-1.1.0.tar.gz b/duty-1.1.0.tar.gz deleted file mode 100644 index 7a614683ad59a332dee4d3a83d9843281085982c..0000000000000000000000000000000000000000 Binary files a/duty-1.1.0.tar.gz and /dev/null differ diff --git a/duty-1.2.0.tar.gz b/duty-1.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..84f7a975c57e0abbee246db660f3efa62c8df6af Binary files /dev/null and b/duty-1.2.0.tar.gz differ diff --git a/python-duty.spec b/python-duty.spec index 0c08977d9bf782c83498025ee27f75ba1b3e5475..2196cfef7a963ccbec5fe8cdb648bf72073523d4 100644 --- a/python-duty.spec +++ b/python-duty.spec @@ -1,12 +1,12 @@ %global pypi_name duty Name: python-%{pypi_name} -Version: 1.1.0 +Version: 1.2.0 Release: 1 Summary: A simple task runner. License: ISC URL: https://pawamoy.github.io/duty/ -Source0: https://files.pythonhosted.org/packages/de/e9/95478eda3c061298687b7febf52abdb46621c0f37a9cbe513aebd8fa5e94/duty-1.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/47/e3/31cd8a3a25a69a8715315f4fe6ce37d0b3261bbc50854b2d861f54b64ab2/duty-1.2.0.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -66,6 +66,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Feb 25 2024 jiangxinyu - 1.2.0-1 +- Update package to version 1.2.0 + Support safety v3 in safety callable + * Mon Dec 04 2023 jiangxinyu - 1.1.0-1 - Update package to version 1.1.0