[Pkg-privacy-commits] [txtorcon] annotated tag v0.9.2 created (now 4b2ab30)
Ximin Luo
infinity0 at debian.org
Mon Oct 19 22:56:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a change to annotated tag v0.9.2
in repository txtorcon.
at 4b2ab30 (tag)
tagging 53b73933d62ae14954a6093a9fffbc3ea626dc09 (commit)
replaces v0.9.1
tagged by meejah
on Thu Apr 24 12:29:37 2014 -0600
- Log -----------------------------------------------------------------
I am happy to announce that txtorcon v0.9.2 is now available.
This release adds a few minor bug-fixes and a few API
enhancements. Full details:
* add on_disconnect callback for TorControlProtocol (no more monkey-patching Protocol API)
* add age() method to Circuit
* add time_created property to Circuit
* don't incorrectly listen for NEWDESC events in TorState
* add .flags dict to track flags in Circuit, Stream
* build_circuit() can now take hex IDs (as well as Router instances)
* add unique_name property to Router (returns the hex id, unless Named then return name)
* add location property to Router
* TorState.close_circuit now takes either a Circuit ID or Circuit instance
* TorState.close_stream now takes either a Stream ID or Stream instance
* support both GeoIP API versions
* more test-coverage
* small patch from enriquefynn improving tor binary locating
* strip OK lines in TorControlProtocol (https://github.com/meejah/txtorcon/issues/8)
* use TERM not KILL when Tor launch times out (https://github.com/meejah/txtorcon/pull/68>) from hellais
* Unit-test coverage now at 98%
sha256 sums for the distribution files:
93e934f83e3fc6fcf40e76f7c9c28459af04205fb912d384aaacb7ac5269bb8f dist/txtorcon-0.9.2-py2-none-any.whl
fe90743cdc453002ad046aa6556b611b4e85b813ff92865769d3d27712c2ca47 dist/txtorcon-0.9.2.tar.gz
There are also signatures on github and txtorcon.readthedocs.org
You may download from github or the hidden service:
https://github.com/meejah/txtorcon/releases/tag/v0.9.2
https://github.com/meejah/txtorcon/releases/download/v0.9.2/txtorcon-0.9.2-py2-none-any.whl
https://github.com/meejah/txtorcon/releases/download/v0.9.2/txtorcon-0.9.2-py2-none-any.whl.asc
https://github.com/meejah/txtorcon/releases/download/v0.9.2/txtorcon-0.9.2.tar.gz
https://github.com/meejah/txtorcon/releases/download/v0.9.2/txtorcon-0.9.2.tar.gz.asc
http://timaq4ygg2iegci7.onion/txtorcon-0.9.2.tar.gz
http://timaq4ygg2iegci7.onion/txtorcon-0.9.2.tar.gz.asc
Source code:
https://github.com/meejah/txtorcon/archive/v0.9.2.tar.gz
Thanks,
meejah
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEcBAABAgAGBQJTWVgRAAoJEMJgKAMSgGmnGRsH/35SC81wh0BuVVIjJuQHYcoL
9EoqXGieqv23K1zJ5G76X48Ghx/LV76l3ljhqT4Rv3Z4ORtd0Shjph3U5ocFux2p
uKLfOHugbaZtc4g//Cpxc+XQh03Kk8AdRPgQbxg0EJTbtxph0O3+KEL9zKylsnx/
npnovVjKkfziT9HEeCSrv2G8FXF6ZgAretq+T0pH5cHoYTlSJJXX9XdkpjQpkO5t
NZIbnUjS1SbRH0GKHqQKVqP6AejcoobE06/RKeg5VGKUDaXuxXWl8BzEC7lCWUvp
/soJefeejHXC744rLnDCYQdy9ZYEipkva/nDMVA+nA8O5vXazRd/2hhDgEt4oz0=
=V5nM
-----END PGP SIGNATURE-----
Arturo Filastò (1):
Send signal SIGTERM instead of SIGKILL when timing out.
Fynn (1):
based in issue #36, type doesn't take '-p' in some shells, let python
Kurt Neufeld (1):
tested on OS X 10.9 Mavericks
meejah (56):
bump versions for next release
make location a property to lazy-instantiate ip-to-country requests, and fix a couple utests
Add flags to streams, circuits and parse host out of NEWRESOLVE state
documentation improvements
allow build_circuit to take router-hex-ids as well as Router instances
add age, created-time to circuit
placeholder first-cut stuff for disconnection
use circuit ID, not full circuit for state.close_circuit
fixme comment and remove unused/wrong NEWDESC tracking
fix on_discconect and tests
unit-test not required
refactor to simplify slightly
utest for age() method on circuits
factor out parsing of _time_created so we don't munge the flags hashtable
remove unused code
make sure age() does something useful if there's no TIME_CREATED flag
Remove code that won't get called anyway
test some rare cases in TorConfig and eliminate some unused code
use Tor's ip-to-country if GeoIP failed in more cases and fix parsing, plus utests
gratuitously call __repr__ method for more code-coverage
Fix rare (impossible?) case of multiple-listen() calls on a single Endpoint:
trove categories for 2.6, 2.7
make fake objects more-like the real ones
remove debug output
pep8 cleanups and remove some dead code
pyflakes cleanups
tests for different geoip versions
import test for ipaddr, clean up code for geoip
cleanup
re-organize test so it's always alphabetical
try out tox; seems to work great
add documetation for a few new minor features
fix close_circuit() to accept Circuit or id
close_stream() takes an ID or a Stream instance
changelog
remove reduant declaration
Merge pull request #66 from enriquefynn/master
add #66 to release notes
Report from issue #67 indicating FreeBSD 10 works fine (except needing to install lsof).
Add report for RHEL6
remove; obsolete
Merge pull request #69 from kneufeld/master
Integration test for TorInfo speaking through TorControlProtocol
Strip trailing "OK" lines from most protocol messages.
documentation tweaks
add an api_version kwarg to TorControlProtocol to enable future changes
Fix unit-test for hellais' KILL vs. TERM enhancement.
add not to releases
pep8 fixes
better pep8 command-line
fix dev requirements
include test code correctly in MANIFEST
Add signatures for 0.9.2
add links for 0.9.2 release + signatures
use correct name for wheel (py2 vs. py27)
Revert "add an api_version kwarg to TorControlProtocol to enable future changes"
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/txtorcon.git
More information about the Pkg-privacy-commits
mailing list