Rémy Taymans
a3015e579a
[UPD] update to poetry 2.0.0
2025-01-09 10:45:32 +01:00
Sylvain LE GAL
429a1da9b1
[REM] Test only on the first and the last supported python version. (python3.9 and python3.13.
...
This change allow to save time and resources on CI execution.
2024-11-05 17:30:21 +01:00
Sylvain LE GAL
f500cbc6aa
[REF] poetry update
2024-10-29 13:53:32 +01:00
Sylvain LE GAL
d9e8824b04
[REF] Update python libraries, using poetry update. Details:
...
Package operations: 0 installs, 27 updates, 1 removal
• Removing incremental (22.10.0)
• Updating attrs (23.2.0 -> 24.2.0)
• Updating certifi (2024.2.2 -> 2024.8.30)
• Updating filelock (3.13.2 -> 3.16.1)
• Updating idna (3.6 -> 3.10)
• Updating packaging (24.0 -> 24.1)
• Updating platformdirs (4.2.0 -> 4.3.6)
• Updating pygments (2.17.2 -> 2.18.0)
• Updating pyyaml (6.0.1 -> 6.0.2)
• Updating tomli (2.0.1 -> 2.0.2)
• Updating typing-extensions (4.10.0 -> 4.12.2)
• Updating urllib3 (2.2.1 -> 2.2.3)
• Updating zipp (3.18.1 -> 3.20.2)
• Updating argcomplete (3.2.3 -> 3.5.1)
• Updating astroid (3.1.0 -> 3.3.5)
• Updating coverage (7.4.4 -> 7.6.1)
• Updating dill (0.3.8 -> 0.3.9)
• Updating gitpython (3.1.42 -> 3.1.43)
• Updating jinja2 (3.1.3 -> 3.1.4)
• Updating requests (2.31.0 -> 2.32.3)
• Updating rich (13.7.1 -> 13.9.2)
• Updating setuptools (69.2.0 -> 75.1.0)
• Updating tomlkit (0.12.4 -> 0.13.2)
• Updating virtualenv (20.25.1 -> 20.26.6)
• Updating docker (7.0.0 -> 7.1.0)
• Updating plumbum (1.8.2 -> 1.9.0)
• Updating pylint (3.1.0 -> 3.3.1)
• Updating towncrier (23.11.0 -> 24.8.0)
2024-10-07 11:00:17 +02:00
Rémy Taymans
2ae157988b
[FIX] dependencies between docker and requests
2024-03-25 16:23:38 +01:00
Rémy Taymans
2fa52d4602
[UPD] drop python < 3.9 support
...
This also fixes dependencies issues.
2024-03-22 00:51:40 +01:00
Rémy Taymans
8ea0195aaf
Add pytest-mock dev dependencies
...
The lock file is regenerated and some dependencies are updated.
Poetry now uses a system of group for extra dependencies. Dependencies
for testing purposes has been put in the "dev" group in the
pyproject.toml file.
2023-11-09 16:17:04 +01:00
Sylvain LE GAL
c34715a393
[FIX] add importlib-resources as a dependency
2022-06-29 16:47:08 +02:00
Sylvain LE GAL
0977781a3c
[FIX] set jinja2 as main library to install
2022-06-27 02:01:23 +02:00
Sylvain LE GAL
f895b7d05a
[REF] move all templates present in python file into a 'templates' subfolder
2022-06-27 00:34:39 +02:00
Sylvain LE GAL
2925ef14f4
try fix poetry
2022-06-03 12:58:23 +02:00
Sylvain LE GAL
2a0b46ca60
[WIP] add estimate-workload command
2022-06-01 01:04:10 +02:00
Sylvain LE GAL
9ca030db8b
[TRY] fix
2022-05-30 13:30:25 +02:00
Sylvain LE GAL
44d5158582
[FIX] dependencies
2022-05-04 13:44:49 +02:00
Sylvain LE GAL
27d02ce4a3
[IMP] add log_level
2022-05-04 12:34:10 +02:00
Sylvain LE GAL
885d3eca4b
[ADD] New command odoo-openupgrade-wizard docker-build (WIP)
2022-04-08 22:46:02 +02:00
LE GAL SYLVAIN
760d145600
[REF] add ensure_folder_exists system
...
[ADD] pyttest.ini file + test for cli_build
[ADD] call to gitaggregate
[REF] harmonize release & version words ; remove python version ; add...
[REM] remove towncrier for the time being
[REF\] enable both test and improve : each test should have it's own output folder to reduce gitaggagregate duration
2022-04-08 19:09:24 +00:00