Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-itsdangerous: update to 1.1.0
@ 2020-01-18 19:16 voidlinux-github
  2020-01-18 19:51 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-19  9:26 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-18 19:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python-itsdangerous
https://github.com/void-linux/void-packages/pull/18374

python-itsdangerous: update to 1.1.0


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

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

From 6959432ba17b4cec0033a47318bd5345c9ae8197 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Sat, 18 Jan 2020 20:06:06 +0100
Subject: [PATCH] python-itsdangerous: update to 1.1.0

---
 srcpkgs/python-itsdangerous/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python-itsdangerous/template b/srcpkgs/python-itsdangerous/template
index 6e6fe5dcb2b..b79ac6d25d2 100644
--- a/srcpkgs/python-itsdangerous/template
+++ b/srcpkgs/python-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python-itsdangerous'
 pkgname=python-itsdangerous
-version=0.24
-revision=5
+version=1.1.0
+revision=1
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
@@ -10,14 +10,14 @@ hostmakedepends="python-setuptools python3-setuptools"
 makedepends="python-devel python3-devel"
 depends="python"
 short_desc="Various helpers to pass trusted data to untrusted enviroments and back"
-maintainer="Markus Berger <pulux@pf4sh>"
+maintainer="Markus Berger <pulux@pf4sh.de>"
 license="BSD-3-Clause"
 homepage="http://github.com/mitsuhiko/itsdangerous"
 distfiles="${PYPI_SITE}/i/itsdangerous/itsdangerous-${version}.tar.gz"
-checksum=cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
+checksum=321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.rst
 }
 
 python3-itsdangerous_package() {
@@ -27,6 +27,6 @@ python3-itsdangerous_package() {
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*
-		vlicense LICENSE
+		vlicense LICENSE.rst
 	}
 }

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

* Re: [PR PATCH] [Updated] python-itsdangerous: update to 1.1.0
  2020-01-18 19:16 [PR PATCH] python-itsdangerous: update to 1.1.0 voidlinux-github
@ 2020-01-18 19:51 ` voidlinux-github
  2020-01-19  9:26 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-18 19:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python-itsdangerous
https://github.com/void-linux/void-packages/pull/18374

python-itsdangerous: update to 1.1.0


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

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

From 72fec87e009d186862ef91d9e3757c2f9108e5c4 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Sat, 18 Jan 2020 20:06:06 +0100
Subject: [PATCH] python-itsdangerous: update to 1.1.0

---
 srcpkgs/python-itsdangerous/template | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python-itsdangerous/template b/srcpkgs/python-itsdangerous/template
index 6e6fe5dcb2b..fe51cc78a9b 100644
--- a/srcpkgs/python-itsdangerous/template
+++ b/srcpkgs/python-itsdangerous/template
@@ -1,32 +1,30 @@
 # Template file for 'python-itsdangerous'
 pkgname=python-itsdangerous
-version=0.24
-revision=5
+version=1.1.0
+revision=1
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
-pycompile_module="itsdangerous.py"
 hostmakedepends="python-setuptools python3-setuptools"
 makedepends="python-devel python3-devel"
 depends="python"
 short_desc="Various helpers to pass trusted data to untrusted enviroments and back"
-maintainer="Markus Berger <pulux@pf4sh>"
+maintainer="Markus Berger <pulux@pf4sh.de>"
 license="BSD-3-Clause"
 homepage="http://github.com/mitsuhiko/itsdangerous"
 distfiles="${PYPI_SITE}/i/itsdangerous/itsdangerous-${version}.tar.gz"
-checksum=cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
+checksum=321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.rst
 }
 
 python3-itsdangerous_package() {
 	archs=noarch
 	depends="python3"
-	pycompile_module="itsdangerous.py"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*
-		vlicense LICENSE
+		vlicense LICENSE.rst
 	}
 }

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

* Re: [PR PATCH] [Merged]: python-itsdangerous: update to 1.1.0
  2020-01-18 19:16 [PR PATCH] python-itsdangerous: update to 1.1.0 voidlinux-github
  2020-01-18 19:51 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-19  9:26 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-19  9:26 UTC (permalink / raw)
  To: ml

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

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

python-itsdangerous: update to 1.1.0
https://github.com/void-linux/void-packages/pull/18374

Description:


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

end of thread, other threads:[~2020-01-19  9:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-18 19:16 [PR PATCH] python-itsdangerous: update to 1.1.0 voidlinux-github
2020-01-18 19:51 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-19  9:26 ` [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).