Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python2-oslo.config-5.2.0-2.22 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python2-oslo.config Distribution: SUSE Linux Enterprise 15
Version: 5.2.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 2.22 Build date: Sat May 26 20:51:26 2018
Group: Development/Languages/Python Build host: sheep07
Size: 1821980 Source RPM: python-oslo.config-5.2.0-2.22.src.rpm
Packager: https://www.suse.com/
Url: https://launchpad.net/oslo.config
Summary: OpenStack common configuration library
The Oslo project intends to produce a python library containing
infrastructure code shared by OpenStack projects. The APIs provided
by the project should be high quality, stable, consistent and generally
useful.

The oslo-config library is a command line and configuration file
parsing library from the Oslo project.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Feb 23 2018 tbechtold@suse.com
  - Switch to stable/queens spec template
* Mon Jan 15 2018 cloud-devel@suse.de
  - update to version 5.2.0
    - Clean up enforce_type related test method's name
    - Remove -U from pip install
    - Provide descriptions for choices
    - Fix the invalid links for doc file in oslo.config
    - Avoid tox_install.sh for constraints support
    - sphinxext: Don't sometimes emit trailing newlines
* Thu Dec 07 2017 cloud-devel@suse.de
  - update to version 5.1.0
    - Remove setting of version/release from releasenotes
    - Make help message include choices information for StrOpt
    - Update reno for stable/pike
    - Fix the incorrect file path
    - Fix sphinx option generation when advanced=True
    - Empty groupname will be 'DEFAULT' by default
    - Remove the parameter enforce_type from set_override and set_default
    - Correct documentation error in DeprecatedOpt
    - Use boolean where expected
    - Remove redundant colon in doc
    - Implement OptGroup.__str__ for log messages
    - Added exception when namespace option is missing
    - Cleanup test-requirements
    - Prefer SNAP_COMMON config files
    - Updated from global requirements
* Thu Sep 28 2017 cloud-devel@suse.de
  - update to version 4.11.1
    - Update .gitreview for stable/pike
    - Empty groupname will be 'DEFAULT' by default
    - Updated from global requirements
    - Update UPPER_CONSTRAINTS_FILE for stable/pike
* Mon Aug 07 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 2017 cloud-devel@suse.de
  - update to version 3.22.0:
    - Add missing exceptions to the documentation
    - fix interpolation of None value
    - List comprehensions
    - standardize release note page ordering
    - Add 'schemes' argument to URIOpt
    - Add IPOpt and PortOpt names for sphinxext
    - Enable release notes translation
    - Normalize group sections
    - Update reno for stable/newton
    - Ensure test_config_dir_doesnt_exist() dir doesn't exist
    - Add Constraints support
    - Revert "Fix conversion to item_type on __call__ in List type"
    - Add doc about config option name and comment in config file
    - Show team and repo badges on README
    - Correct nits in Iedf808
    - Replace six.iteritems() with .items()
    - Add defaults for config-dir
    - Add some documentation about option deprecation
    - [TrivialFix] Replace 'assertTrue(a in b)' with 'assertIn(a, b)'
    - config: Pass description and epilog through
    - Fix wrong usage of DuplicateOptError
    - modify the home-page info with the developer documentation
    - Fix missing option types to config doc
    - doc: Fix Range type version
    - Remove references to Python 3.4
    - Add HostnameOpt and URIOpt types to sphinxext
    - Warn user about enforce_type default change
    - Fix conversion to item_type on __call__ in List type
    - Fix filename in comment
    - Fix broken links
    - Fix repr for tuples in choices
    - Disable warning for missing oslo.config.opts.defaults
    - Fixing HostName and adding support for HostAddress
    - Add 'summarize' option
    - test: add enforce_type test
    - Fixup list types handling tuples
    - Add Range type
    - Updated from global requirements
  - Remove 0001-Add-defaults-for-config-dir.patch . Applied upstream.
* Tue Jan 31 2017 dmueller@suse.com
  - update to 3.17.1:
    * Updated from global requirements
* Thu Dec 01 2016 tbechtold@suse.com
  - switch to stable/newton
  - add format_spec_file to _service
  - Add 0001-Add-defaults-for-config-dir.patch to support default
    config directories
* Tue Aug 30 2016 tbechtold@suse.com
  - update to version 3.17.0
    * Add set_override method test with ListOpt
    * Fix: default value of prog should remove extension
    * Updated from global requirements
    * Add Port type to allow configuration of a list of tcp/ip ports
    * Advanced Option
* Mon Aug 08 2016 dmueller@suse.com
  - update to 3.14.0:
    * disable lazy translation in sphinx extension
    * Trivial: adjust import order to fit the import order guideline
    * Make error message more clear
    * Add min and max values to Float type and Opt
    * Fix parameters of assertEqual are misplaced
    * Updated from global requirements
    * Add max_length to URIOpt
    * Remove discover from test-requirements
    * update docs for sphinxconfiggen
    * Add URIOpt to doced option types
* Fri Jul 29 2016 dmueller@suse.com
  - update to 3.13.0:
    * Add Python 3.5 classifier and venv
    * Enabling your project for mutable-config
    * Add namespace to _list_opts() in test
    * decode subprocess output so doc build works on python3
    * Updated from global requirements
* Mon Jul 04 2016 tbechtold@suse.com
  - update to 3.12.0:
    * Add URIOpt
    * Add support for a deprecated version
    * Updated from global requirements
    * Support template substitution of DictOpt
    * fixture: Provide parameter enforce_type for method config
    * Fix typo: 'olso' to 'oslo'
    * Return [] for .config_dirs when config files are not parsed
    * generator: format string default value for List type properly
    * Updated from global requirements
    * Required Option
    * Updated from global requirements
    * Make sure ConfigType is an abstract class
    * Added i18n formatting to log messages
    * Remove duplicated code in method test_equal of HostnameTypeTests
    * Incorrect group name when deprecated_group is not specified
    * Handle some native python types in config generation
* Thu Jun 02 2016 tbechtold@suse.com
  - use renderspec source service
  - update spec from upstream
* Thu Mar 03 2016 tbechtold@suse.com
  - Switch to.spec from rpm-packaging upstream project
* Sun Feb 28 2016 dmueller@suse.com
  - update to 3.9.0:
    * remove redundant call to set explicit target
    * clear the cache before mutating the config files
    * Updated from global requirements
    * Add None-check to find_file
    * add support for mutable options in the config generator
    * add unreleased page to release notes build
    * add a release note mentioning our use of reno
    * Add reno for release notes management
    * Hooks around mutate_config_files
    * Add hostname config type
    * Add config_dirs property with a list of directories
    * Fix wrong check with non-None value when format group
    * add generator hook for apps to update option defaults
    * Updated from global requirements
    * refactor generator._list_opts for further enhancement
    * Add debtcollector as requirement
    * always show coverage output from tests
    * handle group objects in sphinxext
    * refactor sphinxext and add unit tests
    * have show-options load the generator config file
    * support multiple namespaces in sphinxext
    * refactor sphinxext to make reformatting easier
    * refactor generator closures to private methods
    * Updated from global requirements
    * remove specially attribute handling from _Namespace
    * Fix unrecognized subparser args
    * Add test for BoolOpt with no default
    * Fix bandit entry in tox.ini
    * Removal of bandit.yaml
    * Log mutated options at INFO
    * Fix version 'mutable' was added
    * Fix PortOpt versionchanged
    * treat option group names as section headers when documenting them
    * Fix MultiConfigParser removal version
    * Retain correct order of defined config options
* Thu Feb 11 2016 dmueller@suse.com
  - update to 3.4.0:
    * Do not fail on certain config option help strings
    * Updated from global requirements
    * enhance sphinx integration to allow links to option definitions
    * Remove argparse from requirements
    * Updated from global requirements
    * replace reference to default value in option help text in docs
    * add built-in options to auto-generated documentation
    * register the built-in options for the config generator to find
    * Add reST work label for configuration options
    * Allow port number with 0
    * Replace deprecated library function os.popen() with subprocess
    * Fix can't generate config sample with non-None value
    * Fixed deprecated_for_removal warning generation
    * Module index grouping
    * Docs class links
    * generator: ignore doubles
    * Numerous corrections to the docstrings
    * Make oslo-config-generator fail gracefully when no arguments
    * Replace assertEqual(*, None) with assertIsNone in tests
    * Python 3 deprecated the logger.warn method in favor of warning
    * Replace assertEqual(None,*) with assertIsNone(*)
    * Cleanly handle an undefined attribute reference
    * Replace assertEqual with assertTrue and assertFalse
    * assertIsNone(val) instead of assertEqual(None,val)
* Fri Jan 08 2016 bwiedemann@suse.com
  - Update to version 3.2.0
    * Capitalize IP
    * Add support for a deprecation reason
    * Removes MANIFEST.in as it is not needed explicitely by PBR
    * Make PortOpt accept choices parameter
    * Test equality of types.String choices as a set
    * Add new parameter `choices` to Integer type
    * [fix-compat] Tolerate non-string defaults in String type
    * [fix-compat] Support older use case for Opt type
    * Handle None section name in MultiOptConfigParser#get
    * Allow method set_override with parameter override=None for all types
    * Move type formatting from generator to type
    * Allow naming of custom types
    * Remove 'raise' in _get
    * Remove python 2.6 support
    * Add DEFAULT group in NoSuchOptError when group=None
* Fri Nov 20 2015 bwiedemann@suse.com
  - update to 2.7.0:
    * Add max length check to StrOpt
    * Fix StrOpt to allow setting quotes and regex
    * Improve default type checking
    * Use versionadded and versionchanged in doc
    * update doc to use new type PortOpt
    * Fix versionchanged
    * Raise exception when wrong type is used as default
    * Add PortOpt for integer with range 1 to 65535
    * Fix typos in cfg.py
    * Case insensitiveness when comparing choices values
    * Add missing tests and generator code for IPOpt
    * Fix coverage configuration and execution
    * Add item_type and bounds to ListOpt
    * Fix bad exception for StrOpt with invalid choice value
    * fix literal rendering in dictionary options docs
    * Fix home-page value in setup.cfg with Oslo wiki
    * docs - Set pbr 'warnerrors' option for doc build
    * Include changelog/history in docs
    * Correct the comment of __call__ method
    * Demonstrate that MultiStr values from multiple sources are merged
    * Make Integer type class honor zero for min/max
* Fri Aug 28 2015 tbechtold@suse.com
  - Fix doc build
* Thu Aug 27 2015 tbechtold@suse.com
  - update to 2.3.0:
    * Add sphinx extension to embed pretty descriptions of options
    * Add sphinx extension to build sample config
    * Updated from global requirements
    * Updated from global requirements
    * preserve preformatted help text
* Fri Jul 31 2015 tbechtold@suse.com
  - update to 2.1.0:
    * Updated from global requirements
    * Add regex validation to String type
    * Add enforce_type option when setting an override
    * Updated from global requirements
    * Add *.egg* to .gitignore
    * Updated from global requirements
    * Remove oslo namespace package
    * Fix use of mock for 1.1.0
    * Updated from global requirements
    * Expose min and max to IntOpt
    * Don't convert ValueError into NoSuchOptError in ConfigOpts
    * Updated from global requirements
    * Add FAQ entry for why we do not treat config options as API
    * Add set_default() method to fixture
    * fix fixture tests for fixtures 1.3.x
    * Add tox target to find missing requirements
    * Do not use oslo namespace for oslo.i18n lib
    * Fixes example for cfg
    * Updated from global requirements
    * Fix sorting of optional arguments
    * Switch badges from 'pypip.in' to 'shields.io'
    * Updated from global requirements
    * Fix sorting issue in python 3
    * Fix typo in Opt class doc string
  - Adjust Requires
* Fri Jul 31 2015 tbechtold@suse.com
  - Unify spec file #2
* Wed Jul 29 2015 tbechtold@suse.com
  - Unify spec file
* Wed Jun 10 2015 tbechtold@suse.com
  - update to 1.12.1:
    * Fix sorting issue in python 3
* Mon Jun 08 2015 tbechtold@suse.com
  - update to 1.12.0:
    * Remove pbr requirement
    * Document properties as properties
    * make registering a cli opt on a filter object work
    * Remove outdated release notes
    * cfg: support interpolation of config option from other groups
    * Advertise support for Python3.4 / Remove support for 3.3
    * Do not sync run_cross_tests.sh
    * Updated from global requirements
    * Fix issue when generating code with cfg.OptGroup
    * Option name missing from ConfigFileValueError
    * Remove run_cross_tests.sh
    * Enforce alphabetic loading order for --config-dir contents
  - Remove python-pbr from Requires
* Thu Apr 30 2015 dmueller@suse.com
  - update to 1.11.0:
    * Uncap library requirements for liberty
    * Added Raw Value Loading to Test Fixture
    * Add pypi download + version badges
    * Update hacking to kilo level
    * Add deprecated_for_removal support to the config generator
    * Generate docs for constructor
    * Fix doc build warning
    * Updated from global requirements
* Mon Mar 30 2015 tbechtold@suse.com
  - update to 1.9.3:
    * Switch to non-namespaced module imports
* Tue Mar 10 2015 tbechtold@suse.com
  - 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
* Tue Feb 24 2015 tbechtold@suse.com
  - 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
* Wed Jan 14 2015 tbechtold@suse.com
  - Add python_requires to _service
  - Update Requires version according to requirements.txt
* Thu Jan 08 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 2014 tbechtold@suse.com
  - 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
* Fri Sep 12 2014 dmueller@suse.com
  - 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
* Tue Jul 29 2014 dmueller@suse.com
  - 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
    * Updated from global requirements
    * 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
    * Updated from global requirements
    * 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
* Fri Jun 27 2014 dmueller@suse.com
  - go back to released version (1.3.0)
* Fri Jun 20 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0.29.ge0172be:
    * Updated from global requirements
    * Add more tests for positional CLI opts
* Thu Jun 19 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0.26.g582e1a3:
    * Remove print statement from types.Dict
    * Add test case for hyphenated option names
* Sun Jun 15 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0.22.g1746fd2:
    * Fixes an issue validating max integer values
    * Bump hacking to 0.9.x series
* Wed Jun 11 2014 cloud-devel@suse.de
  - 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
* Tue May 27 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0.16.g8b4bf0f:
    * log: string format arguments changed to function parameters
* Sat May 10 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0.15.g78c2bc9:
    * Fix deprecated_opts for cli options
* Thu May 08 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0.13.gbdb0814:
    * Updated from global requirements
* Wed May 07 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0.11.ga4bb2e4:
    * Add section titles and fix markup of docstring
* Tue May 06 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0.9.g7240ad9:
    * Reject option names prefixed with '_'
    * Fix docstring for _Namespace._get_cli_value
* Sun May 04 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0.5.gb3ed1ac:
    * Graduate config fixture
* Sat Apr 26 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0.4.g0a66c27:
    * Fix test_version on Python 3.4
* Tue Apr 15 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0.3.g78225a5:
    * Avoid using too generic names in _Namespace
* Sat Apr 05 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0.2.g4b8b206:
    * Import run_cross_tests.sh from oslo-incubator
* Wed Apr 02 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0.1.g1dc9e67:
    * Move py33 env before py2x
    1.3.0
* Mon Mar 10 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0a0.40.gb347519:
    * Include the 'meta' trove classifiers for python versions
* Wed Mar 05 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0a0.39.ga5faf6b:
    * Do substitution on overrides and defaults too
    * Follow style guide for help strings
* Mon Mar 03 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0a0.35.gc577365:
    * Updated from global requirements
    * Convert to oslo.test
    * Add py33 trove classifier
* Tue Feb 25 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0a0.31.g076d828:
    * Fix a whitespace in a comment
* Sun Feb 23 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0a0.30.g482e276:
    * Fix docstring of parsing order
* Wed Feb 19 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0a0.28.g4c5c1ea:
    * Remove extraneous vim configuration comments
* Sun Feb 16 2014 cloud-devel@suse.de
  - Rebased patches:
    + 0001-Switch-over-to-oslosphinx.patch dropped (merged upstream)
* Sun Feb 16 2014 cloud-devel@suse.de
  - Update to version oslo.config-1.3.0a0.26.g13de959:
    * Switch over to oslosphinx
* Fri Feb 14 2014 speilicke@suse.com
  - Run testr directly
* Thu Feb 13 2014 dmueller@suse.com
  - added patches:
    * 0001-Switch-over-to-oslosphinx.patch
* Tue Feb 11 2014 speilicke@suse.com
  - Update to version oslo.config-1.3.0a0.25.g2f98541:
    * Fix misspellings in oslo.config
    * Support building wheels (PEP-427)
    * Add Style Guide for help of config options
    * Add docs for types
  - Replace git_tarballs source service with download_files and set_version
    + Use upstream URL as source (enables verification)
  - Use argparse only on SLE
* Wed Jan 29 2014 opensuse-cloud@opensuse.org
  - Update to version 1.3.0a0.18.g16541c5:
    + Throw exception if --config-dir doesn't exist
* Tue Jan 28 2014 opensuse-cloud@opensuse.org
  - Update to version 1.3.0a0.16.g3b8197e:
    + Remove copyright from empty files
* Fri Jan 24 2014 opensuse-cloud@opensuse.org
  - Update to version 1.3.0a0.14.ge6bcb78:
    + Implemented support for custom opt types
* Sun Jan 12 2014 opensuse-cloud@opensuse.org
  - Update to version 1.3.0a0.12.g0c3a643:
    + Fix for parsing error with Dollar Sign ($) in values
* Fri Jan 10 2014 opensuse-cloud@opensuse.org
  - Update to version 1.3.0a0.10.g9972082:
    + Fix spelling errors in docstrings and comments
* Thu Jan 09 2014 opensuse-cloud@opensuse.org
  - Update to version 1.3.0a0.8.g47b49e8:
    + Utilizes assertIsNone and assertIsNotNone
* Sat Dec 21 2013 opensuse-cloud@opensuse.org
  - Update to version 1.3.0a0.7.g74cd448:
    + Added support of operator '=='
* Fri Dec 13 2013 opensuse-cloud@opensuse.org
  - Update to version 1.3.0a0.6.g73d60b3:
    + Updated from global requirements
* Mon Nov 18 2013 speilicke@suse.com
  - Add python-argparse test requirement
* Fri Nov 15 2013 speilicke@suse.com
  - Run testsuite during build (%check section) and obsolete the test
    package. An overall simplification of the test process
  - Needs a funky hack to circumvent PTH files shipped by oslo components
* Fri Nov 08 2013 opensuse-cloud@opensuse.org
  - Update to version 1.3.0a0.5.g03930e3:
    + Updated from global requirements
* Sat Nov 02 2013 opensuse-cloud@opensuse.org
  - Update to version 1.3.0a0.4.g4d08ec6:
    + Fix to make ConfigOpts no longer obscure IOErrors
* Fri Oct 25 2013 dmueller@suse.com
  - switch back to master tarball
* Fri Sep 27 2013 speilicke@suse.com
  - Fix service URL
* Thu Sep 26 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 02 2013 dmueller@suse.com
  - update to 1.2.0.a4
* Thu Jul 18 2013 berendt@b1-systems.de
  - added missing requirement python-argparse
* Sat Jul 13 2013 opensuse-cloud@opensuse.org
  - Update to version 1.2.0.a2:
    + Use oslo.sphinx and remove local copy of doc theme
    + Hook docstrings into the published docs
* Tue Jul 02 2013 opensuse-cloud@opensuse.org
  - Update to version 1.2.0.a35:
    + Add release notes for 1.2.0a3
* Sat Jun 29 2013 opensuse-cloud@opensuse.org
  - Update to version 1.2.0.a34:
    + Ensure namespace package is installed.
* Thu Jun 27 2013 speilicke@suse.com
  - Only depend on python-discover on SLE, it's a Python-2.6 feature
    backport
* Thu Jun 13 2013 dmueller@suse.com
  - update test/main requires
* Wed Jun 12 2013 dmueller@suse.com
  - fix tarball location
  - merge in all the changes from the last 6 weeks
* Wed Jun 12 2013 dmueller@suse.com
  - fix requires of test package
* Thu Apr 04 2013 dmueller@suse.com
  - provide/obsolete python-oslo-config and its subpackages
* Mon Mar 18 2013 speilicke@suse.com
  - Drop +git.$TIMESTAMP.$COMMITHASH version suffix
* Sun Mar 17 2013 cloud-devel@suse.de
  - Update to version 1.2.0.a3+git.1363479216.91155c8:
    + Correct some typos in docstrings in cfg.py.
    + Copyright rename LLC to Foundation
    + Open 1.2.x development
    + Add Environment::OpenStack classifier
    + Fix copyright - from LLC to Foundation
* Mon Mar 11 2013 dmueller@suse.com
  - rename package to python-oslo.config
  - Update to version 1.1.0.a3+git.1362996413.6dca669:
    + Explicitly set ConfigOpts._args to sys.argv[1:]
    + Switch to semantic versioning
    + Change the name of the project to oslo.config
* Tue Feb 26 2013 iartarisi@suse.com
  - remove unneeded patch for oslo/__init__.py, the namespace is
    declared in setup.py
* Fri Feb 22 2013 saschpe@suse.de
  - BuildRequire openstack-suse-macros instead of openstack-macros
* Thu Feb 21 2013 iartarisi@suse.com
  - remove testtool dependency; we can run the tests without it
* Wed Feb 20 2013 iartarisi@suse.com
  - set BuildArch: noarch for newer distros
* Wed Feb 20 2013 iartarisi@suse.com
  - initial version

Files

/etc/alternatives/oslo-config-generator
/usr/bin/oslo-config-generator
/usr/bin/oslo-config-generator-2.7
/usr/lib/python2.7/site-packages/oslo.config-5.2.0-py2.7.egg-info
/usr/lib/python2.7/site-packages/oslo.config-5.2.0-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/oslo.config-5.2.0-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/oslo.config-5.2.0-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/oslo.config-5.2.0-py2.7.egg-info/entry_points.txt
/usr/lib/python2.7/site-packages/oslo.config-5.2.0-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/oslo.config-5.2.0-py2.7.egg-info/pbr.json
/usr/lib/python2.7/site-packages/oslo.config-5.2.0-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/oslo.config-5.2.0-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/oslo_config
/usr/lib/python2.7/site-packages/oslo_config/__init__.py
/usr/lib/python2.7/site-packages/oslo_config/__init__.pyc
/usr/lib/python2.7/site-packages/oslo_config/__init__.pyo
/usr/lib/python2.7/site-packages/oslo_config/_i18n.py
/usr/lib/python2.7/site-packages/oslo_config/_i18n.pyc
/usr/lib/python2.7/site-packages/oslo_config/_i18n.pyo
/usr/lib/python2.7/site-packages/oslo_config/_list_opts.py
/usr/lib/python2.7/site-packages/oslo_config/_list_opts.pyc
/usr/lib/python2.7/site-packages/oslo_config/_list_opts.pyo
/usr/lib/python2.7/site-packages/oslo_config/cfg.py
/usr/lib/python2.7/site-packages/oslo_config/cfg.pyc
/usr/lib/python2.7/site-packages/oslo_config/cfg.pyo
/usr/lib/python2.7/site-packages/oslo_config/cfgfilter.py
/usr/lib/python2.7/site-packages/oslo_config/cfgfilter.pyc
/usr/lib/python2.7/site-packages/oslo_config/cfgfilter.pyo
/usr/lib/python2.7/site-packages/oslo_config/fixture.py
/usr/lib/python2.7/site-packages/oslo_config/fixture.pyc
/usr/lib/python2.7/site-packages/oslo_config/fixture.pyo
/usr/lib/python2.7/site-packages/oslo_config/generator.py
/usr/lib/python2.7/site-packages/oslo_config/generator.pyc
/usr/lib/python2.7/site-packages/oslo_config/generator.pyo
/usr/lib/python2.7/site-packages/oslo_config/iniparser.py
/usr/lib/python2.7/site-packages/oslo_config/iniparser.pyc
/usr/lib/python2.7/site-packages/oslo_config/iniparser.pyo
/usr/lib/python2.7/site-packages/oslo_config/sphinxconfiggen.py
/usr/lib/python2.7/site-packages/oslo_config/sphinxconfiggen.pyc
/usr/lib/python2.7/site-packages/oslo_config/sphinxconfiggen.pyo
/usr/lib/python2.7/site-packages/oslo_config/sphinxext.py
/usr/lib/python2.7/site-packages/oslo_config/sphinxext.pyc
/usr/lib/python2.7/site-packages/oslo_config/sphinxext.pyo
/usr/lib/python2.7/site-packages/oslo_config/tests
/usr/lib/python2.7/site-packages/oslo_config/tests/__init__.py
/usr/lib/python2.7/site-packages/oslo_config/tests/__init__.pyc
/usr/lib/python2.7/site-packages/oslo_config/tests/__init__.pyo
/usr/lib/python2.7/site-packages/oslo_config/tests/test_cfg.py
/usr/lib/python2.7/site-packages/oslo_config/tests/test_cfg.pyc
/usr/lib/python2.7/site-packages/oslo_config/tests/test_cfg.pyo
/usr/lib/python2.7/site-packages/oslo_config/tests/test_cfgfilter.py
/usr/lib/python2.7/site-packages/oslo_config/tests/test_cfgfilter.pyc
/usr/lib/python2.7/site-packages/oslo_config/tests/test_cfgfilter.pyo
/usr/lib/python2.7/site-packages/oslo_config/tests/test_fixture.conf
/usr/lib/python2.7/site-packages/oslo_config/tests/test_fixture.py
/usr/lib/python2.7/site-packages/oslo_config/tests/test_fixture.pyc
/usr/lib/python2.7/site-packages/oslo_config/tests/test_fixture.pyo
/usr/lib/python2.7/site-packages/oslo_config/tests/test_generator.py
/usr/lib/python2.7/site-packages/oslo_config/tests/test_generator.pyc
/usr/lib/python2.7/site-packages/oslo_config/tests/test_generator.pyo
/usr/lib/python2.7/site-packages/oslo_config/tests/test_iniparser.py
/usr/lib/python2.7/site-packages/oslo_config/tests/test_iniparser.pyc
/usr/lib/python2.7/site-packages/oslo_config/tests/test_iniparser.pyo
/usr/lib/python2.7/site-packages/oslo_config/tests/test_sphinxconfiggen.py
/usr/lib/python2.7/site-packages/oslo_config/tests/test_sphinxconfiggen.pyc
/usr/lib/python2.7/site-packages/oslo_config/tests/test_sphinxconfiggen.pyo
/usr/lib/python2.7/site-packages/oslo_config/tests/test_sphinxext.py
/usr/lib/python2.7/site-packages/oslo_config/tests/test_sphinxext.pyc
/usr/lib/python2.7/site-packages/oslo_config/tests/test_sphinxext.pyo
/usr/lib/python2.7/site-packages/oslo_config/tests/test_types.py
/usr/lib/python2.7/site-packages/oslo_config/tests/test_types.pyc
/usr/lib/python2.7/site-packages/oslo_config/tests/test_types.pyo
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/__init__.py
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/__init__.pyc
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/__init__.pyo
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/bar_foo_opt.py
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/bar_foo_opt.pyc
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/bar_foo_opt.pyo
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/baz_qux_opt.py
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/baz_qux_opt.pyc
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/baz_qux_opt.pyo
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/blaa_opt.py
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/blaa_opt.pyc
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/blaa_opt.pyo
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/fbaar_baa_opt.py
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/fbaar_baa_opt.pyc
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/fbaar_baa_opt.pyo
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/fbar_foo_opt.py
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/fbar_foo_opt.pyc
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/fbar_foo_opt.pyo
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/fblaa_opt.py
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/fblaa_opt.pyc
/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/fblaa_opt.pyo
/usr/lib/python2.7/site-packages/oslo_config/types.py
/usr/lib/python2.7/site-packages/oslo_config/types.pyc
/usr/lib/python2.7/site-packages/oslo_config/types.pyo
/usr/lib/python2.7/site-packages/oslo_config/version.py
/usr/lib/python2.7/site-packages/oslo_config/version.pyc
/usr/lib/python2.7/site-packages/oslo_config/version.pyo
/usr/share/doc/packages/python2-oslo.config
/usr/share/doc/packages/python2-oslo.config/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024