Hello community,
here is the log from the commit of package python-oslo.config for
openSUSE:Factory checked in at 2016-03-07 13:23:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.config (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.config"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes
2015-12-21 12:04:19.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes
2016-03-07 13:23:33.000000000 +0100
@@ -1,0 +2,48 @@
+Thu Feb 11 07:39:04 UTC 2016 - [email protected]
+
+- 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 8 08:21:27 UTC 2016 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
oslo.config-2.7.0.tar.gz
New:
----
oslo.config-3.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.config.spec ++++++
--- /var/tmp/diff_new_pack.KCK2vx/_old 2016-03-07 13:23:34.000000000 +0100
+++ /var/tmp/diff_new_pack.KCK2vx/_new 2016-03-07 13:23:34.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.config
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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: 2.7.0
+Version: 3.4.0
Release: 0
Summary: OpenStack configuration API
License: Apache-2.0
@@ -29,6 +29,8 @@
BuildRequires: openstack-suse-macros
BuildRequires: python-devel
# Test requirements:
+BuildRequires: git-core
+BuildRequires: python-debtcollector >= 1.2.0
BuildRequires: python-fixtures >= 0.3.14
BuildRequires: python-mock >= 1.0
BuildRequires: python-netaddr
@@ -42,6 +44,7 @@
BuildRequires: python-testrepository >= 0.0.18
BuildRequires: python-testscenarios >= 0.4
BuildRequires: python-testtools >= 0.9.36
+Requires: python-debtcollector >= 1.2.0
Requires: python-netaddr >= 0.7.12
Requires: python-six >= 1.9.0
Requires: python-stevedore >= 1.5.0
@@ -73,23 +76,25 @@
%build
%{__python2} setup.py build
-%install
-%{__python2} setup.py install --skip-build --root %{buildroot}
-
+# disabling git call for last modification date from git repo
+sed '/^html_last_updated_fmt.*/,/.)/ s/^/#/' -i doc/source/conf.py
# generate html docs
python setup.py build_sphinx
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
+%install
+%{__python2} setup.py install --skip-build --root %{buildroot}
+
%files
-%defattr(-,root,root,-)
-%doc LICENSE README.rst AUTHORS
+%license LICENSE
+%doc README.rst AUTHORS
%{_bindir}/oslo-config-generator
%{python2_sitelib}/oslo_config
%{python2_sitelib}/*.egg-info
%files doc
-%defattr(-,root,root,-)
-%doc LICENSE doc/build/html
+%license LICENSE
+%doc doc/build/html
%changelog
++++++ oslo.config-2.7.0.tar.gz -> oslo.config-3.4.0.tar.gz ++++++
++++ 3014 lines of diff (skipped)