From 345308464fb85bbe4aa299af8a2db64f398918e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Fri, 3 Mar 2017 14:34:45 +0100 Subject: [PATCH] 4.1.13 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- doc/conf.py | 2 +- pungi.spec | 37 ++++++++++++++++++++++++++++++++++++- setup.py | 2 +- 3 files changed, 38 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 44b78904..fd61b1f8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.' # The short X.Y version. version = '4.1' # The full version, including alpha/beta/rc tags. -release = '4.1.12' +release = '4.1.13' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pungi.spec b/pungi.spec index 8992155d..5630c843 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.1.12 +Version: 4.1.13 Release: 1%{?dist} Summary: Distribution compose tool @@ -91,6 +91,41 @@ nosetests --exe cd tests && ./test_compose.sh %changelog +* Fri Mar 03 2017 Lubomír Sedlář - 4.1.13-1 +- Make MANIFEST.in stricter (qwan) +- Remove one line of log print (qwan) +- gather: Filter comps group on depsolving input of optional (lsedlar) +- Enable customizing runroot task weight (lsedlar) +- comps: Filter comps groups for optional variants (lsedlar) +- Rename main logger (lsedlar) +- ostree: Silence logger in tests (lsedlar) +- ostree: Fix crash when extra repos are missing (lsedlar) +- util: Add a utility for managing temporary files (lsedlar) +- Add --quiet option to pungi-koji (qwan) +- handle opening empty images.json while re-running pungi-koji in debug mode + (qwan) +- minor change: remove an always true condition (qwan) +- Refactor depsolving tests (lsedlar) +- multilib: Remove FileMultilibMethod class (lsedlar) +- pkgset: Use additional packages for initial pull (lsedlar) +- metadata: Fix .treeinfo paths for addons (lsedlar) +- koji_wrapper: Always use --profile option with koji (lsedlar) +- add missing koji_profile from test compose setting (dennis) +- use koji --profile when calling koji for livemedia (dennis) +- repoclosure: Don't run build deps check (lsedlar) +- repoclosure: add option to use dnf backend (lsedlar) +- repoclosure: Add test for repoclosure in test phase (lsedlar) +- repoclosure: Remove duplicated code (lsedlar) +- repoclosure: Remove useless wrapper class (lsedlar) +- repoclosure: Remove unused code (lsedlar) +- repoclosure: Add a test for the wrapper (lsedlar) +- image-build: Pass arches around as a list (lsedlar) +- image-build: Expand arches for can_fail (lsedlar) +- image_checksum: add file sizes to checksum files (qwan) +- Add documentation and example for greedy_method (lsedlar) +- replace ${basearch} when updating the ref (dennis) +- Add some debugging about ref updating (puiterwijk) + * Tue Jan 17 2017 Lubomír Sedlář - 4.1.12-1 - unified-iso: Fall back to default config (lsedlar) - osbs: optionally check GPG signatures (qwan) diff --git a/setup.py b/setup.py index 8a3956d1..0badcc33 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.1.12", + version = "4.1.13", description = "Distribution compose tool", url = "https://pagure.io/pungi", author = "Dennis Gilmore",