Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3_nose2: update to 0.14.2
@ 2024-05-10  2:33 andrelcmoreira
  2024-05-10  2:34 ` [PR PATCH] [Updated] python3-nose2: " andrelcmoreira
  2024-05-14 21:24 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: andrelcmoreira @ 2024-05-10  2:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andrelcmoreira/void-packages update_python3_nose2
https://github.com/void-linux/void-packages/pull/50266

python3_nose2: update to 0.14.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From 282bf12ea81b151c07ce653ce631c02b42f10be4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Thu, 9 May 2024 22:33:32 -0300
Subject: [PATCH] python3_nose2: update to 0.14.2

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

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index 9bf7d619fe3f85..778910434a432b 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
-version=0.14.1
+version=0.14.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://github.com/nose-devs/nose2"
 distfiles="${PYPI_SITE}/n/nose2/nose2-${version}.tar.gz"
-checksum=7f8f03a21c9de2c33015933afcef72bf8e4a2d5dfec3b40092287de6e41b093a
+checksum=29e581efcef01a1aba391e817b121a681e9841b3299c1110bba8b1cd1d4074bf
 conflicts="python-nose2>=0"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] python3-nose2: update to 0.14.2
  2024-05-10  2:33 [PR PATCH] python3_nose2: update to 0.14.2 andrelcmoreira
@ 2024-05-10  2:34 ` andrelcmoreira
  2024-05-14 21:24 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: andrelcmoreira @ 2024-05-10  2:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andrelcmoreira/void-packages update_python3_nose2
https://github.com/void-linux/void-packages/pull/50266

python3-nose2: update to 0.14.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From 1ca27142224c82d020f9107d7e30573d7a54832b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Thu, 9 May 2024 22:33:32 -0300
Subject: [PATCH] python3-nose2: update to 0.14.2

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

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index 9bf7d619fe3f85..778910434a432b 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
-version=0.14.1
+version=0.14.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://github.com/nose-devs/nose2"
 distfiles="${PYPI_SITE}/n/nose2/nose2-${version}.tar.gz"
-checksum=7f8f03a21c9de2c33015933afcef72bf8e4a2d5dfec3b40092287de6e41b093a
+checksum=29e581efcef01a1aba391e817b121a681e9841b3299c1110bba8b1cd1d4074bf
 conflicts="python-nose2>=0"
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: python3-nose2: update to 0.14.2
  2024-05-10  2:33 [PR PATCH] python3_nose2: update to 0.14.2 andrelcmoreira
  2024-05-10  2:34 ` [PR PATCH] [Updated] python3-nose2: " andrelcmoreira
@ 2024-05-14 21:24 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-05-14 21:24 UTC (permalink / raw)
  To: ml

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

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

python3-nose2: update to 0.14.2
https://github.com/void-linux/void-packages/pull/50266

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

end of thread, other threads:[~2024-05-14 21:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-10  2:33 [PR PATCH] python3_nose2: update to 0.14.2 andrelcmoreira
2024-05-10  2:34 ` [PR PATCH] [Updated] python3-nose2: " andrelcmoreira
2024-05-14 21:24 ` [PR PATCH] [Merged]: " cinerea0

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