diff --git a/duty-1.4.0.tar.gz b/duty-1.4.0.tar.gz deleted file mode 100644 index 2b00de27fdc3757c20e9e7324bfa9c4ae37210e3..0000000000000000000000000000000000000000 Binary files a/duty-1.4.0.tar.gz and /dev/null differ diff --git a/duty-1.4.3.tar.gz b/duty-1.4.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..afbb44077d242b5ebb171a79f34a6d6650a38b30 Binary files /dev/null and b/duty-1.4.3.tar.gz differ diff --git a/python-duty.spec b/python-duty.spec index b5f10db2cec173ef08762e7cc63a83c7419ac897..221ca354b40770094204e264742590c941c3c333 100644 --- a/python-duty.spec +++ b/python-duty.spec @@ -1,12 +1,12 @@ %global pypi_name duty Name: python-%{pypi_name} -Version: 1.4.0 +Version: 1.4.3 Release: 1 Summary: A simple task runner. License: ISC URL: https://pawamoy.github.io/duty/ -Source0: https://files.pythonhosted.org/packages/4a/aa/76f63e856a5ca8b2fe86694957a47fd6e3726e899412e76c02a386d820e8/duty-1.4.0.tar.gz +Source0: https://files.pythonhosted.org/packages/3e/72/8f2bd5bde1796283b10217c71dbaec5b0b2d02e4348f6c299858a280154d/duty-1.4.3.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -66,6 +66,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Oct 30 2024 muxiaohui - 1.4.3-1 +- Update version to 1.4.3 + Drop support for Python 3.8. + Add missing (new) check_only argument to blacken-docs. + Fix call to eval_type (missing type_params argument on Python 3.13). + * 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