details:   https://code.tryton.org/gentoo-overlay/commit/846cc18e2a58
branch:    default
user:      Cédric Krier <[email protected]>
date:      Sat Mar 21 19:14:29 2026 +0100
description:
        app-tryton/edocument_ubl: version bumps
diffstat:

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

diffs (99 lines):

diff -r 8079a69ff640 -r 846cc18e2a58 app-tryton/edocument_ubl/Manifest
--- a/app-tryton/edocument_ubl/Manifest Sat Mar 21 19:13:39 2026 +0100
+++ b/app-tryton/edocument_ubl/Manifest Sat Mar 21 19:14:29 2026 +0100
@@ -1,3 +1,3 @@
-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
+DIST trytond_edocument_ubl-7.8.7.tar.gz 265007 BLAKE2B 
3e44df929e9bbb928bd076fb1d1126b83291bb42e5ccf848b74d02b80afab8163813bfa6a91369cea73e06fcf5a2294489d23790cb300ff3f87366cf55efa2af
 SHA512 
04a4555142378cb76978e4c0e0afc02d84dd2843d368bf62e087397aeb9d74c5532c0d73d3dadd872f5ad05cf9d9a129e0416f37599c43a06705013cb77490fd
+EBUILD edocument_ubl-7.8.7.ebuild 1182 BLAKE2B 
1bcf5f29df60ddbf661e3ec901b6d16bd70db6ef270467b1854de8fa13accacb60beaad69039d278ee50203d5f7ce86edc9ab577e0792091f7ca2b8560987dfe
 SHA512 
8870420537453af69502305fc33aef842b81c2e67c60bd51e5cba90557524a7603c2657b9462fcba8dab80c2ce1fd347dc391cdb6ea6ac6c69819e3e600c9b71
 MISC metadata.xml 325 BLAKE2B 
29f44fd7257f683000af56330bf27e131f106d99de924166a24aa24f56192a076254a0cffdd22101f25146a9abc0e0c2ffc96e9f9578a317f2113d19ae87434e
 SHA512 
8d13ea3bd0751c37639bd1b413b76ddf0e981c8c235ac2fe950589849dec5c9330f3a93578bf4f35861fb64d7fcf9e2c708e76113d920c1e99fdb74a93553e6b
diff -r 8079a69ff640 -r 846cc18e2a58 
app-tryton/edocument_ubl/edocument_ubl-7.8.6.ebuild
--- a/app-tryton/edocument_ubl/edocument_ubl-7.8.6.ebuild       Sat Mar 21 
19:13:39 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 8079a69ff640 -r 846cc18e2a58 
app-tryton/edocument_ubl/edocument_ubl-7.8.7.ebuild
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/app-tryton/edocument_ubl/edocument_ubl-7.8.7.ebuild       Sat Mar 21 
19:14:29 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