Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tryton: update to 6.4.3.
@ 2022-09-09 16:02 icp1994
  2022-09-09 16:02 ` [PR PATCH] [Updated] " icp1994
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: icp1994 @ 2022-09-09 16:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 465 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages tryton
https://github.com/void-linux/void-packages/pull/39189

tryton: update to 6.4.3.
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/39189.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tryton-39189.patch --]
[-- Type: text/x-diff, Size: 1350 bytes --]

From b6e1be2ab8316fda1d28acb9fb7f7fae5842b385 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 20 Aug 2022 18:13:16 +0530
Subject: [PATCH] tryton: update to 6.4.3.

---
 srcpkgs/tryton/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index 18588e3914a6..1783ab38dfd3 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,17 +1,19 @@
 # Template file for 'tryton'
 pkgname=tryton
-version=5.4.2
-revision=3
+version=6.4.3
+revision=1
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"
-depends="gtk+3 python3-dateutil python3-gobject"
+depends="gtk+3 python3-cairo python3-dateutil python3-gobject"
+checkdepends="${depends} python3-pytest-xdist"
 short_desc="Three-tier high-level general purpose application platform"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.tryton.org"
+changelog="https://hg.tryton.org/tryton/raw-file/default/CHANGELOG"
 distfiles="${PYPI_SITE}/t/tryton/tryton-${version}.tar.gz"
-checksum=186c862eb5459c9582233ee30567ae4f3180798f64ed102b6cccd79d670a8ae5
+checksum=a79a97982bf5d699d49f6e50ee06b475019464a8666bf84359a56675cf5e49be
 
 post_install() {
 	vinstall tryton.desktop 644 usr/share/applications

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] tryton: update to 6.4.3.
  2022-09-09 16:02 [PR PATCH] tryton: update to 6.4.3 icp1994
@ 2022-09-09 16:02 ` icp1994
  2022-12-09  2:32 ` github-actions
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2022-09-09 16:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages tryton
https://github.com/void-linux/void-packages/pull/39189

tryton: update to 6.4.3.
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/39189.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tryton-39189.patch --]
[-- Type: text/x-diff, Size: 1351 bytes --]

From 291af727e1e8233f819255632f3500dad3ec112f Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 20 Aug 2022 18:13:16 +0530
Subject: [PATCH] tryton: update to 6.4.3.

---
 srcpkgs/tryton/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index 18588e3914a6..c3251f998534 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,17 +1,18 @@
 # Template file for 'tryton'
 pkgname=tryton
-version=5.4.2
-revision=3
+version=6.4.3
+revision=1
 build_style=python3-module
-pycompile_module="tryton"
 hostmakedepends="python3-setuptools"
-depends="gtk+3 python3-dateutil python3-gobject"
+depends="gtk+3 python3-cairo python3-dateutil python3-gobject"
+checkdepends="${depends} python3-pytest-xdist"
 short_desc="Three-tier high-level general purpose application platform"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.tryton.org"
+changelog="https://hg.tryton.org/tryton/raw-file/default/CHANGELOG"
 distfiles="${PYPI_SITE}/t/tryton/tryton-${version}.tar.gz"
-checksum=186c862eb5459c9582233ee30567ae4f3180798f64ed102b6cccd79d670a8ae5
+checksum=a79a97982bf5d699d49f6e50ee06b475019464a8666bf84359a56675cf5e49be
 
 post_install() {
 	vinstall tryton.desktop 644 usr/share/applications

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: tryton: update to 6.4.3.
  2022-09-09 16:02 [PR PATCH] tryton: update to 6.4.3 icp1994
  2022-09-09 16:02 ` [PR PATCH] [Updated] " icp1994
@ 2022-12-09  2:32 ` github-actions
  2022-12-09  6:55 ` [PR PATCH] [Updated] " icp1994
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-12-09  2:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/39189#issuecomment-1343762958

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] tryton: update to 6.4.3.
  2022-09-09 16:02 [PR PATCH] tryton: update to 6.4.3 icp1994
  2022-09-09 16:02 ` [PR PATCH] [Updated] " icp1994
  2022-12-09  2:32 ` github-actions
@ 2022-12-09  6:55 ` icp1994
  2022-12-09  6:58 ` icp1994
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2022-12-09  6:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages tryton
https://github.com/void-linux/void-packages/pull/39189

tryton: update to 6.4.3.
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/39189.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tryton-39189.patch --]
[-- Type: text/x-diff, Size: 1351 bytes --]

From 0b4e4d8f11a3cb67a7d89929b4aec29fe82da6ad Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 20 Aug 2022 18:13:16 +0530
Subject: [PATCH] tryton: update to 6.6.1.

---
 srcpkgs/tryton/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index 5c5d4c088061..d0ff7dfd7211 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,17 +1,18 @@
 # Template file for 'tryton'
 pkgname=tryton
-version=5.4.2
-revision=4
+version=6.6.1
+revision=1
 build_style=python3-module
-pycompile_module="tryton"
 hostmakedepends="python3-setuptools"
-depends="gtk+3 python3-dateutil python3-gobject"
+depends="gtk+3 python3-cairo python3-dateutil python3-gobject"
+checkdepends="${depends} python3-pytest-xdist"
 short_desc="Three-tier high-level general purpose application platform"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.tryton.org"
+changelog="https://hg.tryton.org/tryton/raw-file/default/CHANGELOG"
 distfiles="${PYPI_SITE}/t/tryton/tryton-${version}.tar.gz"
-checksum=186c862eb5459c9582233ee30567ae4f3180798f64ed102b6cccd79d670a8ae5
+checksum=fd93bc65d3538f093662a6e44279674dac8bd5f38de8a8e6d6d5b86331d542cf
 
 post_install() {
 	vinstall tryton.desktop 644 usr/share/applications

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] tryton: update to 6.4.3.
  2022-09-09 16:02 [PR PATCH] tryton: update to 6.4.3 icp1994
                   ` (2 preceding siblings ...)
  2022-12-09  6:55 ` [PR PATCH] [Updated] " icp1994
@ 2022-12-09  6:58 ` icp1994
  2022-12-09  7:01 ` icp1994
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2022-12-09  6:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages tryton
https://github.com/void-linux/void-packages/pull/39189

tryton: update to 6.4.3.
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/39189.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tryton-39189.patch --]
[-- Type: text/x-diff, Size: 1345 bytes --]

From 74c92e86a67cdddcaa7e320dadea17fad723370b Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 20 Aug 2022 18:13:16 +0530
Subject: [PATCH] tryton: update to 6.6.1.

---
 srcpkgs/tryton/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index 5c5d4c088061..73d7f11a85a9 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,17 +1,18 @@
 # Template file for 'tryton'
 pkgname=tryton
-version=5.4.2
-revision=4
+version=6.6.1
+revision=1
 build_style=python3-module
-pycompile_module="tryton"
 hostmakedepends="python3-setuptools"
-depends="gtk+3 python3-dateutil python3-gobject"
+depends="gtk+3 python3-cairo python3-dateutil python3-gobject"
+checkdepends="${depends} python3-pytest"
 short_desc="Three-tier high-level general purpose application platform"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.tryton.org"
+changelog="https://hg.tryton.org/tryton/raw-file/default/CHANGELOG"
 distfiles="${PYPI_SITE}/t/tryton/tryton-${version}.tar.gz"
-checksum=186c862eb5459c9582233ee30567ae4f3180798f64ed102b6cccd79d670a8ae5
+checksum=fd93bc65d3538f093662a6e44279674dac8bd5f38de8a8e6d6d5b86331d542cf
 
 post_install() {
 	vinstall tryton.desktop 644 usr/share/applications

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: tryton: update to 6.4.3.
  2022-09-09 16:02 [PR PATCH] tryton: update to 6.4.3 icp1994
                   ` (3 preceding siblings ...)
  2022-12-09  6:58 ` icp1994
@ 2022-12-09  7:01 ` icp1994
  2023-03-10  2:06 ` github-actions
  2023-03-25  1:52 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2022-12-09  7:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/39189#issuecomment-1343930247

Comment:
They provide a demo url for testing - seems to work.
![20221209_12h24m16s_grim](https://user-images.githubusercontent.com/15713555/206644159-8c5d60b1-0bda-424f-9c5c-6c00c36e9575.png)


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: tryton: update to 6.4.3.
  2022-09-09 16:02 [PR PATCH] tryton: update to 6.4.3 icp1994
                   ` (4 preceding siblings ...)
  2022-12-09  7:01 ` icp1994
@ 2023-03-10  2:06 ` github-actions
  2023-03-25  1:52 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2023-03-10  2:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/39189#issuecomment-1463104146

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Closed]: tryton: update to 6.4.3.
  2022-09-09 16:02 [PR PATCH] tryton: update to 6.4.3 icp1994
                   ` (5 preceding siblings ...)
  2023-03-10  2:06 ` github-actions
@ 2023-03-25  1:52 ` github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2023-03-25  1:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There's a closed pull request on the void-packages repository

tryton: update to 6.4.3.
https://github.com/void-linux/void-packages/pull/39189

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-03-25  1:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-09 16:02 [PR PATCH] tryton: update to 6.4.3 icp1994
2022-09-09 16:02 ` [PR PATCH] [Updated] " icp1994
2022-12-09  2:32 ` github-actions
2022-12-09  6:55 ` [PR PATCH] [Updated] " icp1994
2022-12-09  6:58 ` icp1994
2022-12-09  7:01 ` icp1994
2023-03-10  2:06 ` github-actions
2023-03-25  1:52 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).