Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-colorama: update to 0.4.6.
@ 2023-02-16 18:48 icp1994
  2023-05-18  1:53 ` github-actions
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2023-02-16 18:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-colorama
https://github.com/void-linux/void-packages/pull/42313

python3-colorama: update to 0.4.6.
#### 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/42313.patch is attached

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

From 0a3ddd35f1252a4cf5ef79aa606e45f57ec44abf Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 16 Feb 2023 19:39:39 +0530
Subject: [PATCH] python3-colorama: update to 0.4.6.

Adopt.
---
 srcpkgs/python3-colorama/template | 14 ++++++++------
 srcpkgs/python3-colorama/update   |  1 +
 2 files changed, 9 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/python3-colorama/update

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 36a3dda2081c..3fe604f50c0d 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,18 +1,20 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
-version=0.4.5
-revision=2
-build_style=python3-module
-hostmakedepends="unzip python3-setuptools"
+version=0.4.6
+revision=1
+build_style=python3-pep517
+hostmakedepends="hatchling"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Cross-platform colored terminal text (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="icp <pangolin@vivaldi.net>"
 license="BSD-3-Clause"
 homepage="https://github.com/tartley/colorama"
 changelog="https://github.com/tartley/colorama/raw/master/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/c/colorama/colorama-${version}.tar.gz"
-checksum=e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4
+checksum=08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44
 
 post_install() {
 	vlicense LICENSE.txt
+	rm -r ${DESTDIR}/${py3_sitelib}/colorama/tests
 }
diff --git a/srcpkgs/python3-colorama/update b/srcpkgs/python3-colorama/update
new file mode 100644
index 000000000000..e299d00ea67c
--- /dev/null
+++ b/srcpkgs/python3-colorama/update
@@ -0,0 +1 @@
+ignore="*rc*"

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

* Re: python3-colorama: update to 0.4.6.
  2023-02-16 18:48 [PR PATCH] python3-colorama: update to 0.4.6 icp1994
@ 2023-05-18  1:53 ` github-actions
  2023-05-19  6:50 ` [PR PATCH] [Updated] " icp1994
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-05-18  1:53 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/42313#issuecomment-1552298246

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

* Re: [PR PATCH] [Updated] python3-colorama: update to 0.4.6.
  2023-02-16 18:48 [PR PATCH] python3-colorama: update to 0.4.6 icp1994
  2023-05-18  1:53 ` github-actions
@ 2023-05-19  6:50 ` icp1994
  2023-05-19  7:13 ` icp1994
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-05-19  6:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-colorama
https://github.com/void-linux/void-packages/pull/42313

python3-colorama: update to 0.4.6.
#### 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/42313.patch is attached

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

From 9e827c3d0464a7c418e842f9308775d13cee9189 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 16 Feb 2023 19:39:39 +0530
Subject: [PATCH] python3-colorama: update to 0.4.6.

Adopt.
---
 srcpkgs/python3-colorama/template | 12 +++++++-----
 srcpkgs/python3-colorama/update   |  1 +
 2 files changed, 8 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/python3-colorama/update

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 36a3dda2081c..ec542c2b3b4a 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,18 +1,20 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
-version=0.4.5
-revision=2
-build_style=python3-module
-hostmakedepends="unzip python3-setuptools"
+version=0.4.6
+revision=1
+build_style=python3-pep517
+hostmakedepends="hatchling"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Cross-platform colored terminal text (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/tartley/colorama"
 changelog="https://github.com/tartley/colorama/raw/master/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/c/colorama/colorama-${version}.tar.gz"
-checksum=e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4
+checksum=08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44
 
 post_install() {
 	vlicense LICENSE.txt
+	rm -r ${DESTDIR}/${py3_sitelib}/colorama/tests
 }
diff --git a/srcpkgs/python3-colorama/update b/srcpkgs/python3-colorama/update
new file mode 100644
index 000000000000..e299d00ea67c
--- /dev/null
+++ b/srcpkgs/python3-colorama/update
@@ -0,0 +1 @@
+ignore="*rc*"

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

* Re: [PR PATCH] [Updated] python3-colorama: update to 0.4.6.
  2023-02-16 18:48 [PR PATCH] python3-colorama: update to 0.4.6 icp1994
  2023-05-18  1:53 ` github-actions
  2023-05-19  6:50 ` [PR PATCH] [Updated] " icp1994
@ 2023-05-19  7:13 ` icp1994
  2023-06-09  8:37 ` icp1994
  2023-06-09  8:37 ` [PR PATCH] [Closed]: " icp1994
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-05-19  7:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-colorama
https://github.com/void-linux/void-packages/pull/42313

python3-colorama: update to 0.4.6.
#### 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/42313.patch is attached

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

From 83294b82617c1c35a7dc55e9410ad70b448da3ab Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 16 Feb 2023 19:39:39 +0530
Subject: [PATCH] python3-colorama: update to 0.4.6.

---
 srcpkgs/python3-colorama/template | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 36a3dda2081c..c625899c4f26 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,18 +1,25 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
-version=0.4.5
-revision=2
-build_style=python3-module
-hostmakedepends="unzip python3-setuptools"
+version=0.4.6
+revision=1
+build_style=python3-pep517
+hostmakedepends="hatchling"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Cross-platform colored terminal text (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/tartley/colorama"
 changelog="https://github.com/tartley/colorama/raw/master/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/c/colorama/colorama-${version}.tar.gz"
-checksum=e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4
+checksum=08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44
+
+do_check() {
+	# FIXME: https://github.com/void-linux/void-packages/actions/runs/5021644643
+	python3 -m pytest
+}
 
 post_install() {
 	vlicense LICENSE.txt
+	rm -r ${DESTDIR}/${py3_sitelib}/colorama/tests
 }

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

* Re: python3-colorama: update to 0.4.6.
  2023-02-16 18:48 [PR PATCH] python3-colorama: update to 0.4.6 icp1994
                   ` (2 preceding siblings ...)
  2023-05-19  7:13 ` icp1994
@ 2023-06-09  8:37 ` icp1994
  2023-06-09  8:37 ` [PR PATCH] [Closed]: " icp1994
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-06-09  8:37 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/42313#issuecomment-1584190649

Comment:
https://github.com/void-linux/void-packages/commit/246a09a4b711d2e6d6aefbab321791e8dd44f540

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

* Re: [PR PATCH] [Closed]: python3-colorama: update to 0.4.6.
  2023-02-16 18:48 [PR PATCH] python3-colorama: update to 0.4.6 icp1994
                   ` (3 preceding siblings ...)
  2023-06-09  8:37 ` icp1994
@ 2023-06-09  8:37 ` icp1994
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-06-09  8:37 UTC (permalink / raw)
  To: ml

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

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

python3-colorama: update to 0.4.6.
https://github.com/void-linux/void-packages/pull/42313

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**

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

end of thread, other threads:[~2023-06-09  8:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16 18:48 [PR PATCH] python3-colorama: update to 0.4.6 icp1994
2023-05-18  1:53 ` github-actions
2023-05-19  6:50 ` [PR PATCH] [Updated] " icp1994
2023-05-19  7:13 ` icp1994
2023-06-09  8:37 ` icp1994
2023-06-09  8:37 ` [PR PATCH] [Closed]: " icp1994

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).