Update to 0.9.5, fix for Python 3.7 (#1580060)
This commit is contained in:
parent
8f0183b722
commit
5b49f1abe8
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/httpretty-0.8.3.tar.gz
|
||||
/HTTPretty-70af1f8.tar.gz
|
||||
/httpretty-0.9.5.tar.gz
|
||||
|
@ -26,7 +26,7 @@
|
||||
- ((u'organizationalUnitName', u'Domain Control Validated'),),
|
||||
- ((u'commonName', u'*.somewhere.com'),)),
|
||||
- u'subjectAltName': (
|
||||
- (u'DNS', u'*somewhere.com'),
|
||||
- (u'DNS', u'*.somewhere.com'),
|
||||
- (u'DNS', u'somewhere.com'),
|
||||
- (u'DNS', u'*')
|
||||
- )
|
||||
@ -52,7 +52,7 @@
|
||||
+ ((u'organizationalUnitName', u'Domain Control Validated'),),
|
||||
+ ((u'commonName', u'*.somewhere.com'),)),
|
||||
+ u'subjectAltName': (
|
||||
+ (u'DNS', u'*somewhere.com'),
|
||||
+ (u'DNS', u'*.somewhere.com'),
|
||||
+ (u'DNS', u'somewhere.com'),
|
||||
+ (u'DNS', u'*')
|
||||
+ )
|
||||
|
@ -15,7 +15,7 @@
|
||||
%global run_tests 1
|
||||
|
||||
Name: python-httpretty
|
||||
Version: 0.9.4
|
||||
Version: 0.9.5
|
||||
# If github_date is defined, assume a post-release snapshot
|
||||
Release: 1%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}
|
||||
Summary: HTTP request mock tool for Python
|
||||
@ -149,6 +149,9 @@ LANG=en_US.UTF-8 %{__python3} -m nose -v
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 06 2018 Miro Hrončok <mhroncok@redhat.com> - 0.9.5-1
|
||||
- Update to 0.9.5, fix for Python 3.7 (#1580060)
|
||||
|
||||
* Sat May 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.9.4-1
|
||||
- Update to 0.9.4 (#1572888)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (HTTPretty-70af1f8.tar.gz) = a5306f9286d341fc3d05efa9899067c5c95375f8fd48702e77c6e2256cb882051ddab7f2767aafcb90b0c3a5277694682153caaa42d4fe0c5af44fbf6a67295d
|
||||
SHA512 (httpretty-0.9.5.tar.gz) = 21c3e8f39796c426952056a8248934ac56f185b3a0ca016579f0717e2230bf0763c331d2f522a248fff7a3d36be3fa929d24fba636e13281230c02c8ba25659c
|
||||
|
Loading…
Reference in New Issue
Block a user