4e22881d0b
[UPD] poetry: phonenumbers 8.13.3
2022-12-22 04:32:13 -05:00
f6ff444421
[UPD] peotry: security update
2022-12-21 22:59:02 -05:00
7926a1c4c7
[UPD] poetry update with odoo 12.0 last version
2022-12-21 22:59:01 -05:00
5f4c9501c4
[REM] pip remove html5print
...
- use old library like slimit with python2
2022-12-21 22:59:01 -05:00
1c2a6fbea8
[UPD] pip dependency and fix psycopg2 execution missing basestring
2022-12-21 22:59:01 -05:00
11e14e3927
[UPD] python version 3.7.12 to 3.7.16
2022-12-21 22:59:01 -05:00
9cf2dbe46f
[UPD] poetry: update 1.1.14 to 1.3.1
2022-12-21 22:59:01 -05:00
61e498dfbd
[UPD] production release version
2022-10-05 23:00:01 -04:00
43b1613082
[UPD] poetry security update
2022-10-05 16:51:26 -04:00
a30dfc51b4
[UPD] poetry: security lxml 4.9.1
...
- update pip dependancy
2022-10-04 23:31:10 -04:00
deea0471d2
[UPD] poetry to 1.1.14
2022-10-04 23:31:10 -04:00
d48a52cf3f
[FIX] poetry: update library
2022-05-22 02:34:44 -04:00
7e6fa0ec03
[ADD] test: test.sh script with coverage
...
- code generator coverage
2022-05-22 02:34:40 -04:00
17cb580de9
[UPD] poetry: security update PyPDF2 to 1.27.8
...
https://github.com/py-pdf/PyPDF2/blob/1.27.5/CHANGELOG
2022-05-22 02:34:40 -04:00
caef305dba
[ADD] poetry: orjson and update package
2022-05-22 02:22:06 -04:00
5040432365
[UPD] black format version 22.3.0
2022-03-29 23:43:57 -04:00
86cd61bf93
[UPD] poetry: security fix pillow 9.0.1
...
- ignore_requirements.txt: add paho (not a pip package) and reorder
- add win_unicode_console to resolve extract-msg
- add dependency paho-mqtt to support module iohub_connector
2022-03-29 23:43:57 -04:00
d141a54b8c
[UPD] poetry: force downgrade sphinx 1.6.7 to support all doc
2022-03-03 13:21:37 -05:00
1f54b3c3b1
[UPD] poetry update
2022-03-03 13:21:37 -05:00
ffc06223b2
[ADD] poetry: aioshutil
2022-02-10 00:53:59 -05:00
f525de5ab2
[UPD] update to version v1.3.0
2022-01-25 19:09:25 -05:00
b85466b390
[UPD] poetry: docker and pyproject.toml version 1.1.12
2022-01-25 19:09:25 -05:00
9d055fa177
[UPD] poetry: version 1.1.12
...
- Update security issue, pyyaml 6.0, urllib3 1.26.8
2022-01-24 17:56:10 -05:00
24e5cba22b
[UPD] makefile: improve test
...
- prevent makefile cache to ignore test
- update image_db_create_erplibre_base
- add mariadb migrator test
- add helloworld test
- fix other test
- add isort format
- add show log of test
- add clean to remove temporary file
2022-01-24 14:09:17 -05:00
028ff27498
[ADD] manifest: remote novacode-nl and project design-themes
...
- security update lxml and pillow
- downgrade Werkzeug, odoo12 need this version
2022-01-24 14:07:12 -05:00
73e58f59dd
[UPD] python version 3.7.12
2022-01-24 14:05:12 -05:00
3f1697177e
[FIX] pip update cryptography security issue
...
Signed-off-by: Mathieu Benoit <mathben@technolibre.ca>
2021-09-28 01:54:21 -04:00
074e5f1ff5
[UPD] poetry update
...
- security fix
2021-09-28 01:41:36 -04:00
ebbb2e8619
[UPD] poetry dependencies update
2021-06-27 00:52:18 -04:00
863ad4f434
[FIX] installation ubuntu poetry error
...
- poetry use env python
- makefile add make install to install dev
- check return status in install_locally
- support OCA_maintainer-tools in fresh installation
2021-06-27 00:36:52 -04:00
e67434596c
[ADD] poetry update after geo map
2021-01-13 23:03:02 -05:00
a1c9833877
[ADD] pip dependency code-writer
2021-01-05 18:00:50 -05:00
662bc864c0
[ADD] pip dependency pymysql for code generator db servers
2021-01-05 18:00:22 -05:00
c9bcaf4f44
[UPD] poetry for release 1.1.1
2020-12-11 15:35:08 -05:00
bfb1643b14
[ADD] 4 documentations generated dev, test, migration and user
...
- odoo-development, odoo-port-docs, odoo-test-docs from itpp-labs
- documentation-user from odoo
- poetry update dependencies support sphinx
- force use .venv for documentation generation
- add makefile to generate doc
2020-10-04 15:24:02 -04:00
794ed8d77d
[ADD] poetry update support dependency in manifest
...
- Update dependency in Odoo
python-dateutil==2.5.3
pytz==2016.7
to
python-dateutil==2.7.3
pytz==2017.2
2020-09-30 20:52:13 -04:00
f4b1687bfc
[FIX] support real version from requirements.txt with poetry
...
- Add ignore requirements to exclude pip installation
- Rename dependancy to dependency
2020-09-30 20:52:13 -04:00
026f6dcee5
[ADD] camptocamp odoo-cloud-platform
2020-09-30 20:51:57 -04:00
394f796266
[ADD] Add OCA repo, obayit and SerpentCS
2020-09-30 20:51:57 -04:00
2888cbf890
[ADD] poetry support
...
- Auto regenerate poetry pyproject.toml from all requirements.txt with
script poetry_update.py
- Sort dependancy in pyproject.toml
- Rename directory venv to .venv
- In bash, use USER instead of whoami
- Remove python3 from ubuntu dependancy. Ignore python from system.
- Use pyenv with poetry
- Simplify pip installation script
2020-09-30 20:51:57 -04:00
Michael Faille
8a1d12adbc
[ADD] WIP test poetry
2020-09-30 20:51:43 -04:00