Github messages for voidlinux
 help / color / mirror / Atom feed
From: tibequadorian <tibequadorian@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-zipp: update to 3.7.0, python3-importlib_metadata: update to 4.11.3.
Date: Thu, 24 Mar 2022 13:13:51 +0100	[thread overview]
Message-ID: <20220324121351.x1x31RvBz5wOhkm1qu_hhyxXfzNgE1H6l0jK_tM4y4A@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36300@inbox.vuxu.org>

[-- 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>"

  parent reply	other threads:[~2022-03-24 12:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-23 17:41 [PR PATCH] " 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 [this message]
2022-06-30  2:15 ` github-actions
2022-07-15  2:15 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220324121351.x1x31RvBz5wOhkm1qu_hhyxXfzNgE1H6l0jK_tM4y4A@z \
    --to=tibequadorian@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).