Skip to Content.
Sympa Menu

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

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 (c71148031db60ff0343cb3a9a2843060683dca5f)
  • Date: Sun, 4 Mar 2012 01:40:24 -0600

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

python-pypi/formalchemy/DETAILS | 15 ++++++---------
python-pypi/formalchemy/HISTORY | 4 ++++
python-pypi/sqlobject/DEPENDS | 12 ++----------
python-pypi/sqlobject/DETAILS | 4 ++--
python-pypi/sqlobject/HISTORY | 5 +++++
5 files changed, 19 insertions(+), 21 deletions(-)

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

sqlobject: => 1.2.2

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

formalchemy: => 1.4.2

diff --git a/python-pypi/formalchemy/DETAILS b/python-pypi/formalchemy/DETAILS
index 9bc8c50..b9bbc8a 100755
--- a/python-pypi/formalchemy/DETAILS
+++ b/python-pypi/formalchemy/DETAILS
@@ -1,24 +1,21 @@
SPELL=formalchemy
SPELLX=FormAlchemy
- VERSION=1.3.3
-
SOURCE_HASH=sha512:8bf33fbae1de0402e5fa9ce7ba5d19e9294077c7b58a46cff5b5fff802bc1376860f6df295cfb571870314de6b981df88eba542ca81dc68ad76b93fdac7c405f
+ VERSION=1.4.2
+
SOURCE_HASH=sha512:3cdd63f4ebf78d8ba3210faa2e332e4cff04fb30bf02fa515017e83ef0e05387dbc0c018cf5d74f9a484b99f7711b5c3ae1d22cfb38a9a1b025fe59387cfe930
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELLX/$SOURCE
- WEB_SITE=http://code.google.com/p/$SPELL
- SOURCE_URL[0]=http://$SPELL.googlecode.com/files/$SOURCE
+ WEB_SITE=http://doc.formalchemy.org/
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/F/$SPELLX/$SOURCE
LICENSE[0]=MIT
ENTERED=20100916
KEYWORDS="python"
SHORT="create HTML forms for SQLAlchemy classes"
cat << EOF
FormAlchemy greatly speeds development with SQLAlchemy mapped classes
(models)
-in a HTML
-forms environment.
+in a HTMLforms environment.
FormAlchemy eliminates boilerplate by autogenerating HTML input fields from
a given model.
FormAlchemy will try to figure out what kind of HTML code should be returned
by
introspecting the model's properties and generate ready-to-use HTML code
-that will fit the
-developer's application.
+that will fit the developer's application.
EOF
diff --git a/python-pypi/formalchemy/HISTORY b/python-pypi/formalchemy/HISTORY
index 2635d72..b4c6ed1 100644
--- a/python-pypi/formalchemy/HISTORY
+++ b/python-pypi/formalchemy/HISTORY
@@ -1,3 +1,7 @@
+2012-03-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.2
+ new website &url
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)

diff --git a/python-pypi/sqlobject/DEPENDS b/python-pypi/sqlobject/DEPENDS
index 6a41249..3dc711e 100755
--- a/python-pypi/sqlobject/DEPENDS
+++ b/python-pypi/sqlobject/DEPENDS
@@ -3,13 +3,5 @@ depends SETUPTOOLS &&
depends formencode &&
suggest_depends kinterbasdb "firebird support" &&
suggest_depends mysql-python "MySQL support" &&
-suggest_depends pygresql "Postgresql support" &&
-suggest_depends pysqlite "sqlite support" &&
-
-# needs a recent setuptools or it will try to get it itself #15001
-if spell_ok setuptools; then
- local st=$(installed_version setuptools) &&
- if [[ ${st:0:4} == 0.6c ]] && (( ${st:4:2} < 9 )); then
- force_depends SETUPTOOLS
- fi
-fi
+suggest_depends psycopg "Postgresql support" &&
+suggest_depends pysqlite "sqlite support"
diff --git a/python-pypi/sqlobject/DETAILS b/python-pypi/sqlobject/DETAILS
index 5569022..88848d6 100755
--- a/python-pypi/sqlobject/DETAILS
+++ b/python-pypi/sqlobject/DETAILS
@@ -1,7 +1,7 @@
SPELL=sqlobject
CHEESESHOP_PKG=SQLObject
- VERSION=1.1.0
-
SOURCE_HASH=sha512:45baeaf9f95e269f1d04198f5a346f4e4b18ef73e32b4a19ef4502587d4204e8a24995fce656124fecd38db710b22ec5a1c0dcc14e6c368b090b2bc5172ff73d
+ VERSION=1.2.2
+
SOURCE_HASH=sha512:d99cb4a0178abd50ea2528c2a5615cd8a34d1aea06c91ec4bf7d3843d9096499c1566cdc0d0ce4d132eaff3aff66d364b8fc0ade77d000c3dc2937cacb033323
SOURCE="$CHEESESHOP_PKG-$VERSION.tar.gz"

SOURCE_URL[0]="http://pypi.python.org/packages/source/${CHEESESHOP_PKG:0:1}/${CHEESESHOP_PKG}/$SOURCE";
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$CHEESESHOP_PKG-$VERSION"
diff --git a/python-pypi/sqlobject/HISTORY b/python-pypi/sqlobject/HISTORY
index 7fadbd2..752371b 100644
--- a/python-pypi/sqlobject/HISTORY
+++ b/python-pypi/sqlobject/HISTORY
@@ -1,3 +1,8 @@
+2012-03-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.2
+ * DEPENDS: cleanup
+ pygresql=> psycopg
+
2011-06-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.0




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

Archive powered by MHonArc 2.6.24.

Top of Page