Hello community,

here is the log from the commit of package python-tornado4 for openSUSE:Factory 
checked in at 2019-11-07 23:12:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tornado4 (Old)
 and      /work/SRC/openSUSE:Factory/.python-tornado4.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tornado4"

Thu Nov  7 23:12:27 2019 rev:2 rq:739041 version:4.5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tornado4/python-tornado4.changes  
2019-08-22 15:18:29.310333221 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-tornado4.new.2990/python-tornado4.changes    
    2019-11-07 23:12:50.880293032 +0100
@@ -1,0 +2,40 @@
+Mon Oct 14 14:46:11 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------
+Thu Oct 10 14:04:50 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Provide versioned python-tornado symbol, making this package a
+  full option in case the meta package is not applicable.
+
+-------------------------------------------------------------------
+Tue Oct  1 13:21:22 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Per discussion with RM switch back to python-tornado<version>
+  system with python-tornado standing in as a metapkg
+
+-------------------------------------------------------------------
+Wed Sep 18 12:46:42 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Provide also python-tornado symbol not just py2/py3-tornado
+
+-------------------------------------------------------------------
+Wed Sep 18 09:28:16 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Add tornado-impl provide to fix the collision for OBS resolver
+  in dlpy before new python-torando containing version 6 is included
+  in openSUSE TW
+
+-------------------------------------------------------------------
+Wed Sep 18 08:08:55 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Switch to pytest like approach for tornado
+- Do not install tests
+
+-------------------------------------------------------------------
+Tue Sep 17 11:03:20 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Reduce the conflicts even more
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-tornado4.spec ++++++
--- /var/tmp/diff_new_pack.HmiD2g/_old  2019-11-07 23:12:51.644293869 +0100
+++ /var/tmp/diff_new_pack.HmiD2g/_new  2019-11-07 23:12:51.644293869 +0100
@@ -16,19 +16,18 @@
 #
 
 
-%bcond_without python2
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if %python3_version_nodots >= 38
+%if %{python3_version_nodots} >= 38
 %define         skip_python3 1
 %endif
 %define         oldpython python
+%bcond_without python2
 Name:           python-tornado4
 Version:        4.5.3
 Release:        0
 Summary:        Open source version of scalable, non-blocking web server that 
power FriendFeed
 License:        Apache-2.0
-Group:          Development/Languages/Python
-Url:            http://www.tornadoweb.org
+URL:            http://www.tornadoweb.org
 Source:         
https://files.pythonhosted.org/packages/source/t/tornado/tornado-%{version}.tar.gz
 Patch1:         tornado-testsuite_timeout.patch
 # meshed from upstream and local changes (Tornado 5 update blocked by salt)
@@ -43,6 +42,12 @@
 BuildRequires:  python-rpm-macros
 Requires:       python
 Requires:       python-simplejson
+Conflicts:      python-tornado-impl
+Provides:       python-tornado = %{version}
+Provides:       python-tornado-impl = %{version}
+%ifpython2
+Provides:       %{oldpython}-tornado = %{version}
+%endif
 %if 0%{?suse_version} || 0%{?fedora_version} || 0%{?rhel} >= 8
 Recommends:     python-Twisted
 Recommends:     python-pycares
@@ -75,15 +80,6 @@
 Recommends:     python-futures
 %endif
 %endif
-Provides:       python-tornado-impl = %{version}
-Provides:       python-tornado = %{version}
-%ifpython2
-Provides:       %{oldpython}-tornado = %{version}
-Conflicts:      otherproviders(python2-tornado-impl)
-%endif
-%ifpython3
-Conflicts:      otherproviders(python3-tornado-impl)
-%endif
 %python_subpackages
 
 %description
@@ -122,7 +118,8 @@
 
 %install
 %python_install
-%fdupes -s demos
+%fdupes demos
+%python_expand rm -r %{buildroot}%{$python_sitearch}/tornado/test
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check


Reply via email to