From 566560337eac7e9b2ab2a0c5b1833e6c75fb0920bb35f1b55c3c6a52b5fbde21 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 17 Oct 2021 22:35:31 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-WSME?expand=0&rev=41 --- WSME-0.10.1.tar.gz | 3 --- WSME-0.11.0.tar.gz | 3 +++ python-WSME.changes | 9 +++++++++ python-WSME.spec | 5 ++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 WSME-0.10.1.tar.gz create mode 100644 WSME-0.11.0.tar.gz diff --git a/WSME-0.10.1.tar.gz b/WSME-0.10.1.tar.gz deleted file mode 100644 index d141c1b..0000000 --- a/WSME-0.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34209b623635a905bcdbc654f53ac814d038da65e4c2bc070ea1745021984079 -size 90619 diff --git a/WSME-0.11.0.tar.gz b/WSME-0.11.0.tar.gz new file mode 100644 index 0000000..ee9bd14 --- /dev/null +++ b/WSME-0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2dfc715bedcc8f4649611bc0c8a238f483dc01cff7102bc1efa6bea207b64b +size 89863 diff --git a/python-WSME.changes b/python-WSME.changes index 73cb3f0..407d488 100644 --- a/python-WSME.changes +++ b/python-WSME.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Oct 17 22:34:16 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-WSME.spec b/python-WSME.spec index d979843..f021a1a 100644 --- a/python-WSME.spec +++ b/python-WSME.spec @@ -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