diff --git a/lit-15.0.7.tar.gz b/lit-15.0.7.tar.gz deleted file mode 100644 index bb1a59e..0000000 Binary files a/lit-15.0.7.tar.gz and /dev/null differ diff --git a/lit-16.0.5.tar.gz b/lit-16.0.5.tar.gz new file mode 100644 index 0000000..1cd9238 Binary files /dev/null and b/lit-16.0.5.tar.gz differ diff --git a/python-lit.spec b/python-lit.spec index 8c8cbc5..fbb88a5 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -1,11 +1,11 @@ Name: python-lit -Version: 15.0.7 +Version: 16.0.5 Release: 1 BuildArch: noarch License: NCSA Summary: A tool to execute the llvm test suite URL: https://pypi.python.org/pypi/lit -Source0: https://files.pythonhosted.org/packages/2f/5e/8b27ba3715becd8ee26f1f0c2ef9d18fa425a9f6bbf535573b90c08171b4/lit-15.0.7.tar.gz +Source0: %{pypi_source lit} BuildRequires: python3-devel python3-setuptools %description @@ -29,12 +29,14 @@ python-lit is a tool used by LLVM to execute its test suite. sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.py %files -n python3-lit -%license LICENSE.TXT -%doc README.txt +%doc README.rst %{python3_sitelib}/* %{_bindir}/lit %changelog +* Wed May 31 2023 Ge Wang - 16.0.5-1 +- Upgrade to version 16.0.5 + * Thu Feb 9 2023 Chenxi Mao - 15.0.7-1 - Upgrade to version 15.0.7