update to version 16.0.5

This commit is contained in:
wang--ge 2023-05-31 16:42:48 +08:00
parent c6360f2613
commit 883a140a4b
3 changed files with 6 additions and 4 deletions

Binary file not shown.

BIN
lit-16.0.5.tar.gz Normal file

Binary file not shown.

View File

@ -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 <wang__ge@126.com> - 16.0.5-1
- Upgrade to version 16.0.5
* Thu Feb 9 2023 Chenxi Mao <chenxi.mao@suse.com> - 15.0.7-1
- Upgrade to version 15.0.7