Hello community,

here is the log from the commit of package python-oslo.config for 
openSUSE:Factory checked in at 2013-07-29 17:51:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2013-07-03 16:52:47.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes   
    2013-07-29 17:51:06.000000000 +0200
@@ -1,0 +2,30 @@
+Thu Jul 18 10:08:32 CEST 2013 - [email protected]
+
+- added missing requirement python-argparse
+
+-------------------------------------------------------------------
+Sat Jul 13 13:20:49 UTC 2013 - [email protected]
+
+- 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 - [email protected]
+
+- Update to version 1.2.0.a35:
+  + Add release notes for 1.2.0a3
+
+-------------------------------------------------------------------
+Sat Jun 29 17:07:53 UTC 2013 - [email protected]
+
+- Update to version 1.2.0.a34:
+  + Ensure namespace package is installed.
+
+-------------------------------------------------------------------
+Thu Jun 27 09:57:32 UTC 2013 - [email protected]
+
+- Only depend on python-discover on SLE, it's a Python-2.6 feature
+  backport
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-oslo.config.spec ++++++
--- /var/tmp/diff_new_pack.TiQMSM/_old  2013-07-29 17:51:07.000000000 +0200
+++ /var/tmp/diff_new_pack.TiQMSM/_new  2013-07-29 17:51:07.000000000 +0200
@@ -19,7 +19,7 @@
 %define component oslo
 
 Name:           python-oslo.config
-Version:        1.2.0.a33
+Version:        1.2.0a3
 Release:        0
 Url:            https://launchpad.net/oslo/
 Summary:        OpenStack configuration API
@@ -32,7 +32,9 @@
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 BuildRequires:  python-d2to1
+BuildRequires:  python-oslo.sphinx
 BuildRequires:  python-pbr
+Requires:       python-argparse
 Requires:       python-d2to1
 Requires:       python-pbr
 Requires:       python-six
@@ -66,7 +68,9 @@
 Conflicts:      python-oslo-config-test
 Requires:       %{name} = %{version}
 Requires:       python-coverage
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
 Requires:       python-discover
+%endif
 Requires:       python-fixtures >= 0.3.12
 Requires:       python-flake8 >= 2.0
 Requires:       python-hacking >= 0.5.3
@@ -81,7 +85,12 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n oslo.config-1.2.0.a33.g5fa6ea2
+%setup -q -n oslo.config-1.2.0a3
+
+%if "%version" < "1.2.0a3"
+echo "need versioning fix first"
+exit 1
+%endif
 
 %build
 python setup.py build
@@ -90,7 +99,7 @@
 %install
 python setup.py install --skip-build --root=%{buildroot} --prefix=%{_prefix} 
--install-data=%{python_sitelib}
 
-rm -rf doc/build/html/{.buildinfo,.doctrees}
+rm doc/build/html/.buildinfo
 %fdupes doc
 
 %openstack_test_package_install
@@ -100,6 +109,7 @@
 %doc LICENSE README.rst AUTHORS
 %{python_sitelib}/oslo
 %{python_sitelib}/*.egg-info
+%{python_sitelib}/*-nspkg.pth
 
 %files doc
 %defattr(-,root,root,-)

++++++ oslo.config-master.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.config-1.2.0.a33.g5fa6ea2/ChangeLog 
new/oslo.config-1.2.0a3/ChangeLog
--- old/oslo.config-1.2.0.a33.g5fa6ea2/ChangeLog        2013-06-24 
18:50:04.000000000 +0200
+++ new/oslo.config-1.2.0a3/ChangeLog   2013-07-02 13:24:03.000000000 +0200
@@ -1,3 +1,31 @@
+commit 29bf15d65d54219cd76a7f2b18bab0272bc180fe
+Author: Mark McLoughlin <[email protected]>
+Date:   Tue Jul 2 11:28:13 2013 +0100
+
+    Add release notes for 1.2.0a3
+    
+    These will appear here:
+    
+      http://docs.openstack.org/developer/oslo.config/
+    
+    Change-Id: I2e9bfcf2358dddc8354456e3afc52b7e11ed3d5c
+
+commit 08203f69e6f436be3ba37dfd7e46a75695b5548c
+Author: Monty Taylor <[email protected]>
+Date:   Wed Jun 26 13:38:17 2013 -0400
+
+    Ensure namespace package is installed.
+    
+    This is a workaround for bug 1194742. There is actually a bug in
+    upstream d2to1 that has a PR up:
+    
+    https://github.com/iguananaut/d2to1/pull/32
+    
+    But until that is released, this should fix the immediate problem.
+    
+    Change-Id: I136b8493c8d8d48a0116facf5f23c2a1479c070f
+    Signed-off-by: Doug Hellmann <[email protected]>
+
 commit 5fa6ea2936fc703078a9869b5301d62947273703
 Merge: c774a9d c52d8c0
 Author: Jenkins <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.config-1.2.0.a33.g5fa6ea2/PKG-INFO 
new/oslo.config-1.2.0a3/PKG-INFO
--- old/oslo.config-1.2.0.a33.g5fa6ea2/PKG-INFO 2013-06-24 18:50:06.000000000 
+0200
+++ new/oslo.config-1.2.0a3/PKG-INFO    2013-07-02 13:24:04.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslo.config
-Version: 1.2.0.a33.g5fa6ea2
+Version: 1.2.0a3
 Summary: Oslo Configuration API
 Home-page: https://launchpad.net/oslo
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.config-1.2.0.a33.g5fa6ea2/doc/source/index.rst 
new/oslo.config-1.2.0a3/doc/source/index.rst
--- old/oslo.config-1.2.0.a33.g5fa6ea2/doc/source/index.rst     2013-06-24 
18:49:36.000000000 +0200
+++ new/oslo.config-1.2.0a3/doc/source/index.rst        2013-07-02 
13:23:35.000000000 +0200
@@ -15,6 +15,25 @@
 Release Notes
 =============
 
+1.2.0a3
+-------
+
+* 1176817_: Fix the priority of CLI args vs config file values
+* 1123043_: New 'choices' param to StrOpt constructor
+* cfg-reload-config-files_: Add new ConfigOpts.reload_config_files() method
+* 1194742_: Fix regression which meant we weren't registering our namespace 
package
+* 1185959_: Make --help output order alphabetical
+* More progress on python3 support
+* Fix obscure cache clearing race condition
+* Move from tools/pip-requires to requirements.txt
+* Include missing .testr.conf in dist tarball
+
+.. _1176817: https://bugs.launchpad.net/oslo/+bug/1176817
+.. _1123043: https://bugs.launchpad.net/oslo/+bug/1123043
+.. _cfg-reload-config-files: 
https://blueprints.launchpad.net/oslo/+spec/cfg-reload-config-files
+.. _1194742: https://bugs.launchpad.net/oslo/+bug/1194742
+.. _1185959: https://bugs.launchpad.net/oslo/+bug/1185959
+
 1.2.0a2
 -------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.config-1.2.0.a33.g5fa6ea2/oslo.config.egg-info/PKG-INFO 
new/oslo.config-1.2.0a3/oslo.config.egg-info/PKG-INFO
--- old/oslo.config-1.2.0.a33.g5fa6ea2/oslo.config.egg-info/PKG-INFO    
2013-06-24 18:50:04.000000000 +0200
+++ new/oslo.config-1.2.0a3/oslo.config.egg-info/PKG-INFO       2013-07-02 
13:24:03.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslo.config
-Version: 1.2.0.a33.g5fa6ea2
+Version: 1.2.0a3
 Summary: Oslo Configuration API
 Home-page: https://launchpad.net/oslo
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.config-1.2.0.a33.g5fa6ea2/oslo.config.egg-info/SOURCES.txt 
new/oslo.config-1.2.0a3/oslo.config.egg-info/SOURCES.txt
--- old/oslo.config-1.2.0.a33.g5fa6ea2/oslo.config.egg-info/SOURCES.txt 
2013-06-24 18:50:06.000000000 +0200
+++ new/oslo.config-1.2.0a3/oslo.config.egg-info/SOURCES.txt    2013-07-02 
13:24:04.000000000 +0200
@@ -27,6 +27,7 @@
 oslo.config.egg-info/PKG-INFO
 oslo.config.egg-info/SOURCES.txt
 oslo.config.egg-info/dependency_links.txt
+oslo.config.egg-info/namespace_packages.txt
 oslo.config.egg-info/requires.txt
 oslo.config.egg-info/top_level.txt
 oslo/config/__init__.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.config-1.2.0.a33.g5fa6ea2/oslo.config.egg-info/namespace_packages.txt 
new/oslo.config-1.2.0a3/oslo.config.egg-info/namespace_packages.txt
--- 
old/oslo.config-1.2.0.a33.g5fa6ea2/oslo.config.egg-info/namespace_packages.txt  
    1970-01-01 01:00:00.000000000 +0100
+++ new/oslo.config-1.2.0a3/oslo.config.egg-info/namespace_packages.txt 
2013-07-02 13:24:03.000000000 +0200
@@ -0,0 +1 @@
+oslo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.config-1.2.0.a33.g5fa6ea2/setup.cfg 
new/oslo.config-1.2.0a3/setup.cfg
--- old/oslo.config-1.2.0.a33.g5fa6ea2/setup.cfg        2013-06-24 
18:50:06.000000000 +0200
+++ new/oslo.config-1.2.0a3/setup.cfg   2013-07-02 13:24:04.000000000 +0200
@@ -21,6 +21,7 @@
 [files]
 packages = 
        oslo
+       oslo.config
 namespace_packages = 
        oslo
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.config-1.2.0.a33.g5fa6ea2/setup.py 
new/oslo.config-1.2.0a3/setup.py
--- old/oslo.config-1.2.0.a33.g5fa6ea2/setup.py 2013-06-24 18:49:36.000000000 
+0200
+++ new/oslo.config-1.2.0a3/setup.py    2013-07-02 13:23:35.000000000 +0200
@@ -17,5 +17,7 @@
 import setuptools
 
 setuptools.setup(
+    namespace_packages=['oslo'],
+    packages=['oslo', 'oslo.config'],
     setup_requires=['d2to1', 'pbr'],
     d2to1=True)


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to