python-attrs 23.2.0-2 source package in Ubuntu

Changelog

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

  * Fix FTBFS with pytest 8 (Closes: #1064949)

 -- Timo Röhling <email address hidden>  Thu, 29 Feb 2024 22:44:40 +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
Oracular release main misc
Noble release main misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-attrs_23.2.0-2.dsc 2.3 KiB 0ba6117a103e6540de270efcdecd30980a5c9c5273236eb499f6ba602bb5de19
python-attrs_23.2.0.orig.tar.gz 760.7 KiB 9d90e6431ed237237d7a026e85d5b7ba6f317ed3c6361693adc1567672f90abd
python-attrs_23.2.0-2.debian.tar.xz 6.2 KiB 25435630a9abd4d740c015f59ca95b3fcd875cbab62932b5541870129cd02889

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.