Collecting tls-parser==1.2.0 1 location(s) to search for versions of tls-parser: * https://pypi.python.org/simple/tls-parser/ Getting page https://pypi.python.org/simple/tls-parser/ Analyzing links from page https://pypi.python.org/simple/tls-parser/ Found link https://pypi.python.org/packages/56/d9/6b048b9434b55acede2fd54c4db901ecab1b642d3e9248635be153afbe8a/tls_parser-1.1.0.tar.gz#md5=84ff692fc4705c0a0e3a222dcaba4984 (from https://pypi.python.org/simple/tls-parser/), version: 1.1.0 Found link https://pypi.python.org/packages/a3/77/6e917d656fa2b017011347a1dd0a840c2247cb9c48fa6853104626435273/tls_parser-1.1.1.tar.gz#md5=c73181f0c4046fb09781946dc1ed2b40 (from https://pypi.python.org/simple/tls-parser/), version: 1.1.1 Found link https://pypi.python.org/packages/c9/30/5d43c474e014f3f069b3c440eec332be3e9d2032693bc000aac71522754e/tls_parser-1.0.0.zip#md5=d704268549c3ab01ce1d730be10faa1b (from https://pypi.python.org/simple/tls-parser/), version: 1.0.0 Found link https://pypi.python.org/packages/e1/4b/e513b1fc7a75cdb9fffb3969598d978e586a7d01a90c8fbbe95be741a2b6/tls_parser-1.2.0.tar.gz#md5=174b8fde65132d9be6c3f8ba174ae098 (from https://pypi.python.org/simple/tls-parser/), version: 1.2.0 Using version 1.2.0 (newest of versions: 1.2.0) Downloading tls_parser-1.2.0.tar.gz Downloading from URL https://pypi.python.org/packages/e1/4b/e513b1fc7a75cdb9fffb3969598d978e586a7d01a90c8fbbe95be741a2b6/tls_parser-1.2.0.tar.gz#md5=174b8fde65132d9be6c3f8ba174ae098 (from https://pypi.python.org/simple/tls-parser/) Running setup.py (path:/tmp/pip-build-zgu7l9bq/tls-parser/setup.py) egg_info for package tls-parser Running command python setup.py egg_info running egg_info creating pip-egg-info/tls_parser.egg-info writing top-level names to pip-egg-info/tls_parser.egg-info/top_level.txt writing requirements to pip-egg-info/tls_parser.egg-info/requires.txt writing pip-egg-info/tls_parser.egg-info/PKG-INFO writing dependency_links to pip-egg-info/tls_parser.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/tls_parser.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/tls_parser.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/tls_parser.egg-info/SOURCES.txt' Source in /tmp/pip-build-zgu7l9bq/tls-parser has version 1.2.0, which satisfies requirement tls-parser==1.2.0 from https://pypi.python.org/packages/e1/4b/e513b1fc7a75cdb9fffb3969598d978e586a7d01a90c8fbbe95be741a2b6/tls_parser-1.2.0.tar.gz#md5=174b8fde65132d9be6c3f8ba174ae098 Building wheels for collected packages: tls-parser Running setup.py bdist_wheel for tls-parser: started Destination directory: /tmp/tmpbzm0up5_pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-zgu7l9bq/tls-parser/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpbzm0up5_pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/tls_parser copying tls_parser/change_cipher_spec_protocol.py -> build/lib/tls_parser copying tls_parser/exceptions.py -> build/lib/tls_parser copying tls_parser/alert_protocol.py -> build/lib/tls_parser copying tls_parser/handshake_protocol.py -> build/lib/tls_parser copying tls_parser/application_data_protocol.py -> build/lib/tls_parser copying tls_parser/__init__.py -> build/lib/tls_parser copying tls_parser/record_protocol.py -> build/lib/tls_parser copying tls_parser/cipher_suites.py -> build/lib/tls_parser copying tls_parser/byte_utils.py -> build/lib/tls_parser copying tls_parser/parser.py -> build/lib/tls_parser copying tls_parser/heartbeat_protocol.py -> build/lib/tls_parser copying tls_parser/tls_version.py -> build/lib/tls_parser installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/tls_parser copying build/lib/tls_parser/change_cipher_spec_protocol.py -> build/bdist.linux-armv7l/wheel/tls_parser copying build/lib/tls_parser/exceptions.py -> build/bdist.linux-armv7l/wheel/tls_parser copying build/lib/tls_parser/alert_protocol.py -> build/bdist.linux-armv7l/wheel/tls_parser copying build/lib/tls_parser/handshake_protocol.py -> build/bdist.linux-armv7l/wheel/tls_parser copying build/lib/tls_parser/application_data_protocol.py -> build/bdist.linux-armv7l/wheel/tls_parser copying build/lib/tls_parser/__init__.py -> build/bdist.linux-armv7l/wheel/tls_parser copying build/lib/tls_parser/record_protocol.py -> build/bdist.linux-armv7l/wheel/tls_parser copying build/lib/tls_parser/cipher_suites.py -> build/bdist.linux-armv7l/wheel/tls_parser copying build/lib/tls_parser/byte_utils.py -> build/bdist.linux-armv7l/wheel/tls_parser copying build/lib/tls_parser/parser.py -> build/bdist.linux-armv7l/wheel/tls_parser copying build/lib/tls_parser/heartbeat_protocol.py -> build/bdist.linux-armv7l/wheel/tls_parser copying build/lib/tls_parser/tls_version.py -> build/bdist.linux-armv7l/wheel/tls_parser running install_egg_info running egg_info writing requirements to tls_parser.egg-info/requires.txt writing tls_parser.egg-info/PKG-INFO writing dependency_links to tls_parser.egg-info/dependency_links.txt writing top-level names to tls_parser.egg-info/top_level.txt reading manifest file 'tls_parser.egg-info/SOURCES.txt' writing manifest file 'tls_parser.egg-info/SOURCES.txt' Copying tls_parser.egg-info to build/bdist.linux-armv7l/wheel/tls_parser-1.2.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/tls_parser-1.2.0.dist-info/WHEEL Running setup.py bdist_wheel for tls-parser: finished with status 'done' Stored in directory: /tmp/tmpcg7344xy Successfully built tls-parser Cleaning up... Removing source in /tmp/pip-build-zgu7l9bq/tls-parser