Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-CherryPy: update to 18.2.0.
@ 2019-09-04  7:46 voidlinux-github
  2019-09-04  8:07 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-04  7:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bra1nwave/void-packages cherrypy
https://github.com/void-linux/void-packages/pull/14202

python3-CherryPy: update to 18.2.0.


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

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

From cbef47316a2a610914fe67ba92981a50f824bc1e Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Wed, 4 Sep 2019 09:23:50 +0200
Subject: [PATCH] python3-CherryPy: update to 18.2.0.

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

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index af8be4ee59e..a4b46cf99a5 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
-version=18.1.2
+version=18.2.0
 revision=1
 archs=noarch
 wrksrc="CherryPy-${version}"
@@ -13,7 +13,8 @@ maintainer="bra1nwave <brainwave@openmailbox.org>"
 license="BSD-3-Clause"
 homepage="https://cherrypy.org/"
 distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
-checksum=48de31ba3db04c5354a0fcf8acf21a9c5190380013afca746d50237c9ebe70f0
+changelog="https://raw.githubusercontent.com/cherrypy/cherrypy/master/CHANGES.rst"
+checksum=16fc226a280cd772ede7c309d3964002196784ac6615d8bface52be12ff51230
 alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
 
 pre_build() {
@@ -23,6 +24,6 @@ pre_build() {
 }
 
 post_install() {
-	mv ${DESTDIR}/usr/bin/cherryd ${DESTDIR}/usr/bin/cherryd3
+	mv ${DESTDIR}/usr/bin/cherryd{,3}
 	vlicense LICENSE.md
 }

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

* Re: [PR PATCH] [Updated] python3-CherryPy: update to 18.2.0.
  2019-09-04  7:46 [PR PATCH] python3-CherryPy: update to 18.2.0 voidlinux-github
@ 2019-09-04  8:07 ` voidlinux-github
  2019-09-04  8:07 ` voidlinux-github
  2019-09-06  6:44 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-04  8:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bra1nwave/void-packages cherrypy
https://github.com/void-linux/void-packages/pull/14202

python3-CherryPy: update to 18.2.0.


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

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

From 901f56b0d0bbb2f7798cba16995c8b0ce3a33a2a Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Wed, 4 Sep 2019 09:23:50 +0200
Subject: [PATCH] python3-CherryPy: update to 18.2.0.

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

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index af8be4ee59e..8c5d0032eea 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
-version=18.1.2
+version=18.2.0
 revision=1
 archs=noarch
 wrksrc="CherryPy-${version}"
@@ -12,8 +12,9 @@ short_desc="Object-oriented HTTP framework (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
 license="BSD-3-Clause"
 homepage="https://cherrypy.org/"
+changelog="https://raw.githubusercontent.com/cherrypy/cherrypy/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
-checksum=48de31ba3db04c5354a0fcf8acf21a9c5190380013afca746d50237c9ebe70f0
+checksum=16fc226a280cd772ede7c309d3964002196784ac6615d8bface52be12ff51230
 alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
 
 pre_build() {
@@ -23,6 +24,6 @@ pre_build() {
 }
 
 post_install() {
-	mv ${DESTDIR}/usr/bin/cherryd ${DESTDIR}/usr/bin/cherryd3
+	mv ${DESTDIR}/usr/bin/cherryd{,3}
 	vlicense LICENSE.md
 }

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

* Re: [PR PATCH] [Updated] python3-CherryPy: update to 18.2.0.
  2019-09-04  7:46 [PR PATCH] python3-CherryPy: update to 18.2.0 voidlinux-github
  2019-09-04  8:07 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-04  8:07 ` voidlinux-github
  2019-09-06  6:44 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-04  8:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bra1nwave/void-packages cherrypy
https://github.com/void-linux/void-packages/pull/14202

python3-CherryPy: update to 18.2.0.


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

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

From 901f56b0d0bbb2f7798cba16995c8b0ce3a33a2a Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Wed, 4 Sep 2019 09:23:50 +0200
Subject: [PATCH] python3-CherryPy: update to 18.2.0.

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

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index af8be4ee59e..8c5d0032eea 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
-version=18.1.2
+version=18.2.0
 revision=1
 archs=noarch
 wrksrc="CherryPy-${version}"
@@ -12,8 +12,9 @@ short_desc="Object-oriented HTTP framework (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
 license="BSD-3-Clause"
 homepage="https://cherrypy.org/"
+changelog="https://raw.githubusercontent.com/cherrypy/cherrypy/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
-checksum=48de31ba3db04c5354a0fcf8acf21a9c5190380013afca746d50237c9ebe70f0
+checksum=16fc226a280cd772ede7c309d3964002196784ac6615d8bface52be12ff51230
 alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
 
 pre_build() {
@@ -23,6 +24,6 @@ pre_build() {
 }
 
 post_install() {
-	mv ${DESTDIR}/usr/bin/cherryd ${DESTDIR}/usr/bin/cherryd3
+	mv ${DESTDIR}/usr/bin/cherryd{,3}
 	vlicense LICENSE.md
 }

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

* Re: [PR PATCH] [Merged]: python3-CherryPy: update to 18.2.0.
  2019-09-04  7:46 [PR PATCH] python3-CherryPy: update to 18.2.0 voidlinux-github
  2019-09-04  8:07 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-04  8:07 ` voidlinux-github
@ 2019-09-06  6:44 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-06  6:44 UTC (permalink / raw)
  To: ml

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

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

python3-CherryPy: update to 18.2.0.
https://github.com/void-linux/void-packages/pull/14202

Description:


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

end of thread, other threads:[~2019-09-06  6:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-04  7:46 [PR PATCH] python3-CherryPy: update to 18.2.0 voidlinux-github
2019-09-04  8:07 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-04  8:07 ` voidlinux-github
2019-09-06  6:44 ` [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).