Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-httmock: update to 1.4.0
@ 2020-11-23  3:23 ndowens
  2020-11-23  3:37 ` [PR PATCH] [Updated] " ndowens
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ndowens @ 2020-11-23  3:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python3-httmock
https://github.com/void-linux/void-packages/pull/26627

python3-httmock: update to 1.4.0


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

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

From 9f3426858f868f5b9f2297274a5612d1dd107d72 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 22 Nov 2020 21:23:43 -0600
Subject: [PATCH] python3-httmock: update to 1.4.0

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

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index db9c09060ad..aa96f9a4324 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
-version=1.3.0
-revision=4
+version=1.4.0
+revision=1
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,8 +12,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/patrys/httmock"
 distfiles="https://github.com/patrys/httmock/archive/${version}.tar.gz"
-checksum=4716729f0d07f3f6043dde43545a5381c4c6031a62e9dc9eed21e73c63d86722
+checksum=e1f094f555fe5e17c82c102dcd9093f3a041f5457f8ac75829c17f32db362bf1
 
 do_check() {
-	python3 setup.py test
+	python3 setup.py test 
 }

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

* Re: [PR PATCH] [Updated] python3-httmock: update to 1.4.0
  2020-11-23  3:23 [PR PATCH] python3-httmock: update to 1.4.0 ndowens
@ 2020-11-23  3:37 ` ndowens
  2020-11-23 14:36 ` [PR REVIEW] " Piraty
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-23  3:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python3-httmock
https://github.com/void-linux/void-packages/pull/26627

python3-httmock: update to 1.4.0


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

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

From 25b651809538c75e896aa12853faca7c44530ec1 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 22 Nov 2020 21:23:43 -0600
Subject: [PATCH] python3-httmock: update to 1.4.0

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

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index db9c09060ad..ce411141c98 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
-version=1.3.0
-revision=4
+version=1.4.0
+revision=1
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/patrys/httmock"
 distfiles="https://github.com/patrys/httmock/archive/${version}.tar.gz"
-checksum=4716729f0d07f3f6043dde43545a5381c4c6031a62e9dc9eed21e73c63d86722
+checksum=e1f094f555fe5e17c82c102dcd9093f3a041f5457f8ac75829c17f32db362bf1
 
 do_check() {
 	python3 setup.py test

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

* Re: [PR REVIEW] python3-httmock: update to 1.4.0
  2020-11-23  3:23 [PR PATCH] python3-httmock: update to 1.4.0 ndowens
  2020-11-23  3:37 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-23 14:36 ` Piraty
  2020-11-23 15:13 ` [PR PATCH] [Updated] " ndowens
  2020-11-23 15:43 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2020-11-23 14:36 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/26627#discussion_r528747276

Comment:
this is the default as per `common/build-style/python3-module.sh`

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

* Re: [PR PATCH] [Updated] python3-httmock: update to 1.4.0
  2020-11-23  3:23 [PR PATCH] python3-httmock: update to 1.4.0 ndowens
  2020-11-23  3:37 ` [PR PATCH] [Updated] " ndowens
  2020-11-23 14:36 ` [PR REVIEW] " Piraty
@ 2020-11-23 15:13 ` ndowens
  2020-11-23 15:43 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-23 15:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python3-httmock
https://github.com/void-linux/void-packages/pull/26627

python3-httmock: update to 1.4.0


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

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

From d06c9a056f92c812ac322016f4ae5fb5e5dc8f10 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 22 Nov 2020 21:23:43 -0600
Subject: [PATCH] python3-httmock: update to 1.4.0

---
 srcpkgs/python3-httmock/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index db9c09060ad..1ae09446ee7 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
-version=1.3.0
-revision=4
+version=1.4.0
+revision=1
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,8 +12,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/patrys/httmock"
 distfiles="https://github.com/patrys/httmock/archive/${version}.tar.gz"
-checksum=4716729f0d07f3f6043dde43545a5381c4c6031a62e9dc9eed21e73c63d86722
-
-do_check() {
-	python3 setup.py test
-}
+checksum=e1f094f555fe5e17c82c102dcd9093f3a041f5457f8ac75829c17f32db362bf1

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

* Re: [PR PATCH] [Merged]: python3-httmock: update to 1.4.0
  2020-11-23  3:23 [PR PATCH] python3-httmock: update to 1.4.0 ndowens
                   ` (2 preceding siblings ...)
  2020-11-23 15:13 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-23 15:43 ` Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2020-11-23 15:43 UTC (permalink / raw)
  To: ml

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

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

python3-httmock: update to 1.4.0
https://github.com/void-linux/void-packages/pull/26627

Description:


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

end of thread, other threads:[~2020-11-23 15:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-23  3:23 [PR PATCH] python3-httmock: update to 1.4.0 ndowens
2020-11-23  3:37 ` [PR PATCH] [Updated] " ndowens
2020-11-23 14:36 ` [PR REVIEW] " Piraty
2020-11-23 15:13 ` [PR PATCH] [Updated] " ndowens
2020-11-23 15:43 ` [PR PATCH] [Merged]: " Piraty

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