forked from pool/python-WSME
- update to 0.12.1:
* setup: Fix classifier * Drop support for Python < 3.8, use PTI test interface * setup: Update classifiers * Migrate to importlib.metadata * Remove use of deprecated APIs * Fix compatibility with recent Sphinx versions * Fix flake8 issues * tests: Migrate to pytest * Fix code to work with Sphinx>5.0 - update to 0.5b2: * Add a special type ‘HostRequest’ that allow a function to * Pecan adapter: Debug mode (which returns the exception tracebacks to the client) can be enabled by the pecan - Update to version 0.5b1: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WSME?expand=0&rev=44
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-WSME
|
||||
#
|
||||
# Copyright (c) 2022 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
|
||||
@@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-WSME
|
||||
Version: 0.11.0
|
||||
Version: 0.12.1
|
||||
Release: 0
|
||||
Summary: Web Services Made Easy
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user