commit ec5e3d6bdfb83da00b9b96b26d28c00808f315c5 Author: Damian Johnson atagar@torproject.org Date: Fri Nov 9 10:38:16 2018 -0800
Drop txtorcon's deb
The page we link to has been gone for about a week. A few days ago I reached out to Iain to see if the package was renamed but haven't yet heard back. --- package_versions.py | 1 - 1 file changed, 1 deletion(-)
diff --git a/package_versions.py b/package_versions.py index 8933d75..fcbc892 100755 --- a/package_versions.py +++ b/package_versions.py @@ -64,7 +64,6 @@ PACKAGES = [ Package('netbsd', 'http://pkgsrc.se/net/py-stem', NETBSD_VERSION), ]), ('txtorcon', [ - Package('debian', 'https://packages.debian.org/sid/python-txtorcon', DEBIAN_VERSION), Package('gentoo', 'https://packages.gentoo.org/packages/dev-python/txtorcon', None), Package('archlinux', 'https://aur.archlinux.org/packages/python-txtorcon/', AUR_VERSION), Package('slackware', 'https://slackbuilds.org/repository/14.2/python/txtorcon/', 'txtorcon-([0-9.]+).tar.gz'),
tor-commits@lists.torproject.org