diff options
| author | daviddavid <geiger.david68210@gmail.com> | 2026-04-13 08:03:02 +0200 |
|---|---|---|
| committer | daviddavid <geiger.david68210@gmail.com> | 2026-04-13 08:03:02 +0200 |
| commit | d86ad880cc24e332ced837ea91d9e08f925c001a (patch) | |
| tree | acfe9a879a45d3b76520389f03ed091e43c65dfa | |
| parent | c488d9cdfb0aea78d4a0bde4778fe78eda1c46ea (diff) | |
| download | mgarepo-master.tar mgarepo-master.tar.gz mgarepo-master.tar.bz2 mgarepo-master.tar.xz mgarepo-master.zip | |
| -rw-r--r-- | CHANGES | 8 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| -rwxr-xr-x | mgarepo | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -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 @@ -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: @@ -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] |
