Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tremc: update to 0.9.3
@ 2023-01-12 13:44 LucasTavaresA
  2023-01-13 16:50 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: LucasTavaresA @ 2023-01-12 13:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages tremc
https://github.com/void-linux/void-packages/pull/41595

tremc: update to 0.9.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**
  - armv6l-musl **cross**


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

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

From 0739a2f9ae6526001805001d257ac1c6036c846a Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
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 <dhanas.nathan@gmail.com>"
 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

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

* Re: [PR PATCH] [Merged]: tremc: update to 0.9.3
  2023-01-12 13:44 [PR PATCH] tremc: update to 0.9.3 LucasTavaresA
@ 2023-01-13 16:50 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-01-13 16:50 UTC (permalink / raw)
  To: ml

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

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

tremc: update to 0.9.3
https://github.com/void-linux/void-packages/pull/41595

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**
  - armv6l-musl **cross**


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-12 13:44 [PR PATCH] tremc: update to 0.9.3 LucasTavaresA
2023-01-13 16:50 ` [PR PATCH] [Merged]: " classabbyamp

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