python-nubia 0.2.3-1 source package in Ubuntu

Changelog

python-nubia (0.2.3-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository-Browse.
  * Add debian/watch file, using pypi.
  * Remove obsolete field Contact from debian/upstream/metadata (already present
    in machine-readable debian/copyright).
  * Update standards version to 4.6.1, no changes needed.

  [ Nobuhiro Iwamatsu ]
  * New upstream release. (Closes: #1046293)
  * Update upstream information.
  * Use python3-nose2 instead of python3-nose in B-D. (Closes: #1018543)
  * Drop old patch.
  * Add pybuild-plugin-pyproject and python3-poetry to B-D.
  * Remove usr/lib/python3/dist-packages/LICENSE from package.

 -- Nobuhiro Iwamatsu <email address hidden>  Mon, 04 Sep 2023 09:56:42 +0900

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-nubia_0.2.3-1.dsc 2.1 KiB dcb12541cc82d54fcf206b62a067da58507bad20c2a5f6fd07c815f1fe44e0bc
python-nubia_0.2.3.orig.tar.gz 280.3 KiB ae11d9a45525ad35cd389ab05acd43c03fb3c55deb91b5fb422b1852cd483d9c
python-nubia_0.2.3-1.debian.tar.xz 2.6 KiB 0810d6e074a57378262745a74e133a664d00c89a069cb3b2dc4323d02ea0313f

Available diffs

No changes file available.

Binary packages built by this source

python3-nubia: framework for building beautiful shells for python3

 This is a lightweight framework for building command-line applications
 with Python. This was originally designed for the "logdevice interactive
 shell (aka. `ldshell`)" at Facebook. Since then it was factored out to
 be a reusable component and several internal Facebook projects now rely
 on it as a quick and easy way to get an intuitive shell/cli application
 without too much boilerplate.