From 0ca52dc1dc1d83ef9350c96b9eda48bc531e976d Mon Sep 17 00:00:00 2001 From: Sam Connolly Date: Mon, 17 Dec 2018 14:32:34 +0000 Subject: [PATCH] Prepare to release 4.1.1 --- CHANGES | 28 ++++++++++++++++++++++++++++ planex.spec | 2 +- setup.py | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 65225016..098514aa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,31 @@ +4.1.1 +* Correct error path on RequestException +* make clean: cleanup RPM / MANIFESTS symbolic links and mock cfg +* Add "show" and "unpin" options to planex-pin +* repository: fix Bitbucket branch handling +* clone: add support for archives containing patches + +4.1.0 +* Add dependency for pathlib +* clone: implement cloning of non-git resources +* clone: Jenkins form should only process terminal resource +* clone: fix destination for Groovy clone +* fix multiple pins not being appended +* Restore groovy file output +* clone: fix Jenkins/patchqueue interaction +* clone: fix cloning of plain repositories +* add output option to planex-clone +* clone: automatically apply patches and/or patchqueue +* pin: simplify pinning operation +* blob: allow patchqueues to contain sources +* pin: exclude Source0 prefix from pin +* fetch: add debug when archiving repositories +* Replace planex-jenkins clone with json +* Makefile.rules: includes pin in specs and LINKS +* spec.py: prepend source directory to soruces and patches +* pin: create output directory is it does not exist +* Add a configuration class - support reading config from global, user and local files + 4.0.0 * pin: simplify repo_or_path() * clone: Fix indent disagreement between pylint and pycodestyle diff --git a/planex.spec b/planex.spec index c401a444..6aa12185 100644 --- a/planex.spec +++ b/planex.spec @@ -1,6 +1,6 @@ Summary: RPM build tool Name: planex -Version: 4.1.0 +Version: 4.1.1 Release: 1%{?dist} URL: http://github.com/xenserver/planex Source0: http://github.com/xenserver/planex/archive/v%{version}/%{name}-%{version}.tar.gz diff --git a/setup.py b/setup.py index e3cd6ea2..b34a85c5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup(name='planex', - version='4.1.0', + version='4.1.1', packages=['planex', 'planex.cmd'], package_data={'planex': ['Makefile.rules']}, entry_points={