From ab9771088593ad7b28481856eea9249893d07194 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Oct 20 2017 06:48:38 +0000 Subject: 1.51 Release Signed-off-by: Chenxiong Qi --- diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 504480f..beb5b4e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,37 @@ ChangeLog ========= +1.51 (2017-10-20) +----------------- + +- Do not read real koji config in test (cqi) +- Ignore TestModulesCli if openidc-client is unavailable (cqi) +- Port mbs-build to rpkg (mprahl) +- Add .vscode to .gitignore (mprahl) +- Fix TestPatch.test_rediff in order to run with old version of mock (cqi) +- Allow to specify alternative Copr config file - #184 (cqi) +- Tests for patch command (cqi) +- More Tests for mockbuild command (cqi) +- More tests for getting spec file (cqi) +- Tests for container-build-setup command (cqi) +- Test for container-build to use custom config (cqi) +- Suppress output from git command within setUp (cqi) +- Skip test if rpmfluff is not available (lsedlar) +- Allow to override build URL (cqi) +- Test for mock-config command (cqi) +- Tests for copr-build command (cqi) +- Fix arch-override for container-build (lucarval) +- Remove unsupported osbs for container-build (lucarval) +- cli: add --arches support for koji_cointainerbuild (mlangsdo) +- Strip refs/heads/ from branch only once (lsedlar) +- Don't install bin and config files (cqi) +- Fix kojiprofile selection in cliClient.container_build_koji (cqi) +- Avoid branch detection for 'rpkg sources' (praiskup) +- Fix encoding in new command (cqi) +- Minor wording improvement in help (pgier) +- Fix indentation (pviktori) +- Add --with and --without options to mockbuild (pviktori) + v1.50 (2017-08-01) ------------------ diff --git a/setup.py b/setup.py index 0972148..ddbb6fd 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name="rpkg", - version="1.50", + version="1.51", author="Dennis Gilmore", author_email="ausil@fedoraproject.org", description=("A python library and runtime script for managing RPM"