Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-urwid: update to 2.1.0.
@ 2020-05-22 19:49 travankor
  2020-05-22 20:37 ` [PR PATCH] [Updated] " travankor
  2020-05-23  8:37 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 2 replies; 3+ messages in thread
From: travankor @ 2020-05-22 19:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages python3-urwid
https://github.com/void-linux/void-packages/pull/22203

python-urwid: update to 2.1.0.
None

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

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

From cd4ae456b155c8bfa891340a9dfa42330d8a8b84 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Fri, 22 May 2020 12:43:45 -0700
Subject: [PATCH] python-urwid: update to 2.1.0.

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

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 7adf8b76b96..01a10d668bd 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
-version=2.0.1
-revision=3
+version=2.1.0
+revision=1
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -12,7 +12,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 homepage="http://urwid.org/"
 license="LGPL-2.1"
 distfiles="${PYPI_SITE}/u/urwid/urwid-${version}.tar.gz"
-checksum=644d3e3900867161a2fc9287a9762753d66bd194754679adb26aede559bcccbc
+changelog="https://raw.githubusercontent.com/urwid/urwid/master/docs/changelog.rst"
+checksum=0896f36060beb6bf3801cb554303fef336a79661401797551ba106d23ab4cd86
 
 python3-urwid_package() {
 	pycompile_module="urwid"

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

* Re: [PR PATCH] [Updated] python-urwid: update to 2.1.0.
  2020-05-22 19:49 [PR PATCH] python-urwid: update to 2.1.0 travankor
@ 2020-05-22 20:37 ` travankor
  2020-05-23  8:37 ` [PR PATCH] [Merged]: " Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: travankor @ 2020-05-22 20:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages python3-urwid
https://github.com/void-linux/void-packages/pull/22203

python-urwid: update to 2.1.0.
None

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

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

From 68dbd709973023380879dfeae97352bf2a64ac25 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Fri, 22 May 2020 12:43:45 -0700
Subject: [PATCH] python-urwid: update to 2.1.0.

---
 srcpkgs/python-urwid/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 7adf8b76b96..4fac8137bc6 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,21 +1,20 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
-version=2.0.1
-revision=3
+version=2.1.0
+revision=1
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"
 makedepends="python-devel python3-devel"
-pycompile_module="urwid"
 short_desc="Console user interface library for Python2"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="LGPL-2.1-or-later"
 homepage="http://urwid.org/"
-license="LGPL-2.1"
+changelog="https://raw.githubusercontent.com/urwid/urwid/master/docs/changelog.rst"
 distfiles="${PYPI_SITE}/u/urwid/urwid-${version}.tar.gz"
-checksum=644d3e3900867161a2fc9287a9762753d66bd194754679adb26aede559bcccbc
+checksum=0896f36060beb6bf3801cb554303fef336a79661401797551ba106d23ab4cd86
 
 python3-urwid_package() {
-	pycompile_module="urwid"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

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

* Re: [PR PATCH] [Merged]: python-urwid: update to 2.1.0.
  2020-05-22 19:49 [PR PATCH] python-urwid: update to 2.1.0 travankor
  2020-05-22 20:37 ` [PR PATCH] [Updated] " travankor
@ 2020-05-23  8:37 ` Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: Hoshpak @ 2020-05-23  8:37 UTC (permalink / raw)
  To: ml

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

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

python-urwid: update to 2.1.0.
https://github.com/void-linux/void-packages/pull/22203

Description:
None

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

end of thread, other threads:[~2020-05-23  8:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-22 19:49 [PR PATCH] python-urwid: update to 2.1.0 travankor
2020-05-22 20:37 ` [PR PATCH] [Updated] " travankor
2020-05-23  8:37 ` [PR PATCH] [Merged]: " Hoshpak

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