From 9dba2ebc0ec46c0f8c2357b0000ab668ca08033dbe07084392047492587a4508 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 29 Apr 2020 10:43:46 +0000 Subject: [PATCH] - update to 0.10.0: * Remove use of '\_\_import\_\_' * Fix misc README issues * sphinxext: Fix Sphinx 3.0 compatibility * tox: Remove pecan-devNN tox targets, centralize deps * Rework documentation build * Allow fault code customization * Undo rename of 'wsme.rest.json', 'wsme.rest.xml' modules * trivial: Reformat setup.cfg * WebOb: Do not use the deprecated best\_match method * Remove simplejson support * Remove support for SPORE protcol * Remove support for SQLAlchemy protocol * Remove support for SOAP protocol * Remove support for Ext Direct protocol * Remove cornice integration * Remove turbogears integration * Remove tox templating * gitignore: Ignore '.eggs' directory * Mark tests as passing again * OpenDev Migration Patch * Fix overindentation * Update the tox.ini template and regenerate tox.ini * Move CI jobs in-tree, add Python 3.6 and 3.7 * Get WSME tests working again * Python 3 compatibility: fix xrange/range issues * Removed older version of python added 3.5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WSME?expand=0&rev=35 --- WSME-0.10.0.tar.gz | 3 +++ WSME-0.9.3.tar.gz | 3 --- python-WSME.changes | 31 +++++++++++++++++++++++++++++++ python-WSME.spec | 4 ++-- 4 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 WSME-0.10.0.tar.gz delete mode 100644 WSME-0.9.3.tar.gz diff --git a/WSME-0.10.0.tar.gz b/WSME-0.10.0.tar.gz new file mode 100644 index 0000000..ed514fd --- /dev/null +++ b/WSME-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965b9ce48161e5c50d84aedcf50dca698f05bf07e9d489201bccaec3141cd304 +size 89701 diff --git a/WSME-0.9.3.tar.gz b/WSME-0.9.3.tar.gz deleted file mode 100644 index f41ed55..0000000 --- a/WSME-0.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e24fcff24392a0b176e560ffc6591b1f658342bbc992f84e0e8a3c53fd92580a -size 124775 diff --git a/python-WSME.changes b/python-WSME.changes index fb75fed..7f09a3a 100644 --- a/python-WSME.changes +++ b/python-WSME.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Wed Apr 29 10:42:53 UTC 2020 - Dirk Mueller + +- update to 0.10.0: + * Remove use of '\_\_import\_\_' + * Fix misc README issues + * sphinxext: Fix Sphinx 3.0 compatibility + * tox: Remove pecan-devNN tox targets, centralize deps + * Rework documentation build + * Allow fault code customization + * Undo rename of 'wsme.rest.json', 'wsme.rest.xml' modules + * trivial: Reformat setup.cfg + * WebOb: Do not use the deprecated best\_match method + * Remove simplejson support + * Remove support for SPORE protcol + * Remove support for SQLAlchemy protocol + * Remove support for SOAP protocol + * Remove support for Ext Direct protocol + * Remove cornice integration + * Remove turbogears integration + * Remove tox templating + * gitignore: Ignore '.eggs' directory + * Mark tests as passing again + * OpenDev Migration Patch + * Fix overindentation + * Update the tox.ini template and regenerate tox.ini + * Move CI jobs in-tree, add Python 3.6 and 3.7 + * Get WSME tests working again + * Python 3 compatibility: fix xrange/range issues + * Removed older version of python added 3.5 + ------------------------------------------------------------------- Mon Oct 14 11:46:03 UTC 2019 - Matej Cepl diff --git a/python-WSME.spec b/python-WSME.spec index 87949ab..910a442 100644 --- a/python-WSME.spec +++ b/python-WSME.spec @@ -1,7 +1,7 @@ # # spec file for package python-WSME # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-WSME -Version: 0.9.3 +Version: 0.10.0 Release: 0 Summary: Web Services Made Easy License: MIT