commit python-oslo.log for openSUSE:Factory
Hello community, here is the log from the commit of package python-oslo.log for openSUSE:Factory checked in at 2017-08-28 15:29:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslo.log (Old) and /work/SRC/openSUSE:Factory/.python-oslo.log.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-oslo.log" Mon Aug 28 15:29:45 2017 rev:9 rq:514856 version:3.30.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslo.log/python-oslo.log.changes 2017-04-06 11:01:59.828881561 +0200 +++ /work/SRC/openSUSE:Factory/.python-oslo.log.new/python-oslo.log.changes 2017-08-28 15:29:46.426399753 +0200 @@ -1,0 +2,54 @@ +Mon Aug 7 08:05:45 UTC 2017 - cloud-devel@suse.de + +- update to version 3.30.0 + - only show error_summary for warning and error messages + - Fix bug in log_method_call decorator + - refactor error summary logic so it can be reused + - Add additional info like python-systemd does + - [Fix gate]Update test requirement + - Update URLs according to document migration + - Remove deprecated module loggers + - Fix devstack colors + - Update reno for stable/ocata + - Check reStructuredText documents for common style issues. + - When record.args is None, it should not give an exception. + - Trivial: Remove testscenarios from test-requirements.txt + - Remove 'verbose' option (again) + - clarify release note for error summary handling + - Optimize the link address + - Fix some reST field lists in docstrings + - make handling of error_summary more flexible + - formatter: skip ImportError when adding error_summary + - switch from oslosphinx to openstackdocstheme + - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) + - Add missing variable html_last_updated_fmt + - do not add error_summary for debug log messages + - add error_summary support to JSONFormatter + - add error_summary support for fluentd formatter + - tail support, log filtering, executable, and splitlines bug fix + - Documentation for journal usage + - improve the documentation for log format strings + - rearrange content to fit the new standard layout + - Must not go underneath the context object and access __dict__ + - Remove references to Python 3.4 + - add line number information to fluentd formatter + - add exception summaries to the main log line + - Oslo i18n 3.15.2 has broken deps + - fix test description comment + - Add log.get_loggers method + - Remove log translations + - add an extras dependency for systemd + - Always create OSSysLogHandler + - skip built-in exceptions when adding error_summary + - protect systemd class initialization when syslog is not available + - Use dict arg values for unicode checks in ContextFormatter + - Fix syslog module usage breaking Windows compatibility + - Remove support for py34 + - Systemd native journal support + - Added is_debug_enabled helper + - Revert "Remove 'verbose' option (again)" + - Add oslo_messaging to the list of log levels + - Updated from global requirements + - Use Sphinx 1.5 warning-is-error + +------------------------------------------------------------------- Old: ---- oslo.log-3.20.1.tar.gz New: ---- oslo.log-3.30.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslo.log.spec ++++++ --- /var/tmp/diff_new_pack.0o6IdI/_old 2017-08-28 15:29:47.250283933 +0200 +++ /var/tmp/diff_new_pack.0o6IdI/_new 2017-08-28 15:29:47.266281684 +0200 @@ -18,7 +18,7 @@ %global sname oslo.log Name: python-oslo.log -Version: 3.20.1 +Version: 3.30.0 Release: 0 Summary: OpenStack log library License: Apache-2.0 @@ -29,13 +29,13 @@ BuildRequires: python-devel BuildRequires: python-mock >= 2.0 BuildRequires: python-monotonic >= 0.6 -BuildRequires: python-oslo.config >= 3.14.0 -BuildRequires: python-oslo.context >= 2.9.0 +BuildRequires: python-oslo.config >= 4.0.0 +BuildRequires: python-oslo.context >= 2.14.0 BuildRequires: python-oslo.i18n >= 2.1.0 BuildRequires: python-oslo.serialization >= 1.10.0 -BuildRequires: python-oslo.utils >= 3.18.0 +BuildRequires: python-oslo.utils >= 3.20.0 BuildRequires: python-oslotest >= 1.10.0 -BuildRequires: python-pbr >= 1.8 +BuildRequires: python-pbr >= 2.0.0 BuildRequires: python-pyinotify >= 0.9.6 BuildRequires: python-python-dateutil >= 2.4.2 BuildRequires: python-python-subunit >= 0.0.18 @@ -45,11 +45,11 @@ BuildRequires: python-testtools >= 1.4.0 Requires: python-debtcollector >= 1.2.0 Requires: python-monotonic >= 0.6 -Requires: python-oslo.config >= 3.14.0 -Requires: python-oslo.context >= 2.9.0 +Requires: python-oslo.config >= 4.0.0 +Requires: python-oslo.context >= 2.14.0 Requires: python-oslo.i18n >= 2.1.0 Requires: python-oslo.serialization >= 1.10.0 -Requires: python-oslo.utils >= 3.18.0 +Requires: python-oslo.utils >= 3.20.0 Requires: python-pyinotify >= 0.9.6 Requires: python-python-dateutil >= 2.4.2 Requires: python-six >= 1.9.0 @@ -64,7 +64,7 @@ Summary: Documentation for OpenStack log library Group: Development/Languages/Python BuildRequires: python-Sphinx -BuildRequires: python-oslosphinx >= 4.7.0 +BuildRequires: python-openstackdocstheme >= 1.11.0 %description doc Documentation for the oslo.log library. @@ -72,6 +72,7 @@ %prep %autosetup -n %{sname}-%{version} -p1 %py_req_cleanup +sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{py2_build} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.0o6IdI/_old 2017-08-28 15:29:47.298277187 +0200 +++ /var/tmp/diff_new_pack.0o6IdI/_new 2017-08-28 15:29:47.298277187 +0200 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.log/oslo.log.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.log/oslo.log.spec.j2</param> <param name="output-name">python-oslo.log.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param> <param name="changelog-email">cloud-devel@suse.de</param> <param name="changelog-provider">gh,openstack,oslo.log</param> </service> ++++++ oslo.log-3.20.1.tar.gz -> oslo.log-3.30.0.tar.gz ++++++ ++++ 5212 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de