Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] picard: update to 2.10.0rc1
@ 2023-10-11 17:23 rookiejet
  2023-10-12 17:20 ` [PR REVIEW] " meator
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: rookiejet @ 2023-10-11 17:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rookiejet/void-packages picard-2.10.0rc1
https://github.com/void-linux/void-packages/pull/46609

picard: update to 2.10.0rc1
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

Fixes support for Python 3.12.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-picard-2.10.0rc1-46609.patch --]
[-- Type: text/x-diff, Size: 1073 bytes --]

From b2ce67997c932c7d15b64fd187e66cc3f05aae5f Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Wed, 11 Oct 2023 11:01:12 -0400
Subject: [PATCH] picard: update to 2.10.0rc1

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

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index 76f1d5136e2fd..e3ec137a007e2 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,7 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
-version=2.9.1
-revision=2
+version=2.10.0rc1
+revision=1
 build_style=python3-module
 make_install_args="--disable-autoupdate"
 hostmakedepends="gettext python3-setuptools"
@@ -16,4 +16,4 @@ license="GPL-2.0-or-later"
 homepage="https://picard.musicbrainz.org/"
 changelog="https://picard.musicbrainz.org/changelog/"
 distfiles="http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=7ae365a6c96e9411833b2c09b7a26cedd3984c874819c4515592a4da477136b8
+checksum=b10cee0dd3240936ab19cd8f5ba59f8a95cf27df169fd1e07c6c87184f742ed2

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

* Re: [PR REVIEW] picard: update to 2.10.0rc1
  2023-10-11 17:23 [PR PATCH] picard: update to 2.10.0rc1 rookiejet
@ 2023-10-12 17:20 ` meator
  2023-10-12 17:33 ` meator
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: meator @ 2023-10-12 17:20 UTC (permalink / raw)
  To: ml

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

New review comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/46609#discussion_r1357146988

Comment:
The `2.10` version has been released today. The newer version should be preferred I believe.

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

* Re: picard: update to 2.10.0rc1
  2023-10-11 17:23 [PR PATCH] picard: update to 2.10.0rc1 rookiejet
  2023-10-12 17:20 ` [PR REVIEW] " meator
@ 2023-10-12 17:33 ` meator
  2023-10-12 17:46 ` [PR PATCH] [Updated] " rookiejet
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: meator @ 2023-10-12 17:33 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/46609#issuecomment-1760058296

Comment:
Also ping the maintainer: @the-maldridge 

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

* Re: [PR PATCH] [Updated] picard: update to 2.10.0rc1
  2023-10-11 17:23 [PR PATCH] picard: update to 2.10.0rc1 rookiejet
  2023-10-12 17:20 ` [PR REVIEW] " meator
  2023-10-12 17:33 ` meator
@ 2023-10-12 17:46 ` rookiejet
  2023-10-12 17:47 ` [PR REVIEW] " rookiejet
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rookiejet @ 2023-10-12 17:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rookiejet/void-packages picard-2.10.0rc1
https://github.com/void-linux/void-packages/pull/46609

picard: update to 2.10.0rc1
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

Fixes support for Python 3.12.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-picard-2.10.0rc1-46609.patch --]
[-- Type: text/x-diff, Size: 1063 bytes --]

From d54731f87776ff6df511fdae55f643687e8d6331 Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Wed, 11 Oct 2023 11:01:12 -0400
Subject: [PATCH] picard: update to 2.10

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

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index 76f1d5136e2fd..83e8242ab32dd 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,7 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
-version=2.9.1
-revision=2
+version=2.10
+revision=1
 build_style=python3-module
 make_install_args="--disable-autoupdate"
 hostmakedepends="gettext python3-setuptools"
@@ -16,4 +16,4 @@ license="GPL-2.0-or-later"
 homepage="https://picard.musicbrainz.org/"
 changelog="https://picard.musicbrainz.org/changelog/"
 distfiles="http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=7ae365a6c96e9411833b2c09b7a26cedd3984c874819c4515592a4da477136b8
+checksum=5a97133e3549a81367c5128678237b0cb013f49ca8279ba88272a09a5cdc3939

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

* Re: [PR REVIEW] picard: update to 2.10.0rc1
  2023-10-11 17:23 [PR PATCH] picard: update to 2.10.0rc1 rookiejet
                   ` (2 preceding siblings ...)
  2023-10-12 17:46 ` [PR PATCH] [Updated] " rookiejet
@ 2023-10-12 17:47 ` rookiejet
  2023-10-14 22:20 ` picard: update to 2.10 lemmi
  2023-10-15 11:44 ` [PR PATCH] [Merged]: " ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: rookiejet @ 2023-10-12 17:47 UTC (permalink / raw)
  To: ml

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

New review comment by rookiejet on void-packages repository

https://github.com/void-linux/void-packages/pull/46609#discussion_r1357186529

Comment:
I updated it accordingly.

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

* Re: picard: update to 2.10
  2023-10-11 17:23 [PR PATCH] picard: update to 2.10.0rc1 rookiejet
                   ` (3 preceding siblings ...)
  2023-10-12 17:47 ` [PR REVIEW] " rookiejet
@ 2023-10-14 22:20 ` lemmi
  2023-10-15 11:44 ` [PR PATCH] [Merged]: " ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: lemmi @ 2023-10-14 22:20 UTC (permalink / raw)
  To: ml

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

New comment by lemmi on void-packages repository

https://github.com/void-linux/void-packages/pull/46609#issuecomment-1763195897

Comment:
Quickly tested it by tagging a single album. Seems to be working.

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

* Re: [PR PATCH] [Merged]: picard: update to 2.10
  2023-10-11 17:23 [PR PATCH] picard: update to 2.10.0rc1 rookiejet
                   ` (4 preceding siblings ...)
  2023-10-14 22:20 ` picard: update to 2.10 lemmi
@ 2023-10-15 11:44 ` ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2023-10-15 11:44 UTC (permalink / raw)
  To: ml

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

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

picard: update to 2.10
https://github.com/void-linux/void-packages/pull/46609

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

Fixes support for Python 3.12.

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

end of thread, other threads:[~2023-10-15 11:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11 17:23 [PR PATCH] picard: update to 2.10.0rc1 rookiejet
2023-10-12 17:20 ` [PR REVIEW] " meator
2023-10-12 17:33 ` meator
2023-10-12 17:46 ` [PR PATCH] [Updated] " rookiejet
2023-10-12 17:47 ` [PR REVIEW] " rookiejet
2023-10-14 22:20 ` picard: update to 2.10 lemmi
2023-10-15 11:44 ` [PR PATCH] [Merged]: " ahesford

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