[python-tahrir-api] Latest upstream.

Ralph Bean ralph at fedoraproject.org
Fri Jun 7 14:57:38 UTC 2013


commit 9ae130d32dc5f52c650ce0ace335e3d7182f4723
Author: Ralph Bean <rbean at redhat.com>
Date:   Fri Jun 7 10:56:39 2013 -0400

    Latest upstream.

 .gitignore             |    1 +
 python-tahrir-api.spec |   13 +++++++++----
 sources                |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 94868fb..16b3824 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /tahrir-api-0.1.3.1.tar.gz
 /tahrir-api-0.1.7.tar.gz
+/tahrir-api-0.1.8.tar.gz
diff --git a/python-tahrir-api.spec b/python-tahrir-api.spec
index 365a678..ec570ff 100644
--- a/python-tahrir-api.spec
+++ b/python-tahrir-api.spec
@@ -1,12 +1,12 @@
 %global modname tahrir_api
 
 Name:             python-tahrir-api
-Version:          0.1.7
-Release:          3%{?dist}
+Version:          0.1.8
+Release:          1%{?dist}
 Summary:          An API for interacting with the Tahrir database
 
 Group:            Development/Languages
-License:          AGPLv3+
+License:          GPLv3+
 URL:              http://pypi.python.org/pypi/tahrir-api
 Source0:          http://pypi.python.org/packages/source/t/tahrir-api/tahrir-api-%{version}.tar.gz
 
@@ -43,7 +43,7 @@ awk 'NR==3{print "import __main__; __main__.__requires__ = __requires__ = [\"Web
 mv setup.py.tmp setup.py
 
 %build
-%{__python} setup.py build 
+%{__python} setup.py build
 
 %install
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
@@ -58,6 +58,11 @@ install -p -m755 tempfile %{buildroot}/%{_bindir}/initialize_tahrir_db
 %{_bindir}/initialize_tahrir_db
 
 %changelog
+* Fri Jun 07 2013 Ralph Bean <rbean at redhat.com> - 0.1.8-1
+- New Invitations API.
+- Bugfixes to other API functions.
+- Relicense to GPLv3+
+
 * Mon Mar 11 2013 Ralph Bean <rbean at redhat.com> - 0.1.7-3
 - Force version of python-webob
 
diff --git a/sources b/sources
index 89738db..aeee9e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-838798caf70efb667472f977c1eeb6e7  tahrir-api-0.1.7.tar.gz
+9ea72ac8e14ed721c788446b151d818f  tahrir-api-0.1.8.tar.gz


More information about the scm-commits mailing list