./devel/py-debugpy, Implementation of the Debug Adapter Protocol for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.8.1, Package name: py311-debugpy-1.8.1, Maintainer: pkgsrc-users

debugpy is an implementation of the Debug Adapter Protocol for Python.


Master sites:

Filesize: 4510.794 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-09 07:31:11 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-debugpy: updated to 1.8.1

debugpy v1.8.1

Python 3.12 is now fully supported.
   2023-10-26 08:28:56 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-debugpy: updated to 1.8.0

debugpy 1.8.0

Fixes 1379.

Drops Python 3.7 support. Please use debugpy v1.7.0 if you need to debug Python 3.7.
   2023-08-23 17:49:50 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
py-debugpy: (finally) fix PLIST for Python < 3.11
   2023-08-07 07:13:04 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
py-debugpy: downgraded to 1.6.7

1.6.8 has been removed from PyPI.
   2023-08-03 10:00:23 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-debugpy: updated to 1.6.8

debugpy v1.6.8

This release is identical to 1.6.7. It uses the same commit.
The purpose of this release is to test the new automated release pipeline we've \ 
created to deploy to PyPi.
   2023-04-25 13:23:43 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-debugpy: updated to 1.6.7

debugpy v1.6.7
Fix invalid file hashes in RECORD of wheels

debugpy v1.6.6
Disable optimization causing issues when debugging Python 3.10 and 3.11.

debugpy v1.6.5
Fixes

debugpy v1.6.4
Fixes

debugpy v1.6.3
Fixes

debugpy v1.6.2
Fixes unintentional breaking change in public API in debugpy 1.6.1

debugpy v1.6.1
debugpy API now has type annotations.
Optimizations based on frame evaluation API are re-enabled by default.

debugpy v1.6.0
Python 3.6 and below is no longer supported. Python 2 is no longer supported at all.
   2022-01-31 19:38:33 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-debugpy: added version 1.5.1

debugpy is an implementation of the Debug Adapter Protocol for Python.