Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gwe: update to 0.15.6 + python3-rx: update to 4.0.4 + adoption of both
@ 2023-10-01 18:34 DragonGhost7
  2023-10-02  0:37 ` [PR PATCH] [Updated] " DragonGhost7
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: DragonGhost7 @ 2023-10-01 18:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DragonGhost7/void-packages gwe
https://github.com/void-linux/void-packages/pull/46353

gwe: update to 0.15.6 + python3-rx: update to 4.0.4 + adoption of both

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


#### 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/46353.patch is attached

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

From a5ae4dfcba13336bf463338f8e4c6105ff529987 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sun, 1 Oct 2023 14:02:04 -0400
Subject: [PATCH 1/2] python3-rx: update to 4.0.4.

---
 srcpkgs/python3-rx/template | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
index 067d6f40767d9..f9e3f4f0db76c 100644
--- a/srcpkgs/python3-rx/template
+++ b/srcpkgs/python3-rx/template
@@ -1,17 +1,19 @@
 # Template file for 'python3-rx'
 pkgname=python3-rx
-version=3.1.1
-revision=3
-build_style=python3-module
-hostmakedepends="python3-setuptools python3-pytest"
-depends="python3 python3-pytest"
-checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+version=4.0.4
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3 python3-pytest"
+makedepends="python3-build python3-installer python3-poetry-core"
+depends="python3 python3-pytest python3-typing_extensions"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel
+ python3-pytest-asyncio python3-nose python3-typing_extensions"
 short_desc="Reactive Extensions for Python"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="MIT"
 homepage="https://rxpy.rtfd.io/"
 distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
-checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+checksum=4222862253bfc7c34baefffc8761fea7b66446576791450cacb65584d9c92fb8
 
 post_install() {
 	vlicense LICENSE

From 4722b7f45bc294da61eacc3f56463636af1171f4 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sun, 1 Oct 2023 14:02:19 -0400
Subject: [PATCH 2/2] gwe: update to 0.15.6.

---
 srcpkgs/gwe/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gwe/template b/srcpkgs/gwe/template
index edc4bff01f779..eb3244e63b1c7 100644
--- a/srcpkgs/gwe/template
+++ b/srcpkgs/gwe/template
@@ -1,17 +1,17 @@
 # Template file for 'gwe'
 pkgname=gwe
-version=0.15.5
+version=0.15.6
 revision=1
 build_style=meson
 hostmakedepends="gobject-introspection pkg-config ninja appstream-glib glib-devel"
 makedepends="gtk+3-devel python3-devel"
-depends="python3 libayatana-appindicator libdazzle python3-matplotlib
- python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx
+depends="python3 libayatana-appindicator libdazzle python3-matplotlib python3-peewee
+ python3-gobject python3-xlib python3-xdg python3-requests python3-rx
  python3-nvml python3-injector"
 short_desc="Utility for overclocking NVIDIA cards"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/leinardi/gwe"
 changelog="https://gitlab.com/leinardi/gwe/-/raw/release/CHANGELOG.md"
 distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
-checksum=67c30c735b6160c2f4af61ce353108dc9709b6c850ce8bc21d2d2a506dfa3b70
+checksum=60c19431ab20cc785dfd6547fccd225d3ff317b5bfd57961441bf8212cc8247c

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

* Re: [PR PATCH] [Updated] gwe: update to 0.15.6 + python3-rx: update to 4.0.4 + adoption of both
  2023-10-01 18:34 [PR PATCH] gwe: update to 0.15.6 + python3-rx: update to 4.0.4 + adoption of both DragonGhost7
@ 2023-10-02  0:37 ` DragonGhost7
  2023-10-11 23:36 ` DragonGhost7
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: DragonGhost7 @ 2023-10-02  0:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DragonGhost7/void-packages gwe
https://github.com/void-linux/void-packages/pull/46353

gwe: update to 0.15.6 + python3-rx: update to 4.0.4 + adoption of both

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


#### 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/46353.patch is attached

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

From ba0c80ff96dd0be8e6079e86cd1b05940b52a3ca Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sun, 1 Oct 2023 14:02:04 -0400
Subject: [PATCH 1/2] python3-rx: update to 4.0.4.

---
 srcpkgs/python3-rx/template | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
index 067d6f40767d9..c96ee636b7516 100644
--- a/srcpkgs/python3-rx/template
+++ b/srcpkgs/python3-rx/template
@@ -1,17 +1,19 @@
 # Template file for 'python3-rx'
 pkgname=python3-rx
-version=3.1.1
-revision=3
-build_style=python3-module
-hostmakedepends="python3-setuptools python3-pytest"
-depends="python3 python3-pytest"
-checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+version=4.0.4
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3 python3-pytest python3-poetry-core"
+makedepends="python3-build python3-installer"
+depends="python3 python3-pytest python3-typing_extensions"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel
+ python3-pytest-asyncio python3-nose python3-typing_extensions"
 short_desc="Reactive Extensions for Python"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="MIT"
 homepage="https://rxpy.rtfd.io/"
 distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
-checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+checksum=4222862253bfc7c34baefffc8761fea7b66446576791450cacb65584d9c92fb8
 
 post_install() {
 	vlicense LICENSE

From ff4f20d21a56a74de93e38eca1050ab9d83486ff Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sun, 1 Oct 2023 14:02:19 -0400
Subject: [PATCH 2/2] gwe: update to 0.15.6.

---
 srcpkgs/gwe/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gwe/template b/srcpkgs/gwe/template
index edc4bff01f779..eb3244e63b1c7 100644
--- a/srcpkgs/gwe/template
+++ b/srcpkgs/gwe/template
@@ -1,17 +1,17 @@
 # Template file for 'gwe'
 pkgname=gwe
-version=0.15.5
+version=0.15.6
 revision=1
 build_style=meson
 hostmakedepends="gobject-introspection pkg-config ninja appstream-glib glib-devel"
 makedepends="gtk+3-devel python3-devel"
-depends="python3 libayatana-appindicator libdazzle python3-matplotlib
- python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx
+depends="python3 libayatana-appindicator libdazzle python3-matplotlib python3-peewee
+ python3-gobject python3-xlib python3-xdg python3-requests python3-rx
  python3-nvml python3-injector"
 short_desc="Utility for overclocking NVIDIA cards"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/leinardi/gwe"
 changelog="https://gitlab.com/leinardi/gwe/-/raw/release/CHANGELOG.md"
 distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
-checksum=67c30c735b6160c2f4af61ce353108dc9709b6c850ce8bc21d2d2a506dfa3b70
+checksum=60c19431ab20cc785dfd6547fccd225d3ff317b5bfd57961441bf8212cc8247c

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

* Re: [PR PATCH] [Updated] gwe: update to 0.15.6 + python3-rx: update to 4.0.4 + adoption of both
  2023-10-01 18:34 [PR PATCH] gwe: update to 0.15.6 + python3-rx: update to 4.0.4 + adoption of both DragonGhost7
  2023-10-02  0:37 ` [PR PATCH] [Updated] " DragonGhost7
@ 2023-10-11 23:36 ` DragonGhost7
  2024-01-10  1:47 ` github-actions
  2024-01-24  1:47 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: DragonGhost7 @ 2023-10-11 23:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DragonGhost7/void-packages gwe
https://github.com/void-linux/void-packages/pull/46353

gwe: update to 0.15.6 + python3-rx: update to 4.0.4 + adoption of both
#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds): 
  - i686
  - aarch64
  - aarch64-musl



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

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

From 49cb3fb2129602cdf0beaf1876a67b35cfda62fd Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sun, 1 Oct 2023 14:02:04 -0400
Subject: [PATCH 1/2] python3-rx: update to 4.0.4.

---
 srcpkgs/python3-rx/template | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
index b40b70b1f710a..c96ee636b7516 100644
--- a/srcpkgs/python3-rx/template
+++ b/srcpkgs/python3-rx/template
@@ -1,17 +1,19 @@
 # Template file for 'python3-rx'
 pkgname=python3-rx
-version=3.1.1
-revision=4
-build_style=python3-module
-hostmakedepends="python3-setuptools python3-pytest"
-depends="python3 python3-pytest"
-checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+version=4.0.4
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3 python3-pytest python3-poetry-core"
+makedepends="python3-build python3-installer"
+depends="python3 python3-pytest python3-typing_extensions"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel
+ python3-pytest-asyncio python3-nose python3-typing_extensions"
 short_desc="Reactive Extensions for Python"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="MIT"
 homepage="https://rxpy.rtfd.io/"
 distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
-checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+checksum=4222862253bfc7c34baefffc8761fea7b66446576791450cacb65584d9c92fb8
 
 post_install() {
 	vlicense LICENSE

From b46a8db04524455e7944d45c46eaedea507e493f Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sun, 1 Oct 2023 14:02:19 -0400
Subject: [PATCH 2/2] gwe: update to 0.15.6.

---
 srcpkgs/gwe/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gwe/template b/srcpkgs/gwe/template
index d8f971032c6fc..eb3244e63b1c7 100644
--- a/srcpkgs/gwe/template
+++ b/srcpkgs/gwe/template
@@ -1,17 +1,17 @@
 # Template file for 'gwe'
 pkgname=gwe
-version=0.15.5
-revision=2
+version=0.15.6
+revision=1
 build_style=meson
 hostmakedepends="gobject-introspection pkg-config ninja appstream-glib glib-devel"
 makedepends="gtk+3-devel python3-devel"
-depends="python3 libayatana-appindicator libdazzle python3-matplotlib
- python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx
+depends="python3 libayatana-appindicator libdazzle python3-matplotlib python3-peewee
+ python3-gobject python3-xlib python3-xdg python3-requests python3-rx
  python3-nvml python3-injector"
 short_desc="Utility for overclocking NVIDIA cards"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/leinardi/gwe"
 changelog="https://gitlab.com/leinardi/gwe/-/raw/release/CHANGELOG.md"
 distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
-checksum=67c30c735b6160c2f4af61ce353108dc9709b6c850ce8bc21d2d2a506dfa3b70
+checksum=60c19431ab20cc785dfd6547fccd225d3ff317b5bfd57961441bf8212cc8247c

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

* Re: gwe: update to 0.15.6 + python3-rx: update to 4.0.4 + adoption of both
  2023-10-01 18:34 [PR PATCH] gwe: update to 0.15.6 + python3-rx: update to 4.0.4 + adoption of both DragonGhost7
  2023-10-02  0:37 ` [PR PATCH] [Updated] " DragonGhost7
  2023-10-11 23:36 ` DragonGhost7
@ 2024-01-10  1:47 ` github-actions
  2024-01-24  1:47 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2024-01-10  1:47 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/46353#issuecomment-1884061573

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] 5+ messages in thread

* Re: [PR PATCH] [Closed]: gwe: update to 0.15.6 + python3-rx: update to 4.0.4 + adoption of both
  2023-10-01 18:34 [PR PATCH] gwe: update to 0.15.6 + python3-rx: update to 4.0.4 + adoption of both DragonGhost7
                   ` (2 preceding siblings ...)
  2024-01-10  1:47 ` github-actions
@ 2024-01-24  1:47 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2024-01-24  1:47 UTC (permalink / raw)
  To: ml

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

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

gwe: update to 0.15.6 + python3-rx: update to 4.0.4 + adoption of both
https://github.com/void-linux/void-packages/pull/46353

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds): 
  - i686
  - aarch64
  - aarch64-musl



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

end of thread, other threads:[~2024-01-24  1:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-01 18:34 [PR PATCH] gwe: update to 0.15.6 + python3-rx: update to 4.0.4 + adoption of both DragonGhost7
2023-10-02  0:37 ` [PR PATCH] [Updated] " DragonGhost7
2023-10-11 23:36 ` DragonGhost7
2024-01-10  1:47 ` github-actions
2024-01-24  1:47 ` [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).