Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-ansicolor: update to 0.3.2
@ 2023-01-05 19:34 zen0bit
  2023-01-06  8:39 ` realcharmer
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: zen0bit @ 2023-01-05 19:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR ansicolor
https://github.com/void-linux/void-packages/pull/41475

python3-ansicolor: update to 0.3.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

It is needed for: ulozto-downloader

https://github.com/void-linux/void-packages/pull/41448

Without bump not working for me

`Traceback (most recent call last):
                                          import colors
                                      ModuleNotFoundError: No module named 'colors'`

(Actual working can't try because uloz.to have some dificulties right now..)

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

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

From 3f44796de22d1803c3b4093a9ed865d337234be8 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Thu, 5 Jan 2023 20:29:09 +0100
Subject: [PATCH] python3-ansicolor: update to 0.3.2

---
 srcpkgs/python3-ansicolor/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c4011fba4fc9..f5d50b8ad062 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
-version=0.2.6
-revision=7
+version=0.3.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -10,4 +10,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/numerodix/ansicolor"
 distfiles="${PYPI_SITE}/a/ansicolor/ansicolor-${version}.tar.gz"
-checksum=d17e1b07b9dd7ded31699fbca53ae6cd373584f9b6dcbc124d1f321ebad31f1d
+checksum=3b840a6b1184b5f1568635b1adab28147947522707d41ceba02d5ed0a0877279

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

* Re: python3-ansicolor: update to 0.3.2
  2023-01-05 19:34 [PR PATCH] python3-ansicolor: update to 0.3.2 zen0bit
@ 2023-01-06  8:39 ` realcharmer
  2023-01-06 10:10 ` paper42
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: realcharmer @ 2023-01-06  8:39 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/41475#issuecomment-1373351291

Comment:
> Without bump not working for me
> 
> `Traceback (most recent call last): import colors ModuleNotFoundError: No module named 'colors'`
> 
> (Actual working can't try because uloz.to have some dificulties right now..)

Works for me pre and post-update of `python3-ansicolor` and `ulozto-downloader` as well. No issues.

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

* Re: python3-ansicolor: update to 0.3.2
  2023-01-05 19:34 [PR PATCH] python3-ansicolor: update to 0.3.2 zen0bit
  2023-01-06  8:39 ` realcharmer
@ 2023-01-06 10:10 ` paper42
  2023-01-06 10:11 ` paper42
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2023-01-06 10:10 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41475#issuecomment-1373429892

Comment:
ulozto-downloader uses python3-ansiicolor**S**, so the dependency is incorrect and this PR doesn't fix it. @realcharmer could you package https://pypi.org/project/ansicolors/ and let ulozto-downloader depend on it? I suspect it works for you because you have it installed with pip.

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

* Re: python3-ansicolor: update to 0.3.2
  2023-01-05 19:34 [PR PATCH] python3-ansicolor: update to 0.3.2 zen0bit
  2023-01-06  8:39 ` realcharmer
  2023-01-06 10:10 ` paper42
@ 2023-01-06 10:11 ` paper42
  2023-01-06 10:14 ` realcharmer
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2023-01-06 10:11 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41475#issuecomment-1373429892

Comment:
ulozto-downloader uses python3-ansiicolor**S**, so the dependency is incorrect and this PR doesn't fix it. @realcharmer could you package https://pypi.org/project/ansicolors/ and let ulozto-downloader depend on it in the same PR as the update? I suspect it works for you because you have it installed with pip.

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

* Re: python3-ansicolor: update to 0.3.2
  2023-01-05 19:34 [PR PATCH] python3-ansicolor: update to 0.3.2 zen0bit
                   ` (2 preceding siblings ...)
  2023-01-06 10:11 ` paper42
@ 2023-01-06 10:14 ` realcharmer
  2023-01-06 10:15 ` realcharmer
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: realcharmer @ 2023-01-06 10:14 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/41475#issuecomment-1373433539

Comment:
> ulozto-downloader uses python3-ansiicolor**S**, so the dependency is incorrect and this PR doesn't fix it. @realcharmer could you package https://pypi.org/project/ansicolors/ and let ulozto-downloader depend on it in the same PR as the update? I suspect it works for you because you have it installed with pip.

You are right, I've missed that. There is no `python3-ansiicolors` package in Void, so I'll have to package that first.

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

* Re: python3-ansicolor: update to 0.3.2
  2023-01-05 19:34 [PR PATCH] python3-ansicolor: update to 0.3.2 zen0bit
                   ` (3 preceding siblings ...)
  2023-01-06 10:14 ` realcharmer
@ 2023-01-06 10:15 ` realcharmer
  2023-01-06 10:17 ` paper42
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: realcharmer @ 2023-01-06 10:15 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/41475#issuecomment-1373433539

Comment:
> ulozto-downloader uses python3-ansiicolor**S**, so the dependency is incorrect and this PR doesn't fix it. @realcharmer could you package https://pypi.org/project/ansicolors/ and let ulozto-downloader depend on it in the same PR as the update? I suspect it works for you because you have it installed with pip.

You are right, I've missed that. There is no `python3-ansicolors` package in Void, so I'll have to package that first.

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

* Re: python3-ansicolor: update to 0.3.2
  2023-01-05 19:34 [PR PATCH] python3-ansicolor: update to 0.3.2 zen0bit
                   ` (4 preceding siblings ...)
  2023-01-06 10:15 ` realcharmer
@ 2023-01-06 10:17 ` paper42
  2023-01-06 10:20 ` realcharmer
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2023-01-06 10:17 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41475#issuecomment-1373435728

Comment:
> > ulozto-downloader uses python3-ansiicolor**S**, so the dependency is incorrect and this PR doesn't fix it. @realcharmer could you package [pypi.org/project/ansicolors](https://pypi.org/project/ansicolors/) and let ulozto-downloader depend on it in the same PR as the update? I suspect it works for you because you have it installed with pip.
> 
> You are right, I've missed that. There is no `python3-ansicolors` package in Void, so I'll have to package that first.

Please do that in the update PR in a separate commit.

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

* Re: python3-ansicolor: update to 0.3.2
  2023-01-05 19:34 [PR PATCH] python3-ansicolor: update to 0.3.2 zen0bit
                   ` (5 preceding siblings ...)
  2023-01-06 10:17 ` paper42
@ 2023-01-06 10:20 ` realcharmer
  2023-01-06 10:21 ` paper42
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: realcharmer @ 2023-01-06 10:20 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/41475#issuecomment-1373438321

Comment:
> Please do that in the update PR in a separate commit.

You mean the dependency fix in `ulozto-downloader` template or adding `python3-ansicolors`?


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

* Re: python3-ansicolor: update to 0.3.2
  2023-01-05 19:34 [PR PATCH] python3-ansicolor: update to 0.3.2 zen0bit
                   ` (6 preceding siblings ...)
  2023-01-06 10:20 ` realcharmer
@ 2023-01-06 10:21 ` paper42
  2023-01-06 11:03 ` realcharmer
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2023-01-06 10:21 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41475#issuecomment-1373439617

Comment:
both in the same PR, one commit per package, so it should be something like

* ulozto-downloader: update to xxx, fix dep
* New package: python3-ansicolors-x.x.x

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

* Re: python3-ansicolor: update to 0.3.2
  2023-01-05 19:34 [PR PATCH] python3-ansicolor: update to 0.3.2 zen0bit
                   ` (7 preceding siblings ...)
  2023-01-06 10:21 ` paper42
@ 2023-01-06 11:03 ` realcharmer
  2023-04-07  1:49 ` github-actions
  2023-04-21  1:52 ` [PR PATCH] [Closed]: " github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: realcharmer @ 2023-01-06 11:03 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/41475#issuecomment-1373473886

Comment:
Done in #41448.

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

* Re: python3-ansicolor: update to 0.3.2
  2023-01-05 19:34 [PR PATCH] python3-ansicolor: update to 0.3.2 zen0bit
                   ` (8 preceding siblings ...)
  2023-01-06 11:03 ` realcharmer
@ 2023-04-07  1:49 ` github-actions
  2023-04-21  1:52 ` [PR PATCH] [Closed]: " github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2023-04-07  1:49 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/41475#issuecomment-1499834139

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

* Re: [PR PATCH] [Closed]: python3-ansicolor: update to 0.3.2
  2023-01-05 19:34 [PR PATCH] python3-ansicolor: update to 0.3.2 zen0bit
                   ` (9 preceding siblings ...)
  2023-04-07  1:49 ` github-actions
@ 2023-04-21  1:52 ` github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2023-04-21  1:52 UTC (permalink / raw)
  To: ml

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

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

python3-ansicolor: update to 0.3.2
https://github.com/void-linux/void-packages/pull/41475

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

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

It is needed for: ulozto-downloader

https://github.com/void-linux/void-packages/pull/41448

Without bump not working for me

`Traceback (most recent call last):
                                          import colors
                                      ModuleNotFoundError: No module named 'colors'`

(Actual working can't try because uloz.to have some dificulties right now..)

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

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

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-05 19:34 [PR PATCH] python3-ansicolor: update to 0.3.2 zen0bit
2023-01-06  8:39 ` realcharmer
2023-01-06 10:10 ` paper42
2023-01-06 10:11 ` paper42
2023-01-06 10:14 ` realcharmer
2023-01-06 10:15 ` realcharmer
2023-01-06 10:17 ` paper42
2023-01-06 10:20 ` realcharmer
2023-01-06 10:21 ` paper42
2023-01-06 11:03 ` realcharmer
2023-04-07  1:49 ` github-actions
2023-04-21  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).