1
0

29 Commits

Author SHA256 Message Date
Stephan Kulow
7b06733b9b Accepting request 315354 from Cloud:OpenStack:Factory
- update to 1.9.3:
  * Switch to non-namespaced module imports

- update to 1.9.2:
  * print better message when choices has an empty string
  * None in config choices breaks oslo-config-generator
  * Generate help text indicating possible values
  * fix bug link in readme
  * Add ability to deprecate opts for removal
  * Typo in StrOpt docstring: Integer to String
  * Add exception handling for entry points

- update to 1.7.0:
  * Updated from global requirements
  * Log a warning when deprecated opts are used
  * Do not import our namespace package
  * Fixes deprecation warning for oslo.config in cfg.py
  * Clear up MultiStrOpt and related documentation
  * Add a list_all_sections method to ConfigOpts
  * Better check for integer range to account for 0
  * Reword DeprecatedOpt docstring
  * Support i18n messages in config generator
  * Fix of wrong cli opts unregistration
- Cleanup BuildRequires. SLES 11 is no longer a build target
- Add python-oslo.i18n as BuildRequires for tests
- Disable testrun for now

OBS-URL: https://build.opensuse.org/request/show/315354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=13
2015-07-12 20:52:26 +00:00
7fadee9fb4 osc copypac from project:Cloud:OpenStack:Kilo package:python-oslo.config revision:4, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=24
2015-06-24 16:27:42 +00:00
Dominique Leuenberger
2d97a5ec0d 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
2015-05-02 19:35:11 +00:00
542333c890 - 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/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=22
2015-04-28 09:25:37 +00:00
9862f3603d OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=21 2015-04-07 11:00:03 +00:00
Dominique Leuenberger
d3d45c39fc Accepting request 288460 from Cloud:OpenStack:Factory
oslo.config>=1.4.0 is needed for python-openstackclient to work (bnc#920180)
all changed Requires/Buildrequires seem to be available

- add temporary workaround for dependencies on 1.4.0.0a3

- update to version 1.4.0:
  * Looks for variable subtitution in the same group
- Fix version Requires for python-netaddr
- Adjust BuildRequires according to test-requirements.txt

- update to 1.4.0.0a4:
  * Updated from global requirements
  * Log a fixed length string of asterisks for obfuscation
  * Added link to bug tracker and documentation in oslo.config readme
  * Bump hacking to version 0.9.2

- update to 1.4.0a3:
  * Changes imports order to pass H305, enables check
  * generator: tweak how MultiStrOpt defaults are handled
  * Add release notes for 1.3.0 and 1.4.0.0a1/2
  * Hook up config fixture docs
  * Hook IPOpt class into the docs
  * Replaced 'e.g.' with 'for example'
  * Add cfgfilter.ConfigFilter
  * generator: remove the default sanitizer feature
  * cfg,generator: add Opt.sample_default attribute
  * generator: refactor MultiStrOpt handling
  * Fix flaws in methods' docstring
  * Introduce Opts for IP addresses
  * Refactors _Namespace to make the code clearer
  * Add oslo-config-generator
  * Add CLI option support to config fixture
  * Updated from global requirements
  * Remove print statement from types.Dict
  * Add warning about interpolating values from groups
  * Add more tests for positional CLI opts
  * Add test case for hyphenated option names
  * Fixes an issue validating max integer values
  * Bump hacking to 0.9.x series
  * Add a doc sample for how to use the required field
  * log: string format arguments changed to function parameters
  * Fix deprecated_opts for cli options
  * Reject option names prefixed with '_'
  * Graduate config fixture
  * Fix test_version on Python 3.4
  * Add section titles and fix markup of docstring
  * Avoid using too generic names in _Namespace
  * Import run_cross_tests.sh from oslo-incubator
  * Move py33 env before py2x
- go back to released version (1.3.0) 

- Update to version oslo.config-1.3.0.29.ge0172be:
  * Updated from global requirements
  * Add more tests for positional CLI opts

- Update to version oslo.config-1.3.0.26.g582e1a3:
  * Remove print statement from types.Dict
  * Add test case for hyphenated option names

- Update to version oslo.config-1.3.0.22.g1746fd2:
  * Fixes an issue validating max integer values
  * Bump hacking to 0.9.x series

- Update to version oslo.config-1.3.0.19.g6c283cd:
  * Updated from global requirements
  * Add a doc sample for how to use the required field

- Update to version oslo.config-1.3.0.16.g8b4bf0f:
  * log: string format arguments changed to function parameters

- Update to version oslo.config-1.3.0.15.g78c2bc9:
  * Fix deprecated_opts for cli options

- Update to version oslo.config-1.3.0.13.gbdb0814:
  * Updated from global requirements

- Update to version oslo.config-1.3.0.11.ga4bb2e4:
  * Add section titles and fix markup of docstring

- Update to version oslo.config-1.3.0.9.g7240ad9:
  * Reject option names prefixed with '_'
  * Fix docstring for _Namespace._get_cli_value

- Update to version oslo.config-1.3.0.5.gb3ed1ac:
  * Graduate config fixture

- Update to version oslo.config-1.3.0.4.g0a66c27:
  * Fix test_version on Python 3.4

- Update to version oslo.config-1.3.0.3.g78225a5:
  * Avoid using too generic names in _Namespace

- Update to version oslo.config-1.3.0.2.g4b8b206:
  * Import run_cross_tests.sh from oslo-incubator

- Update to version oslo.config-1.3.0.1.g1dc9e67:
  * Move py33 env before py2x
  1.3.0

- Update to version oslo.config-1.3.0a0.40.gb347519:
  * Include the 'meta' trove classifiers for python versions

OBS-URL: https://build.opensuse.org/request/show/288460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=11
2015-03-09 09:08:34 +00:00
7c8b77e7e0 because of bnc#920180 we need version 1.4.0 for python-openstackclient
- go back to released version (1.3.0)
  Replace assertEquals with assertEqual
  Add the ability to validate default options value

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=20
2015-03-03 15:07:10 +00:00
5d9318f051 osc copypac from project:Cloud:OpenStack:Juno package:python-oslo.config revision:4, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=19
2014-09-27 15:54:53 +00:00
Tomáš Chvátal
7a3a420b34 Accepting request 230468 from Cloud:OpenStack:Factory
submit

OBS-URL: https://build.opensuse.org/request/show/230468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=9
2014-04-20 09:36:06 +00:00
49b981d097 osc copypac from project:Cloud:OpenStack:Icehouse package:python-oslo.config revision:3, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=17
2014-04-17 13:02:59 +00:00
Stephan Kulow
5797cc587b Accepting request 227724 from Cloud:OpenStack:Factory
- switch back to released version of oslo.config (which is
  recommended for Icehouse)

- Update to version oslo.config-1.3.0a0.40.gb347519:
  * Include the 'meta' trove classifiers for python versions

- Update to version oslo.config-1.3.0a0.39.ga5faf6b:
  * Do substitution on overrides and defaults too
  * Follow style guide for help strings

- Update to version oslo.config-1.3.0a0.35.gc577365:
  * Updated from global requirements
  * Convert to oslo.test
  * Add py33 trove classifier

- Update to version oslo.config-1.3.0a0.31.g076d828:
  * Fix a whitespace in a comment

- Update to version oslo.config-1.3.0a0.30.g482e276:
  * Fix docstring of parsing order

- Update to version oslo.config-1.3.0a0.28.g4c5c1ea:
  * Remove extraneous vim configuration comments

- Rebased patches:
  + 0001-Switch-over-to-oslosphinx.patch dropped (merged upstream)

- Update to version oslo.config-1.3.0a0.26.g13de959:
  * Switch over to oslosphinx

OBS-URL: https://build.opensuse.org/request/show/227724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=8
2014-03-28 12:56:30 +00:00
721a9c37cb osc copypac from project:Cloud:OpenStack:Icehouse:Staging package:python-oslo.config revision:3, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=15
2014-03-27 10:31:43 +00:00
Stephan Kulow
1e2b83b525 Accepting request 225080 from Cloud:OpenStack:Factory
- Replace git_tarballs source service with download_files and set_version
  + Use upstream URL as source (enables verification)

- Add refresh_patches source service

OBS-URL: https://build.opensuse.org/request/show/225080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=7
2014-03-09 19:16:34 +00:00
Sascha Peilicke
2fd0355a14 osc copypac from project:Cloud:OpenStack:Havana package:python-oslo.config revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=13
2014-03-07 15:18:58 +00:00
Sascha Peilicke
b2be579a8b OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=12 2014-03-07 15:18:47 +00:00
Sascha Peilicke
0cfcb67856 osc copypac from project:Cloud:OpenStack:Havana package:python-oslo.config revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=11
2014-03-07 14:05:43 +00:00
Sascha Peilicke
3f3456e819 osc copypac from project:Cloud:OpenStack:Factory package:python-oslo.config revision:8
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=10
2014-03-07 14:02:56 +00:00
Sascha Peilicke
b99dc421fb osc copypac from project:Cloud:OpenStack:Havana package:python-oslo.config revision:4
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=9
2014-03-07 13:55:45 +00:00
ad7d0117f4 osc copypac from project:Cloud:OpenStack:Havana package:python-oslo.config revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=8
2014-01-30 13:14:35 +00:00
Sascha Peilicke
f568c94771 osc copypac from project:Cloud:OpenStack:Havana package:python-oslo.config revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=7
2014-01-17 15:04:15 +00:00
97630fa270 Change links to openSUSE:Factory
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=6
2013-10-07 09:41:24 +00:00
Stephan Kulow
cdf5e6172c 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
2013-10-02 11:33:04 +00:00
Stephan Kulow
99dc455853 Accepting request 197425 from Cloud:OpenStack:Factory
- update to 1.2.0.a4

OBS-URL: https://build.opensuse.org/request/show/197425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=4
2013-09-16 10:47:24 +00:00
Stephan Kulow
501233076a Accepting request 184456 from Cloud:OpenStack:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/184456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=3
2013-07-29 15:51:04 +00:00
Stephan Kulow
964f80b936 Accepting request 181105 from Cloud:OpenStack:Factory
- update test/main requires 

- fix tarball location
- merge in all the changes from the last 6 weeks

- fix requires of test package

OBS-URL: https://build.opensuse.org/request/show/181105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=2
2013-07-03 14:52:45 +00:00
Vincent Untz
8b318df068 Change to link to C:O:Grizzly, instead of branch from Factory
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=4
2013-06-11 07:58:32 +00:00
Vincent Untz
a30073fca2 Change to link to C:O:Grizzly, instead of branch from Factory
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=3
2013-06-11 07:58:20 +00:00
Stephan Kulow
fa68319724 Accepting request 172700 from Cloud:OpenStack:Factory
new dependency

OBS-URL: https://build.opensuse.org/request/show/172700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=1
2013-04-29 12:18:00 +00:00
6699399287 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=1 2013-04-21 17:50:55 +00:00