[python-newt_syrup] Created a new model for writing applications.

Darryl L. Pierce mcpierce at fedoraproject.org
Sat Apr 7 15:43:43 UTC 2012


commit 9d34ed371dfe5ecfe8ef259a4c4f5309bc0b620e
Author: Darryl L. Pierce <dpierce at redhat.com>
Date:   Sat Apr 7 11:42:52 2012 -0400

    Created a new model for writing applications.
    
     - Created the Application class.
     - Created the ApplicationScreen class.
     - Created the Page class.
     - Updated the appliance example to use the new framework.

 .gitignore             |    1 +
 python-newt_syrup.spec |    7 +++++++
 sources                |    2 +-
 3 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e811bf..d325e63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 newt_syrup-0.1.0.tar.gz
 /newt_syrup-0.1.1.tar.gz
 /newt_syrup-0.1.2.tar.gz
+/newt_syrup-0.2.0.tar.gz
diff --git a/python-newt_syrup.spec b/python-newt_syrup.spec
index dfa1fa1..79f5520 100644
--- a/python-newt_syrup.spec
+++ b/python-newt_syrup.spec
@@ -36,6 +36,13 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Sat Apr 07 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.2.0-1
+ - Created a new model for writing applications.
+ - Created the Application class.
+ - Created the ApplicationScreen class.
+ - Created the Page class.
+ - Updated the appliance example to use the new framework.
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 1ea9f62..78e8279 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9412ee2483d11da28a09a26c9b70c8d  newt_syrup-0.1.2.tar.gz
+5707d1a33fd234c3684aad4f3ec4d448  newt_syrup-0.2.0.tar.gz


More information about the scm-commits mailing list