Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-stem: update to 1.8.0
@ 2020-01-04 20:46 voidlinux-github
  2020-01-04 20:59 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-04 20:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andkem/void-packages bump-python-stem-to-1.8.0
https://github.com/void-linux/void-packages/pull/18040

python-stem: update to 1.8.0
nyx stopped working after my latest update. According to the following link, a newer python-stem is needed: https://bugs.archlinux.org/task/64647

Bumping python-stem to 1.8.0 makes nyx work on my system again.

The other utility depending on python-stem, onionshare, couldn't be tested with the new version since it crashes in the werkzeug package (it breaks in the same place with python-stem 1.7.1).

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bump-python-stem-to-1.8.0-18040.patch --]
[-- Type: text/x-diff, Size: 1102 bytes --]

From 66a2d100cfaff0b2f477dc764ce6efc5a52b6a6d Mon Sep 17 00:00:00 2001
From: Andreas Kempe <kempe@lysator.liu.se>
Date: Sat, 4 Jan 2020 21:40:18 +0100
Subject: [PATCH] python-stem: update to 1.8.0

---
 srcpkgs/python-stem/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python-stem/template b/srcpkgs/python-stem/template
index e16e79d84bb..03915b753fb 100644
--- a/srcpkgs/python-stem/template
+++ b/srcpkgs/python-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python-stem'
 pkgname=python-stem
-version=1.7.1
-revision=2
+version=1.8.0
+revision=1
 archs=noarch
 wrksrc="stem-${version/b/}"
 build_style=python-module
@@ -14,7 +14,7 @@ license="LGPL-3"
 homepage="https://stem.torproject.org/"
 changelog="https://stem.torproject.org/change_log.html#version-1-7"
 distfiles="${PYPI_SITE}/s/stem/stem-${version}.tar.gz"
-checksum=c9eaf3116cb60c15995cbd3dec3a5cbc50e9bb6e062c4d6d42201e566f498ca2
+checksum=a0b48ea6224e95f22aa34c0bc3415f0eb4667ddeae3dfb5e32a6920c185568c2
 alternatives="stem:tor-prompt:/usr/bin/tor-prompt2"
 
 python3-stem_package() {

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

* Re: [PR PATCH] [Updated] python-stem: update to 1.8.0
  2020-01-04 20:46 [PR PATCH] python-stem: update to 1.8.0 voidlinux-github
@ 2020-01-04 20:59 ` voidlinux-github
  2020-01-04 21:02 ` voidlinux-github
  2020-01-05 14:42 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-04 20:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andkem/void-packages bump-python-stem-to-1.8.0
https://github.com/void-linux/void-packages/pull/18040

python-stem: update to 1.8.0
nyx stopped working after my latest update. According to the following link, a newer python-stem is needed: https://bugs.archlinux.org/task/64647

Bumping python-stem to 1.8.0 makes nyx work on my system again.

The other utility depending on python-stem, onionshare, couldn't be tested with the new version since it crashes in the werkzeug package (it breaks in the same place with python-stem 1.7.1).

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bump-python-stem-to-1.8.0-18040.patch --]
[-- Type: text/x-diff, Size: 1305 bytes --]

From 63e44e4ca3043536ff36f7cdb1093b314ab4ece3 Mon Sep 17 00:00:00 2001
From: Andreas Kempe <kempe@lysator.liu.se>
Date: Sat, 4 Jan 2020 21:40:18 +0100
Subject: [PATCH] python-stem: update to 1.8.0

---
 srcpkgs/python-stem/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python-stem/template b/srcpkgs/python-stem/template
index e16e79d84bb..c68c05f9b2e 100644
--- a/srcpkgs/python-stem/template
+++ b/srcpkgs/python-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python-stem'
 pkgname=python-stem
-version=1.7.1
-revision=2
+version=1.8.0
+revision=1
 archs=noarch
 wrksrc="stem-${version/b/}"
 build_style=python-module
@@ -10,11 +10,11 @@ hostmakedepends="python-devel python3-devel"
 depends="python-cryptography"
 short_desc="Python2 controller library for Tor"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-3"
+license="LGPL-3-or-later"
 homepage="https://stem.torproject.org/"
 changelog="https://stem.torproject.org/change_log.html#version-1-7"
 distfiles="${PYPI_SITE}/s/stem/stem-${version}.tar.gz"
-checksum=c9eaf3116cb60c15995cbd3dec3a5cbc50e9bb6e062c4d6d42201e566f498ca2
+checksum=a0b48ea6224e95f22aa34c0bc3415f0eb4667ddeae3dfb5e32a6920c185568c2
 alternatives="stem:tor-prompt:/usr/bin/tor-prompt2"
 
 python3-stem_package() {

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

* Re: [PR PATCH] [Updated] python-stem: update to 1.8.0
  2020-01-04 20:46 [PR PATCH] python-stem: update to 1.8.0 voidlinux-github
  2020-01-04 20:59 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-04 21:02 ` voidlinux-github
  2020-01-05 14:42 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-04 21:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andkem/void-packages bump-python-stem-to-1.8.0
https://github.com/void-linux/void-packages/pull/18040

python-stem: update to 1.8.0
nyx stopped working after my latest update. According to the following link, a newer python-stem is needed: https://bugs.archlinux.org/task/64647

Bumping python-stem to 1.8.0 makes nyx work on my system again.

The other utility depending on python-stem, onionshare, couldn't be tested with the new version since it crashes in the werkzeug package (it breaks in the same place with python-stem 1.7.1).

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bump-python-stem-to-1.8.0-18040.patch --]
[-- Type: text/x-diff, Size: 1307 bytes --]

From c2dba3b47d02237a4d828bbffdf655761fce0cef Mon Sep 17 00:00:00 2001
From: Andreas Kempe <kempe@lysator.liu.se>
Date: Sat, 4 Jan 2020 21:40:18 +0100
Subject: [PATCH] python-stem: update to 1.8.0

---
 srcpkgs/python-stem/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python-stem/template b/srcpkgs/python-stem/template
index e16e79d84bb..97bb4b48cb6 100644
--- a/srcpkgs/python-stem/template
+++ b/srcpkgs/python-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python-stem'
 pkgname=python-stem
-version=1.7.1
-revision=2
+version=1.8.0
+revision=1
 archs=noarch
 wrksrc="stem-${version/b/}"
 build_style=python-module
@@ -10,11 +10,11 @@ hostmakedepends="python-devel python3-devel"
 depends="python-cryptography"
 short_desc="Python2 controller library for Tor"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-3"
+license="LGPL-3.0-or-later"
 homepage="https://stem.torproject.org/"
 changelog="https://stem.torproject.org/change_log.html#version-1-7"
 distfiles="${PYPI_SITE}/s/stem/stem-${version}.tar.gz"
-checksum=c9eaf3116cb60c15995cbd3dec3a5cbc50e9bb6e062c4d6d42201e566f498ca2
+checksum=a0b48ea6224e95f22aa34c0bc3415f0eb4667ddeae3dfb5e32a6920c185568c2
 alternatives="stem:tor-prompt:/usr/bin/tor-prompt2"
 
 python3-stem_package() {

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

* Re: [PR PATCH] [Merged]: python-stem: update to 1.8.0
  2020-01-04 20:46 [PR PATCH] python-stem: update to 1.8.0 voidlinux-github
  2020-01-04 20:59 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-04 21:02 ` voidlinux-github
@ 2020-01-05 14:42 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-05 14:42 UTC (permalink / raw)
  To: ml

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

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

python-stem: update to 1.8.0
https://github.com/void-linux/void-packages/pull/18040

Description:
nyx stopped working after my latest update. According to the following link, a newer python-stem is needed: https://bugs.archlinux.org/task/64647

Bumping python-stem to 1.8.0 makes nyx work on my system again.

The other utility depending on python-stem, onionshare, couldn't be tested with the new version since it crashes in the werkzeug package (it breaks in the same place with python-stem 1.7.1).

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

end of thread, other threads:[~2020-01-05 14:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-04 20:46 [PR PATCH] python-stem: update to 1.8.0 voidlinux-github
2020-01-04 20:59 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-04 21:02 ` voidlinux-github
2020-01-05 14:42 ` [PR PATCH] [Merged]: " voidlinux-github

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