python-attrs 19.3.0-5 source package in Ubuntu
Changelog
python-attrs (19.3.0-5) unstable; urgency=medium * Team upload. * Drop PyPy support. * Bump debhelper compat level to 13. * Fix doc-base and add docs links. -- Ondřej Nový <email address hidden> Fri, 05 Jun 2020 16:22:24 +0200
Upload details
- Uploaded by:
- Debian Python Modules Team on 2020-06-05
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Groovy | release | on 2020-06-20 | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-attrs_19.3.0-5.dsc | 2.3 KiB | 4f7bd40f41a9e1322ac3a76f29d66acfa13b0d7aebfc6bc275ec6be2db8b6ee9 |
python-attrs_19.3.0.orig.tar.xz | 102.2 KiB | 706754d94b545e1661babe023d4b0a458fbf99ae5d9f678e3ac2ca55a0c31e91 |
python-attrs_19.3.0-5.debian.tar.xz | 4.8 KiB | 88414580cc887f44e8b5b424a7c4ff350e7ea3faec28604cb4528d006c151dd7 |
Available diffs
- diff from 19.3.0-4 to 19.3.0-5 (1.3 KiB)
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.