forked from pool/python-Quart
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
d8a1edc548 | |||
1187cc5554 | |||
a3ccf86b15 | |||
fb90d67a67 | |||
a7841389ea | |||
9d2d7aaf50 |
@@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 25 11:42:22 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Convert to libalternatives on SLE-16-based and newer systems
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 07:48:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Quart
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,11 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} > 1500
|
||||
%bcond_without libalternatives
|
||||
%else
|
||||
%bcond_with libalternatives
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Quart
|
||||
Version: 0.20.0
|
||||
@@ -59,14 +54,9 @@ Requires: python-blinker >= 1.6
|
||||
Requires: python-click >= 8.0
|
||||
Requires: python-hypercorn >= 0.11.2
|
||||
Requires: python-itsdangerous
|
||||
BuildArch: noarch
|
||||
%if %{with libalternatives}
|
||||
BuildRequires: alts
|
||||
Requires: alts
|
||||
%else
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -98,9 +88,6 @@ Quart is an async Python web microframework. Using Quart you can,
|
||||
%postun
|
||||
%python_uninstall_alternative quart
|
||||
|
||||
%pre
|
||||
%python_libalternatives_reset_alternative quart
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md CHANGES.md
|
||||
%license LICENSE.txt
|
||||
|
Reference in New Issue
Block a user