aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordaviddavid <geiger.david68210@gmail.com>2026-04-13 08:03:02 +0200
committerdaviddavid <geiger.david68210@gmail.com>2026-04-13 08:03:02 +0200
commitd86ad880cc24e332ced837ea91d9e08f925c001a (patch)
treeacfe9a879a45d3b76520389f03ed091e43c65dfa
parentc488d9cdfb0aea78d4a0bde4778fe78eda1c46ea (diff)
downloadmgarepo-master.tar
mgarepo-master.tar.gz
mgarepo-master.tar.bz2
mgarepo-master.tar.xz
mgarepo-master.zip
-rw-r--r--CHANGES8
-rw-r--r--Makefile2
-rwxr-xr-xmgarepo2
3 files changed, 9 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 4b9519d..6d32cb5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
-* X
+* 1.14.7
+- Fix many errors found by pytype
+- Do a few code simplifications and tidying
+- Fix reading from command output, could crash when chunks are
+ cut at middle of an unicode character
- use https: URLs by default
+- Remove installation of mgarepo.conf and create-srpm by setup.py,
+ it is no more installed at the intended place with pyproject
* 1.14.6
- add a progress bar for upload binaries
diff --git a/Makefile b/Makefile
index 98a937c..76fcdae 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mgarepo
-VERSION = 1.14.6 # NOTE: remember to update the version in mgarepo to match!
+VERSION = 1.14.7 # NOTE: remember to update the version in mgarepo to match!
.PHONY: all $(DIRS) clean
clean:
diff --git a/mgarepo b/mgarepo
index b5e9192..d73100c 100755
--- a/mgarepo
+++ b/mgarepo
@@ -4,7 +4,7 @@ from MgaRepo.command import *
import getopt
import sys
-VERSION="1.14.6"
+VERSION="1.14.7"
HELP = """\
Usage: mgarepo COMMAND [COMMAND ARGUMENTS]