parent
c95e036f50
commit
dec15db94e
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/httpretty-0.9.6.tar.gz
|
||||
/httpretty-0.9.7.tar.gz
|
||||
/httpretty-1.0.2.tar.gz
|
||||
/httpretty-1.0.5.tar.gz
|
||||
|
@ -11,17 +11,12 @@
|
||||
#global shortcommit %%(c=%%{github_commit}; echo ${c:0:7})
|
||||
#global github_date 20161011
|
||||
|
||||
|
||||
%if %{defined fedora} && 0%{?fedora} < 34
|
||||
%global run_tests 1
|
||||
%else
|
||||
%global run_tests 0
|
||||
%endif
|
||||
|
||||
Name: python-httpretty
|
||||
Version: 1.0.2
|
||||
Version: 1.0.5
|
||||
# If github_date is defined, assume a post-release snapshot
|
||||
Release: 4%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}
|
||||
Release: 1%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}
|
||||
Summary: HTTP request mock tool for Python
|
||||
|
||||
License: MIT
|
||||
@ -165,6 +160,10 @@ LANG=C.UTF-8 %{__python2} -m nose -v
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 6 2021 Jiri Popelka <jpopelka@redhat.com> - 1.0.5-1
|
||||
- 1.0.5
|
||||
- Enable tests for F34 (#1896191 has been resolved)
|
||||
|
||||
* Tue Oct 13 2020 Jiri Popelka <jpopelka@redhat.com> - 1.0.2-4
|
||||
- Temporarily run tests on Fedora < 34 only
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (httpretty-1.0.2.tar.gz) = f9ef1c82f4fe3a31696e06228cea512664c5118b3c32910d7810d1fcf16b05d31b9b55db7bb6bd64967aadb162a2952757627439769db9117164b8248de9049c
|
||||
SHA512 (httpretty-1.0.5.tar.gz) = 2e5f4834848ab1a0b84230f000afb0409b30b3cc1769d36ad61f712f56abc8d6076e7507598f791fe343ce282cf9e26939add71ef794ead2836badfc2321d6bb
|
||||
|
Loading…
Reference in New Issue
Block a user