six 1.10.0-3 source package in Ubuntu
Changelog
six (1.10.0-3) unstable; urgency=medium * d/control: - Drop the python-six-whl binary package as it's no longer necessary. (Closes: #814069) - Drop the Build-Depends on python3-wheel. * d/rules: Drop override_dh_auto_install since we no longer need to build the .whl. * d/python-six-whl.install: Removed. * d/tests: Add simple import smoke tests. -- Barry Warsaw <email address hidden> Tue, 09 Feb 2016 09:18:14 -0500
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Sid
- Original maintainer:
- Colin Watson
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
six_1.10.0-3.dsc | 2.1 KiB | 71f2d5ff8b999c471cc2e92712befe482351a5ae226321e0e795bc683c8729cb |
six_1.10.0.orig.tar.gz | 28.9 KiB | 105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a |
six_1.10.0-3.debian.tar.xz | 3.6 KiB | 860cc57244ea4e69eb4ee3ad1b823472c20d868c1cc25745b236ba6c9e1f3563 |
Available diffs
- diff from 1.10.0-2 to 1.10.0-3 (1.1 KiB)
No changes file available.
Binary packages built by this source
- pypy-six: Python 2 and 3 compatibility library (PyPy interface)
Six is a Python 2 and 3 compatibility library. It provides utility
functions for smoothing over the differences between the Python versions
with the goal of writing Python code that is compatible on both Python
versions.
.
This package provides Six on the PyPy module path. It is complemented
by python-six and python3-six.
- python-six: Python 2 and 3 compatibility library (Python 2 interface)
Six is a Python 2 and 3 compatibility library. It provides utility
functions for smoothing over the differences between the Python versions
with the goal of writing Python code that is compatible on both Python
versions.
.
This package provides Six on the Python 2 module path. It is complemented
by python3-six and pypy-six.
- python3-six: Python 2 and 3 compatibility library (Python 3 interface)
Six is a Python 2 and 3 compatibility library. It provides utility
functions for smoothing over the differences between the Python versions
with the goal of writing Python code that is compatible on both Python
versions.
.
This package provides Six on the Python 3 module path. It is complemented
by python-six and pypy-six.