details:   https://code.tryton.org/gentoo-overlay/commit/665879b8995a
branch:    default
user:      Cédric Krier <[email protected]>
date:      Thu Mar 05 21:08:40 2026 +0100
description:
        app-tryton/edocument_ubl: version bumps
diffstat:

 app-tryton/edocument_ubl/Manifest                   |   4 +-
 app-tryton/edocument_ubl/edocument_ubl-7.8.5.ebuild |  41 ---------------------
 app-tryton/edocument_ubl/edocument_ubl-7.8.6.ebuild |  41 +++++++++++++++++++++
 3 files changed, 43 insertions(+), 43 deletions(-)

diffs (99 lines):

diff -r 5b0a350433dd -r 665879b8995a app-tryton/edocument_ubl/Manifest
--- a/app-tryton/edocument_ubl/Manifest Thu Mar 05 21:08:04 2026 +0100
+++ b/app-tryton/edocument_ubl/Manifest Thu Mar 05 21:08:40 2026 +0100
@@ -1,3 +1,3 @@
-DIST trytond_edocument_ubl-7.8.5.tar.gz 264881 BLAKE2B 
77ed5be5cc15ad4adab0cb126d3a5bbfb945c11ea8a4027abf034c8209b132a7b52a529ea11f1f6d319cc92b35eb76592bd0641ed74239be8840730d8df7a651
 SHA512 
3ab1ee4f704a1afc13dd94ca47426a397d3756f80c33676adb99e4dc716acd31f1a8180efc1681a3c2abfffcd5a8013c91e565df567e5387ab6dcf87a5437065
-EBUILD edocument_ubl-7.8.5.ebuild 1182 BLAKE2B 
1bcf5f29df60ddbf661e3ec901b6d16bd70db6ef270467b1854de8fa13accacb60beaad69039d278ee50203d5f7ce86edc9ab577e0792091f7ca2b8560987dfe
 SHA512 
8870420537453af69502305fc33aef842b81c2e67c60bd51e5cba90557524a7603c2657b9462fcba8dab80c2ce1fd347dc391cdb6ea6ac6c69819e3e600c9b71
+DIST trytond_edocument_ubl-7.8.6.tar.gz 264955 BLAKE2B 
512cb6067abeeb5a043cf4caaf5cfba7ac8b0c5b1671b457ffbce14d6ea3a4e87b7f2647869296b131a4fb88077195b2a22a725a0bb357281f57760aa2777fa7
 SHA512 
1249b38af547912fec763f7f0d6bef2c58759de6198b3524871f51044299b26affb393be244380ce00b2c1365b47b782e7cf6c8b60ccd321e2e01361d90ed7f9
+EBUILD edocument_ubl-7.8.6.ebuild 1182 BLAKE2B 
1bcf5f29df60ddbf661e3ec901b6d16bd70db6ef270467b1854de8fa13accacb60beaad69039d278ee50203d5f7ce86edc9ab577e0792091f7ca2b8560987dfe
 SHA512 
8870420537453af69502305fc33aef842b81c2e67c60bd51e5cba90557524a7603c2657b9462fcba8dab80c2ce1fd347dc391cdb6ea6ac6c69819e3e600c9b71
 MISC metadata.xml 325 BLAKE2B 
29f44fd7257f683000af56330bf27e131f106d99de924166a24aa24f56192a076254a0cffdd22101f25146a9abc0e0c2ffc96e9f9578a317f2113d19ae87434e
 SHA512 
8d13ea3bd0751c37639bd1b413b76ddf0e981c8c235ac2fe950589849dec5c9330f3a93578bf4f35861fb64d7fcf9e2c708e76113d920c1e99fdb74a93553e6b
diff -r 5b0a350433dd -r 665879b8995a 
app-tryton/edocument_ubl/edocument_ubl-7.8.5.ebuild
--- a/app-tryton/edocument_ubl/edocument_ubl-7.8.5.ebuild       Thu Mar 05 
21:08:04 2026 +0100
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..13} )
-PYPI_PN="trytond_${PN}"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Tryton module for electronic document UBL"
-HOMEPAGE="http://www.tryton.org/";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="=app-office/trytond-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-       =app-tryton/edocument_unece-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-       =app-tryton/party-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-       dev-python/genshi[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       test? (
-               $(python_gen_impl_dep sqlite)
-               =dev-python/proteus-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-               =app-tryton/account_cash_rounding-$(ver_cut 
1-2)*[${PYTHON_USEDEP}]
-               =app-tryton/account_invoice-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-               =app-tryton/document_incoming_invoice-$(ver_cut 
1-2)*[${PYTHON_USEDEP}]
-               =app-tryton/purchase-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-               )"
-RESTRICT="!test? ( test )"
-
-DOCS="CHANGELOG COPYRIGHT doc/*.rst"
-
-distutils_enable_tests unittest
-
-python_test() {
-       DB_NAME=":memory:" TEST_NETWORK=0 eunittest
-}
diff -r 5b0a350433dd -r 665879b8995a 
app-tryton/edocument_ubl/edocument_ubl-7.8.6.ebuild
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/app-tryton/edocument_ubl/edocument_ubl-7.8.6.ebuild       Thu Mar 05 
21:08:40 2026 +0100
@@ -0,0 +1,41 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..13} )
+PYPI_PN="trytond_${PN}"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Tryton module for electronic document UBL"
+HOMEPAGE="http://www.tryton.org/";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="=app-office/trytond-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       =app-tryton/edocument_unece-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       =app-tryton/party-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       dev-python/genshi[${PYTHON_USEDEP}]
+       dev-python/lxml[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+       test? (
+               $(python_gen_impl_dep sqlite)
+               =dev-python/proteus-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+               =app-tryton/account_cash_rounding-$(ver_cut 
1-2)*[${PYTHON_USEDEP}]
+               =app-tryton/account_invoice-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+               =app-tryton/document_incoming_invoice-$(ver_cut 
1-2)*[${PYTHON_USEDEP}]
+               =app-tryton/purchase-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+               )"
+RESTRICT="!test? ( test )"
+
+DOCS="CHANGELOG COPYRIGHT doc/*.rst"
+
+distutils_enable_tests unittest
+
+python_test() {
+       DB_NAME=":memory:" TEST_NETWORK=0 eunittest
+}

Reply via email to