15
0
forked from pool/python-WSME

- 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
This commit is contained in:
2020-04-29 10:43:46 +00:00
committed by Git OBS Bridge
parent b9ec474afc
commit 9dba2ebc0e
4 changed files with 36 additions and 5 deletions

View File

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