Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pillow-simd: update to 7.1.2
@ 2020-05-15 15:11 mustaqimM
  2020-05-15 23:07 ` Chocimier
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mustaqimM @ 2020-05-15 15:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages update_pillow_simd
https://github.com/void-linux/void-packages/pull/21987

python3-pillow-simd: update to 7.1.2


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

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

From 9060506149afe404d108fa71e41f13f7068021b4 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Fri, 15 May 2020 16:45:31 +0200
Subject: [PATCH] python3-pillow-simd: update to 7.1.2

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

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 40478b86df7..3ed3312ee6d 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
-version=7.0.0.post3
+version=7.1.2
 revision=1
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
@@ -8,14 +8,14 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libjpeg-turbo-devel libopenjpeg2-devel
  zlib-devel tiff-devel freetype-devel lcms2-devel libwebp-devel
- libimagequant-devel freetype-devel harfbuzz-devel fribidi-devel libraqm-devel"
+ libimagequant-devel harfbuzz-devel fribidi-devel libraqm-devel"
 short_desc="Python3 Imaging Library (PIL) fork (SIMD)"
 maintainer="mustaqim <mustaqim@pm.me>"
 license="custom: PIL"
 homepage="https://python-pillow.org/pillow-perf/"
 changelog="https://github.com/uploadcare/pillow-simd/blob/simd/master/CHANGES.SIMD.rst"
-distfiles="https://github.com/uploadcare/pillow-simd/archive/v${version}.tar.gz"
-checksum=9844b83312804a155fbdb5d4239578f4f1861f8a196ab8310992524484053b06
+distfiles="https://github.com/uploadcare/pillow-simd/archive/${version}.tar.gz"
+checksum=72e1c9d48543531f5fc04594fa330d1111ecc2ac04a9bcda0c6ad3abe6a616aa
 replaces="python3-Pillow>=0"
 provides="python3-Pillow-${version}_${revision}"
 

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

* Re: python3-pillow-simd: update to 7.1.2
  2020-05-15 15:11 [PR PATCH] python3-pillow-simd: update to 7.1.2 mustaqimM
@ 2020-05-15 23:07 ` Chocimier
  2020-05-16  4:37 ` mustaqimM
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2020-05-15 23:07 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21987#issuecomment-629542572

Comment:
Please add following before post_install.

```
do_check() {
	: # downloads pillow and tests it instead
}
```

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

* Re: python3-pillow-simd: update to 7.1.2
  2020-05-15 15:11 [PR PATCH] python3-pillow-simd: update to 7.1.2 mustaqimM
  2020-05-15 23:07 ` Chocimier
@ 2020-05-16  4:37 ` mustaqimM
  2020-05-16  9:23 ` Chocimier
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mustaqimM @ 2020-05-16  4:37 UTC (permalink / raw)
  To: ml

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

New comment by mustaqimM on void-packages repository

https://github.com/void-linux/void-packages/pull/21987#issuecomment-629587170

Comment:
@Chocimier How do I do that? Just like this:
```bash
checkdepends="python3-pytest"

do_check() {
	python3 -m pytest
}
```

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

* Re: python3-pillow-simd: update to 7.1.2
  2020-05-15 15:11 [PR PATCH] python3-pillow-simd: update to 7.1.2 mustaqimM
  2020-05-15 23:07 ` Chocimier
  2020-05-16  4:37 ` mustaqimM
@ 2020-05-16  9:23 ` Chocimier
  2020-05-16  9:39 ` [PR PATCH] [Updated] " mustaqimM
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2020-05-16  9:23 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21987#issuecomment-629616023

Comment:
I meant literally do-nothing function. Tests are broken.

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

* Re: [PR PATCH] [Updated] python3-pillow-simd: update to 7.1.2
  2020-05-15 15:11 [PR PATCH] python3-pillow-simd: update to 7.1.2 mustaqimM
                   ` (2 preceding siblings ...)
  2020-05-16  9:23 ` Chocimier
@ 2020-05-16  9:39 ` mustaqimM
  2020-05-16  9:48 ` mustaqimM
  2020-05-16 10:49 ` [PR PATCH] [Merged]: " Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: mustaqimM @ 2020-05-16  9:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages update_pillow_simd
https://github.com/void-linux/void-packages/pull/21987

python3-pillow-simd: update to 7.1.2


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

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

From 9060506149afe404d108fa71e41f13f7068021b4 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Fri, 15 May 2020 16:45:31 +0200
Subject: [PATCH 1/2] python3-pillow-simd: update to 7.1.2

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

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 40478b86df7..3ed3312ee6d 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
-version=7.0.0.post3
+version=7.1.2
 revision=1
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
@@ -8,14 +8,14 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libjpeg-turbo-devel libopenjpeg2-devel
  zlib-devel tiff-devel freetype-devel lcms2-devel libwebp-devel
- libimagequant-devel freetype-devel harfbuzz-devel fribidi-devel libraqm-devel"
+ libimagequant-devel harfbuzz-devel fribidi-devel libraqm-devel"
 short_desc="Python3 Imaging Library (PIL) fork (SIMD)"
 maintainer="mustaqim <mustaqim@pm.me>"
 license="custom: PIL"
 homepage="https://python-pillow.org/pillow-perf/"
 changelog="https://github.com/uploadcare/pillow-simd/blob/simd/master/CHANGES.SIMD.rst"
-distfiles="https://github.com/uploadcare/pillow-simd/archive/v${version}.tar.gz"
-checksum=9844b83312804a155fbdb5d4239578f4f1861f8a196ab8310992524484053b06
+distfiles="https://github.com/uploadcare/pillow-simd/archive/${version}.tar.gz"
+checksum=72e1c9d48543531f5fc04594fa330d1111ecc2ac04a9bcda0c6ad3abe6a616aa
 replaces="python3-Pillow>=0"
 provides="python3-Pillow-${version}_${revision}"
 

From 7ca0cd4d46d9dd5510c2a897bae089ac6943f714 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Sat, 16 May 2020 11:39:05 +0200
Subject: [PATCH 2/2] python3-pillow-simd: update to 7.1.2

---
 srcpkgs/python3-pillow-simd/template | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 3ed3312ee6d..9e72fb8f5ce 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -19,6 +19,10 @@ checksum=72e1c9d48543531f5fc04594fa330d1111ecc2ac04a9bcda0c6ad3abe6a616aa
 replaces="python3-Pillow>=0"
 provides="python3-Pillow-${version}_${revision}"
 
+do_check() {
+	: # downloads pillow and tests it instead
+}
+
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] python3-pillow-simd: update to 7.1.2
  2020-05-15 15:11 [PR PATCH] python3-pillow-simd: update to 7.1.2 mustaqimM
                   ` (3 preceding siblings ...)
  2020-05-16  9:39 ` [PR PATCH] [Updated] " mustaqimM
@ 2020-05-16  9:48 ` mustaqimM
  2020-05-16 10:49 ` [PR PATCH] [Merged]: " Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: mustaqimM @ 2020-05-16  9:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages update_pillow_simd
https://github.com/void-linux/void-packages/pull/21987

python3-pillow-simd: update to 7.1.2


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

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

From 181a71bc751cbfd7510cf1286f0745d20cbc1ec1 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Sat, 16 May 2020 11:48:05 +0200
Subject: [PATCH] python3-pillow-simd: update to 7.1.2

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

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 40478b86df7..9e72fb8f5ce 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
-version=7.0.0.post3
+version=7.1.2
 revision=1
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
@@ -8,17 +8,21 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libjpeg-turbo-devel libopenjpeg2-devel
  zlib-devel tiff-devel freetype-devel lcms2-devel libwebp-devel
- libimagequant-devel freetype-devel harfbuzz-devel fribidi-devel libraqm-devel"
+ libimagequant-devel harfbuzz-devel fribidi-devel libraqm-devel"
 short_desc="Python3 Imaging Library (PIL) fork (SIMD)"
 maintainer="mustaqim <mustaqim@pm.me>"
 license="custom: PIL"
 homepage="https://python-pillow.org/pillow-perf/"
 changelog="https://github.com/uploadcare/pillow-simd/blob/simd/master/CHANGES.SIMD.rst"
-distfiles="https://github.com/uploadcare/pillow-simd/archive/v${version}.tar.gz"
-checksum=9844b83312804a155fbdb5d4239578f4f1861f8a196ab8310992524484053b06
+distfiles="https://github.com/uploadcare/pillow-simd/archive/${version}.tar.gz"
+checksum=72e1c9d48543531f5fc04594fa330d1111ecc2ac04a9bcda0c6ad3abe6a616aa
 replaces="python3-Pillow>=0"
 provides="python3-Pillow-${version}_${revision}"
 
+do_check() {
+	: # downloads pillow and tests it instead
+}
+
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Merged]: python3-pillow-simd: update to 7.1.2
  2020-05-15 15:11 [PR PATCH] python3-pillow-simd: update to 7.1.2 mustaqimM
                   ` (4 preceding siblings ...)
  2020-05-16  9:48 ` mustaqimM
@ 2020-05-16 10:49 ` Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2020-05-16 10:49 UTC (permalink / raw)
  To: ml

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

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

python3-pillow-simd: update to 7.1.2
https://github.com/void-linux/void-packages/pull/21987

Description:


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

end of thread, other threads:[~2020-05-16 10:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15 15:11 [PR PATCH] python3-pillow-simd: update to 7.1.2 mustaqimM
2020-05-15 23:07 ` Chocimier
2020-05-16  4:37 ` mustaqimM
2020-05-16  9:23 ` Chocimier
2020-05-16  9:39 ` [PR PATCH] [Updated] " mustaqimM
2020-05-16  9:48 ` mustaqimM
2020-05-16 10:49 ` [PR PATCH] [Merged]: " Chocimier

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