Hello community,

here is the log from the commit of package python-oslo.log for openSUSE:Factory 
checked in at 2020-02-18 10:41:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.log (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.log.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.log"

Tue Feb 18 10:41:19 2020 rev:16 rq:774914 version:3.44.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.log/python-oslo.log.changes  
2019-05-03 22:42:24.167238462 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.log.new.26092/python-oslo.log.changes   
    2020-02-18 10:41:40.409099743 +0100
@@ -1,0 +2,25 @@
+Wed Oct  9 12:26:36 UTC 2019 - [email protected]
+
+- update to version 3.44.1
+  - Use setLevel instead of setting logger.level directly
+  - Blacklist sphinx 2.1.0 (autodoc bug)
+  - Use raw string for regex
+  - Dropping the py35 testing
+  - Avoid tox_install.sh for constraints support
+  - Add Python 3 Train unit tests
+  - Schedule a periodical check of requirements to catch py2.7 issues quickly
+  - OpenDev Migration Patch
+  - Fix guidelines w.r.t. translation of log messages
+  - Replace openstack.org git:// URLs with https://
+  - Remove incubator migration docs
+  - Replace git.openstack.org URLs with opendev.org URLs
+  - Add TRAIN to deprecated releases
+  - Cap bandit below 1.6.0 version and update sphinx and limit monotonic.
+  - Update master for stable/stein
+  - Add 'levelkey' + 'tbkey' params
+  - Add logging guidelines based on previous spec
+  - Bump the openstackdocstheme extension to 1.20
+  - Added cmdline information into fluentFormatter event message
+  - Modify the constraints url in tox.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-oslo.log.spec ++++++
--- /var/tmp/diff_new_pack.iIihFc/_old  2020-02-18 10:41:41.161101277 +0100
+++ /var/tmp/diff_new_pack.iIihFc/_new  2020-02-18 10:41:41.165101285 +0100
@@ -17,15 +17,14 @@
 
 
 Name:           python-oslo.log
-Version:        3.42.3
+Version:        3.44.1
 Release:        0
 Summary:        OpenStack log library
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://launchpad.net/oslo.log
-Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.log/oslo.log-3.42.3.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.log/oslo.log-3.44.1.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python2-mock
 BuildRequires:  python2-monotonic >= 1.4
 BuildRequires:  python2-oslo.config >= 5.2.0
@@ -37,12 +36,9 @@
 BuildRequires:  python2-pbr >= 3.1.1
 BuildRequires:  python2-pyinotify >= 0.9.6
 BuildRequires:  python2-python-dateutil >= 2.7.0
-BuildRequires:  python2-python-subunit
 BuildRequires:  python2-six >= 1.11.0
 BuildRequires:  python2-stestr
-BuildRequires:  python2-testscenarios
 BuildRequires:  python2-testtools
-BuildRequires:  python3-devel
 BuildRequires:  python3-mock
 BuildRequires:  python3-monotonic >= 1.4
 BuildRequires:  python3-oslo.config >= 5.2.0
@@ -54,10 +50,8 @@
 BuildRequires:  python3-pbr >= 3.1.1
 BuildRequires:  python3-pyinotify >= 0.9.6
 BuildRequires:  python3-python-dateutil >= 2.7.0
-BuildRequires:  python3-python-subunit
 BuildRequires:  python3-six >= 1.11.0
 BuildRequires:  python3-stestr
-BuildRequires:  python3-testscenarios
 BuildRequires:  python3-testtools
 Requires:       python-debtcollector >= 1.19.0
 Requires:       python-monotonic >= 1.4
@@ -69,6 +63,7 @@
 Requires:       python-pyinotify >= 0.9.6
 Requires:       python-python-dateutil >= 2.7.0
 Requires:       python-six >= 1.11.0
+Requires:       python-systemd
 BuildArch:      noarch
 %if 0%{?suse_version}
 Requires(post): update-alternatives
@@ -88,21 +83,21 @@
 %package -n python-oslo.log-doc
 Summary:        Documentation for OpenStack log library
 Group:          Development/Languages/Python
-BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme
+BuildRequires:  python3-Sphinx
+BuildRequires:  python3-openstackdocstheme
 
 %description -n python-oslo.log-doc
 Documentation for the oslo.log library.
 
 %prep
-%autosetup -p1 -n oslo.log-3.42.3
+%autosetup -p1 -n oslo.log-3.44.1
 %py_req_cleanup
 
 %build
 %{python_build}
 
 # generate html docs
-PYTHONPATH=. PBR_VERSION=3.42.3 sphinx-build -b html doc/source doc/build/html
+PYTHONPATH=. PBR_VERSION=3.44.1 %sphinx_build -b html doc/source doc/build/html
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
@@ -115,6 +110,9 @@
 %postun
 %python_uninstall_alternative convert-json
 
+%check
+%python_exec -m stestr.cli run
+
 %files %{python_files}
 %license LICENSE
 %doc ChangeLog README.rst

++++++ _service ++++++
--- /var/tmp/diff_new_pack.iIihFc/_old  2020-02-18 10:41:41.209101375 +0100
+++ /var/tmp/diff_new_pack.iIihFc/_new  2020-02-18 10:41:41.213101383 +0100
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.log/oslo.log.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/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/oslo.log/stable/stein/requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/oslo.log/stable/train/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,oslo.log</param>
   </service>

++++++ oslo.log-3.42.3.tar.gz -> oslo.log-3.44.1.tar.gz ++++++
++++ 1667 lines of diff (skipped)


Reply via email to