pycxx 7.1.7-1 source package in Ubuntu

Changelog

pycxx (7.1.7-1) unstable; urgency=medium

  * Team upload.

  [ Boyuan Yang ]
  * New upstream release.
    + Fix compatibility with python3.9+.
  * Bump debhelper from deprecated 9 to 13.
  * Bump Standards-Version to 4.6.1.
  * debian/rules: Use "dh_missing --list-missing" due to manual
    file installation.

  [ Debian Janitor ]
  * Trim trailing whitespace.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

 -- Boyuan Yang <email address hidden>  Sun, 29 May 2022 13:40:22 -0400

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pycxx_7.1.7-1.dsc 2.0 KiB a9b2b74046ad168fccee102980eb95deb84d5f2e8378dfcc4515c5bdf00f6298
pycxx_7.1.7.orig.tar.gz 152.7 KiB a2798ae850460d66cbe59769c6df447ea457a5fd29c516b26a0a9ecadd4bbcb4
pycxx_7.1.7-1.debian.tar.xz 8.4 KiB 7e28fc88aa6ef662d86fee1711fb2e6ac776a4b1274e2831ccc110d0190d7e09

Available diffs

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.