14
0

Accepting request 1221412 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1221412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=60
This commit is contained in:
2024-11-06 15:49:38 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 5 09:14:27 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Avoid using requires_eq, which after the last modifications
conflicts with python singlespec (order of expansion).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 24 09:24:37 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com> Mon Apr 24 09:24:37 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-tornado # spec file for package python-tornado
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -51,7 +51,7 @@ URL: https://www.tornadoweb.org
Source0: README.SUSE Source0: README.SUSE
BuildRequires: %{python_module %{tornadoN}} BuildRequires: %{python_module %{tornadoN}}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
%requires_eq python-%{tornadoN} Requires: python-%{tornadoN} = %{Nversion}
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages