15
0
forked from pool/python-Paste

Accepting request 764617 from home:mcalabkova:branches:devel:languages:python

- update to 3.2.6
  * Correctly handle HEAD requests (to send empty body) when gzip encoding requested.
  * Use is_alive instead of isAlive for Python 3.9 compatibility.
  * Use encodebytes instead of deprecated encodestring.
  * Fix Python 2 and 3 compatibility for base64.

OBS-URL: https://build.opensuse.org/request/show/764617
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=42
This commit is contained in:
Tomáš Chvátal
2020-01-15 10:57:16 +00:00
committed by Git OBS Bridge
parent 3e6fa6ae57
commit 2b0785ffd4
4 changed files with 14 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Paste
#
# Copyright (c) 2019 SUSE LLC
# 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
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Paste
Version: 3.2.3
Version: 3.2.6
Release: 0
Summary: Tools for using a Web Server Gateway Interface stack
License: MIT