-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #293 from acsone/py312-sbi
Upgrade to python 3.12
- Loading branch information
Showing
19 changed files
with
3,898 additions
and
4,634 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ubuntu:20.04 | ||
FROM ubuntu:22.04 | ||
LABEL maintainer="Odoo Community Association (OCA)" | ||
|
||
ENV LANG=C.UTF-8 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
# frozen requirements generated by pip-deepfreeze | ||
coverage==6.5.0 | ||
iniconfig==1.1.1 | ||
pluggy==1.0.0 | ||
py==1.11.0 | ||
pytest==7.1.3 | ||
pytest-asyncio==0.19.0 | ||
pytest-cov==4.0.0 | ||
pytest-mock==3.9.0 | ||
coverage==7.5.4 | ||
iniconfig==2.0.0 | ||
pluggy==1.5.0 | ||
pytest==8.2.2 | ||
pytest-asyncio==0.23.7 | ||
pytest-cov==5.0.0 | ||
pytest-mock==3.14.0 | ||
pytest-vcr==1.0.2 | ||
pyyaml==6.0 | ||
vcrpy==4.2.1 | ||
wrapt==1.15.0 | ||
pyyaml==6.0.1 | ||
vcrpy==6.0.1 | ||
wrapt==1.16.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,70 @@ | ||
# frozen requirements generated by pip-deepfreeze | ||
aiohttp==3.9.2 | ||
aiosignal==1.2.0 | ||
amqp==5.1.1 | ||
aiohttp==3.9.5 | ||
aiosignal==1.3.1 | ||
amqp==5.2.0 | ||
appdirs==1.4.4 | ||
async-timeout==4.0.2 | ||
attrs==22.1.0 | ||
billiard==3.6.4.0 | ||
bleach==5.0.1 | ||
celery==5.2.7 | ||
certifi==2023.7.22 | ||
cffi==1.15.1 | ||
charset-normalizer==2.1.1 | ||
click==8.1.3 | ||
click-didyoumean==0.3.0 | ||
attrs==23.2.0 | ||
billiard==4.2.0 | ||
celery==5.4.0 | ||
certifi==2024.6.2 | ||
cffi==1.16.0 | ||
charset-normalizer==3.3.2 | ||
click==8.1.7 | ||
click-didyoumean==0.3.1 | ||
click-plugins==1.1.1 | ||
click-repl==0.2.0 | ||
commonmark==0.9.1 | ||
cryptography==42.0.4 | ||
docutils==0.19 | ||
flower==1.2.0 | ||
frozenlist==1.3.1 | ||
gidgethub==5.2.0 | ||
github3-py==3.2.0 | ||
humanize==4.4.0 | ||
click-repl==0.3.0 | ||
cryptography==42.0.8 | ||
docutils==0.21.2 | ||
flower==2.0.1 | ||
frozenlist==1.4.1 | ||
gidgethub==5.3.0 | ||
github3-py==4.0.1 | ||
humanize==4.9.0 | ||
idna==3.7 | ||
importlib-metadata==5.0.0 | ||
importlib-resources==6.3.1 | ||
jaraco-classes==3.2.3 | ||
importlib-metadata==7.2.1 | ||
jaraco-classes==3.4.0 | ||
jaraco-context==5.3.0 | ||
jaraco-functools==4.0.1 | ||
jeepney==0.8.0 | ||
keyring==23.9.3 | ||
kombu==5.2.4 | ||
lxml==4.9.1 | ||
manifestoo-core==1.5 | ||
more-itertools==8.14.0 | ||
multidict==6.0.2 | ||
odoorpc==0.8.0 | ||
packaging==23.1 | ||
pkginfo==1.8.3 | ||
prometheus-client==0.14.1 | ||
prompt-toolkit==3.0.31 | ||
pycparser==2.21 | ||
pygments==2.15.0 | ||
pyjwt==2.5.0 | ||
python-dateutil==2.8.2 | ||
pytz==2022.4 | ||
keyring==25.2.1 | ||
kombu==5.3.7 | ||
lxml==5.2.2 | ||
manifestoo-core==1.6 | ||
markdown-it-py==3.0.0 | ||
mdurl==0.1.2 | ||
more-itertools==10.3.0 | ||
multidict==6.0.5 | ||
nh3==0.2.17 | ||
odoorpc==0.10.1 | ||
packaging==24.1 | ||
pkginfo==1.11.1 | ||
prometheus-client==0.20.0 | ||
prompt-toolkit==3.0.47 | ||
pycparser==2.22 | ||
pygments==2.18.0 | ||
pyjwt==2.8.0 | ||
python-dateutil==2.9.0.post0 | ||
pytz==2024.1 | ||
raven==6.10.0 | ||
readme-renderer==37.2 | ||
redis==4.5.4 | ||
requests==2.31.0 | ||
requests-toolbelt==0.9.1 | ||
readme-renderer==43.0 | ||
redis==5.0.6 | ||
requests==2.32.3 | ||
requests-toolbelt==1.0.0 | ||
rfc3986==2.0.0 | ||
rich==12.5.1 | ||
rich==13.7.1 | ||
secretstorage==3.3.3 | ||
setuptools==56.0.0 | ||
setuptools-odoo==3.1.6 | ||
setuptools-scm==7.0.5 | ||
setuptools==70.1.1 | ||
setuptools-odoo==3.3 | ||
setuptools-scm==8.1.0 | ||
six==1.16.0 | ||
tomli==2.0.1 | ||
tornado==6.3.3 | ||
twine==4.0.1 | ||
types-cryptography==3.3.23 | ||
typing-extensions==4.3.0 | ||
tornado==6.4.1 | ||
twine==5.1.0 | ||
tzdata==2024.1 | ||
uritemplate==4.1.1 | ||
urllib3==1.26.18 | ||
vine==5.0.0 | ||
wcwidth==0.2.5 | ||
webencodings==0.5.1 | ||
urllib3==2.2.2 | ||
vine==5.1.0 | ||
wcwidth==0.2.13 | ||
wheel==0.43.0 | ||
whool==1.0 | ||
yarl==1.8.1 | ||
zipp==3.8.1 | ||
whool==1.0.1 | ||
yarl==1.9.4 | ||
zipp==3.19.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
author="Odoo Community Association (OCA)", | ||
author_email="[email protected]", | ||
url="https://github.com/OCA/oca-github-bot", | ||
python_requires=">=3.8", | ||
python_requires="==3.12.*", | ||
setup_requires=["setuptools_scm"], | ||
packages=find_packages("src"), | ||
package_dir={"": "src"}, | ||
|
@@ -38,6 +38,7 @@ | |
"lxml", | ||
# for setuptools-odoo-make-default | ||
"setuptools-odoo", | ||
"setuptools", | ||
# for whool-init | ||
"whool", | ||
# packaging | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.