diff --git a/Paste-3.5.0.tar.gz b/Paste-3.5.0.tar.gz deleted file mode 100644 index 0ba6ea6..0000000 --- a/Paste-3.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b095c42dc91d426f3ae85101796b14d265887f8f36f3aad143a5f29effdc39d -size 638021 diff --git a/Paste-3.5.1.tar.gz b/Paste-3.5.1.tar.gz new file mode 100644 index 0000000..5bde2b6 --- /dev/null +++ b/Paste-3.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc80a94ca696fa733910a2fbc62a8c88971ebbcfa888bd3ee40c81835b7bfc95 +size 637755 diff --git a/python-Paste.changes b/python-Paste.changes index ee8dd0b..a6e22cf 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 15 19:15:51 UTC 2022 - Dirk Müller + +- 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á diff --git a/python-Paste.spec b/python-Paste.spec index 0e774be..3588ebc 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -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