Skip to Content.
Sympa Menu

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

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 (fc63e51149bfbe01ca5af468000cd327ab1a1b09)
  • Date: Sun, 9 Jun 2013 09:12:33 -0500

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

ChangeLog | 3 +++
python-pypi/inflect/DETAILS | 6 +++---
python-pypi/inflect/HISTORY | 3 +++
python-pypi/sqlacodegen/DEPENDS | 4 ++++
python-pypi/sqlacodegen/DETAILS | 16 ++++++++++++++++
python-pypi/sqlacodegen/HISTORY | 4 ++++
6 files changed, 33 insertions(+), 3 deletions(-)

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

sqlacodegen-1.1.0

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

inflect: => 0.2.4

diff --git a/ChangeLog b/ChangeLog
index 3e3f71d..07d6c87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-06-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/sqlacodegen: new spell - Automatic model code generator
+
2013-06-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* perl-cpan/data-dumper-concise: new spell, a concise data dumper for
perl

diff --git a/python-pypi/inflect/DETAILS b/python-pypi/inflect/DETAILS
index 20cc8d5..4088491 100755
--- a/python-pypi/inflect/DETAILS
+++ b/python-pypi/inflect/DETAILS
@@ -1,7 +1,7 @@
SPELL=inflect
- VERSION=0.2.3
-
SOURCE_HASH=sha512:f8cf56da3b3c66f0c005124ba791ba97e5b05a98083a96928b2fa980a7fb93a24bbd56a024887d06acda3509a781f9da8834bb70ac6ca0a20bd435ec1783daaa
- SOURCE=$SPELL-$VERSION.zip
+ VERSION=0.2.4
+
SOURCE_HASH=sha512:f8a855f7b6171f34020fb147189e5ffb51aa41748466b84ae550208aef7a9b6f2dd4f9039c2207f78fce19b44a0861515ad76973cfdf72560f13fe2c9ceedfa7
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://pypi.python.org/pypi/$SPELL
SOURCE_URL[0]=http://pypi.python.org/packages/source/i/$SPELL/$SOURCE
diff --git a/python-pypi/inflect/HISTORY b/python-pypi/inflect/HISTORY
index 3173a25..2d7b763 100644
--- a/python-pypi/inflect/HISTORY
+++ b/python-pypi/inflect/HISTORY
@@ -1,3 +1,6 @@
+2013-06-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.4
+
2013-05-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.2.3
spell created
diff --git a/python-pypi/sqlacodegen/DEPENDS b/python-pypi/sqlacodegen/DEPENDS
new file mode 100755
index 0000000..ace2fa3
--- /dev/null
+++ b/python-pypi/sqlacodegen/DEPENDS
@@ -0,0 +1,4 @@
+. $SECTION_DIRECTORY/PY_DEPENDS
+depends sqlalchemy &&
+depends inflect
+
diff --git a/python-pypi/sqlacodegen/DETAILS b/python-pypi/sqlacodegen/DETAILS
new file mode 100755
index 0000000..678ca03
--- /dev/null
+++ b/python-pypi/sqlacodegen/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=sqlacodegen
+ VERSION=1.1.0
+
SOURCE_HASH=sha512:f989f32999ed492e154936e18490276f84b4b60380ff6175b67c3c4d03305ee92a7535d958903485e052e477f8b4bee49c00c7de36f589329ff5af4f7d8e61be
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL=https://pypi.python.org/packages/source/s/sqlacodegen/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://bitbucket.org/agronholm/sqlacodegen
+ ARCHIVE=off
+ LICENSE[0]=MIT
+ ENTERED=20130529
+ KEYWORDS="python"
+ SHORT="generate SQLAlchemy model code"
+cat << EOF
+This is a tool that reads the structure of an existing database and
generates the
+appropriate SQLAlchemy model code, using the declarative style if possible.
+EOF
diff --git a/python-pypi/sqlacodegen/HISTORY b/python-pypi/sqlacodegen/HISTORY
new file mode 100644
index 0000000..4ba94b8
--- /dev/null
+++ b/python-pypi/sqlacodegen/HISTORY
@@ -0,0 +1,4 @@
+2013-06-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.0
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (fc63e51149bfbe01ca5af468000cd327ab1a1b09), Treeve Jelbert, 06/09/2013

Archive powered by MHonArc 2.6.24.

Top of Page