* New upstream version, Python3 only. Keep building the Python2 and
PyPy packages from the python-setuptools sources.
* Bump standards version.
* New upstream version.
* New upstream version.
* Bump standards version.
* New upstream version.
* New upstream version.
* Bump standards version.
* New upstream version.
* New upstream version.
* New upstream version.
* New upstream version.
* Bump standards version.
* New upstream version.
* New upstream version.
* New upstream version.
* New upstream version.
* New upstream version.
* New upstream version.
* Make the PKG-INFO output reproducible (Chris Lamb). Closes: #894215.
* Stop shipping the easy_install scripts.
* New upstream version.
* New upstream version.
* New upstream version.
* python3-setuptools: Depend on python3-distutils.
* New upstream version.
* New upstream version.
* New upstream version.
* Bump standards version.
* Add d/patches/fix-invalid-escapes.diff to prevent warnings from appearing
on stderr and causing autopkgtests to fail (Michael Hudson-Doyle).
* New upstream version.
* New upstream version.
* Generate entry points for 3.6.
* New upstream version.
* Generate sorted requires.txt files. Closes: #804249.
* New upstream version.
* New upstream version.
* Generate reproducible install_files.txt (Chris Lamb). Closes: #848136.
* New upstream version.
* New upstream version.
* New upstream version.
* New upstream version.
* New upstream version.
* New upstream version.
* New upstream version.
* Re-add the changes file, missing upstream.
* New upstream version.
* New upstream version.
* Stop building the -whl package.
* Use the pkg_resources from the source when building the docs.
* New upstream version.
* New upstream version.
* New upstream version.
* New upstream version.
* Don't install the SOURCES.txt egg-info file when setup.py is called
with --install-layout=deb. Closes: #802792.
* New upstream version.
* Provide a unified entry_points.txt file.
* Don't blow away egg-info on clean (Stefano Rivera).
* Remove the build dependency on python-setuptools.
* New upstream version.
* Build-depend on python-setuptools. Without this dependency, the scripts
are not installed. Not yet known, why. Closes: #795455.
* Install the upstream changes file, not the empty history file.
Closes: #798078.
* Suggests the python-setuptools-doc package. Closes: #797731.
* New upstream version.
[ Stefano Rivera ]
* Port to pybuild:
- Build-Depend on dh-python.
* Bump debhelper compat to 9 (and Build-Depends to >= 9)
* Replace unnecessary dependencies on python*-all-dev packages with -all.
* Drop deprecated ${python:Versions} and ${python:Provides} substitutions.
* Drop constraints on packages that pre-date oldoldstable.
* Add Suggests: python-setuptools on python-pkg-resources, matching
python3-pkg-resources.
* Drop ancient and irrelevant README.Debian.
* Use dh_sphinxdoc's generated dependencies.
* Replace accidental /usr/share/doc/html symlink with the intended
/usr/share/doc/python3-setuptools/html.
* Drop unnecessary easy_install-X.Y binaries.
Users can use pythonX.Y -m easy_install, instead.
* Drop .pth file. No longer necessary, we don't install eggs.
* Add binary packages for pypy. Requires Build-Depends: pypy. Closes: #735855.
* New upstream version.
* New upstream version.
* Fix another issue with the multiarch patch (which can be dropped once
3.5 is the only version in the distro).
* Fix syntax error in multiarch patch (Brian Warner). Closes: #786446.
* New upstream version. Closes: #784364.
* Build for python 3.5.
* Fix lintian warnings.
* Build without the rst.linker plugin, not yet packaged.
* python3-setuptools: Conflict with python3.5 (<< 3.5.0~a4-5).
* New upstream version. Closes: #779036, #773969.
* New upstream version. Closes: #754089.
* New upstream version. Closes: #754089.
* New upstream version.
* New upstream version.
* Stop building for python 3.3. Closes: #751070.
* New upstream version.
* Build a python-setuptools-whl package (Barry Warsaw). Closes: #748299.
* Fix installation of the html documentation. Closes: #737889, #748586.
* New upstream version.
- Fix #184, build directory included into the package. Closes: #743644.
* New upstream version.
* New upstream version.
* New upstream version.
* New upstream version.
* New upstream version.
* On installation with --install-layout=deb, rename extensions for
python 3.3 (and newer) to include the multiarch tag.
Renaming of extensions for python3.4 is currently not done by dh-python.
See Debian #733128.
* Build for python3.4.
* New upstream version.
* Depend on python:any/python3:any rather than python/python3.
* Rename python-distribute-doc to python-setuptools-doc.
* New upstream version.
* New upstream version (converged setuptools / distribute release).
* Non-maintainer upload.
* Fix typo on python version in rules file. Closes: #715556.
* New upstream version.
* Stop building for python3.2.
* New upstream version.
* Stop building for python2.6. Closes: #707140.
* New upstream version.
* New upstream version.
* New upstream version.
* New upstream version.
* New upstream version. Closes: #632516.
* New upstream version.
* Support Python >=3.1.4 and >=3.2.1.
* Stop building for python2.5 and python3.1.
* New upstream version.
* Build for python 2.7 and 3.2.
* Upload to unstable.
* Tighten build dependency on python3, remove b-d on python-central.
* For python3, install into /usr/lib/python3/dist-packages by
default, when setup.py install is called with --install-layout=deb.
* New upstream version.
* Don't include 3.1 related files in the filelists of python-* packages.
Closes: #574153.
* Don't ship the python3 files in the python-* packages. Closes: #574079.
* Build packages for python3.1.
* New upstream version.
* Stop building for python2.4. Closes: #557000.
* New upstream version.
* Stop building for python2.4. Closes: #557000.
* New upstream version.
* Don't build python-distribute (yet). Move the egg-info into
python-setuptools. Closes: #552154.
* Build python-setuptools from the `distribute' fork.
* Fix building extensions with recent python 2.6.2+. Patch taken from
http://bitbucket.org/tarek/distribute/issue/41/. LP: #428004.
* Update the installation schemes in easy_install to follow the modified
distutils install command:
- When the --prefix option is used for setup.py install, Use the
`posix' scheme. LP: #344410.
- Use the `deb_system' scheme if --install-layout=deb is specified.
- Use the the `unix_local' scheme if neither --install-layout=deb
nor --prefix is specified.
* Always use the `posix' scheme for setup.py install in a virtualenv
setup. LP: #339904.
* Error out when easy_install tries to install into /usr, unless the
(new) option --force-installation-into-system-dir is given (heh, this
option name is even longer than --single-version-externally-managed).
* Fix interpreter name for the easy_install-2.6 script. LP: #332656.
* Rebuild to add python2.6 support.
* New upstream version (bug fixes from the stable branch).
- Adds subversion 1.5 compatibility. LP: #262636.
* Don't break with subversion-1.5. Closes: #489263.
* Move site.py into the python-pkg-resources package.
* python-pkg-resources: Conflict with python-setuptools. Closes: #468944.
* New upstream version. Closes: #467012.
* Split out a python-pkg-resources package (to be used as a runtime
dependency instead of python-setuptools).
* New upstream version.
* New upstream version (release candidate 6). Closes: #433556.
* Use the unversioned interpreter name for scripts without
version suffix. Ubuntu #94309.
* New upstream version (release candidate 5).
* Drop 2.3.
* Build for 2.3, 2.4, 2.5.
* New upstream version (release candidate 3). Closes: #389780.
* New upstream version (release candidate 2). Closes: #382573.
* /usr/bin/easy_install-2.3: Use python2.3 s interpreter. Closes: #386318.
* Workaround #375437.
* Add entry points for all versioned console scripts. Closes: #375975.
* New upstream version (closes: #354621).
- OverflowError for amd64 build fixed (closes: #352176).
* NMU with maintainer approval
* New upstream release
* debian/rules: Create setuptools.pth to instruct python where the
module is located. Closes: #330562
* New upstream version (closes: #335101).
* NMU with maintainer approval
* New upstream release
* Include a watch file to be easier to upgrade next time
* Bump Standards-Version to 3.6.2 (no changes need)
* Use Build-Depends-Indep since we don't build architecture dependent
packages
* Don't remove setuptools.egg-info directory on clean target since it's
used now on building system since it use entry_points feature to its
install
* New upstream version 0.5a13.
* Initial Release.