File: changelog

package info (click to toggle)
python-pex 1.1.14-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,144 kB
  • ctags: 1,042
  • sloc: python: 6,777; sh: 1,325; makefile: 166
file content (136 lines) | stat: -rw-r--r-- 5,237 bytes parent folder | download
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
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