# HG changeset patch # User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr> # Date 1659440997 -7200 # Tue Aug 02 13:49:57 2022 +0200 # Node ID 7384c6e3eda3272832f7f0aa210f43154b442ca7 # Parent de2f4eeb150613d6b1bd5017324d5da2179aabda use OCA odoorpc again as it now contains a fix for 3.10 compat diff --git a/NEWS.rst b/NEWS.rst --- a/NEWS.rst +++ b/NEWS.rst @@ -7,6 +7,8 @@ docker_dev_start: Set the VERSION and SENTRY_RELEASE environment variable. Useful when there is a module displaying their value. +odoorpc merged a fix for the python 3.10 compatibility, so update the requirements accordingly. + 16.5.1 ------ diff --git a/pyproject.toml b/pyproject.toml --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ deps = coverage[toml] pytest - py310: git+https://github.com/xcgd/odoorpc@fix-oca-issue-66#egg=odoorpc + py310: git+https://github.com/oca/odoorpc@master#egg=odoorpc commands = coverage run -m pytest --junitxml=report.{envname}.xml {posargs} [testenv:coverage-report] diff --git a/requirements b/requirements --- a/requirements +++ b/requirements @@ -1,5 +1,5 @@ # This includes the requirements for all extras -git+https://github.com/xcgd/odoorpc@fix-oca-issue-66#egg=odoorpc +git+https://github.com/oca/odoorpc@master#egg=odoorpc requests_toolbelt==0.8.0 python-dateutil>=2.7.0 PyYAML