This is an automated email from the git hooks/post-receive script.
atagar pushed a change to branch maint in repository stem.
from bf502783 Fix last release tarball sha256 and add signature new f46e7b22 Update OpenBSD package name new 9844b4f1 Removal of int_from_bytes new 8086dadf Add reproducible build patch new 0bf9aee7 Fix test failure with python3.11 new 72180d83 Add Arch Linux missing link to docs new f4d7028f Fix getting version of `unittest.mock` new 2003eba9 Fix undefined name 'xrange' new 12050440 Fix static check E741 new 9c507727 Fix controller tests returning tuples new a12142b9 Fix controller test `OperationFalied` new 54bb1014 Disable installation test which fails new 0b794418 Replace cryptography's X25519PublicKey module new edcb030b Remove system test with no raised exception new 942f0844 Fix tox missing external command `rm` new 61311d54 Remove tests for deprecated tor version new 2b15e4ab Remove python unsupported versions new d3867fae Fix logo and favicon locations new 762a52a2 Add new line before reference new 118c0369 Add search to navbar and body new 9caac653 Stem release 1.8.2
The 20 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: .gitlab-ci.yml | 18 +++++++++--------- docs/_templates/layout.html | 1 + docs/conf.py | 4 ++-- docs/contents.rst | 2 ++ docs/download.rst | 5 +++-- docs/index.rst | 4 ++++ docs/tutorials/east_of_the_sun.rst | 1 + stem/__init__.py | 2 +- stem/control.py | 4 ++-- stem/descriptor/__init__.py | 4 ++-- stem/descriptor/hidden_service.py | 2 +- stem/directory.py | 4 +++- stem/interpreter/commands.py | 2 +- stem/prereq.py | 4 ++-- stem/util/conf.py | 2 +- stem/util/ed25519.py | 23 +++-------------------- test/integ/control/controller.py | 15 ++++++++++++--- test/integ/installation.py | 2 ++ test/settings.cfg | 1 - test/task.py | 9 ++++++++- test/unit/descriptor/hidden_service_v3.py | 2 +- test/unit/util/system.py | 3 ++- tox.ini | 4 ++-- 23 files changed, 65 insertions(+), 53 deletions(-)