Hello community,
here is the log from the commit of package python-oslo.config for
openSUSE:Factory checked in at 2015-08-27 08:54:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-12 22:52:29.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes
2015-08-27 08:54:47.000000000 +0200
@@ -1,0 +2,77 @@
+Fri Jul 31 06:53:56 UTC 2015 - [email protected]
+
+- 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 06:52:53 UTC 2015 - [email protected]
+
+- Unify spec file #2
+
+-------------------------------------------------------------------
+Wed Jul 29 05:40:13 UTC 2015 - [email protected]
+
+- Unify spec file
+
+-------------------------------------------------------------------
+Wed Jun 10 17:43:47 UTC 2015 - [email protected]
+
+- update to 1.12.1:
+ * Fix sorting issue in python 3
+
+-------------------------------------------------------------------
+Mon Jun 8 13:03:59 UTC 2015 - [email protected]
+
+- 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 08:27:50 UTC 2015 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
oslo.config-1.9.3.tar.gz
New:
----
oslo.config-2.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.config.spec ++++++
--- /var/tmp/diff_new_pack.GbqHOG/_old 2015-08-27 08:54:48.000000000 +0200
+++ /var/tmp/diff_new_pack.GbqHOG/_new 2015-08-27 08:54:48.000000000 +0200
@@ -17,25 +17,25 @@
Name: python-oslo.config
-Version: 1.9.3
+Version: 2.1.0
Release: 0
-Url: https://launchpad.net/oslo/
Summary: OpenStack configuration API
License: Apache-2.0
Group: Development/Languages/Python
+Url: https://launchpad.net/oslo.config/
Source:
http://tarballs.openstack.org/oslo.config/oslo.config-%{version}.tar.gz
Source99: rpmlintrc
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
+BuildRequires: openstack-suse-macros
BuildRequires: python-devel
-BuildRequires: python-oslosphinx
-BuildRequires: python-pbr
# Test requirements:
BuildRequires: python-fixtures >= 0.3.14
BuildRequires: python-mock >= 1.0
BuildRequires: python-netaddr
BuildRequires: python-oslo.i18n >= 1.3.0
+BuildRequires: python-oslosphinx
BuildRequires: python-oslotest >= 1.2.0
+BuildRequires: python-pbr
BuildRequires: python-python-subunit >= 0.0.18
BuildRequires: python-six
BuildRequires: python-stevedore
@@ -43,14 +43,14 @@
BuildRequires: python-testscenarios >= 0.4
BuildRequires: python-testtools >= 0.9.36
Requires: python-netaddr >= 0.7.12
-Requires: python-pbr >= 0.6
Requires: python-six >= 1.9.0
-Requires: python-stevedore >= 1.1.0
+Requires: python-stevedore >= 1.5.0
Provides: python-oslo-config = 2013.2
Obsoletes: python-oslo-config < 2013.2
-BuildArch: noarch
Provides: %{name}-test = %{version}
Obsoletes: %{name}-test <= %{version}
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildArch: noarch
%description
The Oslo configuration API supports parsing command line arguments and
@@ -59,8 +59,8 @@
%package doc
Summary: OpenStack configuration API - Documentation
Group: Documentation/HTML
-Requires: %{name} = %{version}
BuildRequires: python-Sphinx
+Requires: %{name} = %{version}
Provides: python-oslo-config-doc = 2013.2
Obsoletes: python-oslo-config-doc < 2013.2
@@ -71,33 +71,25 @@
%setup -q -n oslo.config-%{version}
%build
-python setup.py build
-python setup.py build_sphinx && rm doc/build/html/.buildinfo
+%{__python2} setup.py build
%install
-python setup.py install --skip-build --root=%{buildroot} --prefix=%{_prefix}
--install-data=%{python_sitelib}
-%fdupes doc
+%{__python2} setup.py install --skip-build --root %{buildroot}
-%check
-# NOTE(saschpe): oslo.sphinx puts a *.pth file into %{python_sitelib} (an EPIC
FAIL for itself), oslo.config also
-# has one in $BUILDROOT. But the former takes precedence since
%{python_sitelib} is always last sys.path. Thus
-# tests can never find the oslo.config module. Obviously PYTHONPATH alone
won't help either. But distro-boys
-# have bigger balls than stackers and fix themselves a custom load order with
the magic '-S' flag:
-#export PYTHONPATH="%{buildroot}%{python_sitelib}:%{python_sitelib}"
-#export PYTHON="python -S"
-#testr init && testr run --parallel
+# generate html docs
+sphinx-build doc/source html
+# remove the sphinx-build leftovers
+rm -rf html/.{doctrees,buildinfo}
%files
%defattr(-,root,root,-)
%doc LICENSE README.rst AUTHORS
%{_bindir}/oslo-config-generator
-%{python_sitelib}/oslo
-%{python_sitelib}/oslo_config
-%{python_sitelib}/*.egg-info
-%{python_sitelib}/*-nspkg.pth
+%{python2_sitelib}/oslo_config
+%{python2_sitelib}/*.egg-info
%files doc
%defattr(-,root,root,-)
-%doc LICENSE doc/build/html
+%doc LICENSE html
%changelog
++++++ oslo.config-1.9.3.tar.gz -> oslo.config-2.1.0.tar.gz ++++++
++++ 8012 lines of diff (skipped)