Sync with upstream release 85.0.
Signed-off-by: Cleber Rosa <crosa@redhat.com>
This commit is contained in:
parent
34b61b19ca
commit
bf1deffff4
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -30,3 +30,4 @@
|
|||
/avocado-82.0.tar.gz
|
||||
/avocado-83.0.tar.gz
|
||||
/avocado-84.0.tar.gz
|
||||
/avocado-85.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
%global gittar %{srcname}-%{version}.tar.gz
|
||||
%else
|
||||
%if ! 0%{?commit:1}
|
||||
%global commit c01f71fcc05826a08ea1b28b47930722b3363df4
|
||||
%global commit 954ff938991894a73171463d329b6bfa748c6652
|
||||
%endif
|
||||
%if ! 0%{?commit_date:1}
|
||||
%global commit_date 20201221
|
||||
%global commit_date 20210209
|
||||
%endif
|
||||
%global shortcommit %(c=%{commit};echo ${c:0:9})
|
||||
%global gitrel .%{commit_date}git%{shortcommit}
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
%endif
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 84.0
|
||||
Version: 85.0
|
||||
Release: 1%{?gitrel}%{?dist}
|
||||
Summary: Framework with tools and libraries for Automated Testing
|
||||
Group: Development/Tools
|
||||
|
|
@ -452,6 +452,9 @@ Again Shell code (and possibly other similar shells).
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 10 2021 Cleber Rosa <cleber@redhat.com> - 85.0-1
|
||||
- Sync with upstream release 85.0.
|
||||
|
||||
* Wed Feb 10 2021 Cleber Rosa <cleber@redhat.com> - 84.0-1
|
||||
- Sync with upstream release 84.0.
|
||||
- Drop old Fedora conditionals
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (avocado-84.0.tar.gz) = 8ff8d5f976c2f3f48c70acb5d157b3a4ed27c56e99e9689213ae54d64fb2e37083ee156b3d55cd75b4766a0c75c27541770550860a25893223749ef8b340cdd1
|
||||
SHA512 (avocado-85.0.tar.gz) = 16134248fa5300cc861419f1c371cd7e2c00c25b6275c288185d04e4290bde44b6d687d05ca4e224cb910e48de1fb39195e9f2e3a08900d5f33d5cd227ed6f1f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue