Files @ f254dd2f9dcb
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
setup: bump ipaddr minium version to 2.2.0 to get py3 support

2.2.0 is also the latest version, but released in 2017.

Previous versions failed installation on py3 with:

File "/tmp/pip-install-o31ka351/ipaddr/ipaddr.py", line 1450
ip_int = 0L
^
SyntaxError: invalid syntax
----------------------------------------
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh