python-attrs 23.1.0-2 source package in Ubuntu

Changelog

python-attrs (23.1.0-2) unstable; urgency=medium

  [ Bastian Germann ]
  * Remove retired uploader

  [ Timo Röhling ]
  * Add myself as new uploader (Closes: #1041172)
  * Update patches
    - Mark Debian-specific patches as Forwarded: not-needed
    - Drop Sphinx theme patch, furo theme is available in Debian now
  * New Build-Depends on furo theme package
  * Add nocheck/nodoc support

 -- Timo Röhling <email address hidden>  Wed, 26 Jul 2023 15:58:31 +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
Mantic release main misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-attrs_23.1.0-2.dsc 2.2 KiB b1790046fc12b7d4951b98b2f70f9ee1430fa23e5ae6831a9cfe1563bf76b54a
python-attrs_23.1.0.orig.tar.gz 205.9 KiB 97f10ba391edd597205d663c11330867a224492b5ce67c88788fa6d5760629d3
python-attrs_23.1.0-2.debian.tar.xz 5.8 KiB a67df01e48c478c87be5978eef36ed4c0f96f244e0e5da8f68fd41d4db84ce3e

Available diffs

No changes file available.

Binary packages built by this source

python-attr-doc: documentation for the attrs Python library

 attrs is an MIT-licensed Python package with class decorators that ease the
 chores of implementing the most common attribute-related object protocols.
 .
 You just specify the attributes to work with and attrs gives you:
   - a nice human-readable __repr__,
   - a complete set of comparison methods,
   - an initializer,
   - and much more
 without writing dull boilerplate code again and again.
 .
 This package provides documentation for attrs.

python3-attr: Attributes without boilerplate (Python 3)

 attrs is an MIT-licensed Python package with class decorators that ease the
 chores of implementing the most common attribute-related object protocols.
 .
 You just specify the attributes to work with and attrs gives you:
   - a nice human-readable __repr__,
   - a complete set of comparison methods,
   - an initializer,
   - and much more
 without writing dull boilerplate code again and again.
 .
 This package contains attrs packaged for Python 3.