diff --git a/python-stem.spec b/python-stem.spec index ec3ec8f39f33aba3a7fad2ac4eb6d9e3044c740b..8ac2fa26617989c005001182967670d791667258 100644 --- a/python-stem.spec +++ b/python-stem.spec @@ -1,5 +1,5 @@ %global pypi_name stem -%global pypi_version 1.8.0 +%global pypi_version 1.8.2 Name: python-%{pypi_name} Version: %{pypi_version} @@ -57,7 +57,7 @@ rm -rf html/.{doctrees,buildinfo} %check -%{__python3} setup.py test +%{__python3} run_tests.py --unit %files -n python3-%{pypi_name} @@ -74,5 +74,12 @@ rm -rf html/.{doctrees,buildinfo} %changelog +* Thu Oct 31 2024 jinshuaiyu - 1.8.2-1 +- Update package to version 1.8.2 +- Fix logo and favicon locations +- Add search to navbar and body +- Remove tests for deprecated tor version +- Replace cryptography's X25519PublicKey module + * Wed Sep 29 2021 herengui - 1.8.0-1 - Initial package. \ No newline at end of file diff --git a/stem-1.8.0.tar.gz b/stem-1.8.0.tar.gz deleted file mode 100644 index a569296cf65ac1bada2a353463de0ee8a4b90bb2..0000000000000000000000000000000000000000 Binary files a/stem-1.8.0.tar.gz and /dev/null differ diff --git a/stem-1.8.2.tar.gz b/stem-1.8.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5dc8e8430669844990f7fc1a2bb2503a8ba4c9dc Binary files /dev/null and b/stem-1.8.2.tar.gz differ