Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] litecli: update to 1.9.0.
@ 2022-12-29 19:34 icp1994
  2023-01-28 14:56 ` liarimu
  2023-01-30 16:08 ` [PR PATCH] [Merged]: " Vaelatern
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2022-12-29 19:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages litecli
https://github.com/void-linux/void-packages/pull/41351

litecli: update to 1.9.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From b8978cb9e3dc1c84e28adef6cf657ea1d5d00485 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 29 Dec 2022 15:04:49 +0530
Subject: [PATCH 1/3] python3-tabulate: update to 0.9.0.

---
 srcpkgs/python3-tabulate/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 742c83364fe6..dd8e240dc6ee 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
-version=0.8.10
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=0.9.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools_scm python3-wheel"
 depends="python3-wcwidth"
 checkdepends="python3-pytest $depends"
 short_desc="Pretty-print tabular data (Python3)"
 maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="MIT"
-homepage="https://github.com/astanin/python-tabulate"
+homepage="https://pypi.org/project/tabulate/"
+changelog="https://raw.githubusercontent.com/astanin/python-tabulate/master/CHANGELOG"
 distfiles="${PYPI_SITE}/t/tabulate/tabulate-${version}.tar.gz"
-checksum=6c57f3f3dd7ac2782770155f3adb2db0b1a269637e42f27599925e64b114f519
+checksum=0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c
 
 post_install() {
 	vlicense LICENSE

From d68d956cedccdfe508fccbe7c157163a07a3ea3c Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 29 Dec 2022 15:00:15 +0530
Subject: [PATCH 2/3] python3-cli_helpers: update to 2.3.0.

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

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index ed7c0d535b4a..84ac83a5b14c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
-version=2.2.1
-revision=2
+version=2.3.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-configobj python3-tabulate"
+depends="python3-configobj python3-tabulate python3-Pygments"
 checkdepends="python3-pytest ${depends}"
 short_desc="Python helpers for building command-line apps"
 maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="BSD-3-Clause"
-homepage="https://github.com/dbcli/cli_helpers"
+homepage="https://cli-helpers.rtfd.io/"
 changelog="https://raw.githubusercontent.com/dbcli/cli_helpers/main/CHANGELOG"
 distfiles="${PYPI_SITE}/c/cli_helpers/cli_helpers-${version}.tar.gz"
-checksum=0ccc1cfcda1ac64dc7ed83d7013055cf19e5979d29e56c21f3b692de01555aae
+checksum=e7174d003a2b58fd3e31a73fbbc45d5aa513de62cbd42d437f78b9658bd5f967
 
 post_install() {
 	vlicense LICENSE

From 38c2067df59c00d0e9621595eb25988dbf465488 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 29 Dec 2022 14:54:10 +0530
Subject: [PATCH 3/3] litecli: update to 1.9.0.

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

diff --git a/srcpkgs/litecli/template b/srcpkgs/litecli/template
index 2d94d3422c73..a00ddd531865 100644
--- a/srcpkgs/litecli/template
+++ b/srcpkgs/litecli/template
@@ -1,7 +1,7 @@
 # Template file for 'litecli'
 pkgname=litecli
-version=1.8.0
-revision=2
+version=1.9.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-click python3-Pygments python3-prompt_toolkit python3-sqlparse python3-configobj python3-cli_helpers"
@@ -10,9 +10,9 @@ short_desc="CLI for SQLite Databases with auto-completion and syntax highlightin
 maintainer="Kye Shi <shi.kye@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://litecli.com"
-distfiles="https://github.com/dbcli/litecli/archive/refs/tags/v${version}.tar.gz"
-checksum=83d55a741aa9d11ff853662e424d205b9f919bfe3ef7233a1f74a7f92075b802
-
+changelog="https://raw.githubusercontent.com/dbcli/litecli/main/CHANGELOG.md"
+distfiles="${PYPI_SITE}/l/litecli/litecli-${version}.tar.gz"
+checksum=21af2cfa083dd4df1e3ccaa2a2117129b5f17212756f596ea090e296776c27a1
 
 post_install() {
 	vlicense LICENSE

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

* Re: litecli: update to 1.9.0.
  2022-12-29 19:34 [PR PATCH] litecli: update to 1.9.0 icp1994
@ 2023-01-28 14:56 ` liarimu
  2023-01-30 16:08 ` [PR PATCH] [Merged]: " Vaelatern
  1 sibling, 0 replies; 3+ messages in thread
From: liarimu @ 2023-01-28 14:56 UTC (permalink / raw)
  To: ml

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

New comment by liarimu on void-packages repository

https://github.com/void-linux/void-packages/pull/41351#issuecomment-1407415302

Comment:
@Vaelatern, if you may?

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

* Re: [PR PATCH] [Merged]: litecli: update to 1.9.0.
  2022-12-29 19:34 [PR PATCH] litecli: update to 1.9.0 icp1994
  2023-01-28 14:56 ` liarimu
@ 2023-01-30 16:08 ` Vaelatern
  1 sibling, 0 replies; 3+ messages in thread
From: Vaelatern @ 2023-01-30 16:08 UTC (permalink / raw)
  To: ml

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

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

litecli: update to 1.9.0.
https://github.com/void-linux/void-packages/pull/41351

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-01-30 16:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-29 19:34 [PR PATCH] litecli: update to 1.9.0 icp1994
2023-01-28 14:56 ` liarimu
2023-01-30 16:08 ` [PR PATCH] [Merged]: " Vaelatern

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