From 3623f40a94ceda652408cdbbcaee7a902298ab16 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: May 09 2018 09:11:48 +0000 Subject: 1.54 Release Signed-off-by: Chenxiong Qi --- diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 30ed1c6..18bc857 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,24 @@ ChangeLog ========= +1.54 (2018-05-09) +----------------- + +- Pass the -s/--set-default-stream to mbs-manager for module local builds. + (jkaluza) +- Write mock config correctly when run in Py 3 (cqi) +- Add --with and --without options to 'local' - rhbz#1533416 (tmz) +- Add a test for 3f93433 (cqi) +- Raise error if rpm command returns non-zero (cqi) +- Use getpass.getuser() instead of pwd.getpwuid(os.getuid())[0] (jpopelka) +- Allow setting custom MBS config file and config section in rpkg.conf. + (jkaluza) +- Remove py35 testenv (cqi) +- Ignore .env and tags (cqi) +- Remove question mark from giturl (cqi) +- Added custom ArgumentParser (supports allow_abbrev) (jkucera) +- Grab the correct first line in case of rpm output (zebob.m) + 1.53 (2018-04-08) ----------------- diff --git a/setup.py b/setup.py index c2fe699..dbdbb3f 100755 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ with open(readme_rst, 'r') as readme: setup( name="rpkg", - version="1.53", + version="1.54", author="Dennis Gilmore", author_email="ausil@fedoraproject.org", description=("A python library and runtime script for managing RPM"