Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-importlib_metadata: update to 4.11.3.
@ 2022-03-23 17:41 tibequadorian
  2022-03-23 18:35 ` [PR PATCH] [Updated] " tibequadorian
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tibequadorian @ 2022-03-23 17:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages python3-importlib_metadata
https://github.com/void-linux/void-packages/pull/36300

python3-importlib_metadata: update to 4.11.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From 6fe6918f111aed2f284c834eb80d6327e058f940 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 18:35:43 +0100
Subject: [PATCH] python3-importlib_metadata: update to 4.11.3.

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

diff --git a/srcpkgs/python3-importlib_metadata/template b/srcpkgs/python3-importlib_metadata/template
index 95f75fa66350..9a21b1733f4d 100644
--- a/srcpkgs/python3-importlib_metadata/template
+++ b/srcpkgs/python3-importlib_metadata/template
@@ -1,16 +1,17 @@
 # Template file for 'python3-importlib_metadata'
 pkgname=python3-importlib_metadata
-version=4.8.1
-revision=2
+version=4.11.3
+revision=1
 wrksrc="importlib_metadata-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-zipp"
 short_desc="Read metadata from Python packages (Python 3)"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/python/importlib_metadata"
+changelog="https://raw.githubusercontent.com/python/importlib_metadata/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/i/importlib_metadata/importlib_metadata-${version}.tar.gz"
-checksum=f284b3e11256ad1e5d03ab86bb2ccd6f5339688ff17a4d797a0fe7df326f23b1
+checksum=ea4c597ebf37142f827b8f39299579e31685c31d3a438b59f469406afd0f2539
 # Needs unpackaged "pyfakefs"
 make_check=no

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

* Re: [PR PATCH] [Updated] python3-importlib_metadata: update to 4.11.3.
  2022-03-23 17:41 [PR PATCH] python3-importlib_metadata: update to 4.11.3 tibequadorian
@ 2022-03-23 18:35 ` tibequadorian
  2022-03-23 23:35 ` [PR PATCH] [Updated] python3-zipp: update to 3.7.0, " tibequadorian
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tibequadorian @ 2022-03-23 18:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages python3-importlib_metadata
https://github.com/void-linux/void-packages/pull/36300

python3-importlib_metadata: update to 4.11.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From 2c2f5e95b88adcd55e0485bf358a9d8fb86ee266 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 19:30:47 +0100
Subject: [PATCH 1/2] python3-zipp: update to 3.7.0.

---
 srcpkgs/python3-zipp/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template
index ab7b82af8842..0d98e28f258b 100644
--- a/srcpkgs/python3-zipp/template
+++ b/srcpkgs/python3-zipp/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-zipp'
 pkgname=python3-zipp
-version=3.6.0
+version=3.7.0
 revision=1
 wrksrc="zipp-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3"
 checkdepends="python3-jaraco"
 short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/jaraco/zipp"
 changelog="https://raw.githubusercontent.com/jaraco/zipp/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/z/zipp/zipp-${version}.tar.gz"
-checksum=71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832
+checksum=9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d
 # Needs unpackaged "jaraco.itertools"
 make_check=no
 

From 71a6efbe31d1fde06bf5dfc1fd102363e581e4d0 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 18:35:43 +0100
Subject: [PATCH 2/2] python3-importlib_metadata: update to 4.11.3.

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

diff --git a/srcpkgs/python3-importlib_metadata/template b/srcpkgs/python3-importlib_metadata/template
index 95f75fa66350..9a21b1733f4d 100644
--- a/srcpkgs/python3-importlib_metadata/template
+++ b/srcpkgs/python3-importlib_metadata/template
@@ -1,16 +1,17 @@
 # Template file for 'python3-importlib_metadata'
 pkgname=python3-importlib_metadata
-version=4.8.1
-revision=2
+version=4.11.3
+revision=1
 wrksrc="importlib_metadata-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-zipp"
 short_desc="Read metadata from Python packages (Python 3)"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/python/importlib_metadata"
+changelog="https://raw.githubusercontent.com/python/importlib_metadata/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/i/importlib_metadata/importlib_metadata-${version}.tar.gz"
-checksum=f284b3e11256ad1e5d03ab86bb2ccd6f5339688ff17a4d797a0fe7df326f23b1
+checksum=ea4c597ebf37142f827b8f39299579e31685c31d3a438b59f469406afd0f2539
 # Needs unpackaged "pyfakefs"
 make_check=no

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

* Re: [PR PATCH] [Updated] python3-zipp: update to 3.7.0, python3-importlib_metadata: update to 4.11.3.
  2022-03-23 17:41 [PR PATCH] python3-importlib_metadata: update to 4.11.3 tibequadorian
  2022-03-23 18:35 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-03-23 23:35 ` tibequadorian
  2022-03-24 12:13 ` tibequadorian
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tibequadorian @ 2022-03-23 23:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages python3-importlib_metadata
https://github.com/void-linux/void-packages/pull/36300

python3-zipp: update to 3.7.0, python3-importlib_metadata: update to 4.11.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From c742b3fd49198cd6ec3dc658a09866e6f17e84af Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 19:30:47 +0100
Subject: [PATCH 1/2] python3-zipp: update to 3.7.0.

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

diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template
index ab7b82af8842..ba031f5a751e 100644
--- a/srcpkgs/python3-zipp/template
+++ b/srcpkgs/python3-zipp/template
@@ -1,19 +1,18 @@
 # Template file for 'python3-zipp'
 pkgname=python3-zipp
-version=3.6.0
+version=3.7.0
 revision=1
 wrksrc="zipp-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3"
-checkdepends="python3-jaraco"
 short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/zipp"
 changelog="https://raw.githubusercontent.com/jaraco/zipp/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/z/zipp/zipp-${version}.tar.gz"
-checksum=71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832
+checksum=9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d
 # Needs unpackaged "jaraco.itertools"
 make_check=no
 

From f6a5fb9c8355b8bd33e35d6f9529a57c7979c119 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 18:35:43 +0100
Subject: [PATCH 2/2] python3-importlib_metadata: update to 4.11.3.

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

diff --git a/srcpkgs/python3-importlib_metadata/template b/srcpkgs/python3-importlib_metadata/template
index 95f75fa66350..9a21b1733f4d 100644
--- a/srcpkgs/python3-importlib_metadata/template
+++ b/srcpkgs/python3-importlib_metadata/template
@@ -1,16 +1,17 @@
 # Template file for 'python3-importlib_metadata'
 pkgname=python3-importlib_metadata
-version=4.8.1
-revision=2
+version=4.11.3
+revision=1
 wrksrc="importlib_metadata-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-zipp"
 short_desc="Read metadata from Python packages (Python 3)"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/python/importlib_metadata"
+changelog="https://raw.githubusercontent.com/python/importlib_metadata/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/i/importlib_metadata/importlib_metadata-${version}.tar.gz"
-checksum=f284b3e11256ad1e5d03ab86bb2ccd6f5339688ff17a4d797a0fe7df326f23b1
+checksum=ea4c597ebf37142f827b8f39299579e31685c31d3a438b59f469406afd0f2539
 # Needs unpackaged "pyfakefs"
 make_check=no

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

* Re: [PR PATCH] [Updated] python3-zipp: update to 3.7.0, python3-importlib_metadata: update to 4.11.3.
  2022-03-23 17:41 [PR PATCH] python3-importlib_metadata: update to 4.11.3 tibequadorian
  2022-03-23 18:35 ` [PR PATCH] [Updated] " tibequadorian
  2022-03-23 23:35 ` [PR PATCH] [Updated] python3-zipp: update to 3.7.0, " tibequadorian
@ 2022-03-24 12:13 ` tibequadorian
  2022-06-30  2:15 ` github-actions
  2022-07-15  2:15 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: tibequadorian @ 2022-03-24 12:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages python3-importlib_metadata
https://github.com/void-linux/void-packages/pull/36300

python3-zipp: update to 3.7.0, python3-importlib_metadata: update to 4.11.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Needs to be tested with:
- [x] python3-keyring
- [ ] python3-pymediainfo

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

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

From c742b3fd49198cd6ec3dc658a09866e6f17e84af Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 19:30:47 +0100
Subject: [PATCH 1/3] python3-zipp: update to 3.7.0.

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

diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template
index ab7b82af8842..ba031f5a751e 100644
--- a/srcpkgs/python3-zipp/template
+++ b/srcpkgs/python3-zipp/template
@@ -1,19 +1,18 @@
 # Template file for 'python3-zipp'
 pkgname=python3-zipp
-version=3.6.0
+version=3.7.0
 revision=1
 wrksrc="zipp-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3"
-checkdepends="python3-jaraco"
 short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/zipp"
 changelog="https://raw.githubusercontent.com/jaraco/zipp/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/z/zipp/zipp-${version}.tar.gz"
-checksum=71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832
+checksum=9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d
 # Needs unpackaged "jaraco.itertools"
 make_check=no
 

From f6a5fb9c8355b8bd33e35d6f9529a57c7979c119 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 18:35:43 +0100
Subject: [PATCH 2/3] python3-importlib_metadata: update to 4.11.3.

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

diff --git a/srcpkgs/python3-importlib_metadata/template b/srcpkgs/python3-importlib_metadata/template
index 95f75fa66350..9a21b1733f4d 100644
--- a/srcpkgs/python3-importlib_metadata/template
+++ b/srcpkgs/python3-importlib_metadata/template
@@ -1,16 +1,17 @@
 # Template file for 'python3-importlib_metadata'
 pkgname=python3-importlib_metadata
-version=4.8.1
-revision=2
+version=4.11.3
+revision=1
 wrksrc="importlib_metadata-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-zipp"
 short_desc="Read metadata from Python packages (Python 3)"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/python/importlib_metadata"
+changelog="https://raw.githubusercontent.com/python/importlib_metadata/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/i/importlib_metadata/importlib_metadata-${version}.tar.gz"
-checksum=f284b3e11256ad1e5d03ab86bb2ccd6f5339688ff17a4d797a0fe7df326f23b1
+checksum=ea4c597ebf37142f827b8f39299579e31685c31d3a438b59f469406afd0f2539
 # Needs unpackaged "pyfakefs"
 make_check=no

From 23974204780c8759936eac91e694f866dbb55f65 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Thu, 24 Mar 2022 13:13:07 +0100
Subject: [PATCH 3/3] python3-pymediainfo: remove dependency on
 importlib_metadata

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

diff --git a/srcpkgs/python3-pymediainfo/template b/srcpkgs/python3-pymediainfo/template
index 745c82cb37ce..002729dd0a38 100644
--- a/srcpkgs/python3-pymediainfo/template
+++ b/srcpkgs/python3-pymediainfo/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pymediainfo'
 pkgname=python3-pymediainfo
 version=5.1.0
-revision=1
+revision=2
 wrksrc="pymediainfo-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
-depends="python3-importlib_metadata libmediainfo"
+depends="libmediainfo"
 checkdepends="python3-pytest libmediainfo"
 short_desc="Python wrapper around the MediaInfo library"
 maintainer="Joel Beckmeyer <joel@beckmeyer.us>"

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

* Re: python3-zipp: update to 3.7.0, python3-importlib_metadata: update to 4.11.3.
  2022-03-23 17:41 [PR PATCH] python3-importlib_metadata: update to 4.11.3 tibequadorian
                   ` (2 preceding siblings ...)
  2022-03-24 12:13 ` tibequadorian
@ 2022-06-30  2:15 ` github-actions
  2022-07-15  2:15 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-06-30  2:15 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/36300#issuecomment-1170672994

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

* Re: [PR PATCH] [Closed]: python3-zipp: update to 3.7.0, python3-importlib_metadata: update to 4.11.3.
  2022-03-23 17:41 [PR PATCH] python3-importlib_metadata: update to 4.11.3 tibequadorian
                   ` (3 preceding siblings ...)
  2022-06-30  2:15 ` github-actions
@ 2022-07-15  2:15 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-07-15  2:15 UTC (permalink / raw)
  To: ml

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

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

python3-zipp: update to 3.7.0, python3-importlib_metadata: update to 4.11.3.
https://github.com/void-linux/void-packages/pull/36300

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

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

Needs to be tested with:
- [x] python3-keyring

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-23 17:41 [PR PATCH] python3-importlib_metadata: update to 4.11.3 tibequadorian
2022-03-23 18:35 ` [PR PATCH] [Updated] " tibequadorian
2022-03-23 23:35 ` [PR PATCH] [Updated] python3-zipp: update to 3.7.0, " tibequadorian
2022-03-24 12:13 ` tibequadorian
2022-06-30  2:15 ` github-actions
2022-07-15  2:15 ` [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).