-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,12 @@ | |
%endif | ||
|
||
Name: python-%{srcname} | ||
Version: 0.5.1 | ||
Version: 0.5.2 | ||
Release: 1%{?dist} | ||
Summary: Python client to communicate with Hawkular server over HTTP(S) | ||
|
||
License: ASL 2.0 | ||
URL: https://github.com/google/%{srcname} | ||
URL: https://github.com/hawkular/%{srcname}-python | ||
Source0: https://pypi.python.org/packages/source/h/%{srcname}/%{srcname}-%{version}.tar.gz | ||
|
||
BuildArch: noarch | ||
|
@@ -95,6 +95,9 @@ popd | |
%endif # with python3 | ||
|
||
%changelog | ||
* Thu Feb 23 2017 Michael Burman <[email protected]> - 0.5.2-1 | ||
- Update to 0.5.2 | ||
|
||
* Tue Jan 24 2017 Troy Dawson <[email protected]> - 0.5.1-1 | ||
- Update to 0.5.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
|
||
|
||
setup(name='hawkular-client', | ||
version='0.5.1', | ||
version='0.5.2', | ||
description='Python client to communicate with Hawkular server over HTTP(S)', | ||
author='Michael Burman', | ||
author_email='[email protected]', | ||
|