python-attrs 23.2.0-1 source package in Ubuntu

Changelog

python-attrs (23.2.0-1) unstable; urgency=medium

  * New upstream version 23.2.0

 -- Timo Röhling <email address hidden>  Tue, 02 Jan 2024 20:39:25 +0100

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-attrs_23.2.0-1.dsc 2.3 KiB c52bdaf9be81a9d70fc5f2ead61628557cafaa77104b2ff2ec3853065e9eb40c
python-attrs_23.2.0.orig.tar.gz 760.7 KiB 9d90e6431ed237237d7a026e85d5b7ba6f317ed3c6361693adc1567672f90abd
python-attrs_23.2.0-1.debian.tar.xz 5.8 KiB 0c9c0bafb1536687f4785fac7d84fa33f2d8c3e65d12cc4b1b73fef4f7e80345

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.