This is an automated email from the git hooks/post-receive script.
juga pushed a change to branch maint in repository stem.
from 21fe5507 Bump maintenance version new c447b45b Fix tarball download links new cdc26731 Update layout.html new d04e9d0a Update pypi tarball link to last release new bf502783 Fix last release tarball sha256 and add signature
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: docs/_templates/layout.html | 2 +- docs/download.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
This is an automated email from the git hooks/post-receive script.
juga pushed a commit to branch maint in repository stem.
commit c447b45b54565288d0fee364432bce60e9203a89 Author: Damian Johnson atagar@torproject.org AuthorDate: Thu Jan 30 15:20:04 2020 -0800
Fix tarball download links
Correcting outdated links for downloading stem as a tarball. Caught thanks to Thomas. --- docs/download.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/download.rst b/docs/download.rst index dcf7c7ad..054fea75 100644 --- a/docs/download.rst +++ b/docs/download.rst @@ -81,9 +81,9 @@ Download
Signed releases and instructions for both Python 2.x and 3.x. You can easily install from its `tarball - https://files.pythonhosted.org/packages/7f/71/d82f4204e88be00220cc54eedb2972fd05081cb0e5ebdc537d8940b064ea/stem-1.7.1.tar.gz`_ + https://files.pythonhosted.org/packages/71/bd/ab05ffcbfe74dca704e860312e00c53ef690b1ddcb23be7a4d9ea4f40260/stem-1.8.0.tar.gz`_ (`sig - https://files.pythonhosted.org/packages/7f/71/d82f4204e88be00220cc54eedb2972fd05081cb0e5ebdc537d8940b064ea/stem-1.7.1.tar.gz.asc`_), + https://files.pythonhosted.org/packages/71/bd/ab05ffcbfe74dca704e860312e00c53ef690b1ddcb23be7a4d9ea4f40260/stem-1.8.0.tar.gz.asc`_), or with **pip**...
::
This is an automated email from the git hooks/post-receive script.
juga pushed a commit to branch maint in repository stem.
commit cdc26731d1fd176085193dc48d7eba5cc520c68f Author: Arth Tyagi arthtyagi7@gmail.com AuthorDate: Fri Jun 12 08:29:51 2020 +0530
Update layout.html --- docs/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index b6d24c3b..fd13286b 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -47,7 +47,7 @@ <li><a href="{{ pathto('api') }}#utilities">Utilities</a></li> </ul> </li> - <li><a href="https://trac.torproject.org/projects/tor/wiki/doc/stem">Development</a> + <li><a href="https://github.com/torproject/stem">Development</a> <ul> <li><a href="{{ pathto('faq') }}">FAQ</a></li> <li><a href="{{ pathto('change_log') }}">Change Log</a></li>
This is an automated email from the git hooks/post-receive script.
juga pushed a commit to branch maint in repository stem.
commit d04e9d0a41267587e1b3f7ababd5050b18a37d7d Author: juga juga@riseup.net AuthorDate: Mon Oct 3 10:14:06 2022 +0000
Update pypi tarball link to last release --- docs/download.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/download.rst b/docs/download.rst index 054fea75..460b5fa9 100644 --- a/docs/download.rst +++ b/docs/download.rst @@ -81,9 +81,8 @@ Download
Signed releases and instructions for both Python 2.x and 3.x. You can easily install from its `tarball - https://files.pythonhosted.org/packages/71/bd/ab05ffcbfe74dca704e860312e00c53ef690b1ddcb23be7a4d9ea4f40260/stem-1.8.0.tar.gz`_ - (`sig - https://files.pythonhosted.org/packages/71/bd/ab05ffcbfe74dca704e860312e00c53ef690b1ddcb23be7a4d9ea4f40260/stem-1.8.0.tar.gz.asc`_), + https://files.pythonhosted.org/packages/b2/66/c5515de764bffae1347e671819711268da5c02bfab8406223526822fe5f6/stem-1.8.1.tar.gz`_ + (`sha256sum c447b45b54565288d0fee364432bce60e9203a89``) or with **pip**...
::
This is an automated email from the git hooks/post-receive script.
juga pushed a commit to branch maint in repository stem.
commit bf5027839a6e1edf0d3741460670c76f13758290 Author: juga juga@riseup.net AuthorDate: Thu Oct 6 07:33:03 2022 +0000
Fix last release tarball sha256 and add signature --- docs/download.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/download.rst b/docs/download.rst index 460b5fa9..b26650bd 100644 --- a/docs/download.rst +++ b/docs/download.rst @@ -82,7 +82,8 @@ Download Signed releases and instructions for both Python 2.x and 3.x. You can easily install from its `tarball https://files.pythonhosted.org/packages/b2/66/c5515de764bffae1347e671819711268da5c02bfab8406223526822fe5f6/stem-1.8.1.tar.gz`_ - (`sha256sum c447b45b54565288d0fee364432bce60e9203a89``) + (``sha256 81d43a7c668ba9d7bc1103b2e7a911e9d148294b373d27a59ae8da79ef7a3e2f``) + (`sig https://files.pythonhosted.org/packages/b2/66/c5515de764bffae1347e671819711268da5c02bfab8406223526822fe5f6/stem-1.8.1.tar.gz.asc`_) or with **pip**...
::
tor-commits@lists.torproject.org