Update to lit 15.0.0
Also pass -v flag when running tests, to make it easier to diagnose failures.
This commit is contained in:
parent
1db5171a3e
commit
5c34f92564
2
.gitignore
vendored
2
.gitignore
vendored
@ -24,3 +24,5 @@
|
||||
/lit-13.0.1.tar.gz
|
||||
/lit-14.0.0.tar.gz
|
||||
/lit-14.0.3.tar.gz
|
||||
/lit-15.0.0.tar.gz
|
||||
/lit-15.0.0.post0.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
%global lit_version 14.0.3
|
||||
%global lit_version 15.0.0
|
||||
#global rc_ver 1
|
||||
#%%global post_ver 1
|
||||
%global post_ver 0
|
||||
|
||||
%bcond_without check
|
||||
|
||||
Name: python-lit
|
||||
Version: %{lit_version}%{?rc_ver:~rc%{rc_ver}}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
BuildArch: noarch
|
||||
|
||||
License: NCSA
|
||||
@ -46,7 +46,7 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
%{__python3} lit.py tests
|
||||
%{__python3} lit.py -v tests
|
||||
%endif
|
||||
|
||||
%files -n python3-lit
|
||||
@ -56,6 +56,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p
|
||||
%{_bindir}/lit
|
||||
|
||||
%changelog
|
||||
* Tue Sep 06 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-1
|
||||
- Update to lit 15.0.0
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 14.0.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lit-14.0.3.tar.gz) = 5c56a48c0e99c56ab833fa18bcfebfc27f94b06adf0182e39ee7fbdb550cef86b262c9a7aa4c66eef48550bd2498750ba4fd7ac0a6186b7bf35394df6572e459
|
||||
SHA512 (lit-15.0.0.post0.tar.gz) = 4bd29d434e30fe1ce8c84885c390aa7947e104947a4d6e0157a1ee6a72f7333ef444ff6fbf8f4c25cc5e375aecd626ddf83e76447321250bfe87bc77470ebe6d
|
||||
|
Loading…
Reference in New Issue
Block a user