Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-yamllint: update to 1.29.0.
@ 2023-01-14 14:41 jcgruenhage
  2023-01-15 10:36 ` [PR REVIEW] " paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jcgruenhage @ 2023-01-14 14:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages python3-yamllint-1.29.0_1
https://github.com/void-linux/void-packages/pull/41650

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-yamllint-1.29.0_1-41650.patch --]
[-- Type: text/x-diff, Size: 1254 bytes --]

From 3d207f9dc86e9c8005d63aff8f7105f5e48a094c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 14 Jan 2023 15:39:33 +0100
Subject: [PATCH] python3-yamllint: update to 1.29.0.

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

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index a7e6ab959388..cf86f9ddd896 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
-version=1.28.0
-revision=2
+version=1.29.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pathspec python3-setuptools python3-yaml"
@@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/adrienverge/yamllint"
 changelog="https://github.com/adrienverge/yamllint/raw/master/CHANGELOG.rst"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=28e3386b3985fa97e0827f669434361f9ba18451cbe7ec7a37746883ceecdcb9
+checksum=8593180056e788b595e476b3d093146988dcc04452b72ae9d41dfc9d25e484cb
 conflicts="python-yamllint>=0"
 
 case "$XBPS_TARGET_MACHINE" in

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

* Re: [PR REVIEW] python3-yamllint: update to 1.29.0.
  2023-01-14 14:41 [PR PATCH] python3-yamllint: update to 1.29.0 jcgruenhage
  2023-01-15 10:36 ` [PR REVIEW] " paper42
@ 2023-01-15 10:36 ` paper42
  2023-01-15 12:54 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2023-01-15 10:36 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41650#discussion_r1070554877

Comment:
```suggestion
if [ "$XBPS_TARGET_LIBC" = musl ]; then
```

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

* Re: [PR REVIEW] python3-yamllint: update to 1.29.0.
  2023-01-14 14:41 [PR PATCH] python3-yamllint: update to 1.29.0 jcgruenhage
@ 2023-01-15 10:36 ` paper42
  2023-01-15 10:36 ` paper42
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2023-01-15 10:36 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41650#discussion_r1070554371

Comment:
```suggestion
distfiles="https://github.com/adrienverge/yamllint/archive/refs/tags/v${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] python3-yamllint: update to 1.29.0.
  2023-01-14 14:41 [PR PATCH] python3-yamllint: update to 1.29.0 jcgruenhage
  2023-01-15 10:36 ` [PR REVIEW] " paper42
  2023-01-15 10:36 ` paper42
@ 2023-01-15 12:54 ` jcgruenhage
  2023-01-15 12:54 ` jcgruenhage
  2023-01-16  8:06 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: jcgruenhage @ 2023-01-15 12:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages python3-yamllint-1.29.0_1
https://github.com/void-linux/void-packages/pull/41650

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-yamllint-1.29.0_1-41650.patch --]
[-- Type: text/x-diff, Size: 2403 bytes --]

From 1e01f96cfc79188fd272d675b6cb95a910efa479 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 14 Jan 2023 15:39:33 +0100
Subject: [PATCH] python3-yamllint: update to 1.29.0.

---
 srcpkgs/python3-yamllint/template | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index a7e6ab959388..b685146647e7 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
-version=1.28.0
-revision=2
+version=1.29.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pathspec python3-setuptools python3-yaml"
@@ -11,16 +11,14 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/adrienverge/yamllint"
 changelog="https://github.com/adrienverge/yamllint/raw/master/CHANGELOG.rst"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=28e3386b3985fa97e0827f669434361f9ba18451cbe7ec7a37746883ceecdcb9
+distfiles="https://github.com/adrienverge/yamllint/archive/v${version}.tar.gz"
+checksum=8593180056e788b595e476b3d093146988dcc04452b72ae9d41dfc9d25e484cb
 conflicts="python-yamllint>=0"
 
-case "$XBPS_TARGET_MACHINE" in
-	# These test cases require locale support, which musl libc lacks, so these tests are expected to fail
-	# on our musl libc targets. Therefore, we deselect them to ignore their failures.
-	*-musl)
-		make_check_args="--deselect tests/test_cli.py::CommandLineTestCase::test_run_with_locale
-			--deselect tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_locale_accents
-			--deselect tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_locale_case"
-		;;
-esac
+# These test cases require locale support, which musl libc lacks, so these tests are expected to fail
+# on our musl libc targets. Therefore, we deselect them to ignore their failures.
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	make_check_args="--deselect tests/test_cli.py::CommandLineTestCase::test_run_with_locale
+	 --deselect tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_locale_accents
+	 --deselect tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_locale_case"
+fi

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

* Re: [PR PATCH] [Updated] python3-yamllint: update to 1.29.0.
  2023-01-14 14:41 [PR PATCH] python3-yamllint: update to 1.29.0 jcgruenhage
                   ` (2 preceding siblings ...)
  2023-01-15 12:54 ` [PR PATCH] [Updated] " jcgruenhage
@ 2023-01-15 12:54 ` jcgruenhage
  2023-01-16  8:06 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: jcgruenhage @ 2023-01-15 12:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages python3-yamllint-1.29.0_1
https://github.com/void-linux/void-packages/pull/41650

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-yamllint-1.29.0_1-41650.patch --]
[-- Type: text/x-diff, Size: 2413 bytes --]

From 0a6d0a4178a502d3db056bd161ae08f3b1147651 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 14 Jan 2023 15:39:33 +0100
Subject: [PATCH] python3-yamllint: update to 1.29.0.

---
 srcpkgs/python3-yamllint/template | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index a7e6ab959388..a754d9fe2f14 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
-version=1.28.0
-revision=2
+version=1.29.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pathspec python3-setuptools python3-yaml"
@@ -11,16 +11,14 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/adrienverge/yamllint"
 changelog="https://github.com/adrienverge/yamllint/raw/master/CHANGELOG.rst"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=28e3386b3985fa97e0827f669434361f9ba18451cbe7ec7a37746883ceecdcb9
+distfiles="https://github.com/adrienverge/yamllint/archive/refs/tags/v${version}.tar.gz"
+checksum=8593180056e788b595e476b3d093146988dcc04452b72ae9d41dfc9d25e484cb
 conflicts="python-yamllint>=0"
 
-case "$XBPS_TARGET_MACHINE" in
-	# These test cases require locale support, which musl libc lacks, so these tests are expected to fail
-	# on our musl libc targets. Therefore, we deselect them to ignore their failures.
-	*-musl)
-		make_check_args="--deselect tests/test_cli.py::CommandLineTestCase::test_run_with_locale
-			--deselect tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_locale_accents
-			--deselect tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_locale_case"
-		;;
-esac
+# These test cases require locale support, which musl libc lacks, so these tests are expected to fail
+# on our musl libc targets. Therefore, we deselect them to ignore their failures.
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	make_check_args="--deselect tests/test_cli.py::CommandLineTestCase::test_run_with_locale
+	 --deselect tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_locale_accents
+	 --deselect tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_locale_case"
+fi

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

* Re: [PR PATCH] [Merged]: python3-yamllint: update to 1.29.0.
  2023-01-14 14:41 [PR PATCH] python3-yamllint: update to 1.29.0 jcgruenhage
                   ` (3 preceding siblings ...)
  2023-01-15 12:54 ` jcgruenhage
@ 2023-01-16  8:06 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-01-16  8:06 UTC (permalink / raw)
  To: ml

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

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

python3-yamllint: update to 1.29.0.
https://github.com/void-linux/void-packages/pull/41650

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-01-16  8:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-14 14:41 [PR PATCH] python3-yamllint: update to 1.29.0 jcgruenhage
2023-01-15 10:36 ` [PR REVIEW] " paper42
2023-01-15 10:36 ` paper42
2023-01-15 12:54 ` [PR PATCH] [Updated] " jcgruenhage
2023-01-15 12:54 ` jcgruenhage
2023-01-16  8:06 ` [PR PATCH] [Merged]: " classabbyamp

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