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