From 37866e53ec2e9266b9d06cdee0b2a48617b368f6a6535743b7d9a31c387cfe4b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Aug 2016 09:27:13 +0000 Subject: [PATCH] - update to 3.14.0: * disable lazy translation in sphinx extension * Trivial: adjust import order to fit the import order guideline * Make error message more clear * Add min and max values to Float type and Opt * Fix parameters of assertEqual are misplaced * Updated from global requirements * Add max_length to URIOpt * Remove discover from test-requirements * update docs for sphinxconfiggen * Add URIOpt to doced option types OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=49 --- oslo.config-3.13.0.tar.gz | 3 --- oslo.config-3.14.0.tar.gz | 3 +++ python-oslo.config.changes | 15 +++++++++++++++ python-oslo.config.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 oslo.config-3.13.0.tar.gz create mode 100644 oslo.config-3.14.0.tar.gz diff --git a/oslo.config-3.13.0.tar.gz b/oslo.config-3.13.0.tar.gz deleted file mode 100644 index 841d087..0000000 --- a/oslo.config-3.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adf3e24f6c9bd8145d979c2b8c4ce9263af2d9d14f7a6a137391a23102c5a264 -size 107073 diff --git a/oslo.config-3.14.0.tar.gz b/oslo.config-3.14.0.tar.gz new file mode 100644 index 0000000..2542c80 --- /dev/null +++ b/oslo.config-3.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ffe8ea2729384451ac0f109e255da6e68ad92437ba7954264f5f79b461045d +size 108240 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index 6e42c21..0ad9dd9 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Aug 8 09:26:42 UTC 2016 - dmueller@suse.com + +- update to 3.14.0: + * disable lazy translation in sphinx extension + * Trivial: adjust import order to fit the import order guideline + * Make error message more clear + * Add min and max values to Float type and Opt + * Fix parameters of assertEqual are misplaced + * Updated from global requirements + * Add max_length to URIOpt + * Remove discover from test-requirements + * update docs for sphinxconfiggen + * Add URIOpt to doced option types + ------------------------------------------------------------------- Fri Jul 29 15:42:13 UTC 2016 - dmueller@suse.com diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 434172d..6c06eaa 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -18,7 +18,7 @@ %global sname oslo.config Name: python-oslo.config -Version: 3.13.0 +Version: 3.14.0 Release: 0 Summary: OpenStack common configuration library License: Apache-2.0