Skip to content

Releases: spinpunch/spin-py-libs

v0.6.1

23 Aug 18:25
47b1f4a

Choose a tag to compare

Adds SpinSignature, processing for HMAC-signed tokens

v0.6.0

22 Aug 15:42
41e861d

Choose a tag to compare

Improves is_private_ip handling of unknown IPs.

v0.5.9 - Add PY2/PY3 handling of request-like object encoding

21 Aug 18:35
4e9eb8d

Choose a tag to compare

Merge pull request #9 from spinpunch/sanity-functions

0.5.9 update to add sane_X handling for PY2/PY3 consistency

v0.5.8 - Style conformity pass

19 Aug 22:44
03a4b40

Choose a tag to compare

Merge pull request #8 from spinpunch/pep8-pass

V0.5.8 PEP8 whitespace

v0.5.7 - Add debugging for non-bytes requests

11 Aug 23:07
185f5f5

Choose a tag to compare

Merge pull request #7 from spinpunch/v0.5.7-debug-in-bad-type

V0.5.7 - Add debugging info to improper-type requests

v0.5.6

11 Aug 12:43
e78e7b0

Choose a tag to compare

Add Py2/Py3 compatibility library

v0.5.5

10 Aug 01:10
64f0dca

Choose a tag to compare

Style compliance pass with flake8. Unicode and Long usage converted for Python 3 when appropriate.

v0.5.4

07 Aug 19:32
a541b98

Choose a tag to compare

Sanitize IP inputs as unicode as well

v0.5.3

07 Aug 01:02
2dbf3fd

Choose a tag to compare

Makes private IP cidr inputs unicode-safe for Python 2.7

v0.5.2

07 Aug 00:23
ac38b17

Choose a tag to compare

Adds wider range of private IPs to is_private_ip()