* Non-maintainer upload.
* debian/source/options: created to ignore changes in 'requires.txt' file.
* debian/tests/execute.sh: fixed errors in autopkgtest, thanks to Matthias Klose,
Emmanuel Arias and Gianfranco Costamagna. (Closes: #949472)
[ Barry Warsaw ]
* d/control: Put DPMT in Maintainers and myself in Uploaders.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/control: Deprecating priority extra as per policy 4.0.1
* d/watch: Use https protocol
* d/changelog: Remove trailing whitespaces
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
[ Sandro Tosi ]
* debian/patches/PR318.patch
- adjust FileFinder import to work with Python 3.6; Closes: #896657
* debian/control
- drop python-pex-cli, transitional package already in stable
- bump Standards-Version to 4.4.1 (no changes needed)
* Drop python2 support; Closes: #938019
* d/patches/update-dependencies.patch: Remove ceiling dependency
versions since we have (or may eventually have) newer versions
which are still compatible. This prevents trying to hit PyPI for
setuptools and wheel dependencies we still satisfy.
(Closes: #838559)
* d/control: pex works better with requests, so add python3-requests
to Depends.
* New upstream release.
* New upstream release.
* d/patches/bump-setuptools-max-version.patch: Deleted; applied upstream.
* d/control:
- Bump Standards-Version to 3.9.8 with no other changes needed.
- Remove XS-Testsuite as it's now redundant.
* New upstream release.
* d/patches/bump-setuptools-max-version.patch: Update setuptools versions.
* New upstream release.
* d/control:
- Bump Standards-Version to 3.9.7 with no other changes needed.
- Update Vcs-Git header to https URL as per style guide.
* d/tests/{control,execute.sh}: Revert Ubuntu accommodations.
* d/patches: Updated by git-dpm.
* d/rules: in override_dh_auto_clean, there's no need to remove the
build/ directory explicitly, but we do need to remove the pex.1 file.
* d/control: Canonicalize the Vcs-* headers as per team standard.
* d/patches/bump-wheel-requirement-version.patch: Added.
* d/README.pex: Removed; upstream now includes the docs directory.
* d/python-pex-docs -> python-pex-doc.docs; fix the path.
* d/rules:
- Added override_dh_installdocs to build the Sphinx documentation.
- Added override_dh_auto_clean to remove the doc build directory.
* d/tests:
- Rewrite the execution test so that it's compatible between both
Ubuntu and Debian, negating the need for an Ubuntu delta. The extra
required package is now conditionally installed depending on the
dpkg-vendor. Also, by setting http_proxy and https_proxy to the
discard port, we ensure that pex cannot install from PyPI (it must
use system packages to resolve dependencies in the test).
- d/t/execute.sh: Added.
- d/t/control: Call execute.sh instead of using a Test-Command, and
add the needs-root Restriction (for the conditional `apt-get
install` in the script).
* New upstream release.
* d/control: Added python3-pkg-resources to pex Depends.
* d/control:
- Rename python-pex-cli binary package to pex. This now replaces/breaks
earlier versions of python-pex-cli. (Closes: #801246)
- Reintroduce python-pex-cli binary package as a virtual package.
* d/rules:
- Updated for binary package rename.
* d/python-pex-cli.manpages -> d/pex.manpages.
* d/tests/control:
- Use Test-Command instead of a separate script.
- Bump pex verbosity in the execution test.
- Add "Restrictions: allow-stderr" for verbose execution test.
- Add import tests for Python 2 and 3.
* d/tests/smoketest: Remove.
* New upstream release.
* d/patches/bump-setuptools-max-version.patch: Bump the maximum allowed
setuptools version to coincide with what's in Debian, which allows the
manpages to be built. (Closes: #792521)
* d/rules: Remove the overrides for upstream issue #51, which has been
fixed released.
* New upstream release.
* New upstream release.
* d/control, d/tests: Add a simple DEP-8 smoketest.
* d/copyright: Reorganize to make lintian happy.
* d/patches/handle-pkg_resources-devendorization.patch: Work around
the Debian devendorization of pkg_resources, which wreaks havoc
with the manipulations of sys that pex employs. (Closes: #781130)
* d/patches/modern-install-requires.patch: Allow for setuptools
12.2, fixing the manpage build. (LP: #1435598)
* Initial release. (Closes: #778708)