Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] puddletag: update to 2.1.1.
@ 2022-02-12 20:48 tibequadorian
  2022-02-12 21:01 ` [PR PATCH] [Updated] " tibequadorian
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: tibequadorian @ 2022-02-12 20:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages puddletag
https://github.com/void-linux/void-packages/pull/35562

puddletag: update to 2.1.1.
<!-- 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 [skip CI](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, (ARCH-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/35562.patch is attached

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

From e9a6631896a0c8376ce4ca04f5a239d6ed828743 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 12 Feb 2022 21:47:53 +0100
Subject: [PATCH] puddletag: update to 2.1.1.

---
 srcpkgs/puddletag/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/puddletag/template b/srcpkgs/puddletag/template
index 463b47440c5d..0b6372a0df0c 100644
--- a/srcpkgs/puddletag/template
+++ b/srcpkgs/puddletag/template
@@ -1,13 +1,14 @@
 # Template file for 'puddletag'
 pkgname=puddletag
-version=2.0.1
-revision=3
+version=2.1.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-configobj python3-mutagen python3-parsing python3-PyQt5 python3-PyQt5-svg"
+depends="python3 python3-configobj python3-mutagen python3-parsing python3-PyQt5
+ python3-PyQt5-svg python3-pyacoustid"
 short_desc="Powerful, simple, spreadsheet-like audio tag editor"
 maintainer="Daniel Progrestian <progrestian@tuta.io>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/puddletag/puddletag"
-distfiles="https://github.com/puddletag/puddletag/releases/download/${version}/puddletag-${version}.tar.gz"
-checksum=f5c39b7168df34fb4e919d3f57660888f7a2218c6924979895e2b91ff9ba6a07
+distfiles="https://github.com/puddletag/puddletag/archive/refs/tags/${version}.tar.gz"
+checksum=4ce85a78c49c8cf6b15f2c52c93374ae875b9aa83b529ede68547b68e9b85066

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

* Re: [PR PATCH] [Updated] puddletag: update to 2.1.1.
  2022-02-12 20:48 [PR PATCH] puddletag: update to 2.1.1 tibequadorian
@ 2022-02-12 21:01 ` tibequadorian
  2022-02-12 21:06 ` tibequadorian
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tibequadorian @ 2022-02-12 21:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages puddletag
https://github.com/void-linux/void-packages/pull/35562

puddletag: update to 2.1.1.
<!-- 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 [skip CI](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, (ARCH-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/35562.patch is attached

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

From 85e5ea9f6cdacb92e738f4bc56366efe446c1e3b Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 12 Feb 2022 21:47:53 +0100
Subject: [PATCH] puddletag: update to 2.1.1.

---
 srcpkgs/puddletag/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/puddletag/template b/srcpkgs/puddletag/template
index 463b47440c5d..8fb7e825f77b 100644
--- a/srcpkgs/puddletag/template
+++ b/srcpkgs/puddletag/template
@@ -1,13 +1,15 @@
 # Template file for 'puddletag'
 pkgname=puddletag
-version=2.0.1
-revision=3
+version=2.1.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-configobj python3-mutagen python3-parsing python3-PyQt5 python3-PyQt5-svg"
+checkdepends="python3-wheel python3-pip"
+depends="python3 python3-configobj python3-mutagen python3-parsing python3-PyQt5
+ python3-PyQt5-svg python3-pyacoustid"
 short_desc="Powerful, simple, spreadsheet-like audio tag editor"
 maintainer="Daniel Progrestian <progrestian@tuta.io>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/puddletag/puddletag"
-distfiles="https://github.com/puddletag/puddletag/releases/download/${version}/puddletag-${version}.tar.gz"
-checksum=f5c39b7168df34fb4e919d3f57660888f7a2218c6924979895e2b91ff9ba6a07
+distfiles="https://github.com/puddletag/puddletag/archive/refs/tags/${version}.tar.gz"
+checksum=4ce85a78c49c8cf6b15f2c52c93374ae875b9aa83b529ede68547b68e9b85066

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

* Re: [PR PATCH] [Updated] puddletag: update to 2.1.1.
  2022-02-12 20:48 [PR PATCH] puddletag: update to 2.1.1 tibequadorian
  2022-02-12 21:01 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-02-12 21:06 ` tibequadorian
  2022-02-12 21:31 ` tibequadorian
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tibequadorian @ 2022-02-12 21:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages puddletag
https://github.com/void-linux/void-packages/pull/35562

puddletag: update to 2.1.1.
<!-- 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 [skip CI](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, (ARCH-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/35562.patch is attached

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

From cd661fd436163cc9e04955d8dce7d3e7642595d4 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 12 Feb 2022 21:47:53 +0100
Subject: [PATCH] puddletag: update to 2.1.1.

---
 srcpkgs/puddletag/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/puddletag/template b/srcpkgs/puddletag/template
index 463b47440c5d..715b06741b64 100644
--- a/srcpkgs/puddletag/template
+++ b/srcpkgs/puddletag/template
@@ -1,13 +1,15 @@
 # Template file for 'puddletag'
 pkgname=puddletag
-version=2.0.1
-revision=3
+version=2.1.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-configobj python3-mutagen python3-parsing python3-PyQt5 python3-PyQt5-svg"
+depends="python3 python3-configobj python3-mutagen python3-parsing python3-PyQt5
+ python3-PyQt5-svg python3-pyacoustid"
+checkdepends="python3-wheel python3-pip"
 short_desc="Powerful, simple, spreadsheet-like audio tag editor"
 maintainer="Daniel Progrestian <progrestian@tuta.io>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/puddletag/puddletag"
-distfiles="https://github.com/puddletag/puddletag/releases/download/${version}/puddletag-${version}.tar.gz"
-checksum=f5c39b7168df34fb4e919d3f57660888f7a2218c6924979895e2b91ff9ba6a07
+distfiles="https://github.com/puddletag/puddletag/archive/refs/tags/${version}.tar.gz"
+checksum=4ce85a78c49c8cf6b15f2c52c93374ae875b9aa83b529ede68547b68e9b85066

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

* Re: puddletag: update to 2.1.1.
  2022-02-12 20:48 [PR PATCH] puddletag: update to 2.1.1 tibequadorian
  2022-02-12 21:01 ` [PR PATCH] [Updated] " tibequadorian
  2022-02-12 21:06 ` tibequadorian
@ 2022-02-12 21:31 ` tibequadorian
  2022-02-12 21:36 ` tibequadorian
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tibequadorian @ 2022-02-12 21:31 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35562#issuecomment-1037496340

Comment:
I don't know whats needed to run tests successfully. Maybe it's not possible in chroot?

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

* Re: puddletag: update to 2.1.1.
  2022-02-12 20:48 [PR PATCH] puddletag: update to 2.1.1 tibequadorian
                   ` (2 preceding siblings ...)
  2022-02-12 21:31 ` tibequadorian
@ 2022-02-12 21:36 ` tibequadorian
  2022-02-12 22:46 ` [PR REVIEW] " paper42
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tibequadorian @ 2022-02-12 21:36 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35562#issuecomment-1037496340

Comment:
I don't know whats required to run tests successfully. Maybe it's not possible in chroot?

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

* Re: [PR REVIEW] puddletag: update to 2.1.1.
  2022-02-12 20:48 [PR PATCH] puddletag: update to 2.1.1 tibequadorian
                   ` (3 preceding siblings ...)
  2022-02-12 21:36 ` tibequadorian
@ 2022-02-12 22:46 ` paper42
  2022-02-13  0:03 ` tibequadorian
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2022-02-12 22:46 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35562#discussion_r805212662

Comment:
This just hides missing dependencies, fix it properly with something like:
```suggestion
checkdepends="python3-pytest $depends ..."
```

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

* Re: [PR REVIEW] puddletag: update to 2.1.1.
  2022-02-12 20:48 [PR PATCH] puddletag: update to 2.1.1 tibequadorian
                   ` (4 preceding siblings ...)
  2022-02-12 22:46 ` [PR REVIEW] " paper42
@ 2022-02-13  0:03 ` tibequadorian
  2022-02-13  0:24 ` [PR PATCH] [Updated] " tibequadorian
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tibequadorian @ 2022-02-13  0:03 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35562#discussion_r805218171

Comment:
thank you!

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

* Re: [PR PATCH] [Updated] puddletag: update to 2.1.1.
  2022-02-12 20:48 [PR PATCH] puddletag: update to 2.1.1 tibequadorian
                   ` (5 preceding siblings ...)
  2022-02-13  0:03 ` tibequadorian
@ 2022-02-13  0:24 ` tibequadorian
  2022-02-13  0:30 ` [PR REVIEW] " tibequadorian
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tibequadorian @ 2022-02-13  0:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages puddletag
https://github.com/void-linux/void-packages/pull/35562

puddletag: update to 2.1.1.
<!-- 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 [skip CI](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, (ARCH-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/35562.patch is attached

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

From 646cb7911887f49cf33390ecb81f2f18e60bd288 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 12 Feb 2022 21:47:53 +0100
Subject: [PATCH] puddletag: update to 2.1.1.

---
 srcpkgs/puddletag/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/puddletag/template b/srcpkgs/puddletag/template
index 463b47440c5d..a9d0e9ab1fec 100644
--- a/srcpkgs/puddletag/template
+++ b/srcpkgs/puddletag/template
@@ -1,13 +1,15 @@
 # Template file for 'puddletag'
 pkgname=puddletag
-version=2.0.1
-revision=3
+version=2.1.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-configobj python3-mutagen python3-parsing python3-PyQt5 python3-PyQt5-svg"
+depends="python3 python3-configobj python3-mutagen python3-parsing python3-PyQt5
+ python3-PyQt5-svg python3-pyacoustid"
+checkdepends="python3-pytest $depends"
 short_desc="Powerful, simple, spreadsheet-like audio tag editor"
 maintainer="Daniel Progrestian <progrestian@tuta.io>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/puddletag/puddletag"
-distfiles="https://github.com/puddletag/puddletag/releases/download/${version}/puddletag-${version}.tar.gz"
-checksum=f5c39b7168df34fb4e919d3f57660888f7a2218c6924979895e2b91ff9ba6a07
+distfiles="https://github.com/puddletag/puddletag/archive/refs/tags/${version}.tar.gz"
+checksum=4ce85a78c49c8cf6b15f2c52c93374ae875b9aa83b529ede68547b68e9b85066

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

* Re: [PR REVIEW] puddletag: update to 2.1.1.
  2022-02-12 20:48 [PR PATCH] puddletag: update to 2.1.1 tibequadorian
                   ` (6 preceding siblings ...)
  2022-02-13  0:24 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-02-13  0:30 ` tibequadorian
  2022-02-13  0:30 ` tibequadorian
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tibequadorian @ 2022-02-13  0:30 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35562#discussion_r805219853

Comment:
hmm seems like it doesn't use pytest...

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

* Re: [PR REVIEW] puddletag: update to 2.1.1.
  2022-02-12 20:48 [PR PATCH] puddletag: update to 2.1.1 tibequadorian
                   ` (7 preceding siblings ...)
  2022-02-13  0:30 ` [PR REVIEW] " tibequadorian
@ 2022-02-13  0:30 ` tibequadorian
  2022-02-13 10:43 ` UsernameRandomlyGenerated
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tibequadorian @ 2022-02-13  0:30 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35562#discussion_r805219915

Comment:
also tried `checkdepends="python3-wheel python3-pip $depends"` but that didn't work either...

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

* Re: [PR REVIEW] puddletag: update to 2.1.1.
  2022-02-12 20:48 [PR PATCH] puddletag: update to 2.1.1 tibequadorian
                   ` (8 preceding siblings ...)
  2022-02-13  0:30 ` tibequadorian
@ 2022-02-13 10:43 ` UsernameRandomlyGenerated
  2022-02-13 11:05 ` [PR PATCH] [Updated] " tibequadorian
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: UsernameRandomlyGenerated @ 2022-02-13 10:43 UTC (permalink / raw)
  To: ml

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

New review comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/35562#discussion_r805315036

Comment:
Correct me if I'm wrong, but isn't it just because puddletag doesn't provide any test? So you can just add make_check=no (with comment that it doesn't have them)

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

* Re: [PR PATCH] [Updated] puddletag: update to 2.1.1.
  2022-02-12 20:48 [PR PATCH] puddletag: update to 2.1.1 tibequadorian
                   ` (9 preceding siblings ...)
  2022-02-13 10:43 ` UsernameRandomlyGenerated
@ 2022-02-13 11:05 ` tibequadorian
  2022-02-13 11:05 ` [PR REVIEW] " tibequadorian
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tibequadorian @ 2022-02-13 11:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages puddletag
https://github.com/void-linux/void-packages/pull/35562

puddletag: update to 2.1.1.
<!-- 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 [skip CI](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, (ARCH-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/35562.patch is attached

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

From 5aefd41f8d3e58c8a4e1b9af5afe27c17ca224cb Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 12 Feb 2022 21:47:53 +0100
Subject: [PATCH] puddletag: update to 2.1.1.

---
 srcpkgs/puddletag/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/puddletag/template b/srcpkgs/puddletag/template
index 463b47440c5d..6127e3f20e1f 100644
--- a/srcpkgs/puddletag/template
+++ b/srcpkgs/puddletag/template
@@ -1,13 +1,15 @@
 # Template file for 'puddletag'
 pkgname=puddletag
-version=2.0.1
-revision=3
+version=2.1.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-configobj python3-mutagen python3-parsing python3-PyQt5 python3-PyQt5-svg"
+depends="python3 python3-configobj python3-mutagen python3-parsing python3-PyQt5
+ python3-PyQt5-svg python3-pyacoustid"
+checkdepends="python3-pip python3-wheel $depends"
 short_desc="Powerful, simple, spreadsheet-like audio tag editor"
 maintainer="Daniel Progrestian <progrestian@tuta.io>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/puddletag/puddletag"
-distfiles="https://github.com/puddletag/puddletag/releases/download/${version}/puddletag-${version}.tar.gz"
-checksum=f5c39b7168df34fb4e919d3f57660888f7a2218c6924979895e2b91ff9ba6a07
+distfiles="https://github.com/puddletag/puddletag/archive/refs/tags/${version}.tar.gz"
+checksum=4ce85a78c49c8cf6b15f2c52c93374ae875b9aa83b529ede68547b68e9b85066

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

* Re: [PR REVIEW] puddletag: update to 2.1.1.
  2022-02-12 20:48 [PR PATCH] puddletag: update to 2.1.1 tibequadorian
                   ` (10 preceding siblings ...)
  2022-02-13 11:05 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-02-13 11:05 ` tibequadorian
  2022-06-23  2:16 ` github-actions
  2022-07-08  2:14 ` [PR PATCH] [Closed]: " github-actions
  13 siblings, 0 replies; 15+ messages in thread
From: tibequadorian @ 2022-02-13 11:05 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35562#discussion_r805317503

Comment:
I'm not that familiar with python tests but our python3-module build-style indicates that there are two ways of testing. One with pytest and the other one with setup.py which is deprecated. Seems like this one doesn't make use of pytest but uses the deprecated one which runs when I remove the python3-pytest dependency. Then it shows 51 failed tests. I force pushed now so you can see the logs.

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

* Re: puddletag: update to 2.1.1.
  2022-02-12 20:48 [PR PATCH] puddletag: update to 2.1.1 tibequadorian
                   ` (11 preceding siblings ...)
  2022-02-13 11:05 ` [PR REVIEW] " tibequadorian
@ 2022-06-23  2:16 ` github-actions
  2022-07-08  2:14 ` [PR PATCH] [Closed]: " github-actions
  13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2022-06-23  2:16 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/35562#issuecomment-1163847483

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

* Re: [PR PATCH] [Closed]: puddletag: update to 2.1.1.
  2022-02-12 20:48 [PR PATCH] puddletag: update to 2.1.1 tibequadorian
                   ` (12 preceding siblings ...)
  2022-06-23  2:16 ` github-actions
@ 2022-07-08  2:14 ` github-actions
  13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2022-07-08  2:14 UTC (permalink / raw)
  To: ml

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

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

puddletag: update to 2.1.1.
https://github.com/void-linux/void-packages/pull/35562

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 [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-07-08  2:14 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-12 20:48 [PR PATCH] puddletag: update to 2.1.1 tibequadorian
2022-02-12 21:01 ` [PR PATCH] [Updated] " tibequadorian
2022-02-12 21:06 ` tibequadorian
2022-02-12 21:31 ` tibequadorian
2022-02-12 21:36 ` tibequadorian
2022-02-12 22:46 ` [PR REVIEW] " paper42
2022-02-13  0:03 ` tibequadorian
2022-02-13  0:24 ` [PR PATCH] [Updated] " tibequadorian
2022-02-13  0:30 ` [PR REVIEW] " tibequadorian
2022-02-13  0:30 ` tibequadorian
2022-02-13 10:43 ` UsernameRandomlyGenerated
2022-02-13 11:05 ` [PR PATCH] [Updated] " tibequadorian
2022-02-13 11:05 ` [PR REVIEW] " tibequadorian
2022-06-23  2:16 ` github-actions
2022-07-08  2:14 ` [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).