forked from pool/python-oslo.config
Accepting request 304320 from Cloud:OpenStack:Factory
- Add python_requires to _service - Update Requires version according to requirements.txt - 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 OBS-URL: https://build.opensuse.org/request/show/304320 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=12
This commit is contained in:
commit
2d97a5ec0d
2
_service
2
_service
@ -8,4 +8,6 @@
|
||||
<service name="refresh_patches" mode="disabled">
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="python_requires" mode="disabled">
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:739e76e0a83ec585a3c0415140d9e6ba1b14c7f207e33643e8af7eb4346ffe07
|
||||
size 66544
|
3
oslo.config-1.6.0.tar.gz
Normal file
3
oslo.config-1.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a88cf1af696b4d9cae783a4c8c6898e6fb4abd176f9c9906ba388e7eac5eab17
|
||||
size 90139
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user