From 264760c5ab5ed4683a1c2cfcc42031ead46b6787c2a7aee537fe7363a9767822 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 1 Dec 2023 16:48:57 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=200.12.1:=20=20=20*=20setup:=20?= =?UTF-8?q?Fix=20classifier=20=20=20*=20Drop=20support=20for=20Python=205.?= =?UTF-8?q?0=20-=20update=20to=200.5b2:=20=20=20*=20Add=20a=20special=20ty?= =?UTF-8?q?pe=20=E2=80=98HostRequest=E2=80=99=20that=20allow=20a=20functio?= =?UTF-8?q?n=20to=20=20=20*=20Pecan=20adapter:=20Debug=20mode=20(which=20r?= =?UTF-8?q?eturns=20the=20exception=20=20=20tracebacks=20to=20the=20client?= =?UTF-8?q?)=20can=20be=20enabled=20by=20the=20pecan=20-=20Update=20to=20v?= =?UTF-8?q?ersion=200.5b1:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WSME?expand=0&rev=44 --- WSME-0.11.0.tar.gz | 3 --- WSME-0.12.1.tar.gz | 3 +++ python-WSME.changes | 24 +++++++++++++++++++----- python-WSME.spec | 7 +++---- 4 files changed, 25 insertions(+), 12 deletions(-) delete mode 100644 WSME-0.11.0.tar.gz create mode 100644 WSME-0.12.1.tar.gz diff --git a/WSME-0.11.0.tar.gz b/WSME-0.11.0.tar.gz deleted file mode 100644 index ee9bd14..0000000 --- a/WSME-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd2dfc715bedcc8f4649611bc0c8a238f483dc01cff7102bc1efa6bea207b64b -size 89863 diff --git a/WSME-0.12.1.tar.gz b/WSME-0.12.1.tar.gz new file mode 100644 index 0000000..46702cd --- /dev/null +++ b/WSME-0.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7eb2244af3c704ac914b5ed221954bb68add0a8b2b2f38a244b067b337992d +size 90220 diff --git a/python-WSME.changes b/python-WSME.changes index 27849ab..7369264 100644 --- a/python-WSME.changes +++ b/python-WSME.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Dec 1 16:48:47 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-WSME.spec b/python-WSME.spec index b367072..acef0db 100644 --- a/python-WSME.spec +++ b/python-WSME.spec @@ -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