Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
89d902daf2
!18 [sync] PR-17: Update to 18.1.8
From: @openeuler-sync-bot 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2024-08-07 03:11:09 +00:00
liyunfei
b98d0b8130 Update to 18.1.8
Signed-off-by: liyunfei <liyunfei33@huawei.com>
(cherry picked from commit 7635aa3df9b606a8bd0a21359506367b781b99a2)
2024-08-02 16:20:57 +08:00
openeuler-ci-bot
095d4b04e8
!16 Update to 17.0.6
From: @zj94 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2024-01-02 01:01:10 +00:00
zhoujing
daf36c3bb8 Update to 17.0.6 2023-12-11 09:36:16 +08:00
openeuler-ci-bot
7acd8d20c4
!14 Update to version 16.0.5
From: @wang--ge 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2023-05-31 09:14:28 +00:00
wang--ge
883a140a4b update to version 16.0.5 2023-05-31 16:57:53 +08:00
openeuler-ci-bot
c6360f2613
!10 版本升级至15.0.7
From: @chenxi-mao 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2023-02-22 07:06:06 +00:00
Chenxi Mao
94f0abc0a6 Upgrade to 15.0.7
Signed-off-by: Chenxi Mao <chenxi.mao@suse.com>
2023-02-20 13:18:00 +08:00
openeuler-ci-bot
d37b07d02d
!7 升级python-lit到15.0.6
From: @chenxi-mao 
Reviewed-by: @Charlie_li, @cf-zhao 
Signed-off-by: @Charlie_li
2023-01-17 03:27:50 +00:00
Chenxi Mao
cf8403948f 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>
2023-01-17 10:51:11 +08:00
3 changed files with 19 additions and 4 deletions

Binary file not shown.

BIN
lit-18.1.8.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: python-lit
Version: 14.0.3
Version: 18.1.8
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: %{pypi_source lit}
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,26 @@ 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
%doc README.txt
%doc README.rst
%{python3_sitelib}/*
%{_bindir}/lit
%changelog
* Tue Jul 16 2024 liyunfei <liyunfei33@huawei.com> - 18.1.8-1
- Upgrade to version 18.1.8
* Fri Dec 8 2023 zhoujing <zhoujing106@huawei.com> - 17.0.6-1
- Upgrade to version 17.0.6
* 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
* 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