Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] you-get: update to 0.4.1620.
@ 2022-07-02  7:53 benalb
  2022-07-02 21:30 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: benalb @ 2022-07-02  7:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages you-get
https://github.com/void-linux/void-packages/pull/37799

you-get: update to 0.4.1620.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (X86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From eb1a212bacbe13f3b17931725018cd48ffa131e2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Sat, 2 Jul 2022 09:52:02 +0200
Subject: [PATCH] you-get: update to 0.4.1620.

---
 srcpkgs/you-get/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index 7858ee442407..cb8f9b0027cf 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,6 +1,6 @@
 # Template file for 'you-get'
 pkgname=you-get
-version=0.4.1612
+version=0.4.1620
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,7 +10,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="MIT"
 homepage="https://you-get.org/"
 distfiles="${PYPI_SITE}/y/you-get/you-get-${version}.tar.gz"
-checksum=94a133b70c27d699c02eec03880d4893df97095c8ef943286effa15eed269f9c
+checksum=c020da4fd373d59892b2a1705f53d71eae9017a7e32d123dc30bef5b172660e6
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR REVIEW] you-get: update to 0.4.1620.
  2022-07-02  7:53 [PR PATCH] you-get: update to 0.4.1620 benalb
@ 2022-07-02 21:30 ` classabbyamp
  2022-07-03 14:00 ` [PR PATCH] [Updated] " benalb
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-02 21:30 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37799#discussion_r912402314

Comment:
```suggestion
homepage="https://you-get.org/"
changelog="https://raw.githubusercontent.com/soimort/you-get/develop/CHANGELOG.rst"
```

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

* Re: [PR PATCH] [Updated] you-get: update to 0.4.1620.
  2022-07-02  7:53 [PR PATCH] you-get: update to 0.4.1620 benalb
  2022-07-02 21:30 ` [PR REVIEW] " classabbyamp
@ 2022-07-03 14:00 ` benalb
  2022-07-03 14:01 ` [PR REVIEW] " benalb
  2022-07-03 16:16 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: benalb @ 2022-07-03 14:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages you-get
https://github.com/void-linux/void-packages/pull/37799

you-get: update to 0.4.1620.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (X86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 3d766466f77cd88e750386d8e7c5aa9cbc0bb369 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Sat, 2 Jul 2022 09:52:02 +0200
Subject: [PATCH] you-get: update to 0.4.1620.

---
 srcpkgs/you-get/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index 7858ee442407..b50a0af1a29c 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,6 +1,6 @@
 # Template file for 'you-get'
 pkgname=you-get
-version=0.4.1612
+version=0.4.1620
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -9,8 +9,9 @@ short_desc="Dumb downloader that scrapes the web"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="MIT"
 homepage="https://you-get.org/"
+changelog="https://raw.githubusercontent.com/soimort/you-get/develop/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/y/you-get/you-get-${version}.tar.gz"
-checksum=94a133b70c27d699c02eec03880d4893df97095c8ef943286effa15eed269f9c
+checksum=c020da4fd373d59892b2a1705f53d71eae9017a7e32d123dc30bef5b172660e6
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR REVIEW] you-get: update to 0.4.1620.
  2022-07-02  7:53 [PR PATCH] you-get: update to 0.4.1620 benalb
  2022-07-02 21:30 ` [PR REVIEW] " classabbyamp
  2022-07-03 14:00 ` [PR PATCH] [Updated] " benalb
@ 2022-07-03 14:01 ` benalb
  2022-07-03 16:16 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: benalb @ 2022-07-03 14:01 UTC (permalink / raw)
  To: ml

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

New review comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/37799#discussion_r912491844

Comment:
Done. 

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

* Re: [PR PATCH] [Merged]: you-get: update to 0.4.1620.
  2022-07-02  7:53 [PR PATCH] you-get: update to 0.4.1620 benalb
                   ` (2 preceding siblings ...)
  2022-07-03 14:01 ` [PR REVIEW] " benalb
@ 2022-07-03 16:16 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-03 16:16 UTC (permalink / raw)
  To: ml

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

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

you-get: update to 0.4.1620.
https://github.com/void-linux/void-packages/pull/37799

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (X86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

end of thread, other threads:[~2022-07-03 16:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-02  7:53 [PR PATCH] you-get: update to 0.4.1620 benalb
2022-07-02 21:30 ` [PR REVIEW] " classabbyamp
2022-07-03 14:00 ` [PR PATCH] [Updated] " benalb
2022-07-03 14:01 ` [PR REVIEW] " benalb
2022-07-03 16:16 ` [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).