- update to 3.5.1:

* Replace deprecated threading.currentThread, getName and setDaemon
    with threading.current_thread, name and daemon.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=56
This commit is contained in:
Dirk Mueller 2022-07-15 19:17:13 +00:00 committed by Git OBS Bridge
parent 25f6220627
commit f5c5648b51
4 changed files with 12 additions and 5 deletions

View File

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

3
Paste-3.5.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 15 19:15:51 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 3.5.1:
* Replace deprecated threading.currentThread, getName and setDaemon
with threading.current_thread, name and daemon.
-------------------------------------------------------------------
Tue Feb 23 15:59:59 UTC 2021 - Markéta Machová <mmachova@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-Paste
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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.5.0
Version: 3.5.1
Release: 0
Summary: Tools for using a Web Server Gateway Interface stack
License: MIT