diff --git a/duty-1.0.0.tar.gz b/duty-1.0.0.tar.gz deleted file mode 100644 index 385734b13cfbca9d47137c08766be2b2ef21a786..0000000000000000000000000000000000000000 Binary files a/duty-1.0.0.tar.gz and /dev/null differ diff --git a/duty-1.1.0.tar.gz b/duty-1.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7a614683ad59a332dee4d3a83d9843281085982c Binary files /dev/null and b/duty-1.1.0.tar.gz differ diff --git a/python-duty.spec b/python-duty.spec index dd5a8011ffc5090343c19ffdb0915bcb2fb1c4fa..0c08977d9bf782c83498025ee27f75ba1b3e5475 100644 --- a/python-duty.spec +++ b/python-duty.spec @@ -1,13 +1,12 @@ %global pypi_name duty Name: python-%{pypi_name} -Version: 1.0.0 +Version: 1.1.0 Release: 1 Summary: A simple task runner. - License: ISC URL: https://pawamoy.github.io/duty/ -Source0: https://files.pythonhosted.org/packages/73/7c/b57d2069735ba334832a8d3bd28209ac63465307abb01a0d2d89269a8b54/duty-1.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/de/e9/95478eda3c061298687b7febf52abdb46621c0f37a9cbe513aebd8fa5e94/duty-1.1.0.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -67,5 +66,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Dec 04 2023 jiangxinyu - 1.1.0-1 +- Update package to version 1.1.0 + * Wed Aug 30 2023 luolu12 - 1.0.0-1 - Initial package.