Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-yaml: update to 6.0.
@ 2022-02-21 21:33 tibequadorian
  2022-02-21 21:42 ` ahesford
                   ` (44 more replies)
  0 siblings, 45 replies; 46+ messages in thread
From: tibequadorian @ 2022-02-21 21:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages python3-yaml
https://github.com/void-linux/void-packages/pull/35743

python3-yaml: update to 6.0.
<!-- 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/35743.patch is attached

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

From d99b3ec5262f499cb519860fb8c249d1c98f4121 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Mon, 21 Feb 2022 22:26:16 +0100
Subject: [PATCH] python3-yaml: update to 6.0.

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

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index 18a8b0adac8d..9c30b80134af 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
-version=5.4.1
-revision=3
+version=6.0
+revision=1
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"
@@ -10,9 +10,10 @@ depends="python3"
 short_desc="YAML parser and emitter for Python 3"
 maintainer="Peter Bui <pbui@github.bx612.space>"
 license="MIT"
-homepage="http://pyyaml.org/wiki/PyYAML"
+homepage="https://github.com/yaml/pyyaml"
+changelog="https://raw.githubusercontent.com/yaml/pyyaml/master/CHANGES"
 distfiles="${PYPI_SITE}/P/PyYAML/PyYAML-${version}.tar.gz"
-checksum=607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e
+checksum=68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
@ 2022-02-21 21:42 ` ahesford
  2022-02-22 18:21 ` TinfoilSubmarine
                   ` (43 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-21 21:42 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [ ] ansible-core
- [ ] aws-cli
- [ ] awsume
- [ ] bandit
- [ ] beets
- [ ] gandi-cli
- [ ] gnuradio
- [ ] jrnl
- [ ] kapidox
- [ ] lutris
- [ ] papis
- [ ] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [ ] python3-bokeh
- [ ] python3-confuse
- [ ] python3-kaptan
- [ ] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [ ] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [ ] synapse
- [ ] terminal_markdown_viewer
- [ ] udiskie
- [ ] unknown-horizons
- [ ] urlwatch
- [ ] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
  2022-02-21 21:42 ` ahesford
@ 2022-02-22 18:21 ` TinfoilSubmarine
  2022-02-22 18:49 ` ahesford
                   ` (42 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: TinfoilSubmarine @ 2022-02-22 18:21 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1048083574

Comment:
Works with beets, gandi-cli, python3-confuse, qutebrowser, and synapse.

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
  2022-02-21 21:42 ` ahesford
  2022-02-22 18:21 ` TinfoilSubmarine
@ 2022-02-22 18:49 ` ahesford
  2022-02-22 18:49 ` ahesford
                   ` (41 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-22 18:49 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [ ] ansible-core
- [ ] aws-cli
- [ ] awsume
- [ ] bandit
- [x] beets
- [ ] gandi-cli
- [ ] gnuradio
- [ ] jrnl
- [ ] kapidox
- [ ] lutris
- [ ] papis
- [ ] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [ ] python3-bokeh
- [ ] python3-confuse
- [ ] python3-kaptan
- [ ] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [ ] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [ ] synapse
- [ ] terminal_markdown_viewer
- [ ] udiskie
- [ ] unknown-horizons
- [ ] urlwatch
- [ ] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (2 preceding siblings ...)
  2022-02-22 18:49 ` ahesford
@ 2022-02-22 18:49 ` ahesford
  2022-02-22 18:49 ` ahesford
                   ` (40 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-22 18:49 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [ ] ansible-core
- [ ] aws-cli
- [ ] awsume
- [ ] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [ ] jrnl
- [ ] kapidox
- [ ] lutris
- [ ] papis
- [ ] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [ ] python3-bokeh
- [ ] python3-confuse
- [ ] python3-kaptan
- [ ] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [ ] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [ ] synapse
- [ ] terminal_markdown_viewer
- [ ] udiskie
- [ ] unknown-horizons
- [ ] urlwatch
- [ ] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (3 preceding siblings ...)
  2022-02-22 18:49 ` ahesford
@ 2022-02-22 18:49 ` ahesford
  2022-02-22 18:49 ` ahesford
                   ` (39 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-22 18:49 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [ ] ansible-core
- [ ] aws-cli
- [ ] awsume
- [ ] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [ ] jrnl
- [ ] kapidox
- [ ] lutris
- [ ] papis
- [ ] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [ ] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [ ] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [ ] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [ ] synapse
- [ ] terminal_markdown_viewer
- [ ] udiskie
- [ ] unknown-horizons
- [ ] urlwatch
- [ ] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (4 preceding siblings ...)
  2022-02-22 18:49 ` ahesford
@ 2022-02-22 18:49 ` ahesford
  2022-02-22 18:49 ` ahesford
                   ` (38 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-22 18:49 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [ ] ansible-core
- [ ] aws-cli
- [ ] awsume
- [ ] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [ ] jrnl
- [ ] kapidox
- [ ] lutris
- [ ] papis
- [ ] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [ ] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [ ] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [ ] synapse
- [ ] terminal_markdown_viewer
- [ ] udiskie
- [ ] unknown-horizons
- [ ] urlwatch
- [ ] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (5 preceding siblings ...)
  2022-02-22 18:49 ` ahesford
@ 2022-02-22 18:49 ` ahesford
  2022-02-22 18:52 ` ahesford
                   ` (37 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-22 18:49 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [ ] ansible-core
- [ ] aws-cli
- [ ] awsume
- [ ] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [ ] jrnl
- [ ] kapidox
- [ ] lutris
- [ ] papis
- [ ] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [ ] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [ ] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [ ] terminal_markdown_viewer
- [ ] udiskie
- [ ] unknown-horizons
- [ ] urlwatch
- [ ] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (6 preceding siblings ...)
  2022-02-22 18:49 ` ahesford
@ 2022-02-22 18:52 ` ahesford
  2022-02-22 21:06 ` motorto
                   ` (36 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-22 18:52 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [ ] ansible-core
- [ ] aws-cli
- [ ] awsume
- [ ] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [ ] jrnl
- [ ] kapidox
- [ ] lutris
- [ ] papis
- [ ] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [ ] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [ ] terminal_markdown_viewer
- [ ] udiskie
- [ ] unknown-horizons
- [ ] urlwatch
- [ ] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (7 preceding siblings ...)
  2022-02-22 18:52 ` ahesford
@ 2022-02-22 21:06 ` motorto
  2022-02-22 21:08 ` ahesford
                   ` (35 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: motorto @ 2022-02-22 21:06 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1048211649

Comment:
Tried udiskie now and it works fine ! 

Ps: how do I restore to the repo version now ? 

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (8 preceding siblings ...)
  2022-02-22 21:06 ` motorto
@ 2022-02-22 21:08 ` ahesford
  2022-02-23 12:19 ` tibequadorian
                   ` (34 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-22 21:08 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [ ] ansible-core
- [ ] aws-cli
- [ ] awsume
- [ ] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [ ] jrnl
- [ ] kapidox
- [ ] lutris
- [ ] papis
- [ ] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [ ] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [ ] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [ ] urlwatch
- [ ] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (9 preceding siblings ...)
  2022-02-22 21:08 ` ahesford
@ 2022-02-23 12:19 ` tibequadorian
  2022-02-25 16:52 ` TinfoilSubmarine
                   ` (33 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: tibequadorian @ 2022-02-23 12:19 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1048725434

Comment:
>Ps: how do I restore to the repo version now ?

reinstall it from the repos using the `-f` flag.

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (10 preceding siblings ...)
  2022-02-23 12:19 ` tibequadorian
@ 2022-02-25 16:52 ` TinfoilSubmarine
  2022-02-25 16:54 ` ahesford
                   ` (32 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: TinfoilSubmarine @ 2022-02-25 16:52 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1051021752

Comment:
Works with python3-pgmigrate, urlwatch, and yq.

terminal_markdown_viewer either needs to be patched with a new upstream or [removed](https://github.com/void-linux/void-packages/pull/35842).

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (11 preceding siblings ...)
  2022-02-25 16:52 ` TinfoilSubmarine
@ 2022-02-25 16:54 ` ahesford
  2022-02-25 16:54 ` ahesford
                   ` (31 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-25 16:54 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [ ] ansible-core
- [ ] aws-cli
- [ ] awsume
- [ ] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [ ] jrnl
- [ ] kapidox
- [ ] lutris
- [ ] papis
- [ ] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [ ] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [ ] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [ ] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (12 preceding siblings ...)
  2022-02-25 16:54 ` ahesford
@ 2022-02-25 16:54 ` ahesford
  2022-02-25 16:54 ` ahesford
                   ` (30 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-25 16:54 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [ ] ansible-core
- [ ] aws-cli
- [ ] awsume
- [ ] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [ ] jrnl
- [ ] kapidox
- [ ] lutris
- [ ] papis
- [ ] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [ ] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [ ] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (13 preceding siblings ...)
  2022-02-25 16:54 ` ahesford
@ 2022-02-25 16:54 ` ahesford
  2022-02-25 16:58 ` ahesford
                   ` (29 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-25 16:54 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [ ] ansible-core
- [ ] aws-cli
- [ ] awsume
- [ ] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [ ] jrnl
- [ ] kapidox
- [ ] lutris
- [ ] papis
- [ ] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [ ] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (14 preceding siblings ...)
  2022-02-25 16:54 ` ahesford
@ 2022-02-25 16:58 ` ahesford
  2022-02-25 21:02 ` TinfoilSubmarine
                   ` (28 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-25 16:58 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [ ] ansible-core
- [ ] aws-cli
- [ ] awsume
- [ ] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [ ] jrnl
- [ ] kapidox
- [ ] lutris
- [ ] papis
- [ ] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (15 preceding siblings ...)
  2022-02-25 16:58 ` ahesford
@ 2022-02-25 21:02 ` TinfoilSubmarine
  2022-02-25 21:21 ` ahesford
                   ` (27 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: TinfoilSubmarine @ 2022-02-25 21:02 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1051265105

Comment:
bandit was removed in https://github.com/void-linux/void-packages/pull/27056, but it's not in removed-packages.

python3-vint needs to be updated to support this version of PyYAML: https://github.com/void-linux/void-packages/pull/35852

Works with ansible-core, jrnl, kapidox, papis, pass-import, peru, python3-ansible-lint, and python3-yamllint.

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (16 preceding siblings ...)
  2022-02-25 21:02 ` TinfoilSubmarine
@ 2022-02-25 21:21 ` ahesford
  2022-02-25 21:21 ` ahesford
                   ` (26 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-25 21:21 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [x] ansible-core
- [ ] aws-cli
- [ ] awsume
- [ ] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [ ] jrnl
- [ ] kapidox
- [ ] lutris
- [ ] papis
- [ ] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (17 preceding siblings ...)
  2022-02-25 21:21 ` ahesford
@ 2022-02-25 21:21 ` ahesford
  2022-02-25 21:21 ` ahesford
                   ` (25 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-25 21:21 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [x] ansible-core
- [ ] aws-cli
- [ ] awsume
- [ ] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [ ] kapidox
- [ ] lutris
- [ ] papis
- [ ] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (18 preceding siblings ...)
  2022-02-25 21:21 ` ahesford
@ 2022-02-25 21:21 ` ahesford
  2022-02-25 21:21 ` ahesford
                   ` (24 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-25 21:21 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [x] ansible-core
- [ ] aws-cli
- [ ] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [ ] kapidox
- [ ] lutris
- [ ] papis
- [ ] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (19 preceding siblings ...)
  2022-02-25 21:21 ` ahesford
@ 2022-02-25 21:21 ` ahesford
  2022-02-25 21:21 ` ahesford
                   ` (23 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-25 21:21 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [x] ansible-core
- [ ] aws-cli
- [ ] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [ ] papis
- [ ] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (20 preceding siblings ...)
  2022-02-25 21:21 ` ahesford
@ 2022-02-25 21:21 ` ahesford
  2022-02-25 21:21 ` ahesford
                   ` (22 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-25 21:21 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [x] ansible-core
- [ ] aws-cli
- [ ] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [ ] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (21 preceding siblings ...)
  2022-02-25 21:21 ` ahesford
@ 2022-02-25 21:21 ` ahesford
  2022-02-25 21:21 ` ahesford
                   ` (21 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-25 21:21 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [x] ansible-core
- [ ] aws-cli
- [ ] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [ ] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (22 preceding siblings ...)
  2022-02-25 21:21 ` ahesford
@ 2022-02-25 21:21 ` ahesford
  2022-02-25 21:21 ` ahesford
                   ` (20 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-25 21:21 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [x] ansible-core
- [ ] aws-cli
- [ ] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [x] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [ ] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (23 preceding siblings ...)
  2022-02-25 21:21 ` ahesford
@ 2022-02-25 21:21 ` ahesford
  2022-02-25 21:21 ` ahesford
                   ` (19 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-25 21:21 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [x] ansible-core
- [ ] aws-cli
- [ ] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [x] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [x] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [ ] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (24 preceding siblings ...)
  2022-02-25 21:21 ` ahesford
@ 2022-02-25 21:21 ` ahesford
  2022-02-26  0:00 ` ahesford
                   ` (18 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-25 21:21 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [x] ansible-core
- [ ] aws-cli
- [ ] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [x] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [x] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [ ] python3-vint
- [ ] python3-watchdog
- [x] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (25 preceding siblings ...)
  2022-02-25 21:21 ` ahesford
@ 2022-02-26  0:00 ` ahesford
  2022-02-26  2:05 ` TinfoilSubmarine
                   ` (17 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-26  0:00 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [ ] Solaar
- [x] ansible-core
- [ ] aws-cli
- [ ] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [x] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [x] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [x] python3-vint
- [ ] python3-watchdog
- [x] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (26 preceding siblings ...)
  2022-02-26  0:00 ` ahesford
@ 2022-02-26  2:05 ` TinfoilSubmarine
  2022-02-26  2:07 ` ahesford
                   ` (16 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: TinfoilSubmarine @ 2022-02-26  2:05 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1051456181

Comment:
I installed Solaar and was able to successfully click different buttons, but I don't own one of the devices that the program is made for so I can't do any further testing.

Works with picard. Doesn't throw any errors on running aws-cli or awsume (although this one does have some missing dependencies I had to manually install).

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (27 preceding siblings ...)
  2022-02-26  2:05 ` TinfoilSubmarine
@ 2022-02-26  2:07 ` ahesford
  2022-02-26  2:08 ` ahesford
                   ` (15 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-26  2:07 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [x] Solaar
- [x] ansible-core
- [ ] aws-cli
- [ ] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [x] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [x] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [x] python3-vint
- [ ] python3-watchdog
- [x] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (28 preceding siblings ...)
  2022-02-26  2:07 ` ahesford
@ 2022-02-26  2:08 ` ahesford
  2022-02-26  2:08 ` ahesford
                   ` (14 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-26  2:08 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [x] Solaar
- [x] ansible-core
- [x] aws-cli
- [ ] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [x] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [x] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [x] python3-vint
- [ ] python3-watchdog
- [x] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (29 preceding siblings ...)
  2022-02-26  2:08 ` ahesford
@ 2022-02-26  2:08 ` ahesford
  2022-02-26  2:08 ` ahesford
                   ` (13 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-26  2:08 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [x] Solaar
- [x] ansible-core
- [x] aws-cli
- [x] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [x] peru
- [ ] picard
- [ ] podman-compose
- [ ] pre-commit
- [x] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [x] python3-vint
- [ ] python3-watchdog
- [x] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (30 preceding siblings ...)
  2022-02-26  2:08 ` ahesford
@ 2022-02-26  2:08 ` ahesford
  2022-02-26  3:21 ` TinfoilSubmarine
                   ` (12 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-26  2:08 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [x] Solaar
- [x] ansible-core
- [x] aws-cli
- [x] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [x] peru
- [x] picard
- [ ] podman-compose
- [ ] pre-commit
- [x] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [x] python3-vint
- [ ] python3-watchdog
- [x] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [ ] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (31 preceding siblings ...)
  2022-02-26  2:08 ` ahesford
@ 2022-02-26  3:21 ` TinfoilSubmarine
  2022-02-26 16:37 ` ahesford
                   ` (11 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: TinfoilSubmarine @ 2022-02-26  3:21 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1051538610

Comment:
unknown-horizons is working fine after I fixed up some unrelated stuff in https://github.com/void-linux/void-packages/pull/35858

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (32 preceding siblings ...)
  2022-02-26  3:21 ` TinfoilSubmarine
@ 2022-02-26 16:37 ` ahesford
  2022-02-27  0:18 ` TinfoilSubmarine
                   ` (10 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-26 16:37 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [x] Solaar
- [x] ansible-core
- [x] aws-cli
- [x] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [x] peru
- [x] picard
- [ ] podman-compose
- [ ] pre-commit
- [x] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [x] python3-vint
- [ ] python3-watchdog
- [x] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [x] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (33 preceding siblings ...)
  2022-02-26 16:37 ` ahesford
@ 2022-02-27  0:18 ` TinfoilSubmarine
  2022-02-27  1:42 ` ahesford
                   ` (9 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: TinfoilSubmarine @ 2022-02-27  0:18 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1052837926

Comment:
Works with podman-compose, pre-commit, python3-kaptan, python3-pyinfra, python3-scruffy, python3-watchdog, salt, rednotebook, and ripe-atlas-tools.

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (34 preceding siblings ...)
  2022-02-27  0:18 ` TinfoilSubmarine
@ 2022-02-27  1:42 ` ahesford
  2022-02-27  1:42 ` ahesford
                   ` (8 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-27  1:42 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [x] Solaar
- [x] ansible-core
- [x] aws-cli
- [x] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [x] peru
- [x] picard
- [x] podman-compose
- [ ] pre-commit
- [x] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [x] python3-vint
- [ ] python3-watchdog
- [x] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [x] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (35 preceding siblings ...)
  2022-02-27  1:42 ` ahesford
@ 2022-02-27  1:42 ` ahesford
  2022-02-27  1:42 ` ahesford
                   ` (7 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-27  1:42 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [x] Solaar
- [x] ansible-core
- [x] aws-cli
- [x] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [x] peru
- [x] picard
- [x] podman-compose
- [x] pre-commit
- [x] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [ ] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [x] python3-vint
- [ ] python3-watchdog
- [x] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [x] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (36 preceding siblings ...)
  2022-02-27  1:42 ` ahesford
@ 2022-02-27  1:42 ` ahesford
  2022-02-27  1:42 ` ahesford
                   ` (6 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-27  1:42 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [x] Solaar
- [x] ansible-core
- [x] aws-cli
- [x] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [x] peru
- [x] picard
- [x] podman-compose
- [x] pre-commit
- [x] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [x] python3-kaptan
- [x] python3-pgmigrate
- [ ] python3-pyinfra
- [ ] python3-scruffy
- [x] python3-vint
- [ ] python3-watchdog
- [x] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [x] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (37 preceding siblings ...)
  2022-02-27  1:42 ` ahesford
@ 2022-02-27  1:42 ` ahesford
  2022-02-27  1:43 ` ahesford
                   ` (5 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-27  1:42 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [x] Solaar
- [x] ansible-core
- [x] aws-cli
- [x] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [x] peru
- [x] picard
- [x] podman-compose
- [x] pre-commit
- [x] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [x] python3-kaptan
- [x] python3-pgmigrate
- [x] python3-pyinfra
- [ ] python3-scruffy
- [x] python3-vint
- [ ] python3-watchdog
- [x] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [x] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (38 preceding siblings ...)
  2022-02-27  1:42 ` ahesford
@ 2022-02-27  1:43 ` ahesford
  2022-02-27  1:43 ` ahesford
                   ` (4 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-27  1:43 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [x] Solaar
- [x] ansible-core
- [x] aws-cli
- [x] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [x] peru
- [x] picard
- [x] podman-compose
- [x] pre-commit
- [x] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [x] python3-kaptan
- [x] python3-pgmigrate
- [x] python3-pyinfra
- [ ] python3-scruffy
- [x] python3-vint
- [x] python3-watchdog
- [x] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [ ] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [x] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (39 preceding siblings ...)
  2022-02-27  1:43 ` ahesford
@ 2022-02-27  1:43 ` ahesford
  2022-02-27  1:43 ` ahesford
                   ` (3 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-27  1:43 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [x] Solaar
- [x] ansible-core
- [x] aws-cli
- [x] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [x] peru
- [x] picard
- [x] podman-compose
- [x] pre-commit
- [x] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [x] python3-kaptan
- [x] python3-pgmigrate
- [x] python3-pyinfra
- [ ] python3-scruffy
- [x] python3-vint
- [x] python3-watchdog
- [x] python3-yamllint
- [x] qutebrowser
- [ ] rednotebook
- [ ] ripe-atlas-tools
- [x] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [x] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (40 preceding siblings ...)
  2022-02-27  1:43 ` ahesford
@ 2022-02-27  1:43 ` ahesford
  2022-02-27  1:43 ` ahesford
                   ` (2 subsequent siblings)
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-27  1:43 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [x] Solaar
- [x] ansible-core
- [x] aws-cli
- [x] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [x] peru
- [x] picard
- [x] podman-compose
- [x] pre-commit
- [x] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [x] python3-kaptan
- [x] python3-pgmigrate
- [x] python3-pyinfra
- [ ] python3-scruffy
- [x] python3-vint
- [x] python3-watchdog
- [x] python3-yamllint
- [x] qutebrowser
- [x] rednotebook
- [ ] ripe-atlas-tools
- [x] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [x] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (41 preceding siblings ...)
  2022-02-27  1:43 ` ahesford
@ 2022-02-27  1:43 ` ahesford
  2022-02-27  1:48 ` ahesford
  2022-02-27  1:48 ` [PR PATCH] [Merged]: " ahesford
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-27  1:43 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1047247626

Comment:
I've hesitated to update this package because it has a lot of dependants. In particular, I'm worried that some version restrictions in the dependant requirements may prohibit 6.0 or greater, and I'm also concerned about the change https://github.com/yaml/pyyaml/pull/561 (always require `Loader` arg to `yaml.load()`) hard-breaking some of these packages. Before merging this, we should attempt to verify that the following packages won't break and don't place undue version restrictions on `python3-yaml`:

- [x] Solaar
- [x] ansible-core
- [x] aws-cli
- [x] awsume
- [x] bandit
- [x] beets
- [x] gandi-cli
- [ ] gnuradio
- [x] jrnl
- [x] kapidox
- [ ] lutris
- [x] papis
- [x] pass-import
- [x] peru
- [x] picard
- [x] podman-compose
- [x] pre-commit
- [x] python3-ansible-lint
- [x] python3-bokeh
- [x] python3-confuse
- [x] python3-kaptan
- [x] python3-pgmigrate
- [x] python3-pyinfra
- [ ] python3-scruffy
- [x] python3-vint
- [x] python3-watchdog
- [x] python3-yamllint
- [x] qutebrowser
- [x] rednotebook
- [x] ripe-atlas-tools
- [x] salt
- [x] synapse
- [x] terminal_markdown_viewer
- [x] udiskie
- [x] unknown-horizons
- [x] urlwatch
- [x] yq

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

* Re: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (42 preceding siblings ...)
  2022-02-27  1:43 ` ahesford
@ 2022-02-27  1:48 ` ahesford
  2022-02-27  1:48 ` [PR PATCH] [Merged]: " ahesford
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-27  1:48 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/35743#issuecomment-1052930183

Comment:
Thanks for testing. We can shake out the last few *ad hoc*.

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

* Re: [PR PATCH] [Merged]: python3-yaml: update to 6.0.
  2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
                   ` (43 preceding siblings ...)
  2022-02-27  1:48 ` ahesford
@ 2022-02-27  1:48 ` ahesford
  44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2022-02-27  1:48 UTC (permalink / raw)
  To: ml

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

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

python3-yaml: update to 6.0.
https://github.com/void-linux/void-packages/pull/35743

Description:
<!-- 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
-->


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

end of thread, other threads:[~2022-02-27  1:48 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21 21:33 [PR PATCH] python3-yaml: update to 6.0 tibequadorian
2022-02-21 21:42 ` ahesford
2022-02-22 18:21 ` TinfoilSubmarine
2022-02-22 18:49 ` ahesford
2022-02-22 18:49 ` ahesford
2022-02-22 18:49 ` ahesford
2022-02-22 18:49 ` ahesford
2022-02-22 18:49 ` ahesford
2022-02-22 18:52 ` ahesford
2022-02-22 21:06 ` motorto
2022-02-22 21:08 ` ahesford
2022-02-23 12:19 ` tibequadorian
2022-02-25 16:52 ` TinfoilSubmarine
2022-02-25 16:54 ` ahesford
2022-02-25 16:54 ` ahesford
2022-02-25 16:54 ` ahesford
2022-02-25 16:58 ` ahesford
2022-02-25 21:02 ` TinfoilSubmarine
2022-02-25 21:21 ` ahesford
2022-02-25 21:21 ` ahesford
2022-02-25 21:21 ` ahesford
2022-02-25 21:21 ` ahesford
2022-02-25 21:21 ` ahesford
2022-02-25 21:21 ` ahesford
2022-02-25 21:21 ` ahesford
2022-02-25 21:21 ` ahesford
2022-02-25 21:21 ` ahesford
2022-02-26  0:00 ` ahesford
2022-02-26  2:05 ` TinfoilSubmarine
2022-02-26  2:07 ` ahesford
2022-02-26  2:08 ` ahesford
2022-02-26  2:08 ` ahesford
2022-02-26  2:08 ` ahesford
2022-02-26  3:21 ` TinfoilSubmarine
2022-02-26 16:37 ` ahesford
2022-02-27  0:18 ` TinfoilSubmarine
2022-02-27  1:42 ` ahesford
2022-02-27  1:42 ` ahesford
2022-02-27  1:42 ` ahesford
2022-02-27  1:42 ` ahesford
2022-02-27  1:43 ` ahesford
2022-02-27  1:43 ` ahesford
2022-02-27  1:43 ` ahesford
2022-02-27  1:43 ` ahesford
2022-02-27  1:48 ` ahesford
2022-02-27  1:48 ` [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).