python-attrs 23.1.0-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version 23.1.0
  * Refresh patches
  * Switch to hatchling build system

 -- Timo Röhling <email address hidden>  Mon, 26 Jun 2023 22:06:03 +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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-attrs_23.1.0-1.dsc 2.2 KiB 4cd05f79e20fc313b6f30422c70dd4d930b234753225057a7090988554d4a2d7
python-attrs_23.1.0.orig.tar.gz 205.9 KiB 97f10ba391edd597205d663c11330867a224492b5ce67c88788fa6d5760629d3
python-attrs_23.1.0-1.debian.tar.xz 5.8 KiB 17f09842c1fdd0439b817af134518ed0c2103131266b4ede745243163b967e0c

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.