From 1f545f63cfaa20af4d9bb806b7671460c8e14b87 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Dec 02 2016 08:23:28 +0000 Subject: 1.47 Release Signed-off-by: Chenxiong Qi --- diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..07ae1d0 --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,62 @@ +ChangeLog +========= + +v1.47-1 (2016-12-02) +-------------------- + +- Warning if repo is an old checkout - #148 (cqi) +- Pass byte string to pycurl setopt (cqi) +- Refine Kerberos with cccolutils (cqi) +- Refactor load_kojisession - #107 (cqi) +- Call cliClient.sources from mockbuild (cqi) +- Give hint to scratch-build when build from local changes - BZ#841516 (cqi) +- Hint for fixing nontracking branch - BZ#1325775 (cqi) +- Fix using undefined variable (lsedlar) +- Read kerberos realms from config file (lsedlar) +- Make rpmbuild run with local en_US.UTF-8 in tests (cqi) +- Append fixed issue ids to each changelog - #85 (cqi) +- Dont show merge commits (cqi) +- Swtich to using CCColUtils to determine username from krb realms (puiterwijk) +- Use fake user info to config repository in tests (cqi) +- Remove unnecessary touch method (cqi) +- Fix setUp of TestImportSrpm for EL6 (cqi) +- Add tests for import_srpm (cqi) +- Tests for lookaside related commands (cqi) +- More tests to Commands and cliClient (cqi) +- Remove unused code (cqi) +- Fix tests for running tests in Copr (cqi) +- Replace nopep8 with noqa (cqi) +- Fix manpage generator (cqi) +- Backwards compatible with krbV - #139 (cqi) +- Add missing -q option to rpm command (cqi) +- Fix tests (cqi) +- python3: fix container usage (pavlix) +- python3: fix string types (pavlix) +- python3: fix configparser usage (pavlix) +- Recommend --release instead of --dist (cqi) +- More test cases for cli commands (cqi) +- Better clog - #135 (cqi) +- Avoid sys.exit in cliClient - #102 (cqi) +- Add --release to bash completion (cqi) +- Replace krbV with python-gssapi - #133 (cqi) +- Enusre to download sources in cliClient (cqi) +- New --release option (cqi) +- Commit -c should clean up after itself. - #16 (qwan) +- New option name '--mock-config' for mockbuild's '--root' - BZ#714726 (qwan) +- Allow using gssapi for lookaside caches (puiterwijk) +- Give upload its own command (cqi) +- Add docstring to check_repo (cqi) +- Add a description for the srpm and sources subcommands (pgier) +- Avoid formatting string in logging method call (cqi) +- New source code layout (cqi) +- Integration between setuptools and nosetests (cqi) +- Fix PEP8 errors (cqi) +- container-build: use correct parameter for git branch (vrutkovs) +- Avoid format string manually when call logger method (cqi) +- Remove deprecated methods (cqi) +- Show useful message when command new fails - #84 (cqi) +- Simplify _run_command (cqi) +- Output both stdout and stderr when not in tty (cqi) +- Remove downloaded invalid file - #79 (cqi) +- Fix description of verify-files - BZ#1203757 (cqi) +- Fix check unpushed changes in check_repo - BZ#1169663 (cqi) diff --git a/MANIFEST.in b/MANIFEST.in index 49c0a3c..4d95976 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,7 @@ include COPYING include COPYING-koji include LGPL +include CHANGELOG.rst include doc/rpkg_man_page.py include bin/rpkg recursive-include tests * diff --git a/setup.py b/setup.py index ff9844e..d456050 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name="rpkg", - version="1.46", + version="1.47", author="Dennis Gilmore", author_email="ausil@fedoraproject.org", description=("A python library and runtime script for managing RPM"