[python-tahrir] Latest upstream, 0.5.0.

Ralph Bean ralph at fedoraproject.org
Tue Dec 17 16:15:09 UTC 2013


commit a0307b4627659ca70bd741d51fe10e1db42b6c17
Author: Ralph Bean <rbean at redhat.com>
Date:   Tue Dec 17 11:15:09 2013 -0500

    Latest upstream, 0.5.0.

 .gitignore         |    1 +
 python-tahrir.spec |   10 ++++++++--
 sources            |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b9601d9..343a1f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /tahrir-0.4.3.tar.gz
 /tahrir-0.4.4.tar.gz
 /tahrir-0.4.5.tar.gz
+/tahrir-0.5.0.tar.gz
diff --git a/python-tahrir.spec b/python-tahrir.spec
index ab3f72e..9ca8b0d 100644
--- a/python-tahrir.spec
+++ b/python-tahrir.spec
@@ -1,7 +1,7 @@
 %global modname tahrir
 
 Name:             python-tahrir
-Version:          0.4.5
+Version:          0.5.0
 Release:          1%{?dist}
 Summary:          A pyramid app for issuing your own Open Badges
 
@@ -17,7 +17,7 @@ BuildRequires:    python-setuptools
 
 Requires:         python-pyramid
 Requires:         python-webhelpers
-Requires:         python-tahrir-api
+Requires:         python-tahrir-api >= 0.5.0
 Requires:         python-transaction
 Requires:         python-pyramid-tm
 Requires:         python-zope-sqlalchemy
@@ -97,6 +97,12 @@ sed -i 's/%%(here)s/\/var\/lib\/tahrir/' apache/%{modname}.ini
 %attr(-,%{modname},root) %config(noreplace) %{_var}/lib/%{modname}
 
 %changelog
+* Tue Dec 17 2013 Ralph Bean <rbean at redhat.com> - 0.5.0-1
+- Latest upstream with authz delegation.
+- FOAF metadata included via RDFa.
+- UTC timezone used everywhere.
+- Enhanced view for invitations.
+
 * Mon Nov 18 2013 Ralph Bean <rbean at redhat.com> - 0.4.5-1
 - Added a heartbeat url for haproxy.
 
diff --git a/sources b/sources
index 8b5a139..ed341ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-82632cd1487b956ded837d97a94229ff  tahrir-0.4.5.tar.gz
+93a89e31d1828971c49ae0cc9ce3ef67  tahrir-0.5.0.tar.gz


More information about the scm-commits mailing list