Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-urwidtrees: update to 1.0.3.
@ 2021-08-14 12:50 paper42
  2021-08-14 17:19 ` [PR PATCH] [Merged]: stig, python3-urwidtrees update paper42
  0 siblings, 1 reply; 2+ messages in thread
From: paper42 @ 2021-08-14 12:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages stig-0.12.2a0
https://github.com/void-linux/void-packages/pull/32487

python3-urwidtrees: update to 1.0.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

the package maintainer's last contribution to Void is from 2018, so I adopted this package

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-stig-0.12.2a0-32487.patch --]
[-- Type: text/x-diff, Size: 2898 bytes --]

From 25c853bbe585c645def635f429255acca0dbf81f Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sat, 14 Aug 2021 14:30:33 +0200
Subject: [PATCH 1/2] python3-urwidtrees: update to 1.0.3.

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

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a87210ebe16a..da5a2b0c2b3c 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,14 +1,15 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
-version=1.0.2
-revision=5
+version=1.0.3
+revision=1
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
-hostmakedepends="python3-devel python3-urwid"
+hostmakedepends="python3-setuptools"
 depends="python3-urwid"
-short_desc="Tree widgets for urwid (Python3)"
+checkdepends="$depends python3-mock"
+short_desc="Tree widgets for urwid"
 maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/pazz/urwidtrees"
 distfiles="https://github.com/pazz/urwidtrees/archive/${version}.tar.gz"
-checksum=703f4b161b930a26a461a3e3e695f94237ac75e2a52b87613e49093d9aa76034
+checksum=6e4178eac8c69237011449e5225a7b7f369b5052a0964a5b6e413fcdc1502b3a

From 42c406e26f54f883f74da9001b596e0776057a8b Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sat, 14 Aug 2021 14:30:36 +0200
Subject: [PATCH 2/2] stig: update to 0.12.2a0, adopt

---
 srcpkgs/stig/template | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index ee52d60d001e..70f0c1cc44f6 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,20 +1,15 @@
 # Template file for 'stig'
 pkgname=stig
-version=0.10.1a
-revision=3
+version=0.12.2a0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel"
-depends="python3 python3-aiohttp python3-blinker python3-natsort python3-urwid
- python3-urwidtrees python3-xdg"
-pycompile_module="stig"
+depends="python3-blinker python3-natsort python3-xdg python3-aiohttp
+ python3-aiohttp_socks python3-setproctitle python3-urwid python3-urwidtrees"
 short_desc="TUI and CLI for the BitTorrent client Transmission"
-maintainer="Michal Koutenský <koutak.m@gmail.com>"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/rndusr/stig"
 distfiles="https://github.com/rndusr/stig/archive/v${version}.tar.gz"
-checksum=7e0bd36b9fc4ba8c300dde8059b2516a75afc44fc5e0d30ba416a0d1535152c5
-
-post_extract() {
-	sed -i 's/urwidtrees>=1.0.3dev0/urwidtrees>=1.0.2/' setup.py
-}
+checksum=f3a7b39d39bc8dae8661db9f24bbf6e9dacccf5e04f35c6bed1290e5c5120ddc
+make_check=no # needs python3-asynctest which is not packaged

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

* Re: [PR PATCH] [Merged]: stig, python3-urwidtrees update
  2021-08-14 12:50 [PR PATCH] python3-urwidtrees: update to 1.0.3 paper42
@ 2021-08-14 17:19 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2021-08-14 17:19 UTC (permalink / raw)
  To: ml

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

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

stig, python3-urwidtrees update
https://github.com/void-linux/void-packages/pull/32487

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

the package maintainer's last contribution to Void is from 2018, so I adopted this package

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

end of thread, other threads:[~2021-08-14 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-14 12:50 [PR PATCH] python3-urwidtrees: update to 1.0.3 paper42
2021-08-14 17:19 ` [PR PATCH] [Merged]: stig, python3-urwidtrees update 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).