Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-tornado for openSUSE:Factory checked in at 2023-04-25 16:53:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tornado (Old) and /work/SRC/openSUSE:Factory/.python-tornado.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tornado" Tue Apr 25 16:53:46 2023 rev:59 rq:1082455 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/python-tornado/python-tornado.changes 2021-02-15 23:10:08.666844154 +0100 +++ /work/SRC/openSUSE:Factory/.python-tornado.new.1533/python-tornado.changes 2023-04-25 16:53:47.054377664 +0200 @@ -1,0 +2,16 @@ +Mon Apr 24 09:24:37 UTC 2023 - Daniel Garcia <[email protected]> + +- Do not hardcode the python version to get the python-tornadoN + version. + +------------------------------------------------------------------- +Fri Apr 21 12:37:39 UTC 2023 - Dirk Müller <[email protected]> + +- add sle15_python_module_pythons (jsc#PED-68) + +------------------------------------------------------------------- +Thu Apr 13 22:45:29 UTC 2023 - Matej Cepl <[email protected]> + +- Make calling of %{sle15modernpython} optional. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tornado.spec ++++++ --- /var/tmp/diff_new_pack.QStWSW/_old 2023-04-25 16:53:48.130388756 +0200 +++ /var/tmp/diff_new_pack.QStWSW/_new 2023-04-25 16:53:48.134388798 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-tornado # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,7 @@ %bcond_without python2 +%{?sle15_python_module_pythons} %global mbflavor @BUILD_FLAVOR@%{nil} %if "%{mbflavor}" == "python2" && 0%{with python2} # TW Factory defines _without_python2 and skips all python3 flavors if skip_python3 is defined @@ -35,14 +36,18 @@ %endif # query the default provider and assume that all installed python flavors have the same version +%if %{defined sle15_python_module_pythons} +%define Nversion %(rpm -q --qf '%%{version}' --whatprovides %{pythons}-%{tornadoN}) +%else %define Nversion %(rpm -q --qf '%%{version}' --whatprovides %{mbflavor}-%{tornadoN}) -%{?!python_module:%define python_module() %{?!skip_python2:python-%{**}} %{?!skip_python3:python3-%{**}}} +%endif + Name: python-tornado Version: %{Nversion} Release: 0 Summary: A Python web framework and asynchronous networking library License: Apache-2.0 -URL: http://www.tornadoweb.org +URL: https://www.tornadoweb.org Source0: README.SUSE BuildRequires: %{python_module %{tornadoN}} BuildRequires: python-rpm-macros
