Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-ansible-compat: update to 2.0.2.
@ 2022-04-08  9:39 jcgruenhage
  2022-04-08 10:36 ` jcgruenhage
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jcgruenhage @ 2022-04-08  9:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages python3-ansible-compat-2.0.2_1
https://github.com/void-linux/void-packages/pull/36576

python3-ansible-compat: update to 2.0.2.
<!-- 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 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/36576.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-ansible-compat-2.0.2_1-36576.patch --]
[-- Type: text/x-diff, Size: 1250 bytes --]

From 88e6fb2e0aaa50e4046028672fb2201373bea2fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Fri, 8 Apr 2022 11:38:45 +0200
Subject: [PATCH] python3-ansible-compat: update to 2.0.2.

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

diff --git a/srcpkgs/python3-ansible-compat/template b/srcpkgs/python3-ansible-compat/template
index bf03fe221d0a..ad9eaed21ad6 100644
--- a/srcpkgs/python3-ansible-compat/template
+++ b/srcpkgs/python3-ansible-compat/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-ansible-compat'
 pkgname=python3-ansible-compat
-version=2.0.0
+version=2.0.2
 revision=1
 wrksrc="${pkgname/python3-/}-${version}"
 build_style=python3-pep517
@@ -12,7 +12,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://github.com/ansible-community/ansible-compat"
 distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
-checksum=4027da4ec2b524c263a801cc2dc6da2b98c2996cec258cef118a30c790467ed2
+checksum=c651995dc323ef145bab857fee6540febc881fb71b7feafe8163d49e273163a5
 
 post_patch() {
 	# scm versioning is broken in this release

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

* Re: python3-ansible-compat: update to 2.0.2.
  2022-04-08  9:39 [PR PATCH] python3-ansible-compat: update to 2.0.2 jcgruenhage
@ 2022-04-08 10:36 ` jcgruenhage
  2022-04-09  9:40 ` paper42
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2022-04-08 10:36 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/36576#issuecomment-1092722896

Comment:
Not sure what happens here in CI, this works locally.

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

* Re: python3-ansible-compat: update to 2.0.2.
  2022-04-08  9:39 [PR PATCH] python3-ansible-compat: update to 2.0.2 jcgruenhage
  2022-04-08 10:36 ` jcgruenhage
@ 2022-04-09  9:40 ` paper42
  2022-04-09  9:45 ` [PR PATCH] [Updated] " jcgruenhage
  2022-04-09 10:07 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-04-09  9:40 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36576#issuecomment-1093838893

Comment:
> Not sure what happens here in CI, this works locally.

This is a new functionality of xbps-src called strict mode. It upgrades some warnings to errors. You can enable it on your machine with -s and it's enabled in CI by default. 

```
=> ERROR: python3-ansible-compat-2.0.2_1: vsed: regex "/setuptools_scm/d" didn't change file "setup.cfg"
```
This vsed doesn't do anything.

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

* Re: [PR PATCH] [Updated] python3-ansible-compat: update to 2.0.2.
  2022-04-08  9:39 [PR PATCH] python3-ansible-compat: update to 2.0.2 jcgruenhage
  2022-04-08 10:36 ` jcgruenhage
  2022-04-09  9:40 ` paper42
@ 2022-04-09  9:45 ` jcgruenhage
  2022-04-09 10:07 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2022-04-09  9:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages python3-ansible-compat-2.0.2_1
https://github.com/void-linux/void-packages/pull/36576

python3-ansible-compat: update to 2.0.2.
<!-- 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 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/36576.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-ansible-compat-2.0.2_1-36576.patch --]
[-- Type: text/x-diff, Size: 1412 bytes --]

From 9ddc121d4dad68458f23b3b8ef9a5b345a498121 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Fri, 8 Apr 2022 11:38:45 +0200
Subject: [PATCH] python3-ansible-compat: update to 2.0.2.

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

diff --git a/srcpkgs/python3-ansible-compat/template b/srcpkgs/python3-ansible-compat/template
index bf03fe221d0a..919455b7e64b 100644
--- a/srcpkgs/python3-ansible-compat/template
+++ b/srcpkgs/python3-ansible-compat/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-ansible-compat'
 pkgname=python3-ansible-compat
-version=2.0.0
+version=2.0.2
 revision=1
 wrksrc="${pkgname/python3-/}-${version}"
 build_style=python3-pep517
@@ -12,11 +12,11 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://github.com/ansible-community/ansible-compat"
 distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
-checksum=4027da4ec2b524c263a801cc2dc6da2b98c2996cec258cef118a30c790467ed2
+checksum=c651995dc323ef145bab857fee6540febc881fb71b7feafe8163d49e273163a5
 
 post_patch() {
 	# scm versioning is broken in this release
-	vsed -e "/name =/a version = ${version}" -e "/setuptools_scm/d" -i setup.cfg
+	vsed -e "/name =/a version = ${version}" -i setup.cfg
 }
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: python3-ansible-compat: update to 2.0.2.
  2022-04-08  9:39 [PR PATCH] python3-ansible-compat: update to 2.0.2 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-04-09  9:45 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-04-09 10:07 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-04-09 10:07 UTC (permalink / raw)
  To: ml

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

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

python3-ansible-compat: update to 2.0.2.
https://github.com/void-linux/void-packages/pull/36576

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

end of thread, other threads:[~2022-04-09 10:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08  9:39 [PR PATCH] python3-ansible-compat: update to 2.0.2 jcgruenhage
2022-04-08 10:36 ` jcgruenhage
2022-04-09  9:40 ` paper42
2022-04-09  9:45 ` [PR PATCH] [Updated] " jcgruenhage
2022-04-09 10:07 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).