Upgrade to 15.0.6

Update python-lit to 15.0.6 to make sure LLVM 15.0.6 self test wroks well.

Signed-off-by: Chenxi Mao <chenxi.mao@suse.com>
This commit is contained in:
Chenxi Mao 2022-12-23 11:21:54 +08:00
parent 412f591331
commit cf8403948f
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
lit-15.0.6.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: python-lit
Version: 14.0.3
Version: 15.0.6
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/65/0c/94e4da4d1dc0dd55a09257d16dd9c87ed2f8e4747278d78fd4254465d943/lit-14.0.3.tar.gz
Source0: https://files.pythonhosted.org/packages/3c/e4/aa93b44e5983672069f608e96624eab10890d2361fe0b18546d605bdcb1a/lit-15.0.6.tar.gz
BuildRequires: python3-devel python3-setuptools
%description
@ -19,7 +19,7 @@ Requires: python3-setuptools
python-lit is a tool used by LLVM to execute its test suite.
%prep
%autosetup -n lit-%{version}%{?rc_ver:rc%{rc_ver}} -p1
%autosetup -n lit-%{version}
%build
%py3_build
@ -29,11 +29,15 @@ 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
%{python3_sitelib}/*
%{_bindir}/lit
%changelog
* Fri Dec 23 2022 Chenxi Mao <chenxi.mao@suse.com> - 15.0.6-1
- Upgrade to version 15.0.6
* Tue Jun 21 2022 houyingchao <houyingchao@h-partners.com> - 14.0.3-1
- Upgrade to version 14.0.3