# HG changeset patch # User Hans-G?nter Theisgen # Date 1658472313 -3600 # Node ID 29d62d748b171bc37ac7c105f6efa0249c1c178c # Parent 6f5db10f8f5ca675f4a37d4b2dff95dc8f795556 updated sqlobject (3.8.0 -> 3.9.1) diff -r 6f5db10f8f5c -r 29d62d748b17 sqlobject/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sqlobject/description.txt Fri Jul 22 07:45:13 2022 +0100 @@ -0,0 +1,10 @@ +SQLObject is a popular Object Relational Manager for providing +an object interface to your database, with tables as classes, +rows as instances, and columns as attributes. + +SQLObject includes a Python-object-based query language that +makes SQL more abstract, and provides substantial database +independence for applications. + +Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL +and MaxDB (SAPDB). diff -r 6f5db10f8f5c -r 29d62d748b17 sqlobject/receipt --- a/sqlobject/receipt Fri Jul 22 07:37:22 2022 +0100 +++ b/sqlobject/receipt Fri Jul 22 07:45:13 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sqlobject" -VERSION="3.8.0" +VERSION="3.9.1" CATEGORY="development" SHORT_DESC="Object-relational mapper for the Python." MAINTAINER="pascal.bellard@slitaz.org" @@ -10,7 +10,7 @@ SOURCE="SQLObject" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://pypi.python.org/packages/source/S/$SOURCE/$TARBALL" +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-dev python-setuptools"