wok rev 25209
updated python-odoorpc (0.6.1 -> 0.8.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 15:01:57 2022 +0100 (2022-07-13) |
parents | 5a69b27e347a |
children | 6ddf40c200c8 |
files | python-odoorpc/description.txt python-odoorpc/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-odoorpc/description.txt Wed Jul 13 15:01:57 2022 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +OdooRPC is a Python package providing an easy way to pilot your Odoo servers 1.5 +through RPC. 1.6 + 1.7 +Features supported: 1.8 + 1.9 +- access to all data model methods (even browse) with an API similar to the 1.10 + server-side API, 1.11 +- use named parameters with model methods, 1.12 +- user context automatically sent providing support for internationalisation, 1.13 +- browse records, 1.14 +- execute workflows, 1.15 +- manage databases, 1.16 +- reports downloading, 1.17 +- JSON-RPC protocol (SSL supported),
2.1 --- a/python-odoorpc/receipt Wed Jul 13 14:56:01 2022 +0100 2.2 +++ b/python-odoorpc/receipt Wed Jul 13 15:01:57 2022 +0100 2.3 @@ -1,16 +1,20 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-odoorpc" 2.7 -VERSION="0.6.1" 2.8 +VERSION="0.8.0" 2.9 CATEGORY="development" 2.10 -SHORT_DESC="Provides an easy way to pilot your Odoo servers through RPC" 2.11 +SHORT_DESC="Provides an easy way to pilot your Odoo servers through RPC." 2.12 MAINTAINER="pascal.bellard@slitaz.org" 2.13 LICENSE="GPL3" 2.14 WEB_SITE="https://pypi.org/project/OdooRPC/" 2.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 2.16 -WGET_URL="https://github.com/OCA/odoorpc/archive/v$VERSION.tar.gz" 2.17 +REPOLOGY="python:odoorpc" 2.18 + 2.19 +SOURCE="OdooRPC" 2.20 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 2.22 2.23 DEPENDS="python" 2.24 +BUILD_DEPENDS="python python-setuptools" 2.25 2.26 current_version() 2.27 { 2.28 @@ -27,5 +31,5 @@ 2.29 # Rules to gen a SliTaz package suitable for Tazpkg. 2.30 genpkg_rules() 2.31 { 2.32 - cp -a $install/usr $fs/ 2.33 + cp -a $install/usr $fs 2.34 }