# HG changeset patch # User Hans-G?nter Theisgen # Date 1657720917 -3600 # Node ID a6d2faa0c47e022a2978047949c7c946b874201d # Parent 5a69b27e347ac6c36810f27e675beec630f4b1f9 updated python-odoorpc (0.6.1 -> 0.8.0) diff -r 5a69b27e347a -r a6d2faa0c47e python-odoorpc/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-odoorpc/description.txt Wed Jul 13 15:01:57 2022 +0100 @@ -0,0 +1,14 @@ +OdooRPC is a Python package providing an easy way to pilot your Odoo servers +through RPC. + +Features supported: + +- access to all data model methods (even browse) with an API similar to the + server-side API, +- use named parameters with model methods, +- user context automatically sent providing support for internationalisation, +- browse records, +- execute workflows, +- manage databases, +- reports downloading, +- JSON-RPC protocol (SSL supported), diff -r 5a69b27e347a -r a6d2faa0c47e python-odoorpc/receipt --- a/python-odoorpc/receipt Wed Jul 13 14:56:01 2022 +0100 +++ b/python-odoorpc/receipt Wed Jul 13 15:01:57 2022 +0100 @@ -1,16 +1,20 @@ # SliTaz package receipt. PACKAGE="python-odoorpc" -VERSION="0.6.1" +VERSION="0.8.0" CATEGORY="development" -SHORT_DESC="Provides an easy way to pilot your Odoo servers through RPC" +SHORT_DESC="Provides an easy way to pilot your Odoo servers through RPC." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" WEB_SITE="https://pypi.org/project/OdooRPC/" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/OCA/odoorpc/archive/v$VERSION.tar.gz" +REPOLOGY="python:odoorpc" + +SOURCE="OdooRPC" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" +BUILD_DEPENDS="python python-setuptools" current_version() { @@ -27,5 +31,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs/ + cp -a $install/usr $fs }