python-attrs 22.1.0-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release.
  * debian/patches:
    - refresh all patches.
  * Update d/copyright.
  * debian/control:
    - drop dependency on python3-six
    - add build dependency on pybuild-plugin-pyproject.
  * Standards-Version bumped to 4.6.1 (no change).
  * Minor improvements to d/copyright formatting.

 -- Antonio Valentino <email address hidden>  Tue, 09 Aug 2022 18:31:28 +0000

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-attrs_22.1.0-1.dsc 2.1 KiB 4ddfd9c0be95c52ab2944f3a751aa9dc242d255ecdc81c95e7976dd1d9aa39a3
python-attrs_22.1.0.orig.tar.gz 188.0 KiB 6e4308f7b28ce16f2c529d565553467fe9f258058e2475d911c3ab36bdb03773
python-attrs_22.1.0-1.debian.tar.xz 5.3 KiB d1cbd88b3d0be0895b2bb5b2021442ff1c9071ebf7bbb807da0275539986b70d

Available diffs

No changes file available.

Binary packages built by this source

python-attr-doc: No summary available for python-attr-doc in ubuntu kinetic.

No description available for python-attr-doc in ubuntu kinetic.

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.