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:
commit
68e6b241c7
@ -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
3
debugpy-1.6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eede498ee6efde32eb3799fc57e9e279159facc11c63a66f28295f00f42efa5b
|
||||
size 6937211
|
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user