forked from pool/python-oslo.config
Accepting request 201577 from Cloud:OpenStack:Factory
- Fix service URL - 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 OBS-URL: https://build.opensuse.org/request/show/201577 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=6
This commit is contained in:
parent
99dc455853
commit
cdf5e6172c
2
_service
2
_service
@ -1,6 +1,6 @@
|
||||
<services>
|
||||
<service name="git_tarballs" mode="disabled">
|
||||
<param name="url">http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a4.tar.gz</param>
|
||||
<param name="url">http://tarballs.openstack.org/oslo.config/oslo.config-1.2.1.tar.gz</param>
|
||||
<param name="email">opensuse-cloud@opensuse.org</param>
|
||||
<param name="plain-version">True</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bba9da376ce8e69a6f02d1efc579720c7e35f04eba3fd84e77525caddf2a1d7
|
||||
size 72398
|
3
oslo.config-1.2.1.tar.gz
Normal file
3
oslo.config-1.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4ccf489159f0c2b1932ea282f7663daada0a7f8309edc4c34904605a98cf9f2
|
||||
size 75580
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user