[python-tahrir] Latest upstream

Ralph Bean ralph at fedoraproject.org
Fri Oct 25 20:25:40 UTC 2013


commit 070c957105bbc790cf9573f63e76fad2ac32d23c
Author: Ralph Bean <rbean at redhat.com>
Date:   Fri Oct 25 16:25:39 2013 -0400

    Latest upstream

 .gitignore                                       |    1 +
 python-tahrir-cached-rank-in-template-more.patch |   34 ----------------------
 python-tahrir-cached-rank-in-template.patch      |   25 ----------------
 python-tahrir.spec                               |   23 +++++++++-----
 sources                                          |    2 +-
 5 files changed, 17 insertions(+), 68 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6bccc77..f388fe5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /tahrir-0.3.5.tar.gz
 /tahrir-0.4.0.tar.gz
 /tahrir-0.4.1.tar.gz
+/tahrir-0.4.3.tar.gz
diff --git a/python-tahrir.spec b/python-tahrir.spec
index 8d45603..e3ce0e0 100644
--- a/python-tahrir.spec
+++ b/python-tahrir.spec
@@ -1,16 +1,14 @@
 %global modname tahrir
 
 Name:             python-tahrir
-Version:          0.4.1
-Release:          3%{?dist}
+Version:          0.4.3
+Release:          1%{?dist}
 Summary:          A pyramid app for issuing your own Open Badges
 
 Group:            Development/Languages
 License:          AGPLv3+
 URL:              http://pypi.python.org/pypi/%{modname}
 Source0:          http://pypi.python.org/packages/source/t/tahrir/%{modname}-%{version}.tar.gz
-Patch0:           python-tahrir-cached-rank-in-template.patch
-Patch1:           python-tahrir-cached-rank-in-template-more.patch
 
 BuildArch:        noarch
 
@@ -53,10 +51,6 @@ https://wiki.mozilla.org/Badges
 %prep
 %setup -q -n %{modname}-%{version}
 
-# Fix the leaderboard template
-%patch0 -p1
-%patch1 -p1
-
 # Make sure that epel/rhel picks up the correct version of sqlalchemy
 %{__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
@@ -101,6 +95,19 @@ sed -i 's/%%(here)s/\/var\/lib\/tahrir/' apache/%{modname}.ini
 %attr(-,%{modname},root) %config(noreplace) %{_var}/lib/%{modname}
 
 %changelog
+* Fri Oct 25 2013 Ralph Bean <rbean at redhat.com> - 0.4.3-1
+- Many new changes:
+- Reporting system.
+- User profile editing.
+- Rss feed of new badges.
+- Login tracking
+- FOAF fixes.
+- Version in footer.
+- Diff users.
+- Show date badge was awarded.
+- Fix bad link on badge page.
+- Drop old patches.
+
 * Tue Sep 10 2013 Ralph Bean <rbean at redhat.com> - 0.4.1-3
 - More patching of the leaderboard template...
 
diff --git a/sources b/sources
index 870ac0d..995e18f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6f4a06a0a15f83b7ce59e9b3780ded7  tahrir-0.4.1.tar.gz
+d3e24be1213c2f6264ec32511880d549  tahrir-0.4.3.tar.gz


More information about the scm-commits mailing list