Sync with upstream release 75.1.
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
parent
5200b71adc
commit
89711448b3
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -21,3 +21,4 @@
|
|||
/avocado-72.0.tar.gz
|
||||
/avocado-73.0.tar.gz
|
||||
/avocado-74.0.tar.gz
|
||||
/avocado-75.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
%global gittar %{srcname}-%{version}.tar.gz
|
||||
%else
|
||||
%if ! 0%{?commit:1}
|
||||
%global commit f560105586748fdea4d540dd407b68c47022419f
|
||||
%global commit 60d3c48ddbcbfcf7f996e535b665412650ebfb35
|
||||
%endif
|
||||
%if ! 0%{?commit_date:1}
|
||||
%global commit_date 20191223
|
||||
%global commit_date 20200120
|
||||
%endif
|
||||
%global shortcommit %(c=%{commit};echo ${c:0:8})
|
||||
%global gitrel .%{commit_date}git%{shortcommit}
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
%endif
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 74.0
|
||||
Version: 75.1
|
||||
Release: 1%{?gitrel}%{?dist}
|
||||
Summary: Framework with tools and libraries for Automated Testing
|
||||
Group: Development/Tools
|
||||
|
|
@ -650,6 +650,9 @@ Again Shell code (and possibly other similar shells).
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 20 2020 Merlin Mathesius <mmathesi@redhat.com> - 75.1-1
|
||||
- Sync with upstream release 75.1.
|
||||
|
||||
* Mon Dec 23 2019 Merlin Mathesius <mmathesi@redhat.com> - 74.0-1
|
||||
- Sync with upstream release 74.0.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (avocado-74.0.tar.gz) = ee9c2d4ecc91979a07e0bda613d3232faf29abe75b0eebb374b67f22d0fa746b0026a296b2aaa783f0ef196901e323c0326fc3781a0df54963c979f4b4d5c85c
|
||||
SHA512 (avocado-75.1.tar.gz) = 3c01a6f4b8abf84307b5f268d516120864bffb49079e59875f7264ae414c6e987affde5da508d70cfc83afcf58e499ea0efb91e3b050a790c2b6dd4cf415cce9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue