Hello community,

here is the log from the commit of package python-oslo.config for 
openSUSE:Factory checked in at 2015-05-02 21:35:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-09 10:08:35.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes   
    2015-05-02 21:35:13.000000000 +0200
@@ -2 +2 @@
-Mon Sep 22 09:37:53 UTC 2014 - [email protected]
+Wed Jan 14 10:17:56 UTC 2015 - [email protected]
@@ -4 +4,34 @@
-- add temporary workaround for dependencies on 1.4.0.0a3
+- Add python_requires to _service
+- Update Requires version according to requirements.txt
+
+-------------------------------------------------------------------
+Thu Jan  8 16:31:12 UTC 2015 - [email protected]
+
+- 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

Old:
----
  oslo.config-1.4.0.tar.gz

New:
----
  oslo.config-1.6.0.tar.gz

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

Other differences:
------------------
++++++ python-oslo.config.spec ++++++
--- /var/tmp/diff_new_pack.fQloUG/_old  2015-05-02 21:35:14.000000000 +0200
+++ /var/tmp/diff_new_pack.fQloUG/_new  2015-05-02 21:35:14.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.config
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:        1.4.0
+Version:        1.6.0
 Release:        0
 Url:            https://launchpad.net/oslo/
 Summary:        OpenStack configuration API
@@ -39,19 +39,18 @@
 BuildRequires:  python-fixtures >= 0.3.14
 BuildRequires:  python-mock >= 1.0
 BuildRequires:  python-netaddr
-BuildRequires:  python-oslotest
+BuildRequires:  python-oslotest >= 1.2.0
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-six
 BuildRequires:  python-stevedore
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
-BuildRequires:  python-testtools >= 0.9.34
+BuildRequires:  python-testtools >= 0.9.36
 Requires:       python-netaddr >= 0.7.12
-Requires:       python-pbr
+Requires:       python-pbr >= 0.6
 Requires:       python-six >= 1.7
-Requires:       python-stevedore >= 0.14
+Requires:       python-stevedore >= 1.1
 Provides:       python-oslo-config = 2013.2
-Provides:       python-oslo.config = 1.4.0.0a3
 Obsoletes:      python-oslo-config < 2013.2
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 Requires:       python-argparse
@@ -102,6 +101,7 @@
 %doc LICENSE README.rst AUTHORS
 %{_bindir}/oslo-config-generator
 %{python_sitelib}/oslo
+%{python_sitelib}/oslo_config
 %{python_sitelib}/*.egg-info
 %{python_sitelib}/*-nspkg.pth
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.fQloUG/_old  2015-05-02 21:35:14.000000000 +0200
+++ /var/tmp/diff_new_pack.fQloUG/_new  2015-05-02 21:35:14.000000000 +0200
@@ -1,5 +1,5 @@
 <services>
-  <service mode="disabled" name="download_files"> 
+  <service mode="disabled" name="download_files">
     <param name="changesgenerate">enable</param>
   </service>
   <service mode="disabled" name="set_version">
@@ -8,4 +8,6 @@
   <service name="refresh_patches" mode="disabled">
     <param name="changesgenerate">enable</param>
   </service>
+  <service name="python_requires" mode="disabled">
+  </service>
 </services>

++++++ oslo.config-1.4.0.tar.gz -> oslo.config-1.6.0.tar.gz ++++++
++++ 13444 lines of diff (skipped)



Reply via email to