[python-taboot/el5: 1/2] Update to python-taboot-0.3.1

Timothy Bielawa tbielawa at fedoraproject.org
Thu Aug 4 15:06:49 UTC 2011


commit b9b910b8eecf6894c163760965243a0888a41a9a
Author: Tim Bielawa <tbielawa at redhat.com>
Date:   Thu Aug 4 10:55:04 2011 -0400

    Update to python-taboot-0.3.1

 .gitignore         |    1 +
 python-taboot.spec |   29 ++++++++++++++++++++++++++++-
 sources            |    2 +-
 3 files changed, 30 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b6f4774 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/python-taboot-0.3.1.tar.gz
diff --git a/python-taboot.spec b/python-taboot.spec
index c2a84a1..a2054ba 100644
--- a/python-taboot.spec
+++ b/python-taboot.spec
@@ -3,7 +3,7 @@
 
 Name:           python-taboot
 %define _name   taboot
-Version:        0.3.0
+Version:        0.3.1
 Release:        1%{?dist}
 Summary:        Client utility for scripted multi-system administration over Func
 
@@ -18,6 +18,8 @@ BuildRequires:  python-devel
 
 Requires:       func
 Requires:       PyYAML
+%{?fc14:Requires: python-argparse}
+%{?el5:Requires: python-argparse}
 
 
 %description
@@ -82,6 +84,31 @@ mod_jk via it's xml web api.
 
 
 %changelog
+* Thu Aug 04 2011 Tim Bielawa <tbielawa at redhat.com> 0.3.1-1
+- Spelling & grammar fixes all around (Fixes #23) (tbielawa at redhat.com)
+- Added -E flag to edit script before running (Fixes #18)
+  (jason.detiberus at redhat.com)
+- Added -p flag (acts like -n in that it checks syntax, but also prints
+  resulting yaml to be run onscreen) (Fixes #18) (jason.detiberus at redhat.com)
+- Cleanup unnecessary documentation (tbielawa at redhat.com)
+- Those are just bad ideas for a project with concurrency as a selling point
+  (Remove user input modules) (tbielawa at redhat.com)
+- Simplify a little example in the docs (tbielawa at redhat.com)
+- Added -C flag for Concurrency, Fixed an error when -L wasn't specified and
+  added CLIOutput when -L is specified and logging wasn't already set
+  (Fixes #18) (jason.detiberus at redhat.com)
+- Added command line flag to add logging (Fixes #18) (jason.detiberus at redhat.com)
+- Add python utility to generate a graphviz dot file of the class inheritance
+  graph of the python source codes. (tbielawa at redhat.com)
+- Add conditional Requires on python-argparse. Update README and release notes.
+  (tbielawa at redhat.com)
+- Exit/continue the main load-loop sooner so we can validate YAML scripts and
+  not blow up when not ran on a minion/overlord (like during testing...)
+  (tbielawa at redhat.com)
+- Switched argument parsing to use argparse (jason.detiberus at redhat.com)
+- Fix nagios scheduling causing log-to-file to fail. (Fixes #24)
+  (tbielawa at redhat.com)
+
 * Thu Jun 23 2011 Tim Bielawa <tbielawa at redhat.com> 0.3.0-1
 - Update version. 0.3.0. If Linux can do it -- so can we. (tbielawa at redhat.com)
 - Now included in EPEL and Fedora. Fixes #9 (tbielawa at redhat.com)
diff --git a/sources b/sources
index da7c484..18acbe6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8e7ef1ff7df6a7efd579b9f1b2671999  python-taboot-0.3.0.tar.gz
+3bfa074c52e6d8675b267a4816963c1e  python-taboot-0.3.1.tar.gz


More information about the scm-commits mailing list