sixer 1.6-5 source package in Ubuntu

Changelog

sixer (1.6-5) unstable; urgency=medium

  [ Philippe Seraphin ]
  * Add py3.12-fix-SyntaxWarning.patch (Closes: #1058150).

 -- Thomas Goirand <email address hidden>  Fri, 15 Dec 2023 10:04:28 +0100

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sixer_1.6-5.dsc 1.9 KiB b086c5c5e764ce340836cef6ac5619469884377021051c8ef622f78fb12bc263
sixer_1.6.orig.tar.xz 22.0 KiB 2eda2dd4d84b5fb6ce9e66d0583ddfd62abf35924547fbed20ca37870d93254d
sixer_1.6-5.debian.tar.xz 2.7 KiB 2ea49fb065331d9a5ea54de62ecc8f277fa25d8dcbe0d1a3ca1f828d78d81866

Available diffs

No changes file available.

Binary packages built by this source

sixer: add Python 3 support to Python 2 applications using six - Python 3.x

 Sixer is a tool adding Python 3 support to a Python 2 project. It was written
 to produces patches to port OpenStack to Python 3. It is focused on supporting
 Python 2.7 and 3.4.
 .
 It uses basic regular expressions to find code which needs to be modified. It
 emits warnings when code was not patched or looks suspicious.
 .
 This package contains the Python 3.x module.