[python-tahrir] Uploaded the wrong version,fixed now

Ross Delinger rossdylan at fedoraproject.org
Mon Jul 9 18:56:12 UTC 2012


commit f5692d32068538aa4ca0374c7502bcc45832809a
Author: Ross Delinger <rossdylan at csh.rit.edu>
Date:   Mon Jul 9 14:56:07 2012 -0400

    Uploaded the wrong version,fixed now

 .gitignore         |    1 +
 python-tahrir.spec |   68 +++------------------------------------------------
 sources            |    2 +-
 3 files changed, 6 insertions(+), 65 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 05f62ea..962ead9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /tahrir-0.1.5.tar.gz
+/tahrir-0.1.6.tar.gz
diff --git a/python-tahrir.spec b/python-tahrir.spec
index 453fc3a..60cee28 100644
--- a/python-tahrir.spec
+++ b/python-tahrir.spec
@@ -1,14 +1,14 @@
 %global modname tahrir
 
 Name:             python-tahrir
-Version:          0.1.5
+Version:          0.1.6
 Release:          1%{?dist}
 Summary:          A pyramid app for issuing your own Open Badges
 
 Group:            Development/Languages
 License:          AGPLv3+
 URL:              http://pypi.python.org/pypi/tahrir
-Source0:          http://pypi.python.org/packages/source/t/tahrir/tahrir-0.1.5.tar.gz
+Source0: http://pypi.python.org/packages/source/t/tahrir/%{modname}-%{version}.tar.gz
 
 BuildArch:        noarch
 
@@ -21,7 +21,7 @@ Requires: python-tahrir-api
 Requires: python-sqlalchemy
 Requires: python-transaction
 Requires: python-pyramid-tm
-Requires: python-python-zope-sqlalchemy
+Requires: python-zope-sqlalchemy
 Requires: python-weberror
 Requires: python-tw2-sqla
 Requires: python-formencode
@@ -39,66 +39,6 @@ your own `Open Badges <https://wiki.mozilla.org/Badges>`_.
 
 The name is total overkill.
 
-Installing
-----------
-
-::
-
-$ sudo pip install tahrir
-
-Building a configuration file
------------------------------
-
-Get a sample configuration file::
-
-$ wget https://raw.github.com/ralphbean/tahrir/master/production.ini -O
-tahrir.ini
-
-And edit it to your liking.  In particular you will need to change the
-following values under the ``[server:main]`` section:
-
-- ``host`` = yoursite.com - ``port`` = 80
-
-And the following values under the ``[app:pyramid]`` section:
-
-- ``tahrir.salt`` = "whatever you want" - ``tahrir.admin`` = "some super
-secret string used to login as admin" - ``tahrir.title`` = "just badgin'
-around" - ``tahrir.pngs.uri`` = /home/user/badges/pngs -
-``tahrir.base_url`` = "yoursite.com"
-
-Setting up the DB
------------------
-
-::
-
-$ initialize_tahrir_db tahrir.ini
-
-Running
--------
-
-::
-
-$ pserve tahrir.ini
-
-Reporting Bugs
---------------
-
-If you find bugs in Tahrir or have ideas for enhancements, please report
-them at http://github.com/ralphbean/tahrir/issues.
-
-Hacking
--------
-
-If you'd like to contribute to tahrir or just poke at the code, you can use
-the following instructions to set up a development environment.
-
-::
-
-$ sudo yum -y install python-virtualenvwrapper $ git clone
-git://github.com/ralphbean/tahrir.git $ cd tahrir $ mkvirtualenv tahrir
-(tahrir)$ python setup.py develop (tahrir)$ initialize_tahrir_db
-development.ini (tahrir)% pserve --reload development.ini
-
 %prep
 %setup -q -n %{modname}-%{version}
 
@@ -117,5 +57,5 @@ development.ini (tahrir)% pserve --reload development.ini
 
 
 %changelog
-* Wed Jun 20 2012 rossdylan <rossdylan at csh.rit.edu> 0.1.5-1
+* Wed Jun 20 2012 rossdylan <rossdylan at csh.rit.edu> 0.1.6-1
 - initial package for Fedora
diff --git a/sources b/sources
index a330a9e..8629cf3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ff4166b308db39a1e462ae8bd0881d85  tahrir-0.1.5.tar.gz
+53d2925e634a30be193c6eec14f11763  tahrir-0.1.6.tar.gz


More information about the scm-commits mailing list