Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-Flask: update to 1.1.0.
@ 2019-07-07  5:09 voidlinux-github
  2019-07-08  7:31 ` voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-07  5:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python-Flask
https://github.com/void-linux/void-packages/pull/12857

python-Flask: update to 1.1.0.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-Flask-12857.patch --]
[-- Type: application/text/x-diff, Size: 1023 bytes --]

From e577c26648642ba949222750e4dc54dca0ace2cf Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Sun, 7 Jul 2019 07:09:20 +0200
Subject: [PATCH] python-Flask: update to 1.1.0.

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

diff --git a/srcpkgs/python-Flask/template b/srcpkgs/python-Flask/template
index 08a045a0641..d3a40a5d15d 100644
--- a/srcpkgs/python-Flask/template
+++ b/srcpkgs/python-Flask/template
@@ -1,6 +1,6 @@
 # Template file for 'python-Flask'
 pkgname=python-Flask
-version=1.0.2
+version=1.1.0
 revision=1
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
@@ -13,7 +13,7 @@ maintainer="Markus Berger <pulux@pf4sh.de>"
 license="BSD-3-Clause"
 homepage="http://flask.pocoo.org"
 distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz"
-checksum=2271c0070dbcb5275fad4a82e29f23ab92682dc45f9dfbc22c02ba9b9322ce48
+checksum=b5ae63812021cb04174fcff05d560a98387a44d9cccd4652a2bfa131ba4e4c9b
 alternatives="flask:flask:/usr/bin/flask2"
 
 post_install() {

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

* Re: python-Flask: update to 1.1.0.
  2019-07-07  5:09 [PR PATCH] python-Flask: update to 1.1.0 voidlinux-github
@ 2019-07-08  7:31 ` voidlinux-github
  2019-07-08 15:34 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-08  7:31 UTC (permalink / raw)
  To: ml

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

New comment by pfpulux on void-packages repository

https://github.com/void-linux/void-packages/pull/12857#issuecomment-509112888
Comment:
the main problem seems
```
mv: cannot stat '/destdir//python-Flask-1.1.0/usr/bin/flask3': No such file or directory
=> ERROR: python3-Flask-1.1.0_1: pkg_install: 'mv ${_destdir}/$files ${_pkgdestdir}/${_targetdir}' exited with 
=> ERROR:   in _vmove() at common/environment/setup/install.sh:232
=> ERROR:   in _noglob_helper() at common/environment/setup/install.sh:12
=> ERROR:   in pkg_install() at srcpkgs/python3-Flask/template:30
```
But in /destdir// is the folder python3-Flask-1.1.0 not python-Flask-1.1.0, so it seems a problem with vmove.


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

* Re: [PR PATCH] [Updated] python-Flask: update to 1.1.0.
  2019-07-07  5:09 [PR PATCH] python-Flask: update to 1.1.0 voidlinux-github
  2019-07-08  7:31 ` voidlinux-github
@ 2019-07-08 15:34 ` voidlinux-github
  2019-07-08 15:34 ` voidlinux-github
  2019-07-09  8:25 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-08 15:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python-Flask
https://github.com/void-linux/void-packages/pull/12857

python-Flask: update to 1.1.0.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-Flask-12857.patch --]
[-- Type: application/text/x-diff, Size: 1266 bytes --]

From 3265b9561c53f0066974771be7220d1776c2757c Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Mon, 8 Jul 2019 17:34:13 +0200
Subject: [PATCH] python-Flask: update to 1.1.0.

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

diff --git a/srcpkgs/python-Flask/template b/srcpkgs/python-Flask/template
index 08a045a0641..149a76c077e 100644
--- a/srcpkgs/python-Flask/template
+++ b/srcpkgs/python-Flask/template
@@ -1,6 +1,6 @@
 # Template file for 'python-Flask'
 pkgname=python-Flask
-version=1.0.2
+version=1.1.0
 revision=1
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
@@ -13,11 +13,11 @@ maintainer="Markus Berger <pulux@pf4sh.de>"
 license="BSD-3-Clause"
 homepage="http://flask.pocoo.org"
 distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz"
-checksum=2271c0070dbcb5275fad4a82e29f23ab92682dc45f9dfbc22c02ba9b9322ce48
+checksum=b5ae63812021cb04174fcff05d560a98387a44d9cccd4652a2bfa131ba4e4c9b
 alternatives="flask:flask:/usr/bin/flask2"
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.rst
 }
 
 python3-Flask_package() {
@@ -29,6 +29,6 @@ python3-Flask_package() {
 	pkg_install() {
 		vmove usr/bin/flask3
 		vmove usr/lib/python3*
-		vlicense LICENSE
+		vlicense LICENSE.rst
 	}
 }

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

* Re: [PR PATCH] [Updated] python-Flask: update to 1.1.0.
  2019-07-07  5:09 [PR PATCH] python-Flask: update to 1.1.0 voidlinux-github
  2019-07-08  7:31 ` voidlinux-github
  2019-07-08 15:34 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-08 15:34 ` voidlinux-github
  2019-07-09  8:25 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-08 15:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python-Flask
https://github.com/void-linux/void-packages/pull/12857

python-Flask: update to 1.1.0.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-Flask-12857.patch --]
[-- Type: application/text/x-diff, Size: 1266 bytes --]

From 3265b9561c53f0066974771be7220d1776c2757c Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Mon, 8 Jul 2019 17:34:13 +0200
Subject: [PATCH] python-Flask: update to 1.1.0.

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

diff --git a/srcpkgs/python-Flask/template b/srcpkgs/python-Flask/template
index 08a045a0641..149a76c077e 100644
--- a/srcpkgs/python-Flask/template
+++ b/srcpkgs/python-Flask/template
@@ -1,6 +1,6 @@
 # Template file for 'python-Flask'
 pkgname=python-Flask
-version=1.0.2
+version=1.1.0
 revision=1
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
@@ -13,11 +13,11 @@ maintainer="Markus Berger <pulux@pf4sh.de>"
 license="BSD-3-Clause"
 homepage="http://flask.pocoo.org"
 distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz"
-checksum=2271c0070dbcb5275fad4a82e29f23ab92682dc45f9dfbc22c02ba9b9322ce48
+checksum=b5ae63812021cb04174fcff05d560a98387a44d9cccd4652a2bfa131ba4e4c9b
 alternatives="flask:flask:/usr/bin/flask2"
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.rst
 }
 
 python3-Flask_package() {
@@ -29,6 +29,6 @@ python3-Flask_package() {
 	pkg_install() {
 		vmove usr/bin/flask3
 		vmove usr/lib/python3*
-		vlicense LICENSE
+		vlicense LICENSE.rst
 	}
 }

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

* Re: [PR PATCH] [Merged]: python-Flask: update to 1.1.0.
  2019-07-07  5:09 [PR PATCH] python-Flask: update to 1.1.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-08 15:34 ` voidlinux-github
@ 2019-07-09  8:25 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-09  8:25 UTC (permalink / raw)
  To: ml

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

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

python-Flask: update to 1.1.0.
https://github.com/void-linux/void-packages/pull/12857
Description: 

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

end of thread, other threads:[~2019-07-09  8:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-07  5:09 [PR PATCH] python-Flask: update to 1.1.0 voidlinux-github
2019-07-08  7:31 ` voidlinux-github
2019-07-08 15:34 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-08 15:34 ` voidlinux-github
2019-07-09  8:25 ` [PR PATCH] [Merged]: " voidlinux-github

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