mbox series

[bug#50295,0/6] Update Tryton ERP applications and framework to 6.0.x.

Message ID cover.1630398482.git.h.goebel@crazy-compilers.com
Headers show
Series Update Tryton ERP applications and framework to 6.0.x. | expand

Message

Hartmut Goebel Aug. 31, 2021, 8:47 a.m. UTC
This series updates Tryton to the current version 6.0.x.

Hartmut Goebel (6):
  gnu: trytond: Propagate inputs.
  gnu: tryton: Propagate inputs.
  gnu: tryton modules: Remove "python"- prefix from name.
  gnu: tryton modules: Unify native-inputs.
  gnu: tryton modules: Remove propagated-inputs propagated elsewhere.
  gnu: tryton applications and framework: Update to 6.0.x.

 gnu/packages/tryton.scm | 564 +++++++++++++++-------------------------
 1 file changed, 215 insertions(+), 349 deletions(-)

Comments

Vinicius Monego Aug. 31, 2021, 4:25 p.m. UTC | #1
> This series updates Tryton to the current version 6.0.x.

> Hartmut Goebel (6):
>   gnu: trytond: Propagate inputs.
>   gnu: tryton: Propagate inputs.
>   gnu: tryton modules: Remove "python"- prefix from name.
>   gnu: tryton modules: Unify native-inputs.
>   gnu: tryton modules: Remove propagated-inputs propagated elsewhere.
> gnu: tryton applications and framework: Update to 6.0.x.

Hi. I saw a warning in the trytond tests about python-passlib using
python-py-bcrypt which is deprecated. The active implementation is now
python-bcrypt. Perhaps update python-passlib to use it before the
tryton patches?
Leo Prikler Sept. 16, 2021, 3:56 p.m. UTC | #2
With field sanitizers for inputs just around the corner you might
simplify that to (cons* python-forex-python python-pycountry %standard-
trytond-native-inputs), though note that this switches around package
order from what you had.
Hartmut Goebel Sept. 20, 2021, 12:49 p.m. UTC | #3
Hi Liliana,
> With field sanitizers for inputs just around the corner you might
>
Thanks for this tip. I did not follow it yet, since field sanitizers are 
not yet here and I wanted to finish these packages.