Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-imagesize: update to 1.2.0
@ 2020-11-23  3:19 ndowens
  2020-12-17  2:56 ` [PR REVIEW] " ahesford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ndowens @ 2020-11-23  3:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python3-imagesize
https://github.com/void-linux/void-packages/pull/26626

python3-imagesize: update to 1.2.0


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

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

From b9d91a5fd033daf8dde2d704d806c2141227cb9c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 22 Nov 2020 21:20:10 -0600
Subject: [PATCH] python3-imagesize: update to 1.2.0

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

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 71537584f75..cd151693021 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
-version=1.1.0
-revision=4
+version=1.2.0
+revision=1
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,11 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/shibukawa/imagesize_py"
 distfiles="${PYPI_SITE}/i/imagesize/imagesize-${version}.tar.gz"
-checksum=f3832918bc3c66617f92e35f5d70729187676313caa60c187eb0f28b8fe5e3b5
+checksum=b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1
+
+do_check() {
+	python3 setup.py test
+}
 
 post_install() {
 	vlicense LICENSE.rst

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

* Re: [PR REVIEW] python3-imagesize: update to 1.2.0
  2020-11-23  3:19 [PR PATCH] python3-imagesize: update to 1.2.0 ndowens
@ 2020-12-17  2:56 ` ahesford
  2020-12-17  3:19 ` [PR PATCH] [Updated] " ndowens
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-12-17  2:56 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/26626#discussion_r544774473

Comment:
This should be done by default, and is also not the preferred approach anymore. If you drop `do_check` altogether and add `python3-pytest` to `checkdepends`, what happens?

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

* Re: [PR PATCH] [Updated] python3-imagesize: update to 1.2.0
  2020-11-23  3:19 [PR PATCH] python3-imagesize: update to 1.2.0 ndowens
  2020-12-17  2:56 ` [PR REVIEW] " ahesford
@ 2020-12-17  3:19 ` ndowens
  2020-12-17  3:19 ` [PR REVIEW] " ndowens
  2020-12-17  3:48 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-12-17  3:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python3-imagesize
https://github.com/void-linux/void-packages/pull/26626

python3-imagesize: update to 1.2.0


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

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

From 571fa14b897fb271627594614cfd46e45d786c66 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 22 Nov 2020 21:20:10 -0600
Subject: [PATCH] python3-imagesize: update to 1.2.0

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

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 71537584f75..5d36f954e45 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
-version=1.1.0
-revision=4
+version=1.2.0
+revision=1
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Python3 library to get image size from png/jpeg/jpeg2000/gif file"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/shibukawa/imagesize_py"
 distfiles="${PYPI_SITE}/i/imagesize/imagesize-${version}.tar.gz"
-checksum=f3832918bc3c66617f92e35f5d70729187676313caa60c187eb0f28b8fe5e3b5
+checksum=b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1
 
 post_install() {
 	vlicense LICENSE.rst

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

* Re: [PR REVIEW] python3-imagesize: update to 1.2.0
  2020-11-23  3:19 [PR PATCH] python3-imagesize: update to 1.2.0 ndowens
  2020-12-17  2:56 ` [PR REVIEW] " ahesford
  2020-12-17  3:19 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-17  3:19 ` ndowens
  2020-12-17  3:48 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-12-17  3:19 UTC (permalink / raw)
  To: ml

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

New review comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26626#discussion_r544781943

Comment:
7 tests pass :)

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

* Re: [PR PATCH] [Merged]: python3-imagesize: update to 1.2.0
  2020-11-23  3:19 [PR PATCH] python3-imagesize: update to 1.2.0 ndowens
                   ` (2 preceding siblings ...)
  2020-12-17  3:19 ` [PR REVIEW] " ndowens
@ 2020-12-17  3:48 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-12-17  3:48 UTC (permalink / raw)
  To: ml

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

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

python3-imagesize: update to 1.2.0
https://github.com/void-linux/void-packages/pull/26626

Description:


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

end of thread, other threads:[~2020-12-17  3:48 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:19 [PR PATCH] python3-imagesize: update to 1.2.0 ndowens
2020-12-17  2:56 ` [PR REVIEW] " ahesford
2020-12-17  3:19 ` [PR PATCH] [Updated] " ndowens
2020-12-17  3:19 ` [PR REVIEW] " ndowens
2020-12-17  3:48 ` [PR PATCH] [Merged]: " ahesford

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