Dirk Mueller 2023-01-20 11:59:27 +00:00 committed by Git OBS Bridge
parent d158d1ed97
commit 85ac9854d8
4 changed files with 12 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 20 10:26:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to v1.6.5:
* Fixes: #1078, #1129, #1138, #1142, #1146, #1148, #1154
-------------------------------------------------------------------
Thu Dec 1 11:18:40 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -31,12 +31,12 @@
%define skip_python36 1
%define modname debugpy
Name: python-%{modname}%{psuffix}
Version: 1.6.4
Version: 1.6.5
Release: 0
Summary: An implementation of the Debug Adapter Protocol for Python
License: MIT
URL: https://github.com/microsoft/debugpy/
Source: https://github.com/microsoft/%{modname}/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
Source: https://github.com/microsoft/debugpy/archive/v%{version}.tar.gz#/debugpy-%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}