File python-oslo.config.changes of Package python-oslo.config

-------------------------------------------------------------------
Wed Apr  2 09:05:43 UTC 2014 - speilicke@suse.com

- Update to version 1.3.0:
  * Include the 'meta' trove classifiers for python versions
  * Do substitution on overrides and defaults too
  * Follow style guide for help strings
  * Updated from global requirements
  * Convert to oslo.test
  * Fix a whitespace in a comment
  * Fix docstring of parsing order
  * Switch over to oslosphinx
  * Remove extraneous vim configuration comments
  * Fix misspellings in oslo.config
  * Add py33 trove classifier
  * Support building wheels (PEP-427)
  * Add Style Guide for help of config options
  * Add docs for types
  * Throw exception if --config-dir doesn't exist
  * Remove copyright from empty files
  * Implemented support for custom opt types
  * Fix for parsing error with Dollar Sign ($) in values
  * Utilizes assertIsNone and assertIsNotNone
  * Fix spelling errors in docstrings and comments
  * Added support of operator '=='
  * Updated from global requirements
  * Updated from global requirements
  * Fix to make ConfigOpts no longer obscure IOErrors
  * Replace assertEquals with assertEqual
  * Updated from global requirements
  * Add the ability to validate default options value
- Switch to Icehouse release

-------------------------------------------------------------------
Thu Mar 27 10:19:08 UTC 2014 - dmueller@suse.com

- switch back to released version of oslo.config (which is
  recommended for Icehouse)

-------------------------------------------------------------------
Wed Mar  5 01:11:55 UTC 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  3 01:24:36 UTC 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 00:44:03 UTC 2014 -  cloud-devel@suse.de

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

-------------------------------------------------------------------
Sun Feb 23 00:38:24 UTC 2014 -  cloud-devel@suse.de

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

-------------------------------------------------------------------
Wed Feb 19 01:07:38 UTC 2014 -  cloud-devel@suse.de

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

-------------------------------------------------------------------
Sun Feb 16 01:13:56 UTC 2014 - cloud-devel@suse.de

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

-------------------------------------------------------------------
Sun Feb 16 01:13:55 UTC 2014 -  cloud-devel@suse.de

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

-------------------------------------------------------------------
Fri Feb 14 09:02:15 UTC 2014 - speilicke@suse.com

- Run testr directly

-------------------------------------------------------------------
Thu Feb 13 13:24:41 UTC 2014 - dmueller@suse.com

- added patches:
  * 0001-Switch-over-to-oslosphinx.patch

-------------------------------------------------------------------
Tue Feb 11 16:06:53 UTC 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 00:45:52 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 1.3.0a0.18.g16541c5:
  + Throw exception if --config-dir doesn't exist

-------------------------------------------------------------------
Tue Jan 28 01:22:48 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 1.3.0a0.16.g3b8197e:
  + Remove copyright from empty files

-------------------------------------------------------------------
Fri Jan 24 13:41:10 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 1.3.0a0.14.ge6bcb78:
  + Implemented support for custom opt types

-------------------------------------------------------------------
Sun Jan 12 01:14:43 UTC 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 11:58:27 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 1.3.0a0.10.g9972082:
  + Fix spelling errors in docstrings and comments

-------------------------------------------------------------------
Thu Jan  9 01:20:17 UTC 2014 - opensuse-cloud@opensuse.org

- Update to version 1.3.0a0.8.g47b49e8:
  + Utilizes assertIsNone and assertIsNotNone

-------------------------------------------------------------------
Sat Dec 21 01:36:04 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 1.3.0a0.7.g74cd448:
  + Added support of operator '=='

-------------------------------------------------------------------
Fri Dec 13 01:07:10 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 1.3.0a0.6.g73d60b3:
  + Updated from global requirements

-------------------------------------------------------------------
Mon Nov 18 09:57:35 UTC 2013 - speilicke@suse.com

- Add python-argparse test requirement

-------------------------------------------------------------------
Fri Nov 15 15:53:22 UTC 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  8 01:40:34 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 1.3.0a0.5.g03930e3:
  + Updated from global requirements

-------------------------------------------------------------------
Sat Nov  2 01:04:04 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 1.3.0a0.4.g4d08ec6:
  + Fix to make ConfigOpts no longer obscure IOErrors

-------------------------------------------------------------------
Fri Oct 25 08:53:22 UTC 2013 - dmueller@suse.com

- switch back to master tarball 

-------------------------------------------------------------------
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

- update to 1.2.0.a4 

-------------------------------------------------------------------
Thu Jul 18 10:08:32 CEST 2013 - berendt@b1-systems.de

- added missing requirement python-argparse

-------------------------------------------------------------------
Sat Jul 13 13:20:49 UTC 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  2 23:44:03 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 1.2.0.a35:
  + Add release notes for 1.2.0a3

-------------------------------------------------------------------
Sat Jun 29 17:07:53 UTC 2013 - opensuse-cloud@opensuse.org

- Update to version 1.2.0.a34:
  + Ensure namespace package is installed.

-------------------------------------------------------------------
Thu Jun 27 09:57:32 UTC 2013 - speilicke@suse.com

- Only depend on python-discover on SLE, it's a Python-2.6 feature
  backport

-------------------------------------------------------------------
Thu Jun 13 08:18:20 UTC 2013 - dmueller@suse.com

- update test/main requires 

-------------------------------------------------------------------
Wed Jun 12 13:42:11 UTC 2013 - dmueller@suse.com

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

-------------------------------------------------------------------
Wed Jun 12 09:57:21 UTC 2013 - dmueller@suse.com

- fix requires of test package 

-------------------------------------------------------------------
Thu Apr  4 09:02:21 UTC 2013 - dmueller@suse.com

- provide/obsolete python-oslo-config and its subpackages

-------------------------------------------------------------------
Mon Mar 18 10:43:54 UTC 2013 - speilicke@suse.com

- Drop +git.$TIMESTAMP.$COMMITHASH version suffix

--------------------------------------------------------------------
Sun Mar 17 00:13:36 UTC 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 10:06:53 UTC 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 16:32:38 UTC 2013 - iartarisi@suse.com

- remove unneeded patch for oslo/__init__.py, the namespace is
  declared in setup.py

-------------------------------------------------------------------
Fri Feb 22 11:28:50 UTC 2013 - saschpe@suse.de

- BuildRequire openstack-suse-macros instead of openstack-macros

-------------------------------------------------------------------
Thu Feb 21 09:16:56 UTC 2013 - iartarisi@suse.com

- remove testtool dependency; we can run the tests without it

-------------------------------------------------------------------
Wed Feb 20 13:47:25 UTC 2013 - iartarisi@suse.com

- set BuildArch: noarch for newer distros

-------------------------------------------------------------------
Wed Feb 20 13:07:15 UTC 2013 - iartarisi@suse.com

- initial version

openSUSE Build Service is sponsored by