cppy 1.2.1-5 source package in Ubuntu

Changelog

cppy (1.2.1-5) unstable; urgency=medium

  * Team upload.
  * d/control: build-dep on setuptools-scm to fix wrong "0.0.0" version
  * d/control: build-dep on pytest to enable testing
  * d/control: upgrade to "Testsuite: autopkgtest-pkg-pybuild"
  * Standards-Version: 4.6.2 (routine-update)
  * d/control: sort entries

 -- Michael R. Crusoe <email address hidden>  Thu, 25 Apr 2024 18:34:54 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cppy_1.2.1-5.dsc 2.1 KiB 056d0de35f676b990ab48f7233b1b1d0e085cba7fea303f99bdec66c820f2479
cppy_1.2.1.orig.tar.xz 14.2 KiB 7a7068ea8c63ab6d0a6e364706be974bacb9a236c8101fb6ad77b9e5b42debef
cppy_1.2.1-5.debian.tar.xz 3.4 KiB 441dfa686873287ac1a29a3d6bde82f736bd76be24d4339cdf42b0bebc62cc90

Available diffs

No changes file available.

Binary packages built by this source

python-cppy-doc: C++ headers for (Python) C extension development (documentation)

 A small C++ header library which makes it easier to write Python extension
 modules. The primary feature is a PyObject smart pointer which automatically
 handles reference counting and provides convenience methods for performing
 common object operations.
 .
 This package contains the documentation for cppy.

python3-cppy: C++ headers for (Python) C extension development

 A small C++ header library which makes it easier to write Python extension
 modules. The primary feature is a PyObject smart pointer which automatically
 handles reference counting and provides convenience methods for performing
 common object operations.