15
0
forked from pool/python-WSME

Accepting request 925916 from devel:languages:python

- update to 0.11.0:
  * sphinxext: Resolve compatibility with Sphinx 4.x
  * Remove useless \_\_future\_\_ imports
  * Remove six
  * Drop Python 2.7 support

OBS-URL: https://build.opensuse.org/request/show/925916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WSME?expand=0&rev=20
This commit is contained in:
2021-10-18 19:59:37 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Oct 17 22:34:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.11.0:
* sphinxext: Resolve compatibility with Sphinx 4.x
* Remove useless \_\_future\_\_ imports
* Remove six
* Drop Python 2.7 support
-------------------------------------------------------------------
Thu Apr 22 20:05:53 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
Name: python-WSME
Version: 0.10.1
Version: 0.11.0
Release: 0
Summary: Web Services Made Easy
License: MIT
@@ -35,14 +36,12 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module simplegeneric}
BuildRequires: %{python_module six >= 1.9.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-WebOb >= 1.2.3
Requires: python-netaddr >= 0.7.12
Requires: python-pytz
Requires: python-simplegeneric
Requires: python-six >= 1.9.0
BuildArch: noarch
%python_subpackages