[StarCluster] Update to 0.94 - version hack for now

Orion Poplawski orion at fedoraproject.org
Fri Jul 26 15:27:50 UTC 2013


commit 34d96d3f96d370d216a3ee8825feba4c7bffe6d6
Author: Orion Poplawski <orion at nwra.com>
Date:   Fri Jul 26 09:27:41 2013 -0600

    Update to 0.94 - version hack for now

 StarCluster.spec |   38 +++++++++++++++++---------------------
 1 files changed, 17 insertions(+), 21 deletions(-)
---
diff --git a/StarCluster.spec b/StarCluster.spec
index 0fe0d33..e3b9041 100644
--- a/StarCluster.spec
+++ b/StarCluster.spec
@@ -1,6 +1,6 @@
 Name:           StarCluster
 Version:        0.9999
-Release:        0.3.git6560296%{?dist}
+Release:        0.4.0.94%{?dist}
 Summary:        Tool for managing computing clusters hosted on Amazon's EC2
 
 # Core of StarCluster is LGPLv3
@@ -8,7 +8,7 @@ Summary:        Tool for managing computing clusters hosted on Amazon's EC2
 # Jquery is both (MIT or BSD or GPLv2) and (MIT or GPLv2)
 License:        LGPLv3 and LGPLv2+ and (MIT or BSD or GPLv2) and (MIT or GPLv2)
 URL:            http://star.mit.edu/cluster
-Source0:        https://pypi.python.org/packages/source/S/StarCluster/StarCluster-%{version}-git6560296.tar.gz
+Source0:        https://pypi.python.org/packages/source/S/StarCluster/StarCluster-0.94.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -16,21 +16,21 @@ BuildRequires:  python2-devel
 BuildRequires:  python-sphinx
 # For tests
 BuildRequires:  python-nose-progressive
-BuildRequires:  python-boto >= 2.9.4
+BuildRequires:  python-boto >= 2.9.8
 BuildRequires:  python-decorator >= 3.4.0
 BuildRequires:  python-iptools >= 0.6.1
-BuildRequires:  python-jinja2 >= 2.6
-BuildRequires:  python-optcomplete 
-BuildRequires:  python-pyasn1 >= 0.1.6
-BuildRequires:  python-paramiko >= 0.10.1
+BuildRequires:  python-jinja2 >= 2.7
+BuildRequires:  python-optcomplete >= 1.2
+BuildRequires:  python-pyasn1 >= 0.1.7
+BuildRequires:  python-paramiko >= 1.10.1
 BuildRequires:  python-workerpool >= 0.9.2
-Requires:       python-boto >= 2.9.4
+Requires:       python-boto >= 2.9.8
 Requires:       python-decorator >= 3.4.0
 Requires:       python-iptools >= 0.6.1
-Requires:       python-jinja2 >= 2.6
-Requires:       python-optcomplete 
-Requires:       python-pyasn1 >= 0.1.6
-Requires:       python-paramiko >= 0.10.1
+Requires:       python-jinja2 >= 2.7
+Requires:       python-optcomplete >= 1.2
+Requires:       python-pyasn1 >= 0.1.7
+Requires:       python-paramiko >= 1.10.1
 Requires:       python-workerpool >= 0.9.2
 
 %description
@@ -58,16 +58,9 @@ Documentation for %{name}.
 
 
 %prep
-%setup -q -n %{name}-%{version}-git6560296
+%setup -q -n %{name}-0.94
 # Remove egg-info
 rm -rf %{name}.egg-info
-# Remove bundled modules
-rm starcluster/optcomplete.py
-sed -i -e '/optcomplete/d' starcluster/__init__.py
-find -name \*.py | xargs sed -i \
-  -e 's/^from starcluster import optcomplete/import optcomplete/' \
-# Remove /usr/bin/python from libary code
-sed -i -e '\,#!/usr/bin/python,d' starcluster/*.py
 
 
 %build
@@ -96,6 +89,9 @@ rm _build/html/.buildinfo
 
 
 %changelog
+* Thu Jul 25 2013 Orion Poplawski <orion at cora.nwra.com> 0.9999-0.4.0.94
+- Update to 0.94 - version hack for now
+
 * Fri Jun 28 2013 Orion Poplawski <orion at cora.nwra.com> 0.9999-0.3.git6560296
 - Update to latest git, bump requirements
 - Iptools no longer bundled
@@ -119,7 +115,7 @@ rm _build/html/.buildinfo
 * Mon May 6 2013 Orion Poplawski <orion at cora.nwra.com> 0.93.3-4
 - Final license
 
-* Fri May 2 2013 Orion Poplawski <orion at cora.nwra.com> 0.93.3-3
+* Fri May 3 2013 Orion Poplawski <orion at cora.nwra.com> 0.93.3-3
 - Make doc depend on main package
 - Remove shipped egg-info
 


More information about the scm-commits mailing list