[python-tahrir] Latest upstream.

Ralph Bean ralph at fedoraproject.org
Mon Aug 26 20:27:54 UTC 2013


commit c79f6bd262ff060ceaaa8c92c8219ea500950af0
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Aug 26 16:27:09 2013 -0400

    Latest upstream.

 .gitignore         |    1 +
 python-tahrir.spec |   23 ++++++++++++++++-------
 sources            |    2 +-
 3 files changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8961f4a..5a84423 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /tahrir-0.3.3.tar.gz
 /tahrir-0.3.4.tar.gz
 /tahrir-0.3.5.tar.gz
+/tahrir-0.4.0.tar.gz
diff --git a/python-tahrir.spec b/python-tahrir.spec
index 9324a54..64116b6 100644
--- a/python-tahrir.spec
+++ b/python-tahrir.spec
@@ -1,8 +1,8 @@
 %global modname tahrir
 
 Name:             python-tahrir
-Version:          0.3.5
-Release:          3%{?dist}
+Version:          0.4.0
+Release:          1%{?dist}
 Summary:          A pyramid app for issuing your own Open Badges
 
 Group:            Development/Languages
@@ -35,11 +35,11 @@ Requires:         httpd
 Requires:         mod_wsgi
 
 %if %{?rhel}%{!?rhel:0} >= 6
-BuildRequires:    python-sqlalchemy0.8
-Requires:         python-sqlalchemy0.8
+BuildRequires:    python-sqlalchemy0.7
+Requires:         python-sqlalchemy0.7
 %else
-BuildRequires:    python-sqlalchemy >= 0.8
-Requires:         python-sqlalchemy >= 0.8
+BuildRequires:    python-sqlalchemy >= 0.7
+Requires:         python-sqlalchemy >= 0.7
 %endif
 
 %description
@@ -51,7 +51,7 @@ https://wiki.mozilla.org/Badges
 %setup -q -n %{modname}-%{version}
 
 # Make sure that epel/rhel picks up the correct version of sqlalchemy
-%{__awk} 'NR==1{print "import __main__; __main__.__requires__ = __requires__ = [\"sqlalchemy>=0.8\"]; import pkg_resources"}1' setup.py > setup.py.tmp
+%{__awk} 'NR==1{print "import __main__; __main__.__requires__ = __requires__ = [\"sqlalchemy>=0.7\"]; import pkg_resources"}1' setup.py > setup.py.tmp
 %{__mv} setup.py.tmp setup.py
 
 # Remove upstream egg-info so that it gets rebuilt.
@@ -95,6 +95,15 @@ sed -i 's/%%(here)s/\/var\/lib\/tahrir/' apache/%{modname}.ini
 %attr(-,%{modname},root) %config(noreplace) %{_var}/lib/%{modname}
 
 %changelog
+* Mon Aug 26 2013 Ralph Bean <rbean at redhat.com> - 0.4.0-1
+- Latest upstream.
+- Take advantage of enhanced tahrir-api for fedmsg and rank caching.
+- Publish fedmsg messages on rank change.
+- More consitent user links.
+- Css fixes and style updates.
+- RSS feeds per-user and per-badge.
+- Temporarily revert the sqlalchemy version requirement.
+
 * Fri Aug 16 2013 Ralph Bean <rbean at redhat.com> - 0.3.5-3
 - Copy the fedora-sitedocs contents in /usr/share/
 
diff --git a/sources b/sources
index 736ff6e..e02afad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db1412950b3ac21b02e796665a0e1cc7  tahrir-0.3.5.tar.gz
+3b325ed0aa2ce777730bd49f8645c19a  tahrir-0.4.0.tar.gz


More information about the scm-commits mailing list