Skip to Content.
Sympa Menu

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

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 (6177d6e4320e9b72d51056de4bebcb16f51d5c8d)
  • Date: Sat, 4 Jun 2011 13:37:06 -0500

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

ChangeLog | 3 +++
python-pypi/sqlalchemy-migrate/DEPENDS | 5 +++++
python-pypi/sqlalchemy-migrate/DETAILS | 16 ++++++++++++++++
python-pypi/sqlalchemy-migrate/HISTORY | 7 +++++++
python-pypi/sqlalchemy/DETAILS | 4 ++--
python-pypi/sqlalchemy/HISTORY | 3 +++
6 files changed, 36 insertions(+), 2 deletions(-)

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

new spell - sqlalchemy-migrate

commit 4a70df581aa532f6ff21184385af9086023f98ea
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

sqlalchemy: => 0.7.0

diff --git a/ChangeLog b/ChangeLog
index 32ff7f5..46a8624 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-06-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/sqlalchemy-migrate: new spell, tool to migrate
sqlalchemy versions
+
2011-05-31 Ismael Luceno <ismael AT sourcemage.org>
* python-pypi/w3lib: new spell, Library of web-relatedfunctions
* python-pypi/scrapy: new spell, A high-level Python Screen Scraping
framework
diff --git a/python-pypi/sqlalchemy-migrate/DEPENDS
b/python-pypi/sqlalchemy-migrate/DEPENDS
new file mode 100755
index 0000000..57212c2
--- /dev/null
+++ b/python-pypi/sqlalchemy-migrate/DEPENDS
@@ -0,0 +1,5 @@
+depends python &&
+depends decorator &&
+depends tempita &&
+depends sqlalchemy
+
diff --git a/python-pypi/sqlalchemy-migrate/DETAILS
b/python-pypi/sqlalchemy-migrate/DETAILS
new file mode 100755
index 0000000..7a34bdf
--- /dev/null
+++ b/python-pypi/sqlalchemy-migrate/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=sqlalchemy-migrate
+ VERSION=0.7.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_HASH=sha512:1a00a26b27271c231209216e1ff98eb605c9532363f55c8a1fc046dc1bd2f8d0eaf49fb25054030c4af1d0949682724dc498d8fe160a5bf9936eb057d6144d03
+ SOURCE_URL=http://pypi.python.org/packages/source/s/$SPELL/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://code.google.com/p/$SPELL
+ LICENSE[0]=MIT
+ ENTERED=20100912
+ KEYWORDS="python"
+ SHORT="Schema migration tools for SQLAlchemy"
+cat << EOF
+Schema migration tools for SQLAlchemy, designed to support an agile approach
to database
+design, and make it easier to keep development and production databases in
sync, as schema
+changes are required.
+EOF
diff --git a/python-pypi/sqlalchemy-migrate/HISTORY
b/python-pypi/sqlalchemy-migrate/HISTORY
new file mode 100644
index 0000000..62906ca
--- /dev/null
+++ b/python-pypi/sqlalchemy-migrate/HISTORY
@@ -0,0 +1,7 @@
+2011-06-04 Treeve Jelbert <treeve AT sourcemage.org>
+ DETAILS: version 0.7.1
+
+2010-09-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.6
+ spell created
+
diff --git a/python-pypi/sqlalchemy/DETAILS b/python-pypi/sqlalchemy/DETAILS
index 28aecda..d87626c 100755
--- a/python-pypi/sqlalchemy/DETAILS
+++ b/python-pypi/sqlalchemy/DETAILS
@@ -1,7 +1,7 @@
SPELL=sqlalchemy
CHEESESHOP_PKG=SQLAlchemy
- VERSION=0.6.7
-
SOURCE_HASH=sha512:8b56668152c9330bbdfc33bab5dd9eddd22514e025f62074a0b3ed9d75ef96bbee26891eaf86c9f38bfef10eac0e872bf1a95f79ff3249af1a81e1ed0052611a
+ VERSION=0.7.0
+
SOURCE_HASH=sha512:29195161dc5c9dc7ef771052b808219389fb1eedab934fb390e5987906e786e75f718fe55e829e06b7eb03c06e9c616a05e3a8eca6e3cc4b893a32ce67a08dda
SOURCE="$CHEESESHOP_PKG-$VERSION.tar.gz"

SOURCE_URL[0]="http://www.python.org/pypi/packages/source/S/$CHEESESHOP_PKG/$SOURCE";
SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/python-pypi/sqlalchemy/HISTORY b/python-pypi/sqlalchemy/HISTORY
index 02cf431..376bf3b 100644
--- a/python-pypi/sqlalchemy/HISTORY
+++ b/python-pypi/sqlalchemy/HISTORY
@@ -1,3 +1,6 @@
+2011-06-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.0
+
2011-04-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.6.7




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6177d6e4320e9b72d51056de4bebcb16f51d5c8d), Treeve Jelbert, 06/04/2011

Archive powered by MHonArc 2.6.24.

Top of Page