From 0739a2f9ae6526001805001d257ac1c6036c846a Mon Sep 17 00:00:00 2001 From: LucasTavaresA Date: Thu, 12 Jan 2023 10:44:24 -0300 Subject: [PATCH] tremc: update to 0.9.3 --- srcpkgs/tremc/patches/fix-python3.9.patch | 12 ------------ srcpkgs/tremc/template | 6 +++--- 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 srcpkgs/tremc/patches/fix-python3.9.patch diff --git a/srcpkgs/tremc/patches/fix-python3.9.patch b/srcpkgs/tremc/patches/fix-python3.9.patch deleted file mode 100644 index 114db8acad98..000000000000 --- a/srcpkgs/tremc/patches/fix-python3.9.patch +++ /dev/null @@ -1,12 +0,0 @@ -# upstream: yes ---- a/tremc -+++ b/tremc -@@ -438,7 +438,7 @@ class Transmission(object): - # TAG_TORRENT_DETAILS, but just passing seems to help.(?) - try: - torrent_details = response['arguments']['torrents'][0] -- torrent_details['pieces'] = base64.decodestring(bytes(torrent_details['pieces'], ENCODING)) -+ torrent_details['pieces'] = base64.decodebytes(bytes(torrent_details['pieces'], ENCODING)) - self.torrent_details_cache = torrent_details - self.upgrade_peerlist() - except IndexError: diff --git a/srcpkgs/tremc/template b/srcpkgs/tremc/template index 227ca61dc2c5..a5ced7e953e1 100644 --- a/srcpkgs/tremc/template +++ b/srcpkgs/tremc/template @@ -1,7 +1,7 @@ # Template file for 'tremc' pkgname=tremc -version=0.9.2 -revision=2 +version=0.9.3 +revision=1 build_style=gnu-makefile depends="python3" short_desc="Console client for the BitTorrent client Transmission" @@ -9,4 +9,4 @@ maintainer="Nathan D " license="GPL-3.0-only" homepage="https://github.com/tremc/tremc" distfiles="https://github.com/tremc/tremc/archive/${version}.tar.gz" -checksum=ea31ff593c64bbf2c471f6c45ef09129e1e9cb55e8f8bd90e2916976a7053c61 +checksum=9629d1fe3a5a0747563acb15ca904b36ce2984977667d7de25f7786e1189051f