diff --git a/_service b/_service index f80cab0..c7263d1 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + enable @@ -8,4 +8,6 @@ enable + + diff --git a/oslo.config-1.4.0.tar.gz b/oslo.config-1.4.0.tar.gz deleted file mode 100644 index 185225b..0000000 --- a/oslo.config-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:739e76e0a83ec585a3c0415140d9e6ba1b14c7f207e33643e8af7eb4346ffe07 -size 66544 diff --git a/oslo.config-1.6.0.tar.gz b/oslo.config-1.6.0.tar.gz new file mode 100644 index 0000000..a24bd28 --- /dev/null +++ b/oslo.config-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88cf1af696b4d9cae783a4c8c6898e6fb4abd176f9c9906ba388e7eac5eab17 +size 90139 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index 7d0ba49..639b2e8 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,7 +1,40 @@ ------------------------------------------------------------------- -Mon Sep 22 09:37:53 UTC 2014 - dmueller@suse.com +Wed Jan 14 10:17:56 UTC 2015 - tbechtold@suse.com -- add temporary workaround for dependencies on 1.4.0.0a3 +- Add python_requires to _service +- Update Requires version according to requirements.txt + +------------------------------------------------------------------- +Thu Jan 8 16:31:12 UTC 2015 - tbechtold@suse.com + +- update to version 1.6.0: + * Set the version string + * Stop sorting options on output + * Move files out of the namespace package + * Workflow documentation is now in infra-manual + * Fix wrong order of positional args in cli + * add tests coverage for an oslo.messaging use case + * Refactored help string generation + * Updated from global requirements + * Updated from global requirements + * Fix class constant indentation + * Updated from global requirements + * Activate pep8 check that _ is imported + * Updated from global requirements + * Updated from global requirements + * Add pbr to installation requirements + * Updated from global requirements + * Add some guidance for group names + * delay formatting debug log message + * Check config default value is correct type + * Report permission denied when parsing config + * Fix docs example using generator config files + * Updated from global requirements + * do not use colons in section titles + * Stop using intersphinx +- Adjust Requires according to requirements.txt +- Adjust BuildRequires according to test-requirements.txt +- Install oslo_config into sitelib ------------------------------------------------------------------- Sun Sep 21 09:04:13 UTC 2014 - tbechtold@suse.com diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 0aba0a0..9cceec6 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -1,7 +1,7 @@ # # spec file for package python-oslo.config # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-oslo.config -Version: 1.4.0 +Version: 1.6.0 Release: 0 Url: https://launchpad.net/oslo/ Summary: OpenStack configuration API @@ -39,19 +39,18 @@ BuildRequires: python-discover BuildRequires: python-fixtures >= 0.3.14 BuildRequires: python-mock >= 1.0 BuildRequires: python-netaddr -BuildRequires: python-oslotest +BuildRequires: python-oslotest >= 1.2.0 BuildRequires: python-python-subunit >= 0.0.18 BuildRequires: python-six BuildRequires: python-stevedore BuildRequires: python-testrepository >= 0.0.18 BuildRequires: python-testscenarios >= 0.4 -BuildRequires: python-testtools >= 0.9.34 +BuildRequires: python-testtools >= 0.9.36 Requires: python-netaddr >= 0.7.12 -Requires: python-pbr +Requires: python-pbr >= 0.6 Requires: python-six >= 1.7 -Requires: python-stevedore >= 0.14 +Requires: python-stevedore >= 1.1 Provides: python-oslo-config = 2013.2 -Provides: python-oslo.config = 1.4.0.0a3 Obsoletes: python-oslo-config < 2013.2 %if 0%{?suse_version} && 0%{?suse_version} <= 1110 Requires: python-argparse @@ -102,6 +101,7 @@ testr init && testr run --parallel %doc LICENSE README.rst AUTHORS %{_bindir}/oslo-config-generator %{python_sitelib}/oslo +%{python_sitelib}/oslo_config %{python_sitelib}/*.egg-info %{python_sitelib}/*-nspkg.pth