diff --git a/flit-3.8.0.tar.gz b/flit-3.8.0.tar.gz deleted file mode 100644 index a8e4af776c8bb516cd1e7c136962c7a7e688a723..0000000000000000000000000000000000000000 Binary files a/flit-3.8.0.tar.gz and /dev/null differ diff --git a/flit-3.9.0.tar.gz b/flit-3.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4f4cd19a754f9d8807513890bcac23937d32ab94 Binary files /dev/null and b/flit-3.9.0.tar.gz differ diff --git a/python-flit.spec b/python-flit.spec index 62162631d6e0bcff700009d2c32ccb5fddb0b70a..1f8e7cd42bb56f759982da9023dcf968f6353eeb 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-flit -Version: 3.8.0 -Release: 2 +Version: 3.9.0 +Release: 1 Summary: Simplified packaging of Python modules License: BSD-3-Clause URL: https://flit.readthedocs.io/en/latest/ -Source0: https://files.pythonhosted.org/packages/28/c6/c399f38dab6d3a2518a50d334d038083483a787f663743d713f1d245bde3/flit-3.8.0.tar.gz +Source0: %{pypi_source flit} Patch1: 0001-fix-the-multipkg-mis-check.patch BuildArch: noarch @@ -62,6 +62,9 @@ pip3 install -I build/flit-%{version}-py3-none-any.whl --root %{buildroot} --no- %doc README.rst %changelog +* Thu Oct 17 2024 Ge Wang - 3.9.0-1 +- Update to 3.9.0 + * Thu Jun 1 2023 Dongxing Wang - 3.8.0-2 - fix multipkg mis-check