Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-tabulate: update to 0.8.7.
@ 2020-12-05  1:34 ndowens
  2020-12-05 19:53 ` [PR REVIEW] " ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ndowens @ 2020-12-05  1:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages py-tabulate
https://github.com/void-linux/void-packages/pull/26949

python3-tabulate: update to 0.8.7.


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

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

From d821779a563dcd00d6f32f55ca1a8948a99d3755 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Fri, 4 Dec 2020 19:32:22 -0600
Subject: [PATCH] python3-tabulate: update to 0.8.7.

---
 srcpkgs/python3-tabulate/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index a37e6a3de90..185cc280161 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
-version=0.8.6
-revision=2
+version=0.8.7
+revision=1
 wrksrc="tabulate-${version}"
 build_style=python3-module
-pycompile_module="tabulate.py"
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-wcwidth"
+depends="python3-wcwidth"
+checkdepends="python3-nose"
 short_desc="Pretty-print tabular data (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://bitbucket.org/astanin/python-tabulate"
 distfiles="${PYPI_SITE}/t/tabulate/tabulate-${version}.tar.gz"
-checksum=5470cc6687a091c7042cee89b2946d9235fe9f6d49c193a4ae2ac7bf386737c8
+checksum=db2723a20d04bcda8522165c73eea7c300eda74e0ce852d9022e0159d7895007
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-tabulate: update to 0.8.7.
  2020-12-05  1:34 [PR PATCH] python3-tabulate: update to 0.8.7 ndowens
@ 2020-12-05 19:53 ` ericonr
  2020-12-05 19:56 ` [PR PATCH] [Updated] " ndowens
  2020-12-12 13:05 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-12-05 19:53 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26949#discussion_r536881815

Comment:
Why does it not depend on setuptools anymore?

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

* Re: [PR PATCH] [Updated] python3-tabulate: update to 0.8.7.
  2020-12-05  1:34 [PR PATCH] python3-tabulate: update to 0.8.7 ndowens
  2020-12-05 19:53 ` [PR REVIEW] " ericonr
@ 2020-12-05 19:56 ` ndowens
  2020-12-12 13:05 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ndowens @ 2020-12-05 19:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages py-tabulate
https://github.com/void-linux/void-packages/pull/26949

python3-tabulate: update to 0.8.7.


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

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

From 0012504024f24c8183eb3f5d46ea22085e13e240 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Fri, 4 Dec 2020 19:32:22 -0600
Subject: [PATCH] python3-tabulate: update to 0.8.7.

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

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index a37e6a3de90..c9007a1cdd5 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
-version=0.8.6
-revision=2
+version=0.8.7
+revision=1
 wrksrc="tabulate-${version}"
 build_style=python3-module
-pycompile_module="tabulate.py"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-wcwidth"
+checkdepends="python3-nose"
 short_desc="Pretty-print tabular data (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://bitbucket.org/astanin/python-tabulate"
 distfiles="${PYPI_SITE}/t/tabulate/tabulate-${version}.tar.gz"
-checksum=5470cc6687a091c7042cee89b2946d9235fe9f6d49c193a4ae2ac7bf386737c8
+checksum=db2723a20d04bcda8522165c73eea7c300eda74e0ce852d9022e0159d7895007
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python3-tabulate: update to 0.8.7.
  2020-12-05  1:34 [PR PATCH] python3-tabulate: update to 0.8.7 ndowens
  2020-12-05 19:53 ` [PR REVIEW] " ericonr
  2020-12-05 19:56 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-12 13:05 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-12-12 13:05 UTC (permalink / raw)
  To: ml

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

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

python3-tabulate: update to 0.8.7.
https://github.com/void-linux/void-packages/pull/26949

Description:


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

end of thread, other threads:[~2020-12-12 13:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-05  1:34 [PR PATCH] python3-tabulate: update to 0.8.7 ndowens
2020-12-05 19:53 ` [PR REVIEW] " ericonr
2020-12-05 19:56 ` [PR PATCH] [Updated] " ndowens
2020-12-12 13:05 ` [PR PATCH] [Merged]: " ericonr

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