14
0

- Require tornado5 for py2 and tornado6 for py3 as they

are in different versions
- Also switch from singlespec to explicit writeup for the obvious
  distinction between different versions of 2 and 3 variant

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=117
This commit is contained in:
Tomáš Chvátal
2019-10-01 13:44:39 +00:00
committed by Git OBS Bridge
parent ca62df0887
commit 0bd8bf125e
3 changed files with 64 additions and 16 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 1 13:36:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Require tornado5 for py2 and tornado6 for py3 as they
are in different versions
- Also switch from singlespec to explicit writeup for the obvious
distinction between different versions of 2 and 3 variant
-------------------------------------------------------------------
Wed Aug 14 15:09:36 UTC 2019 - Todd R <toddrme2178@gmail.com>