Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-keyring: update to 23.13.1.
@ 2022-12-19 19:20 icp1994
  2022-12-19 19:41 ` paper42
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: icp1994 @ 2022-12-19 19:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-keyring
https://github.com/void-linux/void-packages/pull/41190

python3-keyring: update to 23.13.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 36d81145f702254d35c29c574aa62f4dc1415640 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 19 Dec 2022 22:35:37 +0530
Subject: [PATCH] python3-keyring: update to 23.13.1.

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

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index f8cbb94b8e04..306cab402c8c 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
-version=23.11.0
+version=23.13.1
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel python3-setuptools_scm"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://pypi.org/project/keyring/"
 changelog="https://raw.githubusercontent.com/jaraco/keyring/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz"
-checksum=ad192263e2cdd5f12875dedc2da13534359a7e760e77f8d04b50968a821c2361
+checksum=ba2e15a9b35e21908d0aaf4e0a47acc52d6ae33444df0da2b49d41a46ef6d678
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-keyring: update to 23.13.1.
  2022-12-19 19:20 [PR PATCH] python3-keyring: update to 23.13.1 icp1994
@ 2022-12-19 19:41 ` paper42
  2022-12-19 19:46 ` icp1994
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-12-19 19:41 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41190#issuecomment-1358166484

Comment:
This looks like the wrong path
```diff
+/usr/lib/python3.11/site-packages/keyring/backend_complete.zsh
```

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

* Re: python3-keyring: update to 23.13.1.
  2022-12-19 19:20 [PR PATCH] python3-keyring: update to 23.13.1 icp1994
  2022-12-19 19:41 ` paper42
@ 2022-12-19 19:46 ` icp1994
  2022-12-19 19:50 ` paper42
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2022-12-19 19:46 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/41190#issuecomment-1358171246

Comment:
Yeah, I wasn't sure what to do with that. It is only supposed to work with [`shtab`](https://github.com/jaraco/keyring/blob/v23.13.1/setup.cfg#L67-L68) installed.

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

* Re: python3-keyring: update to 23.13.1.
  2022-12-19 19:20 [PR PATCH] python3-keyring: update to 23.13.1 icp1994
  2022-12-19 19:41 ` paper42
  2022-12-19 19:46 ` icp1994
@ 2022-12-19 19:50 ` paper42
  2022-12-19 19:52 ` paper42
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-12-19 19:50 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41190#issuecomment-1358180518

Comment:
That seems to be used for generating the bash and fish one, but not the zsh completion. The zsh completion is installed always to the wrong destination and it's a simple file in the source https://github.com/jaraco/keyring/commit/ded09d94efac8089e12ee4d089074e7549dfcbe8.

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

* Re: python3-keyring: update to 23.13.1.
  2022-12-19 19:20 [PR PATCH] python3-keyring: update to 23.13.1 icp1994
                   ` (2 preceding siblings ...)
  2022-12-19 19:50 ` paper42
@ 2022-12-19 19:52 ` paper42
  2022-12-19 19:56 ` icp1994
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-12-19 19:52 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41190#issuecomment-1358180518

Comment:
That seems to be used for generating the bash and fish one, but not the zsh completion. The zsh completion is installed always to the wrong destination and it's a simple file in the source https://github.com/jaraco/keyring/commit/ded09d94efac8089e12ee4d089074e7549dfcbe8. Maybe they forgot to add it to excludes in the build system?

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

* Re: python3-keyring: update to 23.13.1.
  2022-12-19 19:20 [PR PATCH] python3-keyring: update to 23.13.1 icp1994
                   ` (3 preceding siblings ...)
  2022-12-19 19:52 ` paper42
@ 2022-12-19 19:56 ` icp1994
  2022-12-19 19:59 ` paper42
  2022-12-19 20:02 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2022-12-19 19:56 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/41190#issuecomment-1358200794

Comment:
Doesn't [this line](https://github.com/jaraco/keyring/blob/v23.13.1/keyring/completion.py#L39) mean it's needed at that path?

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

* Re: python3-keyring: update to 23.13.1.
  2022-12-19 19:20 [PR PATCH] python3-keyring: update to 23.13.1 icp1994
                   ` (4 preceding siblings ...)
  2022-12-19 19:56 ` icp1994
@ 2022-12-19 19:59 ` paper42
  2022-12-19 20:02 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-12-19 19:59 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41190#issuecomment-1358209415

Comment:
> Doesn't [this line](https://github.com/jaraco/keyring/blob/v23.13.1/keyring/completion.py?rgh-link-date=2022-12-19T19%3A56%3A39Z#L39) mean it's needed at that path?

oh, I didn't notice that, it's fine then

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

* Re: [PR PATCH] [Merged]: python3-keyring: update to 23.13.1.
  2022-12-19 19:20 [PR PATCH] python3-keyring: update to 23.13.1 icp1994
                   ` (5 preceding siblings ...)
  2022-12-19 19:59 ` paper42
@ 2022-12-19 20:02 ` paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-12-19 20:02 UTC (permalink / raw)
  To: ml

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

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

python3-keyring: update to 23.13.1.
https://github.com/void-linux/void-packages/pull/41190

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2022-12-19 20:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-19 19:20 [PR PATCH] python3-keyring: update to 23.13.1 icp1994
2022-12-19 19:41 ` paper42
2022-12-19 19:46 ` icp1994
2022-12-19 19:50 ` paper42
2022-12-19 19:52 ` paper42
2022-12-19 19:56 ` icp1994
2022-12-19 19:59 ` paper42
2022-12-19 20:02 ` [PR PATCH] [Merged]: " paper42

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