Hello community,

here is the log from the commit of package python-oslo.log for openSUSE:Factory 
checked in at 2016-05-04 08:19:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.log (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.log.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.log"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.log/python-oslo.log.changes  
2015-12-21 12:03:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslo.log.new/python-oslo.log.changes     
2016-05-04 08:19:39.000000000 +0200
@@ -1,0 +2,63 @@
+Mon Mar 14 11:01:43 UTC 2016 - tbecht...@suse.com
+
+- update to 3.2.0:
+  * use log.warning instead of log.warn
+  * Imported Translations from Zanata
+  * Updated from global requirements
+  * Remove deprecated use-syslog-rfc-format option
+  * Add release note for removed log_format option
+  * Updated from global requirements
+  * add page for release notes for unreleased versions
+  * add a release note about using reno
+  * Add reno for release notes management
+  * remove pypy from default tox environment list
+  * stop making a copy of options discovered by config generator
+  * always run coverage report
+  * Remove bandit.yaml in favor of defaults
+  * Updated from global requirements
+  * Fix spell typos
+  * set oslo.cache and dogpile to INFO
+  * Update translation setup
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Imported Translations from Zanata
+  * Updated from global requirements
+  * Improve Logging docs with inline examples and context example
+  * Revert "Pass environment variables of proxy to tox"
+  * Clean up removed hacking rule from [flake8] ignore lists
+  * Provide a deprecated_reason for use_syslog_rfc_format
+  * Remove deprecated log-format option
+  * Improve documentataion of Oslo Log Usage
+  * Added public method to getting default log levels
+  * Updated from global requirements
+  * enable isotime for exceptions
+  * assertIsNone(val) instead of assertEqual(None,val)
+- Adjust Requires
+
+-------------------------------------------------------------------
+Mon Jan  4 14:15:12 UTC 2016 - dmuel...@suse.com
+
+- update to 2.2.0:
+  * Set keystoneauth default log level to WARN
+  * Format record before passing it to syslog
+  * Updated from global requirements
+  * Updated from global requirements
+  * Remove iso8601 dependency
+  * Remove duplicated profiles section from bandit.yaml
+  * test_logging_error: build a logger at the test level
+  * Cleanup all handlers in _setup_logging_from_conf
+  * Drop python 2.6 support
+  * Add a 'bandit' target to tox.ini
+  * Updated from global requirements
+  * Log to sys.stderr to avoid "No handlers could be found..."
+  * Remove python 2.6 classifier
+  * Remove python 2.6 and cleanup tox.ini
+  * Refactor Python 2.6 check to use constant
+  * The user_identity format flexibility
+  * Updated from global requirements
+  * Imported Translations from Zanata
+  * Updated from global requirements
+  * Allow oslo.log to work on non-linux platforms
+
+-------------------------------------------------------------------

Old:
----
  oslo.log-1.12.0.tar.gz

New:
----
  oslo.log-3.2.0.tar.gz

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

Other differences:
------------------
++++++ python-oslo.log.spec ++++++
--- /var/tmp/diff_new_pack.7cXiRo/_old  2016-05-04 08:19:40.000000000 +0200
+++ /var/tmp/diff_new_pack.7cXiRo/_new  2016-05-04 08:19:40.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.log
 #
-# 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
@@ -16,8 +16,10 @@
 #
 
 
+%define version_unconverted 3.2.0
+
 Name:           python-oslo.log
-Version:        1.12.0
+Version:        3.2.0
 Release:        0
 Summary:        OpenStack logging API
 License:        Apache-2.0
@@ -40,6 +42,7 @@
 BuildRequires:  python-oslosphinx
 BuildRequires:  python-oslotest
 BuildRequires:  python-pyinotify
+BuildRequires:  python-python-dateutil
 BuildRequires:  python-python-subunit
 BuildRequires:  python-sphinx
 BuildRequires:  python-testrepository
@@ -47,14 +50,14 @@
 BuildRequires:  python-testtools
 
 Requires:       python-Babel >= 1.3
-Requires:       python-debtcollector >= 0.3.0
-Requires:       python-iso8601 >= 0.1.9
-Requires:       python-oslo.config >= 2.3.0
+Requires:       python-debtcollector >= 1.2.0
+Requires:       python-oslo.config >= 3.4.0
 Requires:       python-oslo.context >= 0.2.0
-Requires:       python-oslo.i18n >= 1.5.0
-Requires:       python-oslo.serialization >= 1.4.0
-Requires:       python-oslo.utils >= 2.0.0
-Requires:       python-pyinotify
+Requires:       python-oslo.i18n >= 2.1.0
+Requires:       python-oslo.serialization >= 1.10.0
+Requires:       python-oslo.utils >= 3.5.0
+Requires:       python-pyinotify >= 0.9.6
+Requires:       python-python-dateutil >= 2.4.2
 Requires:       python-six >= 1.9.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110

++++++ _service ++++++
--- /var/tmp/diff_new_pack.7cXiRo/_old  2016-05-04 08:19:40.000000000 +0200
+++ /var/tmp/diff_new_pack.7cXiRo/_new  2016-05-04 08:19:40.000000000 +0200
@@ -1,6 +1,7 @@
 <services>
   <service mode="disabled" name="download_files">
     <param name="changesgenerate">enable</param>
+    <param name="changeslinesmax">300</param>
   </service>
   <service mode="disabled" name="set_version">
     <param name="basename">oslo.log</param>

++++++ oslo.log-1.12.0.tar.gz -> oslo.log-3.2.0.tar.gz ++++++
++++ 3424 lines of diff (skipped)


Reply via email to