Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f5a40d6ab58c3a9ea8fe6787eabb24ce3e05ba8a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f5a40d6ab58c3a9ea8fe6787eabb24ce3e05ba8a)
  • Date: Sat, 3 Mar 2012 10:38:25 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/alembic/DEPENDS | 3 +++
python-pypi/alembic/DETAILS | 22 ++++++++++++++++++++++
python-pypi/alembic/HISTORY | 4 ++++
4 files changed, 32 insertions(+)

New commits:
commit f5a40d6ab58c3a9ea8fe6787eabb24ce3e05ba8a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

new spell alembic-0.2.1

diff --git a/ChangeLog b/ChangeLog
index 6715fe8..5c482a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-03-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/alembic: new spell, database migration tool
+
2012-03-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* devel/ocamlgraph: new spell, a graph library for ocaml
* devel/alt-ergo: new spell, a theorem prover
diff --git a/python-pypi/alembic/DEPENDS b/python-pypi/alembic/DEPENDS
new file mode 100755
index 0000000..11c59e5
--- /dev/null
+++ b/python-pypi/alembic/DEPENDS
@@ -0,0 +1,3 @@
+. $SECTION_DIRECTORY/PY_DEPENDS
+depends sqlalchemy &&
+depends mako
diff --git a/python-pypi/alembic/DETAILS b/python-pypi/alembic/DETAILS
new file mode 100755
index 0000000..b0afc6a
--- /dev/null
+++ b/python-pypi/alembic/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=alembic
+ VERSION=0.2.1
+
SOURCE_HASH=sha512:abf71c6f6c314173fa03762a4d61b23625bbfa09cec2d85fa62bd81a068ea5ee18dfc0c8413ef2c39f417dbd53ab96e8fa758cc58f4c956922c980004c29c15c
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/a/$SPELL/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://bitbucket.org/zzzeek/alembic
+ LICENSE[0]=MIT
+ ENTERED=20120303
+ KEYWORDS="python"
+ SHORT="Schema migration tools for SQLAlchemy"
+cat << EOF
+Alembic is a new database migrations tool, written by the author of
SQLAlchemy. A
+migrations tool offers the following functionality:
+Can emit ALTER statements to a database in order to change the structure of
tables and
+other constructs
+Provides a system whereby "migration scripts" may be constructed; each
script indicates a
+particular series of steps that can "upgrade" a target database to a new
version, and
+optionally a series of steps that can "downgrade" similarly, doing the same
steps in
+reverse.
+Allows the scripts to execute in some sequential manner.
+EOF
diff --git a/python-pypi/alembic/HISTORY b/python-pypi/alembic/HISTORY
new file mode 100644
index 0000000..721f53f
--- /dev/null
+++ b/python-pypi/alembic/HISTORY
@@ -0,0 +1,4 @@
+2012-03-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.1
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f5a40d6ab58c3a9ea8fe6787eabb24ce3e05ba8a), Treeve Jelbert, 03/03/2012

Archive powered by MHonArc 2.6.24.

Top of Page