Accepting request 1039300 from devel:languages:python

- Update to version 1.6.4
  Fixes: #985, #1003, #1005, #1018, #1024, #1025, #1030, #1031, #1042, #1064,
         #1081, #1100, #1104, #1111, #1126
  Improvements: #532, #989, #1022, #1056, #1099

OBS-URL: https://build.opensuse.org/request/show/1039300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-debugpy?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2022-12-02 12:12:07 +00:00 committed by Git OBS Bridge
commit 68e6b241c7
4 changed files with 13 additions and 5 deletions

View File

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

3
debugpy-1.6.4.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Dec 1 11:18:40 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Update to version 1.6.4
Fixes: #985, #1003, #1005, #1018, #1024, #1025, #1030, #1031, #1042, #1064,
#1081, #1100, #1104, #1111, #1126
Improvements: #532, #989, #1022, #1056, #1099
-------------------------------------------------------------------
Wed Oct 12 03:02:27 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@ -25,14 +25,13 @@
%define psuffix %{nil}
%bcond_with test
%endif
%{?!python_module:%define python_module() python3-%{**}}
# Python 2 and 3.6 are officially supported, but debugpy is in openSUSE for ipykernel 6 which is for Python >= 3.7.
# Skip Py2 in Leap and Py36 in TW in order to save resources.
%define skip_python2 1
%define skip_python36 1
%define modname debugpy
Name: python-%{modname}%{psuffix}
Version: 1.6.3
Version: 1.6.4
Release: 0
Summary: An implementation of the Debug Adapter Protocol for Python
License: MIT
@ -49,6 +48,7 @@ BuildRequires: %{python_module %{modname} = %{version}}
BuildRequires: %{python_module Django}
BuildRequires: %{python_module Flask}
BuildRequires: %{python_module gevent}
BuildRequires: %{python_module greenlet}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest-timeout}
BuildRequires: %{python_module pytest-xdist}