changeset 2b9672b4793b in tryton-overlay:default
details: https://hg.tryton.org/tryton-overlay?cmd=changeset&node=2b9672b4793b
description:
app-tryton/sale_invoice_date: version bumps
diffstat:
app-tryton/sale_invoice_date/Manifest | 4 +-
app-tryton/sale_invoice_date/sale_invoice_date-6.4.0.ebuild | 39 -------------
app-tryton/sale_invoice_date/sale_invoice_date-6.4.1.ebuild | 39 +++++++++++++
3 files changed, 41 insertions(+), 41 deletions(-)
diffs (95 lines):
diff -r 0a2ff200d630 -r 2b9672b4793b app-tryton/sale_invoice_date/Manifest
--- a/app-tryton/sale_invoice_date/Manifest Fri Aug 19 14:59:13 2022 +0200
+++ b/app-tryton/sale_invoice_date/Manifest Fri Aug 19 14:59:43 2022 +0200
@@ -1,3 +1,3 @@
-DIST trytond_sale_invoice_date-6.4.0.tar.gz 26011 BLAKE2B
7c63bd4d972c150450aad281dc0933d28f853ada4ae7e866bad2ecfaf82a6124d83c649b442a44ca9d1d284483b0fd9fc7a1e64430a73ab64b4f03b452585b38
SHA512
2c07d433850c852c37c0632a99d6f71ca95dc2bbcaf6f9f943bc3de5608b0a9a5510d7c9fc1a4947f6fc23eea9301c6e5539b405aeba944c8429da679a81ad47
-EBUILD sale_invoice_date-6.4.0.ebuild 957 BLAKE2B
e27e5cf8d68c9426bd30fae9e3514b5b5456b02039193e1377a734414142c7db06ea59a4e5fe3b692364cacfa9c924a407222bbd76238c7e61e7a95d1471fd59
SHA512
80d67dc7f72ffb8d82f91acf2fccb86289f54577c493bce21c4233d6bc4f8de831bdc50b167e73951e6e5838a6de90a51977b6ce0c59b15e210d0a886002332b
+DIST trytond_sale_invoice_date-6.4.1.tar.gz 25944 BLAKE2B
f41da9fa80a92e8d258eb0a0b29dead6b913b21aa49794e449aaa6b40d17341a7567aa60e0fd72acdc7471d0e2f257f04a82ecb6caba395a93d744f2eb40e4db
SHA512
4f34dfb22314e82e624dc8df5a891c07c253756cbab6fc06aa02e33ab7cc5fe7f1e387a3732a076616d8eadedbee8c1901087aec09a748c32297d32d8bb98651
+EBUILD sale_invoice_date-6.4.1.ebuild 957 BLAKE2B
e27e5cf8d68c9426bd30fae9e3514b5b5456b02039193e1377a734414142c7db06ea59a4e5fe3b692364cacfa9c924a407222bbd76238c7e61e7a95d1471fd59
SHA512
80d67dc7f72ffb8d82f91acf2fccb86289f54577c493bce21c4233d6bc4f8de831bdc50b167e73951e6e5838a6de90a51977b6ce0c59b15e210d0a886002332b
MISC metadata.xml 241 BLAKE2B
8d27e5418bef2dffe2becb2e4dee0ae1cf02da46ae6c8f9d7f0f4191b9b1d6e1f0b3f97b989633875ddcc9ab0be83b3d76da02d73d6189d22c56dd9872e0ddaf
SHA512
822d51a7a83ac88dc470a783fd47c26009fe930492b69eb540739c23f724654eab8252950d276ee07a040465bd41ec4fd206d9ec340cf92b232cc2a99b965886
diff -r 0a2ff200d630 -r 2b9672b4793b
app-tryton/sale_invoice_date/sale_invoice_date-6.4.0.ebuild
--- a/app-tryton/sale_invoice_date/sale_invoice_date-6.4.0.ebuild Fri Aug
19 14:59:13 2022 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Compute invoice date of sale"
-HOMEPAGE="http://www.tryton.org/"
-SRC_URI="mirror://pypi/t/trytond_${PN}/trytond_${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="=app-office/trytond-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
- =app-tryton/sale-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
- =app-tryton/party-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
- >=dev-python/python-sql-0.4[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? (
- $(python_gen_impl_dep sqlite)
- =dev-python/proteus-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
- )"
-RESTRICT="!test? ( test )"
-
-S=${WORKDIR}/trytond_${P}
-
-DOCS="CHANGELOG COPYRIGHT doc/*.rst"
-
-distutils_enable_tests unittest
-
-python_test() {
- DB_NAME=":memory:" eunittest
-}
diff -r 0a2ff200d630 -r 2b9672b4793b
app-tryton/sale_invoice_date/sale_invoice_date-6.4.1.ebuild
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/app-tryton/sale_invoice_date/sale_invoice_date-6.4.1.ebuild Fri Aug
19 14:59:43 2022 +0200
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Compute invoice date of sale"
+HOMEPAGE="http://www.tryton.org/"
+SRC_URI="mirror://pypi/t/trytond_${PN}/trytond_${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="=app-office/trytond-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+ =app-tryton/sale-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+ =app-tryton/party-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+ >=dev-python/python-sql-0.4[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ test? (
+ $(python_gen_impl_dep sqlite)
+ =dev-python/proteus-$(ver_cut 1-2)*[${PYTHON_USEDEP}]
+ )"
+RESTRICT="!test? ( test )"
+
+S=${WORKDIR}/trytond_${P}
+
+DOCS="CHANGELOG COPYRIGHT doc/*.rst"
+
+distutils_enable_tests unittest
+
+python_test() {
+ DB_NAME=":memory:" eunittest
+}