Escape macro in comment

This commit is contained in:
Jiri Popelka 2019-08-06 15:49:05 +02:00
parent ff0a095225
commit 1236ddfd36
No known key found for this signature in database
GPG Key ID: A3E9A812AAB73DA7

View File

@ -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+