1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215
|
python-pex (1.5.3-1) unstable; urgency=medium
* QA upload.
* Orphan the package due to MIA maintainer.
* New upstream release.
* d/watch: Monitor GitHub upstream instead of pypi.
* d/control: Bump Standards-Version to 4.6.1.
* d/patches: Update patches:
+ PR318.patch: Dropped, merged upstream.
+ handle-pkg_resources-devendorization.patch: Dropped, not needed.
+ update-dependencies.patch: Refreshed.
+ 0002-Fix-collections.abc-compat.patch: Added. (Closes: #1002185)
-- Boyuan Yang <byang@debian.org> Wed, 15 Jun 2022 16:57:54 -0400
python-pex (1.1.14-4) unstable; urgency=medium
[ Emmanuel Arias ]
* Team upload.
* Fix autopkg test (Closes: #949472).
- Return correct value on d/tests/testsuite.
* d/tests: Switch testsuit to python3.
[ Debian Janitor ]
* Bump debhelper from deprecated 9 to 12.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.5.0, no changes needed.
* Apply multi-arch hints.
+ python-pex-doc: Add Multi-Arch: foreign.
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Debian Janitor ]
* Remove MIA uploader Barry Warsaw <barry@debian.org>. Closes: #970150
* Bump debhelper from old 12 to 13.
* Update standards version to 4.5.1, no changes needed.
-- Sandro Tosi <morph@debian.org> Thu, 09 Jun 2022 21:49:38 -0400
python-pex (1.1.14-3.1) unstable; urgency=medium
* 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)
-- Gleisson Jesuino Joaquim Cardoso <gleissoncg2@gmail.com> Sat, 13 Jun 2020 02:55:26 -0300
python-pex (1.1.14-3) unstable; urgency=medium
[ 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
-- Sandro Tosi <morph@debian.org> Sun, 27 Oct 2019 13:35:10 -0400
python-pex (1.1.14-2) unstable; urgency=medium
* 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.
-- Barry Warsaw <barry@debian.org> Thu, 22 Sep 2016 11:43:40 -0400
python-pex (1.1.14-1) unstable; urgency=medium
* New upstream release.
-- Barry Warsaw <barry@debian.org> Wed, 03 Aug 2016 13:11:56 -0400
python-pex (1.1.6-1) unstable; urgency=medium
* 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.
-- Barry Warsaw <barry@debian.org> Mon, 09 May 2016 16:40:26 -0400
python-pex (1.1.4-1) unstable; urgency=medium
* New upstream release.
* d/patches/bump-setuptools-max-version.patch: Update setuptools versions.
-- Barry Warsaw <barry@debian.org> Tue, 22 Mar 2016 13:20:30 -0400
python-pex (1.1.2-1) unstable; urgency=medium
* 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.
-- Barry Warsaw <barry@debian.org> Mon, 22 Feb 2016 16:17:28 -0500
python-pex (1.1.0-2) unstable; urgency=medium
* 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).
-- Barry Warsaw <barry@debian.org> Thu, 15 Oct 2015 11:47:26 -0400
python-pex (1.1.0-1) unstable; urgency=medium
* New upstream release.
* d/control: Added python3-pkg-resources to pex Depends.
-- Barry Warsaw <barry@debian.org> Mon, 12 Oct 2015 16:24:02 -0400
python-pex (1.0.3-2) unstable; urgency=medium
* 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.
-- Barry Warsaw <barry@debian.org> Tue, 06 Oct 2015 16:02:46 -0400
python-pex (1.0.3-1) unstable; urgency=medium
* 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.
-- Barry Warsaw <barry@debian.org> Thu, 13 Aug 2015 17:16:14 -0400
python-pex (1.0.1-1) unstable; urgency=medium
* New upstream release.
-- Barry Warsaw <barry@debian.org> Fri, 17 Jul 2015 16:29:53 -0400
python-pex (1.0.0-1) unstable; urgency=medium
* New upstream release.
* d/control, d/tests: Add a simple DEP-8 smoketest.
* d/copyright: Reorganize to make lintian happy.
-- Barry Warsaw <barry@debian.org> Tue, 02 Jun 2015 15:02:50 -0400
python-pex (0.8.6-2) unstable; urgency=medium
* 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)
-- Barry Warsaw <barry@debian.org> Wed, 25 Mar 2015 10:58:36 -0400
python-pex (0.8.6-1) unstable; urgency=medium
* Initial release. (Closes: #778708)
-- Barry Warsaw <barry@debian.org> Thu, 19 Feb 2015 14:13:25 -0500
|