forked from pool/python-oslo.config
Accepting request 514837 from Cloud:OpenStack:Factory
- update to version 4.11.0 - Enable some off-by-default checks - Remove usage of enforce_type=True - Don't set enforce_type if we are using the default - update the documentation URL in the readme - rearrange docs based on new standard layout - [Fix gate]Update test requirement - Update reno for stable/ocata - Fix string interpolation in ValueError - Handle both - and _ forms of deprecated opts - Fix html_last_updated_fmt for Python3 - add deprecation_reason to log message - Handle getattrs to ConfigOpts for deprecated opts - Optimize the link address - fix an issue with looking up deprecated option names in code - add rst output mode for config generator - switch from oslosphinx to openstackdocstheme - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) - Update URLs in documents according to document migration - sphinxext: Log with 'str', not 'repr' - Clarify info on a comment - sphinxext: Handle unescaped percentage signs - Fix typo in generator.rst - Add PyYAML as a requirement - Adjust removal_version for argument enforce_type - Fix conversion to item_type on __call__ in List type(again) - Machine Readable Sample Config - Cast generator_options to dict - import content from the configuration reference guide - Remove dependency oslo.i18n from test-requirements.txt OBS-URL: https://build.opensuse.org/request/show/514837 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=22
This commit is contained in:
commit
e53817647a
4
_service
4
_service
@ -1,8 +1,8 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="renderspec">
|
<service mode="disabled" name="renderspec">
|
||||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.config/oslo.config.spec.j2</param>
|
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.config/oslo.config.spec.j2</param>
|
||||||
<param name="output-name">python-oslo.config.spec</param>
|
<param name="output-name">python-oslo.config.spec</param>
|
||||||
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
|
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param>
|
||||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||||
<param name="changelog-provider">gh,openstack,oslo.config</param>
|
<param name="changelog-provider">gh,openstack,oslo.config</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6b7d341d8bdce8026028485f8238ee7865edb123ffb5f916956ed52f37de3e47
|
|
||||||
size 118255
|
|
3
oslo.config-4.11.0.tar.gz
Normal file
3
oslo.config-4.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1be8aaba466a3449fdb21ee8f7025b0d3d252c8c7568b8d5d05ceff58617cd05
|
||||||
|
size 129139
|
@ -1,3 +1,53 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 7 06:33:49 UTC 2017 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
- update to version 4.11.0
|
||||||
|
- Enable some off-by-default checks
|
||||||
|
- Remove usage of enforce_type=True
|
||||||
|
- Don't set enforce_type if we are using the default
|
||||||
|
- update the documentation URL in the readme
|
||||||
|
- rearrange docs based on new standard layout
|
||||||
|
- [Fix gate]Update test requirement
|
||||||
|
- Update reno for stable/ocata
|
||||||
|
- Fix string interpolation in ValueError
|
||||||
|
- Handle both - and _ forms of deprecated opts
|
||||||
|
- Fix html_last_updated_fmt for Python3
|
||||||
|
- add deprecation_reason to log message
|
||||||
|
- Handle getattrs to ConfigOpts for deprecated opts
|
||||||
|
- Optimize the link address
|
||||||
|
- fix an issue with looking up deprecated option names in code
|
||||||
|
- add rst output mode for config generator
|
||||||
|
- switch from oslosphinx to openstackdocstheme
|
||||||
|
- pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
|
||||||
|
- Update URLs in documents according to document migration
|
||||||
|
- sphinxext: Log with 'str', not 'repr'
|
||||||
|
- Clarify info on a comment
|
||||||
|
- sphinxext: Handle unescaped percentage signs
|
||||||
|
- Fix typo in generator.rst
|
||||||
|
- Add PyYAML as a requirement
|
||||||
|
- Adjust removal_version for argument enforce_type
|
||||||
|
- Fix conversion to item_type on __call__ in List type(again)
|
||||||
|
- Machine Readable Sample Config
|
||||||
|
- Cast generator_options to dict
|
||||||
|
- import content from the configuration reference guide
|
||||||
|
- Remove dependency oslo.i18n from test-requirements.txt
|
||||||
|
- handle option defaults that are not strings
|
||||||
|
- sphinxext: Use lower logging level
|
||||||
|
- add to group data model to for generator
|
||||||
|
- Rework the 'oslo-config-generator' documentation
|
||||||
|
- Remove log translations
|
||||||
|
- Add HACKING.rst
|
||||||
|
- doc: Specify openstackdocs theme
|
||||||
|
- Fix python 3.6 escape char warnings in strings
|
||||||
|
- fix formatting of literal default values with spaces
|
||||||
|
- Add snap package paths to default config dirs
|
||||||
|
- Handle multi-line default values in olso-config-generator
|
||||||
|
- sphinxext: Add arguments for oslo.config:group directive
|
||||||
|
- Make set_override/set_default with enforce_type=True by default
|
||||||
|
- Updated from global requirements
|
||||||
|
- Use Sphinx 1.5 warning-is-error
|
||||||
|
- Fix up the option docs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 13 09:05:51 UTC 2017 - cloud-devel@suse.de
|
Mon Feb 13 09:05:51 UTC 2017 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%global sname oslo.config
|
%global sname oslo.config
|
||||||
Name: python-oslo.config
|
Name: python-oslo.config
|
||||||
Version: 3.22.0
|
Version: 4.11.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenStack common configuration library
|
Summary: OpenStack common configuration library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -26,6 +26,7 @@ Group: Development/Languages/Python
|
|||||||
Url: https://launchpad.net/%{sname}
|
Url: https://launchpad.net/%{sname}
|
||||||
Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
|
Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
|
||||||
BuildRequires: openstack-macros
|
BuildRequires: openstack-macros
|
||||||
|
BuildRequires: python-PyYAML >= 3.10.0
|
||||||
BuildRequires: python-debtcollector >= 1.2.0
|
BuildRequires: python-debtcollector >= 1.2.0
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-fixtures >= 3.0.0
|
BuildRequires: python-fixtures >= 3.0.0
|
||||||
@ -33,20 +34,21 @@ BuildRequires: python-mock >= 2.0
|
|||||||
BuildRequires: python-netaddr >= 0.7.13
|
BuildRequires: python-netaddr >= 0.7.13
|
||||||
BuildRequires: python-oslo.i18n >= 2.1.0
|
BuildRequires: python-oslo.i18n >= 2.1.0
|
||||||
BuildRequires: python-oslotest >= 1.10.0
|
BuildRequires: python-oslotest >= 1.10.0
|
||||||
BuildRequires: python-pbr >= 1.8
|
BuildRequires: python-pbr >= 2.0.0
|
||||||
BuildRequires: python-python-subunit >= 0.0.18
|
BuildRequires: python-python-subunit >= 0.0.18
|
||||||
BuildRequires: python-rfc3986 >= 0.3.1
|
BuildRequires: python-rfc3986 >= 0.3.1
|
||||||
BuildRequires: python-six >= 1.9.0
|
BuildRequires: python-six >= 1.9.0
|
||||||
BuildRequires: python-stevedore >= 1.17.1
|
BuildRequires: python-stevedore >= 1.20.0
|
||||||
BuildRequires: python-testrepository >= 0.0.18
|
BuildRequires: python-testrepository >= 0.0.18
|
||||||
BuildRequires: python-testscenarios >= 0.4
|
BuildRequires: python-testscenarios >= 0.4
|
||||||
BuildRequires: python-testtools >= 1.4.0
|
BuildRequires: python-testtools >= 1.4.0
|
||||||
|
Requires: python-PyYAML >= 3.10.0
|
||||||
Requires: python-debtcollector >= 1.2.0
|
Requires: python-debtcollector >= 1.2.0
|
||||||
Requires: python-netaddr >= 0.7.13
|
Requires: python-netaddr >= 0.7.13
|
||||||
Requires: python-oslo.i18n >= 2.1.0
|
Requires: python-oslo.i18n >= 2.1.0
|
||||||
Requires: python-rfc3986 >= 0.3.1
|
Requires: python-rfc3986 >= 0.3.1
|
||||||
Requires: python-six >= 1.9.0
|
Requires: python-six >= 1.9.0
|
||||||
Requires: python-stevedore >= 1.17.1
|
Requires: python-stevedore >= 1.20.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -62,7 +64,7 @@ parsing library from the Oslo project.
|
|||||||
Summary: Documentation for OpenStack common configuration library
|
Summary: Documentation for OpenStack common configuration library
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
BuildRequires: python-oslosphinx >= 4.7.0
|
BuildRequires: python-openstackdocstheme >= 1.11.0
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Documentation for the oslo-config library.
|
Documentation for the oslo-config library.
|
||||||
@ -70,6 +72,7 @@ Documentation for the oslo-config library.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n %{sname}-%{version}
|
%autosetup -n %{sname}-%{version}
|
||||||
%py_req_cleanup
|
%py_req_cleanup
|
||||||
|
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{py2_build}
|
%{py2_build}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user