subversion: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:02:50 -04:00
parent a6ce1fff15
commit 5cdf695581
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- ./build/generator/gen_base.py
+++ ./build/generator/gen_base.py
@@ -76,7 +76,7 @@
# Now read and parse build.conf
parser = configparser.ConfigParser()
- parser.readfp(open(fname))
+ parser.read_file(open(fname))
self.conf = build_path(os.path.abspath(fname))

View file

@ -4,7 +4,7 @@
#
pkgname=subversion
version=1.14.2
revision=4
revision=5
build_style=gnu-configure
configure_args="--disable-javahl --disable-static --config-cache
--with-gnome-keyring --with-editor=vi --disable-mod-activation