[python-troveclient] upgrade to 1.0.3

Matthias Runge mrunge at fedoraproject.org
Fri Dec 6 10:54:08 UTC 2013


commit 842c07376cba7815afa966242b75126dba5f53b9
Author: Matthias Runge <mrunge at redhat.com>
Date:   Fri Dec 6 11:53:56 2013 +0100

    upgrade to 1.0.3

 .gitignore              |    1 +
 python-troveclient.spec |   15 ++++++---------
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8693a94..1ff3dcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /python-troveclient-0.1.4.tar.gz
+/python-troveclient-1.0.3.tar.gz
diff --git a/python-troveclient.spec b/python-troveclient.spec
index e2d3db0..946f623 100644
--- a/python-troveclient.spec
+++ b/python-troveclient.spec
@@ -1,6 +1,6 @@
 Name:           python-troveclient
-Version:        0.1.4
-Release:        3%{?dist}
+Version:        1.0.3
+Release:        1%{?dist}
 Summary:        Client library for OpenStack DBaaS API
 
 License:        ASL 2.0
@@ -43,10 +43,6 @@ implements 100% (or less ;) ) of the Trove API.
 # Remove bundled egg-info
 rm -rf %{name}.egg-info
 
-# strip /usr/bin/env from script
-sed -i '1d' troveclient/cli.py
-sed -i '1d' troveclient/mcli.py
-
 # generate html docs 
 %if 0%{?rhel} == 6
 sphinx-1.0-build docs/source html
@@ -91,10 +87,11 @@ rm -rf {test-,}requirements.txt tools/{pip,test}-requires
 %{python2_sitelib}/python_troveclient-%{version}-py?.?.egg-info
 %{python2_sitelib}/troveclient
 %endif
-%{_bindir}/trove-cli
-%{_bindir}/trove-mgmt-cli
-
+%{_bindir}/trove
 %changelog
+* Fri Dec 06 2013 Matthias Runge <mrunge at redhat.com> - 1.0.3-1
+- upgrade to 1.0.3
+
 * Tue Sep 17 2013 Matthias Runge <mrunge at redhat.com> - 0.1.4-3
 - also build on EPEL6
 
diff --git a/sources b/sources
index 0297d0b..c22043c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a565d8f2d8ece8d2f9aeb3d3e8dbe11c  python-troveclient-0.1.4.tar.gz
+33ded699896801e66ed8a7a1b13faff5  python-troveclient-1.0.3.tar.gz


More information about the scm-commits mailing list