[python-tahrir-api: 1/2] upgraded to version 0.1.7

Ross Delinger rossdylan at fedoraproject.org
Mon Jul 23 19:22:51 UTC 2012


commit afff65cc87c9104dbf559f1f9d1cf0a8d2a72672
Author: Ross Delinger <rossdylan at csh.rit.edu>
Date:   Mon Jul 23 15:21:23 2012 -0400

    upgraded to version 0.1.7

 .gitignore                |    1 +
 python-tahrir-api.spec    |   11 ++++++++---
 sources                   |    2 +-
 tahrir-api-0.1.3.4.tar.gz |  Bin 17580 -> 0 bytes
 4 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b8edc2e..94868fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /tahrir-api-0.1.3.1.tar.gz
+/tahrir-api-0.1.7.tar.gz
diff --git a/python-tahrir-api.spec b/python-tahrir-api.spec
index b558bfa..7f56323 100644
--- a/python-tahrir-api.spec
+++ b/python-tahrir-api.spec
@@ -1,14 +1,14 @@
 %global modname tahrir_api
 
 Name:             python-tahrir-api
-Version:          0.1.3.4
+Version:          0.1.7
 Release:          1%{?dist}
 Summary:          An API for interacting with the Tahrir database
 
 Group:            Development/Languages
 License:          AGPLv3+
 URL:              http://pypi.python.org/pypi/tahrir-api
-Source0: http://pypi.python.org/packages/source/t/tahrir-api/tahrir-api-0.1.3.4.tar.gz
+Source0:          http://pypi.python.org/packages/source/t/tahrir-api/tahrir-api-%{version}.tar.gz
 
 BuildArch:        noarch
 
@@ -20,7 +20,6 @@ Requires: python-sqlalchemy
 Requires: python-zope-sqlalchemy
 Requires: python-simplejson
 Requires: python-paste-deploy
-Requires: MySQL-python
 
 %description
 tahrir-api
@@ -54,5 +53,11 @@ database without having to use the TahrirDatabase class.
 %{_bindir}/initialize_tahrir_db
 
 %changelog
+* Mon Jul 23 2012 rossdylan <rdelinge at redhat.com> 0.1.7-1
+- Lots of misc bug fixes
+- consolidated the 2 models back into a single version
+- expanded the api to include more ways of interacting with the database
+- Removed MySQL-python dependancy since tahrir-api is db agnostic
+
 * Wed Jun 13 2012 rossdylan <rdelinge at redhat.com> 0.1.3.1-1
 - initial package for Fedora
diff --git a/sources b/sources
index bf95bec..89738db 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d2e3587595acf1c6e531fa7f1c750e1  tahrir-api-0.1.3.4.tar.gz
+838798caf70efb667472f977c1eeb6e7  tahrir-api-0.1.7.tar.gz


More information about the scm-commits mailing list