[python-saharaclient/el6] Initial import 1084246

Michael McCune mimccune at fedoraproject.org
Thu Apr 17 16:12:25 UTC 2014


commit 2ad9a9ba69a3735447718f1cd2fd5b199b27ad48
Author: Michael McCune <mimccune at redhat.com>
Date:   Thu Apr 17 12:11:55 2014 -0400

    Initial import 1084246

 .gitignore               |    1 +
 python-saharaclient.spec |   75 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 77 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a11efcd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/python-saharaclient-0.7.0.tar.gz
diff --git a/python-saharaclient.spec b/python-saharaclient.spec
new file mode 100644
index 0000000..d0cd107
--- /dev/null
+++ b/python-saharaclient.spec
@@ -0,0 +1,75 @@
+Name:             python-saharaclient
+Version:          0.7.0
+Release:          1%{?dist}
+Provides:         python-savannaclient = %{version}-%{release}
+Obsoletes:        python-savannaclient <= 0.5.0-2
+Summary:          Client library for OpenStack Sahara API
+License:          ASL 2.0
+URL:              https://launchpad.net/sahara
+Source0:          http://tarballs.openstack.org/python-saharaclient/python-saharaclient-%{version}.tar.gz
+
+BuildArch:        noarch
+
+BuildRequires:    python-setuptools
+BuildRequires:    python2-devel
+BuildRequires:    python-d2to1
+BuildRequires:    python-pbr >= 0.5.19
+
+
+Requires:         python-iso8601
+Requires:         python-requests
+Requires:         python-six
+Requires:         python-setuptools
+Requires:         python-babel
+Requires:         python-netaddr
+
+
+%description
+Python client library for interacting with OpenStack Sahara API.
+
+
+%prep
+%setup -q -n %{name}-%{version}
+rm -rf python_saharaclient.egg-info
+rm -rf test-requirements.txt
+
+
+%build
+%{__python2} setup.py build
+
+
+%install
+%{__python2} setup.py install -O1 --skip-build --root %{buildroot}
+
+%check
+# Building on koji with virtualenv requires test-requirements.txt and this
+# causes errors when trying to resolve the package names, also turning on pep8
+# results in odd exceptions from flake8.
+# TODO mimccune fix up unittests
+# sh run_tests.sh --no-virtual-env --no-pep8
+
+%files
+%doc LICENSE ChangeLog README.rst
+%{_bindir}/sahara
+%{python_sitelib}/saharaclient
+%{python_sitelib}/*.egg-info
+
+
+%changelog
+* Thu Apr  3 2014 Michael McCune <mimccune at redhat> - 0.7.0-1
+- 0.7.0 release and rename from python-savannaclient
+
+* Sat Mar  1 2014 Matthew Farrellee <matt at redhat> - 0.5.0-1
+- 0.5.0 release
+
+* Fri Jan 17 2014 Matthew Farrellee <matt at redhat> - 0.4.1-1
+- 0.4.1 release - introduced Savanna CLI
+
+* Sun Oct 20 2013 Matthew Farrellee <matt at redhat> - 0.3-1
+- 0.3 release
+
+* Fri Oct 11 2013 Matthew Farrellee <matt at redhat> - 0.3-0.2
+- 0.3 rc3 build
+
+* Sat Aug 17 2013 Matthew Farrellee <matt at redhat> - 0.3-0.1.f816386git
+- Initial package
diff --git a/sources b/sources
index e69de29..5a7f3e8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2e40b31b145123a8cea48ffeabac9b6e  python-saharaclient-0.7.0.tar.gz


More information about the scm-commits mailing list