python-attrs 20.3.0-1ubuntu1 source package in Ubuntu
Changelog
python-attrs (20.3.0-1ubuntu1) jammy; urgency=medium * Add d/patches/python-3.10-fixes.patch: cherry-pick fixes from upstream to fix tests against python3.10. -- Łukasz 'sil2100' Zemczak <email address hidden> Fri, 19 Nov 2021 15:31:09 +0100
Upload details
- Uploaded by:
- Łukasz Zemczak
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-attrs_20.3.0.orig.tar.gz | 153.4 KiB | c7d2ef493768bfea33cd5d8cbd2a6c2ddf229d5e8c3a79aefa67d1daf1e9d96d |
python-attrs_20.3.0-1ubuntu1.debian.tar.xz | 6.1 KiB | c2bf5df17ce32a56a920555f194aec5420dcc2ae296a89cd65caaa8388945905 |
python-attrs_20.3.0-1ubuntu1.dsc | 2.1 KiB | 49d350dbf0113c5438a8929de27076e0c40087b257ef79301ab60af997f17951 |
Available diffs
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.