python-aptly 0.12.12-1 source package in Ubuntu

Changelog

python-aptly (0.12.12-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.12.12
  * Fix deprecated yaml.load() (Closes: #1022035)
  * Bump Standards-Version to 4.6.1
  * Update d/watch to version 4 format

 -- Timo Röhling <email address hidden>  Thu, 20 Oct 2022 13:59:07 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aptly_0.12.12-1.dsc 2.0 KiB 0996c33422bc63db516b75e3795c44036f0c288ab89dce2074848911824a5073
python-aptly_0.12.12.orig.tar.gz 101.4 KiB 7623879572730dc6617381434246b138259ef0d6072c74ec8f7f7c30813899bc
python-aptly_0.12.12-1.debian.tar.xz 3.5 KiB e9fd8571c3583f5b6c51f4257532e33a6f2ed418e4ac5bb3914b0cbce5925be6

Available diffs

No changes file available.

Binary packages built by this source

aptly-publisher: Tool for management of Aptly publishes

 This tool allows one to create aptly multi-component
 publishes from YAML definition of repositories and mirrors
 .
 Features:
  - create or update publish from latest snapshots
    - it takes configuration in yaml format which defines what to publish and
      how
    - expected snapshot format is ``<name>-<timestamp>``
  - promote publish
    - use source publish snapshots to create or update another publish (eg.
      testing -> stable)
  - cleanup unused snapshots

python3-aptly: Aptly REST API client and useful tooling - Python 3.x

 Module which provides access to Aptly instance from Python programming
 language
 .
 This package contains the Python 3.x module.