python-attrs 22.2.0-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version 22.2.0
  * Bump Standards-Version to 4.6.2
  * Use autopkgtest-pkg-pybuild
  * Use pybuild.testfiles instead of manual copying

 -- Timo Röhling <email address hidden>  Fri, 23 Dec 2022 21:56:38 +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
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-attrs_22.2.0-1.dsc 2.1 KiB 3faa1718a0e880e58d294f7f91c4c94ce67eede51728208c4c8a091d0140dabc
python-attrs_22.2.0.orig.tar.gz 201.4 KiB 7fae80170e208d470076102e4e7593e28fce140077b14768c2182f8c5de4a29a
python-attrs_22.2.0-1.debian.tar.xz 5.7 KiB d162a4bde9021f66be6b4131e15cda623d48bb9bdda7f653e3ea145d0d99536e

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.