pycxx 7.1.7-2 source package in Ubuntu

Changelog

pycxx (7.1.7-2) unstable; urgency=medium

  * Team upload.
  * Source-only upload to add Python 3.11 support. (Closes: #1024088)

 -- Stefano Rivera <email address hidden>  Fri, 18 Nov 2022 17:57:04 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pycxx_7.1.7-2.dsc 1.4 KiB d83e7245a2d17ab7944a6f198eb7226e929a2dd6ce695a3ef89d396e6df0c82e
pycxx_7.1.7.orig.tar.gz 152.7 KiB a2798ae850460d66cbe59769c6df447ea457a5fd29c516b26a0a9ecadd4bbcb4
pycxx_7.1.7-2.debian.tar.xz 8.5 KiB 66f92fb7827761110bc72c1c41071f7c0073d83b4c2412bc8a0b7cbfaa0bd321

No changes file available.

Binary packages built by this source

python3-cxx-dev: Set of facilities to extend Python3 with C++

 PyCXX is a set of C++ facilities to make it easier to write Python3
 extensions. The main advantage is that it greatly increases the
 probability that your program will not make a reference-counting
 errors and will not have to continually check error returns from
 the Python C API.
 .
 This package contains the Python3 headers and sources.