wok rev 25321
updated sqlobject (3.8.0 -> 3.9.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 22 07:45:13 2022 +0100 (2022-07-22) |
parents | 6f5db10f8f5c |
children | 519a42308d05 |
files | sqlobject/description.txt sqlobject/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/sqlobject/description.txt Fri Jul 22 07:45:13 2022 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +SQLObject is a popular Object Relational Manager for providing 1.5 +an object interface to your database, with tables as classes, 1.6 +rows as instances, and columns as attributes. 1.7 + 1.8 +SQLObject includes a Python-object-based query language that 1.9 +makes SQL more abstract, and provides substantial database 1.10 +independence for applications. 1.11 + 1.12 +Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL 1.13 +and MaxDB (SAPDB).
2.1 --- a/sqlobject/receipt Fri Jul 22 07:37:22 2022 +0100 2.2 +++ b/sqlobject/receipt Fri Jul 22 07:45:13 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="sqlobject" 2.7 -VERSION="3.8.0" 2.8 +VERSION="3.9.1" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Object-relational mapper for the Python." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -10,7 +10,7 @@ 2.13 2.14 SOURCE="SQLObject" 2.15 TARBALL="$SOURCE-$VERSION.tar.gz" 2.16 -WGET_URL="https://pypi.python.org/packages/source/S/$SOURCE/$TARBALL" 2.17 +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 2.18 2.19 DEPENDS="python" 2.20 BUILD_DEPENDS="python python-dev python-setuptools"