Escape macro in comment
This commit is contained in:
parent
ff0a095225
commit
1236ddfd36
@ -17,14 +17,14 @@
|
||||
Name: python-httpretty
|
||||
Version: 0.9.6
|
||||
# If github_date is defined, assume a post-release snapshot
|
||||
Release: 1%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}
|
||||
Release: 2%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}
|
||||
Summary: HTTP request mock tool for Python
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/%{github_owner}/%{github_name}
|
||||
Source0: %{pypi_source}
|
||||
# Alternative for building from a github snapshot
|
||||
#Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{github_name}-%{shortcommit}.tar.gz
|
||||
#Source0: https://github.com/%%{github_owner}/%%{github_name}/archive/%%{github_commit}/%%{github_name}-%%{shortcommit}.tar.gz
|
||||
|
||||
# Avoid unnecessary remote access requirement (note: test only actually
|
||||
# does a remote connection after PR #313)
|
||||
@ -152,6 +152,9 @@ LANG=C.UTF-8 %{__python2} -m nose -v
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 06 2019 Jiri Popelka <jpopelka@redhat.com> - 0.9.6-2
|
||||
- Escape macro in comment
|
||||
|
||||
* Tue Jul 30 2019 Jiri Popelka <jpopelka@redhat.com> - 0.9.6-1
|
||||
- Update to 0.9.6
|
||||
- Disable python2 subpackage on F30+
|
||||
|
Loading…
Reference in New Issue
Block a user