Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update ulozto downloader and python3-colorama
@ 2023-05-03 16:25 realcharmer
  2023-08-02  1:47 ` Update ulozto-downloader " github-actions
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: realcharmer @ 2023-05-03 16:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages ulozto-downloader
https://github.com/void-linux/void-packages/pull/43725

Update ulozto downloader and python3-colorama
This PR updates `ulozto-downloader` and `python3-colorama`, since it is a new dependency of `ulozto-downloader` with version `3.5.1`. [Colorama uses new build style](https://github.com/tartley/colorama/pull/338), `python3-pep517` instead of `python3-module`, and uses `hatchling` as well. I have also reported an [issue](https://github.com/setnicka/ulozto-downloader/issues/165)  on `ulozto-downloader` upstream, since the version requirement is not specified.

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

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

From d7fe13154c45132fcc7dae08ae2607d32fe54ea3 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Wed, 3 May 2023 18:16:39 +0200
Subject: [PATCH 1/2] python3-colorama: update to 0.4.6, adopt

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

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 36a3dda2081c..8053b1460152 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,17 +1,17 @@
 # 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="unzip hatchling"
 depends="python3"
 short_desc="Cross-platform colored terminal text (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Emil Miler <em@0x45.cz>"
 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

From 5792bb542494086db57195efdc7eb9f2c07fce4b Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Wed, 3 May 2023 18:17:08 +0200
Subject: [PATCH 2/2] ulozto-downloader: update to 3.5.1

---
 srcpkgs/ulozto-downloader/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ulozto-downloader/template b/srcpkgs/ulozto-downloader/template
index dd636bfd4e4d..2d0909a9d8b2 100644
--- a/srcpkgs/ulozto-downloader/template
+++ b/srcpkgs/ulozto-downloader/template
@@ -1,18 +1,19 @@
 # Template file for 'ulozto-downloader'
 pkgname=ulozto-downloader
-version=3.4.1
+version=3.5.1
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="tor python3-ansicolors python3-tkinter python3-requests python3-Pillow
- python3-numpy python3-pysocks python3-stem"
+ python3-numpy python3-pysocks python3-stem python3-cloudscraper
+ python3-colorama"
 short_desc="Uloz.to quick multiple sessions downloader"
 maintainer="Emil Miler <em@0x45.cz>"
 license="MIT"
 homepage="https://github.com/setnicka/ulozto-downloader"
 changelog="https://github.com/eoyilmaz/setnicka/ulozto-downloader/releases/tag/${version}"
 distfiles="https://github.com/setnicka/ulozto-downloader/archive/refs/tags/${version}.tar.gz"
-checksum=b8f847e67b087f46aec01880df5bf77a87dc00cad1eed8edd715b2d1af3ec002
+checksum=b0aeecdc2b1c53d2aba2bf6ea61d01d9d86850ecebfef205f98831f1a08091e8
 make_check=no # no internal test suite present
 
 post_install() {

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

* Re: Update ulozto-downloader and python3-colorama
  2023-05-03 16:25 [PR PATCH] Update ulozto downloader and python3-colorama realcharmer
@ 2023-08-02  1:47 ` github-actions
  2023-08-06  1:53 ` classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2023-08-02  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/43725#issuecomment-1661361624

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: Update ulozto-downloader and python3-colorama
  2023-05-03 16:25 [PR PATCH] Update ulozto downloader and python3-colorama realcharmer
  2023-08-02  1:47 ` Update ulozto-downloader " github-actions
@ 2023-08-06  1:53 ` classabbyamp
  2023-08-06  4:03 ` [PR PATCH] [Updated] " classabbyamp
  2023-08-06  4:06 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-08-06  1:53 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43725#issuecomment-1666675244

Comment:
rebase please

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

* Re: [PR PATCH] [Updated] Update ulozto-downloader and python3-colorama
  2023-05-03 16:25 [PR PATCH] Update ulozto downloader and python3-colorama realcharmer
  2023-08-02  1:47 ` Update ulozto-downloader " github-actions
  2023-08-06  1:53 ` classabbyamp
@ 2023-08-06  4:03 ` classabbyamp
  2023-08-06  4:06 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-08-06  4:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages ulozto-downloader
https://github.com/void-linux/void-packages/pull/43725

Update ulozto-downloader and python3-colorama
This PR updates `ulozto-downloader` and `python3-colorama`, since it is a new dependency of `ulozto-downloader` with version `0.4.6`. [Colorama uses new build style](https://github.com/tartley/colorama/pull/338), `python3-pep517` instead of `python3-module`, and uses `hatchling` as well. I have also reported an [issue](https://github.com/setnicka/ulozto-downloader/issues/165)  on `ulozto-downloader` upstream, since the version requirement is not specified.

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

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

From 68a29698efef4a6a6d5897483c6cfff242702dd2 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Wed, 3 May 2023 18:16:39 +0200
Subject: [PATCH 1/2] python3-colorama: adopt

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index ec542c2b3b4a4..e31f18bedf8b9 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -7,7 +7,7 @@ hostmakedepends="hatchling"
 depends="python3"
 checkdepends="python3-pytest"
 short_desc="Cross-platform colored terminal text (Python3)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Emil Miler <em@0x45.cz>"
 license="BSD-3-Clause"
 homepage="https://github.com/tartley/colorama"
 changelog="https://github.com/tartley/colorama/raw/master/CHANGELOG.rst"

From f5a20f677383ef9d6154932ac75affc730d669a6 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Wed, 3 May 2023 18:17:08 +0200
Subject: [PATCH 2/2] ulozto-downloader: update to 3.5.1

---
 srcpkgs/ulozto-downloader/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ulozto-downloader/template b/srcpkgs/ulozto-downloader/template
index dd636bfd4e4db..bc88f4ea0b45b 100644
--- a/srcpkgs/ulozto-downloader/template
+++ b/srcpkgs/ulozto-downloader/template
@@ -1,18 +1,19 @@
 # Template file for 'ulozto-downloader'
 pkgname=ulozto-downloader
-version=3.4.1
+version=3.5.1
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="tor python3-ansicolors python3-tkinter python3-requests python3-Pillow
- python3-numpy python3-pysocks python3-stem"
+ python3-numpy python3-pysocks python3-stem python3-cloudscraper
+ python3-colorama"
 short_desc="Uloz.to quick multiple sessions downloader"
 maintainer="Emil Miler <em@0x45.cz>"
 license="MIT"
 homepage="https://github.com/setnicka/ulozto-downloader"
-changelog="https://github.com/eoyilmaz/setnicka/ulozto-downloader/releases/tag/${version}"
+changelog="https://github.com/setnicka/ulozto-downloader/releases"
 distfiles="https://github.com/setnicka/ulozto-downloader/archive/refs/tags/${version}.tar.gz"
-checksum=b8f847e67b087f46aec01880df5bf77a87dc00cad1eed8edd715b2d1af3ec002
+checksum=b0aeecdc2b1c53d2aba2bf6ea61d01d9d86850ecebfef205f98831f1a08091e8
 make_check=no # no internal test suite present
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: Update ulozto-downloader and python3-colorama
  2023-05-03 16:25 [PR PATCH] Update ulozto downloader and python3-colorama realcharmer
                   ` (2 preceding siblings ...)
  2023-08-06  4:03 ` [PR PATCH] [Updated] " classabbyamp
@ 2023-08-06  4:06 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-08-06  4:06 UTC (permalink / raw)
  To: ml

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

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

Update ulozto-downloader and python3-colorama
https://github.com/void-linux/void-packages/pull/43725

Description:
This PR updates `ulozto-downloader` and `python3-colorama`, since it is a new dependency of `ulozto-downloader` with version `0.4.6`. [Colorama uses new build style](https://github.com/tartley/colorama/pull/338), `python3-pep517` instead of `python3-module`, and uses `hatchling` as well. I have also reported an [issue](https://github.com/setnicka/ulozto-downloader/issues/165)  on `ulozto-downloader` upstream, since the version requirement is not specified.

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

end of thread, other threads:[~2023-08-06  4:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-03 16:25 [PR PATCH] Update ulozto downloader and python3-colorama realcharmer
2023-08-02  1:47 ` Update ulozto-downloader " github-actions
2023-08-06  1:53 ` classabbyamp
2023-08-06  4:03 ` [PR PATCH] [Updated] " classabbyamp
2023-08-06  4:06 ` [PR PATCH] [Merged]: " classabbyamp

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