diff --git a/_service b/_service index 4351e8e..f72229c 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a4.tar.gz + http://tarballs.openstack.org/oslo.config/oslo.config-1.2.1.tar.gz opensuse-cloud@opensuse.org True diff --git a/oslo.config-1.2.0a4.tar.gz b/oslo.config-1.2.0a4.tar.gz deleted file mode 100644 index 45e81e9..0000000 --- a/oslo.config-1.2.0a4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bba9da376ce8e69a6f02d1efc579720c7e35f04eba3fd84e77525caddf2a1d7 -size 72398 diff --git a/oslo.config-1.2.1.tar.gz b/oslo.config-1.2.1.tar.gz new file mode 100644 index 0000000..a88dc72 --- /dev/null +++ b/oslo.config-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ccf489159f0c2b1932ea282f7663daada0a7f8309edc4c34904605a98cf9f2 +size 75580 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index 7bcfe39..aac7906 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Sep 27 08:11:13 UTC 2013 - speilicke@suse.com + +- Fix service URL + +------------------------------------------------------------------- +Thu Sep 26 13:18:36 UTC 2013 - dmueller@suse.com + +- update to 1.2.1: + * 1223667_: Fix DictOpt to split only the first colon + * 1228995_: Disallow duplicate keys in DictOpt + * Explicit version removed from setup.cfg + * Dependency version updates + * Add auto-create support for OptGroup instances (see review 41865_) + * Publish full API docs to docs.openstack.org_ + * Finished Python 3 support + * 1196601_: Raise an exception if print_help() is called before __call__ + * Fix DeprecatedOpt equality test + * Use oslo.sphinx + ------------------------------------------------------------------- Mon Sep 2 11:15:31 UTC 2013 - dmueller@suse.com diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 3232eaf..d1ce24c 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -19,23 +19,21 @@ %define component oslo Name: python-oslo.config -Version: 1.2.0a4 +Version: 1.2.1 Release: 0 Url: https://launchpad.net/oslo/ Summary: OpenStack configuration API License: Apache-2.0 Group: Development/Languages/Python -Source: oslo.config-1.2.0a4.tar.gz +Source: oslo.config-1.2.1.tar.gz Source99: rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes BuildRequires: openstack-suse-macros BuildRequires: python-base -BuildRequires: python-d2to1 BuildRequires: python-oslo.sphinx BuildRequires: python-pbr Requires: python-argparse -Requires: python-d2to1 Requires: python-pbr Requires: python-six Provides: python-oslo-config = 2013.2 @@ -85,13 +83,7 @@ Requires: python-testtools >= 0.9.29 This package contains testsuite files for %{name}. %prep -%setup -q -n oslo.config-1.2.0a4 - -# https://bugs.launchpad.net/oslo/+bug/1200984 -%if "%version" < "1.2.0a3" -echo "need versioning fix first" -exit 1 -%endif +%setup -q -n oslo.config-1.2.1 %build python setup.py build