From 48d17550a7c90bec5ad2bc205086554410d0ec4c Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Thu, 18 Jan 2018 15:20:26 -0800 Subject: [PATCH] Release v1.2.0 This release adds several new features: * Bitbake infile parsing using the --infile flag (see README) * Support override file for %description section * Default python pattern now distutils3 instead of distutils23 * Improved Rust/Cargo support * Improved 32bit make/make_install args support * Print fingerprint of imported pubkey * Change default keyring to package repository with fallback the autospec repository. * Improved output ...makes some configuration updates: * Adds several new public keys * Adds lines to configure_whitelist * Adds patterns for failed_patterns ...and makes several fixes as well: * Print guessed commitmessage as string instead of list * Fix several issues with catkin support * Follow redirects by the license server * Add a couple new URL patterns * Remove unneeded V and VERBOSE flags for make lines * Remove no-longer-used functional test suite * Turn off string interpolation for URLs containing '%' * Respect [autospec][urlban] for archive URLs Signed-off-by: Matthew Johnson --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8956c408..0b7052cb 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = "1.1.8" +version = "1.2.0" def readme(): with open("README.rst") as f: