Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] toot: update to 0.33.1.
@ 2023-01-22 19:12 icp1994
  2023-02-03 14:18 ` [PR PATCH] [Updated] " icp1994
  2023-02-03 23:02 ` [PR PATCH] [Merged]: toot: update to 0.34.0 paper42
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-01-22 19:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages toot
https://github.com/void-linux/void-packages/pull/41809

toot: update to 0.33.1.
#### 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/41809.patch is attached

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

From a5eba28b83ad9fd8b5433d24304ee722a402a1d7 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 22 Jan 2023 20:03:26 +0530
Subject: [PATCH] toot: update to 0.33.1.

---
 srcpkgs/toot/template | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index c04382d273c7..3a12e44f7416 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,20 +1,16 @@
 # Template file for 'toot'
 pkgname=toot
-version=0.29.0
+version=0.33.1
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-BeautifulSoup4 python3-requests python3-wcwidth
  python3-urwid"
-checkdepends="python3-wheel python3-pytest ${depends}"
+checkdepends="${depends} python3-psycopg2 python3-pytest-xdist"
 short_desc="Mastodon CLI client"
 maintainer="Jon Levin <jon@jefferiestube.net>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/ihabunek/toot"
 changelog="https://raw.githubusercontent.com/ihabunek/toot/master/CHANGELOG.md"
-distfiles="https://github.com/ihabunek/toot/archive/${version}.tar.gz"
-checksum=821d549798453da8ad669a605cddc1ead8a797d716723158526534549a4b0d4d
-
-pre_check() {
-	make dist
-}
+distfiles="https://github.com/ihabunek/toot/archive/refs/tags/${version}.tar.gz"
+checksum=5654045e02c88876ac033773e998fedc98e84e5e18d7b6b2696791237e8e9048

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

* Re: [PR PATCH] [Updated] toot: update to 0.33.1.
  2023-01-22 19:12 [PR PATCH] toot: update to 0.33.1 icp1994
@ 2023-02-03 14:18 ` icp1994
  2023-02-03 23:02 ` [PR PATCH] [Merged]: toot: update to 0.34.0 paper42
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-02-03 14:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages toot
https://github.com/void-linux/void-packages/pull/41809

toot: update to 0.33.1.
#### 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/41809.patch is attached

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

From d4e72d2993ae3c69a9ac4a2a68ccf4aa081a5d3f Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 22 Jan 2023 20:03:26 +0530
Subject: [PATCH] toot: update to 0.34.0.

---
 srcpkgs/toot/template | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index c04382d273c7..9f7fd36d09f5 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,20 +1,16 @@
 # Template file for 'toot'
 pkgname=toot
-version=0.29.0
+version=0.34.0
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-BeautifulSoup4 python3-requests python3-wcwidth
  python3-urwid"
-checkdepends="python3-wheel python3-pytest ${depends}"
+checkdepends="${depends} python3-psycopg2 python3-pytest-xdist"
 short_desc="Mastodon CLI client"
 maintainer="Jon Levin <jon@jefferiestube.net>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/ihabunek/toot"
 changelog="https://raw.githubusercontent.com/ihabunek/toot/master/CHANGELOG.md"
-distfiles="https://github.com/ihabunek/toot/archive/${version}.tar.gz"
-checksum=821d549798453da8ad669a605cddc1ead8a797d716723158526534549a4b0d4d
-
-pre_check() {
-	make dist
-}
+distfiles="https://github.com/ihabunek/toot/archive/refs/tags/${version}.tar.gz"
+checksum=56e1bfd5d8a0ebb837ed92b5de5682a93336b87828476ca20b5d7ac7fa20ad33

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

* Re: [PR PATCH] [Merged]: toot: update to 0.34.0.
  2023-01-22 19:12 [PR PATCH] toot: update to 0.33.1 icp1994
  2023-02-03 14:18 ` [PR PATCH] [Updated] " icp1994
@ 2023-02-03 23:02 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-02-03 23:02 UTC (permalink / raw)
  To: ml

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

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

toot: update to 0.34.0.
https://github.com/void-linux/void-packages/pull/41809

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-02-03 23:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-22 19:12 [PR PATCH] toot: update to 0.33.1 icp1994
2023-02-03 14:18 ` [PR PATCH] [Updated] " icp1994
2023-02-03 23:02 ` [PR PATCH] [Merged]: toot: update to 0.34.0 paper42

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