[python-ladon] update to upstream version 0.7.8

Matthias Runge mrunge at fedoraproject.org
Mon Mar 25 09:08:46 UTC 2013


commit 3714e2aa246e5838885a24b1adb60755a15ef43e
Author: Matthias Runge <mrunge at redhat.com>
Date:   Mon Mar 25 10:08:31 2013 +0100

    update to upstream version 0.7.8

 .gitignore        |    1 +
 python-ladon.spec |   11 +++++++++--
 sources           |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b4fb154..6002fa8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /ladon-0.6.7.tar.gz
 /ladon-0.7.0.tar.gz
 /ladon-0.7.5.tar.gz
+/ladon-0.7.8.tar.gz
diff --git a/python-ladon.spec b/python-ladon.spec
index d92f481..43f0ef8 100644
--- a/python-ladon.spec
+++ b/python-ladon.spec
@@ -1,6 +1,6 @@
 Name:           python-ladon
-Version:        0.7.5
-Release:        2%{?dist}
+Version:        0.7.8
+Release:        1%{?dist}
 Summary:        Multiprotocol approach to creating a webservice
 
 License:        LGPLv3+
@@ -44,6 +44,10 @@ done
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 chmod 755 %{buildroot}/%{python_sitelib}/ladon/clients/jsonwsp.py
 
+%check
+for test in ladon ladon.exceptions ladon.interfaces ladon.clients ; do
+%{__python} setup.py test --test-suite $test
+done
  
 %files
 %doc PKG-INFO
@@ -52,6 +56,9 @@ chmod 755 %{buildroot}/%{python_sitelib}/ladon/clients/jsonwsp.py
 %{_bindir}/ladon-ctl
 
 %changelog
+* Mon Mar 25 2013 Matthias Runge <mrunge at redhat.com> - 0.7.8-1
+- update to 0.7.8 (rhbz#924739)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index cc6f75a..1ebc94d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2166859cd6dca48aea05564b8a2b84e5  ladon-0.7.5.tar.gz
+a83b16233c3072c94b878d902f8d90cb  ladon-0.7.8.tar.gz


More information about the scm-commits mailing list