]> arthur.barton.de Git - bup.git/commit
Drop support for python 2
authorRob Browning <rlb@defaultvalue.org>
Sat, 8 Jan 2022 18:04:59 +0000 (12:04 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 16 Jan 2022 20:21:20 +0000 (14:21 -0600)
commitc8af075fbf5fe45ceaf411dc01f7016290e8d794
treeef0294a86ccdad9f3b6ad9cf6560ca780bda5372
parent6b3ca3bfa2de00c23c037737eae475e616ac3ed6
Drop support for python 2

Don't make broad, disruptive changes for now, but disallow python 2 in
./configure, adjust the docs, and remove code where it's unlikely to
cause conflicts with other pending changes.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
20 files changed:
.cirrus.yml
.pylintrc
CODINGSTYLE
Documentation/bup-import-duplicity.md
GNUmakefile
README.md
config/configure
dev/cleanup-mounts-under
dev/prep-for-debianish-build
dev/prep-for-freebsd-build
dev/prep-for-macos-build
dev/python.c
dev/validate-python
lib/bup/_helpers.c
lib/bup/compat.py
lib/bup/hlinkdb.py
lib/bup/io.py
lib/bup/py2raise.py [deleted file]
lib/cmd/bup.c
src/bup/compat.c