[python-neutronclient/el6-havana] Update to upstream 2.3.1

Jakub Ruzicka jruzicka at fedoraproject.org
Tue Oct 8 19:42:40 UTC 2013


commit fbfa3cdb07dd7f8247b65b320b51dedb0ad71000
Author: Jakub Ruzicka <jruzicka at redhat.com>
Date:   Tue Oct 8 21:37:03 2013 +0200

    Update to upstream 2.3.1

 .gitignore                                         |    1 +
 0001-Remove-runtime-dependency-on-python-pbr.patch |    8 ++++----
 python-neutronclient.spec                          |    7 +++++--
 sources                                            |    2 +-
 4 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5953f47..e3469bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /python-neutronclient-2.2.4.tar.gz
 /python-neutronclient-2.2.6.tar.gz
 /python-neutronclient-2.3.0.tar.gz
+/python-neutronclient-2.3.1.tar.gz
diff --git a/0001-Remove-runtime-dependency-on-python-pbr.patch b/0001-Remove-runtime-dependency-on-python-pbr.patch
index aeba632..2e5e598 100644
--- a/0001-Remove-runtime-dependency-on-python-pbr.patch
+++ b/0001-Remove-runtime-dependency-on-python-pbr.patch
@@ -1,7 +1,7 @@
-From 5262fcb75f2a48cac5844ab3c231710f46a4495b Mon Sep 17 00:00:00 2001
+From 29386e4f4042b22d0ce2cadd0c2b381b42f52c46 Mon Sep 17 00:00:00 2001
 From: Jakub Ruzicka <jruzicka at redhat.com>
 Date: Tue, 23 Jul 2013 18:35:38 +0200
-Subject: [PATCH] Remove runtime dependency on python-pbr.
+Subject: [PATCH] Remove runtime dependency on python-pbr
 
 ---
  neutronclient/version.py |  5 +----
@@ -27,13 +27,13 @@ index 9315671..f0b6efc 100644
 +__version__ = "REDHATNEUTRONCLIENTVERSION"
 diff --git a/requirements.txt b/requirements.txt
 deleted file mode 100644
-index 8871885..0000000
+index 22e6b09..0000000
 --- a/requirements.txt
 +++ /dev/null
 @@ -1,8 +0,0 @@
 -pbr>=0.5.21,<1.0
 -argparse
--cliff>=1.4
+-cliff>=1.4.3
 -httplib2
 -iso8601>=0.1.4
 -simplejson>=2.0.9
diff --git a/python-neutronclient.spec b/python-neutronclient.spec
index 906d11a..c9c3010 100644
--- a/python-neutronclient.spec
+++ b/python-neutronclient.spec
@@ -1,5 +1,5 @@
 Name:       python-neutronclient
-Version:    2.3.0
+Version:    2.3.1
 Release:    1%{?dist}
 Summary:    Python API and CLI for OpenStack Neutron
 
@@ -9,7 +9,7 @@ URL:        http://launchpad.net/python-neutronclient/
 Source0:    https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 
 #
-# patches_base=2.3.0
+# patches_base=2.3.1
 #
 Patch0001: 0001-Remove-runtime-dependency-on-python-pbr.patch
 
@@ -64,6 +64,9 @@ rm -rf %{buildroot}%{python_sitelib}/neutronclient/tests
 %{_sysconfdir}/profile.d/neutron.sh
 
 %changelog
+* Tue Oct 08 2013 Jakub Ruzicka <jruzicka at redhat.com> - 2.3.1-1
+- Update to upstream 2.3.1.
+
 * Mon Sep 09 2013 Jakub Ruzicka <jruzicka at redhat.com> - 2.3.0-1
 - Update to upstream 2.3.0.
 
diff --git a/sources b/sources
index f95f47c..e2c34cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-51f5f1a47bce2bf042ab6b396a1e84ad  python-neutronclient-2.3.0.tar.gz
+5417f1695280bd32d0dd8127bc37fb27  python-neutronclient-2.3.1.tar.gz


More information about the scm-commits mailing list