Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e210199bee | ||
|
|
5c453e446c |
3 changed files with 6 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -28,3 +28,4 @@
|
|||
/avocado-79.0.tar.gz
|
||||
/avocado-80.0.tar.gz
|
||||
/avocado-82.0.tar.gz
|
||||
/avocado-82.2.tar.gz
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@
|
|||
%global gittar avocado-%{version}.tar.gz
|
||||
%else
|
||||
%if ! 0%{?commit:1}
|
||||
%global commit e97540793998c4f24a16000465dd7fdd213bf2b9
|
||||
%global commit 1d4aaf60702180d602d6ed7f2b066f5bf276e1c1
|
||||
%endif
|
||||
%if ! 0%{?commit_date:1}
|
||||
%global commit_date 20200911
|
||||
%global commit_date 20220901
|
||||
%endif
|
||||
%global shortcommit %(c=%{commit};echo ${c:0:9})
|
||||
%global gitrel .%{commit_date}git%{shortcommit}
|
||||
|
|
@ -34,8 +34,8 @@
|
|||
%endif
|
||||
|
||||
Name: python-avocado
|
||||
Version: 82.0
|
||||
Release: 4%{?gitrel}%{?dist}
|
||||
Version: 82.2
|
||||
Release: 1%{?gitrel}%{?dist}
|
||||
Summary: Framework with tools and libraries for Automated Testing
|
||||
# Found licenses:
|
||||
# avocado/core/tapparser.py: MIT
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (avocado-82.0.tar.gz) = 099ab131b2b941602550e71507e4ca517d5d2cd5152b255edace0473c9de93aac8163a61689414b5b58f9211f58981c3c30c1c3ca8a191283f609722ce07f173
|
||||
SHA512 (avocado-82.2.tar.gz) = 1da504e36771ad55c921c3d276d0662da6aa9935a00167c2683a8e5547f8344cfc8afe2bc6a6ebffc0dd833af46e1aaa5c681de2d67c1cc75b5f52f262e163da
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue