GNU bug report logs -
#42987
[PATCH 1/5] gnu: tryton: Update to 5.6.3.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Sat, 22 Aug 2020 16:09:02 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 42987 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tryton.scm (python-proteus): Update to 5.6.0.
---
gnu/packages/tryton.scm | 24 +++++++-----------------
1 file changed, 7 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 193b090a65..0ac2680247 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -192,31 +192,21 @@ addresses.")
(define-public python-proteus
(package
(name "python-proteus")
- (version "4.6.0")
+ (version "5.6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "proteus" version))
(sha256
- (base32
- "0flkf1vxbhz51b7bq31dn7q9mlkli3pmpbzfhsxfqpf6laghbkqg"))))
+ (base32 "0kxac5pkps243wf0xbmbd1g5bml96xl94j88y6yyzm093vyli150"))))
(build-system python-build-system)
+ ;; Tests require python-trytond-party which requires python-proteus.
+ (arguments
+ `(#:tests? #f))
(propagated-inputs
- `(("python-dateutil" ,python-dateutil)
- ("python-trytond-party" ,python-trytond-party)
- ("python-trytond-country" ,python-trytond-country)
- ("python-trytond" ,python-trytond)
- ("python-stdnum" ,python-stdnum)
- ("python-sql" ,python-sql)
- ("python-wrapt" ,python-wrapt)
- ("python-werkzeug" ,python-werkzeug)
- ("python-polib" ,python-polib)
- ("python-genshi" ,python-genshi)
- ("python-relatorio" ,python-relatorio)
- ("python-magic" ,python-magic)))
+ `(("python-dateutil" ,python-dateutil)))
(home-page "http://www.tryton.org/")
- (synopsis
- "Library to access a Tryton server as a client")
+ (synopsis "Library to access a Tryton server as a client")
(description
"This package provides a library to access Tryton server as a client.")
(license license:lgpl3+)))
--
2.20.1
This bug report was last modified 4 years and 273 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.