details:   https://code.tryton.org/gentoo-overlay/commit/d715db3f1401
branch:    default
user:      Cédric Krier <[email protected]>
date:      Wed Apr 22 09:33:35 2026 +0200
description:
        app-tryton/sale_rental: version bumps
diffstat:

 app-tryton/sale_rental/Manifest                 |   4 +-
 app-tryton/sale_rental/sale_rental-7.8.0.ebuild |  42 -------------------------
 app-tryton/sale_rental/sale_rental-7.8.1.ebuild |  42 +++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 44 deletions(-)

diffs (101 lines):

diff -r 0c793b24108a -r d715db3f1401 app-tryton/sale_rental/Manifest
--- a/app-tryton/sale_rental/Manifest   Wed Apr 22 09:33:06 2026 +0200
+++ b/app-tryton/sale_rental/Manifest   Wed Apr 22 09:33:35 2026 +0200
@@ -1,3 +1,3 @@
-DIST trytond_sale_rental-7.8.0.tar.gz 65282 BLAKE2B 
fa746f9bd363455bb3fb432fbe4abff4eb9d5f7397db738a08fb776d45b9a9fc581c9dbab991a54681d2000ce9f19b871d4d0f03fab70ee9de1638d33def7159
 SHA512 
d0b8e4d97939e53c8eb25d12e187561eb9beeef0c86ed7c3cf289cd02662d52f06ea52820fe6a729daa8031190ec92f0c7c961ca3081f8a00c3b087237a29476
-EBUILD sale_rental-7.8.0.ebuild 1232 BLAKE2B 
a4f9b4bef30451579226ba28e753f728915843404ea29bfdb54d6e65b8266baa9f63d5c3964d4da039100066f6da9a5b7fc5a6b7699c9879d9803bc664d4b901
 SHA512 
d6dc469127677920ba9bafba66bcd6e93bce2143c8b8139146937b2e9d9de27dd241ca1f5e399f5f6a591d78ab0474b33d8b9db29f6d31fe548bada6dd74a879
+DIST trytond_sale_rental-7.8.1.tar.gz 65419 BLAKE2B 
533873f4ce81799e2499878ba28ba242f81030e3d3af5b8797f0b6f903dae6803773dada4b8123567936b636f3a4ac3835342d054c59fb7e37ea7a0df0367ae6
 SHA512 
160b1105d2fc38bf98937d845f7ac0f657c122cba423386f2a0b2a667493ef0232679830f6e73acbcfd0c13a89bfa18e2c41adea81cf8f061dac2415a1fb8638
+EBUILD sale_rental-7.8.1.ebuild 1232 BLAKE2B 
a4f9b4bef30451579226ba28e753f728915843404ea29bfdb54d6e65b8266baa9f63d5c3964d4da039100066f6da9a5b7fc5a6b7699c9879d9803bc664d4b901
 SHA512 
d6dc469127677920ba9bafba66bcd6e93bce2143c8b8139146937b2e9d9de27dd241ca1f5e399f5f6a591d78ab0474b33d8b9db29f6d31fe548bada6dd74a879
 MISC metadata.xml 326 BLAKE2B 
fefe56e952a0d74919cc3e9188a083656307a4d80f7fd24352473d2c24a977ee2cf820eff617adec0ef796f0886c9d9703fbdba2ae58d324eebbe3377c9078ae
 SHA512 
4f2eed499ae39074479a32f62eb590f75f432c4a4a4482d0e2119aa359fbc4982f2097eb7b7c49c5eda5a1721823450c2821a3c684527a6c6b0a752d4408cc8d
diff -r 0c793b24108a -r d715db3f1401 
app-tryton/sale_rental/sale_rental-7.8.0.ebuild
--- a/app-tryton/sale_rental/sale_rental-7.8.0.ebuild   Wed Apr 22 09:33:06 
2026 +0200
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +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 sale rental"
-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/account-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-       =app-tryton/account_product-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-       =app-tryton/account_invoice-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-       =app-tryton/company-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-       =app-tryton/currency-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-       =app-tryton/party-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-       =app-tryton/product-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-       =app-tryton/stock-$(ver_cut 1-2)*[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       test? (
-               $(python_gen_impl_dep sqlite)
-               =dev-python/proteus-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
-               =app-tryton/account_asset-$(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 0c793b24108a -r d715db3f1401 
app-tryton/sale_rental/sale_rental-7.8.1.ebuild
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/app-tryton/sale_rental/sale_rental-7.8.1.ebuild   Wed Apr 22 09:33:35 
2026 +0200
@@ -0,0 +1,42 @@
+# 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 sale rental"
+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/account-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       =app-tryton/account_product-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       =app-tryton/account_invoice-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       =app-tryton/company-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       =app-tryton/currency-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       =app-tryton/party-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       =app-tryton/product-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+       =app-tryton/stock-$(ver_cut 1-2)*[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+       test? (
+               $(python_gen_impl_dep sqlite)
+               =dev-python/proteus-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+               =app-tryton/account_asset-$(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