Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-injector: update to 0.19.0
@ 2021-12-24 21:36 AI-nsley69
  2021-12-24 21:43 ` [PR PATCH] [Updated] " AI-nsley69
  2021-12-26  2:25 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: AI-nsley69 @ 2021-12-24 21:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AI-nsley69/void-packages patch-3
https://github.com/void-linux/void-packages/pull/34688

python3-injector: update to 0.19.0
This will fix an [issue with gwe not working on python 3.10](https://gitlab.com/leinardi/gwe/-/issues/162).

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

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

<!--
#### 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/34688.patch is attached

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

From 73774764088357e54e9d45cbde0a109b2590f442 Mon Sep 17 00:00:00 2001
From: AI-nsley69 <62105998+AI-nsley69@users.noreply.github.com>
Date: Fri, 24 Dec 2021 22:36:11 +0100
Subject: [PATCH] python3-injector: update to 0.19.0

This will fix an [issue with gwe not working on python 3.10](https://gitlab.com/leinardi/gwe/-/issues/162).
---
 srcpkgs/python3-injector/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
index daf71c0e3760..cde75620e4df 100644
--- a/srcpkgs/python3-injector/template
+++ b/srcpkgs/python3-injector/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-injector'
 pkgname=python3-injector
-version=0.18.4
-revision=2
+version=0.19.0
+revision=1
 wrksrc="injector-${version}"
 build_style=python3-module
 hostmakedepends="python3-typing_extensions python3-setuptools"
@@ -12,7 +12,7 @@ maintainer="Duje Mihanovic <mihaduje@pm.me>"
 license="BSD-3-Clause"
 homepage="https://github.com/alecthomas/injector"
 distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
-checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
+checksum=ecc568a4ccb405b7f759db3fdd7c65a6f0435e3ee67ab6149e244f3c214e55bb
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] python3-injector: update to 0.19.0
  2021-12-24 21:36 [PR PATCH] python3-injector: update to 0.19.0 AI-nsley69
@ 2021-12-24 21:43 ` AI-nsley69
  2021-12-26  2:25 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: AI-nsley69 @ 2021-12-24 21:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AI-nsley69/void-packages patch-3
https://github.com/void-linux/void-packages/pull/34688

python3-injector: update to 0.19.0
This will fix an [issue with gwe not working on python 3.10](https://gitlab.com/leinardi/gwe/-/issues/162).

<!-- 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/34688.patch is attached

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

From ad4c0065b0dc1e40dfe98182059c1814865714de Mon Sep 17 00:00:00 2001
From: AI-nsley69 <62105998+AI-nsley69@users.noreply.github.com>
Date: Fri, 24 Dec 2021 22:36:11 +0100
Subject: [PATCH] python3-injector: update to 0.19.0

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

diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
index daf71c0e3760..cde75620e4df 100644
--- a/srcpkgs/python3-injector/template
+++ b/srcpkgs/python3-injector/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-injector'
 pkgname=python3-injector
-version=0.18.4
-revision=2
+version=0.19.0
+revision=1
 wrksrc="injector-${version}"
 build_style=python3-module
 hostmakedepends="python3-typing_extensions python3-setuptools"
@@ -12,7 +12,7 @@ maintainer="Duje Mihanovic <mihaduje@pm.me>"
 license="BSD-3-Clause"
 homepage="https://github.com/alecthomas/injector"
 distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
-checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
+checksum=ecc568a4ccb405b7f759db3fdd7c65a6f0435e3ee67ab6149e244f3c214e55bb
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Merged]: python3-injector: update to 0.19.0
  2021-12-24 21:36 [PR PATCH] python3-injector: update to 0.19.0 AI-nsley69
  2021-12-24 21:43 ` [PR PATCH] [Updated] " AI-nsley69
@ 2021-12-26  2:25 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-12-26  2:25 UTC (permalink / raw)
  To: ml

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

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

python3-injector: update to 0.19.0
https://github.com/void-linux/void-packages/pull/34688

Description:
This will fix an [issue with gwe not working on python 3.10](https://gitlab.com/leinardi/gwe/-/issues/162).

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

end of thread, other threads:[~2021-12-26  2:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-24 21:36 [PR PATCH] python3-injector: update to 0.19.0 AI-nsley69
2021-12-24 21:43 ` [PR PATCH] [Updated] " AI-nsley69
2021-12-26  2:25 ` [PR PATCH] [Merged]: " ericonr

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