15
0
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:
2023-12-01 16:48:57 +00:00
committed by Git OBS Bridge
parent c93fe86db4
commit 264760c5ab
4 changed files with 25 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd2dfc715bedcc8f4649611bc0c8a238f483dc01cff7102bc1efa6bea207b64b
size 89863

3
WSME-0.12.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b7eb2244af3c704ac914b5ed221954bb68add0a8b2b2f38a244b067b337992d
size 90220

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Dec 1 16:48:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Thu Apr 14 10:08:22 UTC 2022 - pgajdos@suse.com
@@ -223,16 +237,16 @@ Mon Sep 2 16:29:37 UTC 2013 - dmueller@suse.com
-------------------------------------------------------------------
Mon Apr 29 11:27:37 UTC 2013 - dmueller@suse.com
- update to 0.5b2:
- update to 0.5b2:
* Changed the way datas of complex types are stored. In previous
versions, an attribute was added to the type for each attribute,
its name being the attribute name prefixed with _.
Starting with this version, a single attribute _wsme_dataholder
is added to the instance.
* Add a special type HostRequest that allow a function to
* Add a special type HostRequest that allow a function to
ask for the host framework request object in its arguments.
* Pecan adapter: Debug mode (which returns the exception
tracebacks to the client) can be enabled by the pecan
* Pecan adapter: Debug mode (which returns the exception
tracebacks to the client) can be enabled by the pecan
application configuration.
* Fix: the cornice adapter was not usable.
* Fix: Submodules of wsmeext were missing in the packages.
@@ -243,7 +257,7 @@ Mon Apr 29 11:27:37 UTC 2013 - dmueller@suse.com
-------------------------------------------------------------------
Fri Feb 22 12:40:02 UTC 2013 - saschpe@suse.de
- Update to version 0.5b1:
- Update to version 0.5b1:
+ Introduce a new kind of adapters that rely on the framework routing.
Adapters are provided for Pecan, TurboGears and cornice.
+ Reorganised the rest protocol implementation to ease the implementation

View File

@@ -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