Skip to content

Releases: corporateshark/bootstrapping

1.0.5

15 Apr 21:11
Compare
Choose a tag to compare

New: print JSON parsing errors (e2707e0)
New: allow whitespace in a path to the Python interpreter (b0af7d4)

1.0.4

26 Feb 22:27
80c69f0
Compare
Choose a tag to compare

New: Python 3 is now required to run the script
New: use sys.executable to invoke the Python interpreter (f0a498e)

1.0.3

01 Feb 08:59
Compare
Choose a tag to compare

New: after a successful run, touch the state file to update its modification time
New: added licenses of the original project and this fork to bootstrap.py
Fixed: updated examples in bootstrap.json

1.0.2

13 Nov 19:01
Compare
Choose a tag to compare

New: implemented a download progress bar (fd396de)
New: allow spaces in folder names (feed060)
New: allow self-signed SSL certificates (369f52c)
New: print invalid hash values of downloaded files (6d4327c)
Fixed: use Python 3 on Mac and Linux (28e992a)

1.0.1

19 Jul 11:36
Compare
Choose a tag to compare

New: treat archive files without an extension as .zip (1e596a2)
New: allow / in lib names (0bf5ba1)
New: print reason for urllib.error.URLError (4b5198b)
New: print returned value in dieIfNonZero() (3ae155b)
Fixed: replaced legacy urllib.request.URLopener with urllib.request.build_opener() (88f02b8)

1.0.0

13 Jan 14:13
Compare
Choose a tag to compare

New: command line option --skip <library name>
New: command line option --break-on-first-error
Fixed: target file name
Fixed: archives with mixed-case names on Windows

This changelog is written against the last version released by Blippar.