File: changelog

package info (click to toggle)
python-virtualenv 1.7.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,880 kB
  • sloc: sh: 4,940; python: 2,992; makefile: 20; csh: 18
file content (241 lines) | stat: -rw-r--r-- 8,415 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
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
python-virtualenv (1.7.1.2-2) unstable; urgency=low

  * Apply test_urlparse_uses_fragment.patch to the bundled pip, allowing it to
    work with Python >= 2.7.4 or >= 3.3. (Closes: #679337)

 -- Stefano Rivera <stefanor@debian.org>  Thu, 12 Jul 2012 12:06:31 -0600

python-virtualenv (1.7.1.2-1) unstable; urgency=low

  [ Clint Byrum ]
  * New upstream release. (LP: #986227)
  * d/p/pep3147-dist-packges.patch - Dropped, applied upstream
  * d/p/remove_syspath0_on_reinvoke.patch - Dropped, applied upstream

  [ Stefano Rivera ]
  * system-python.patch: Use /usr/bin/python in the shebang
    (Closes: #663228, LP: #737734)
  * cleanup_tmpdirs.patch: Cleanup temporary working directories
    (Closes: #661272)
    - rebuild_script.patch: Include rebuild_script.py. The tmpdir patch
      touches some embedded files.
    - Rebuild virtualenv.py during package build.
  * Bumped standards version to 3.9.3 (no changes needed).
  * Add myself to Uploaders.
  * Wrap long lists in debian/control.

 -- Stefano Rivera <stefanor@debian.org>  Sun, 22 Apr 2012 17:34:40 +0200

python-virtualenv (1.7-1) unstable; urgency=low

  * Team upload.
  * New upstream version. Closes: #632982
    - Doesn't import pkg_resources from python2 run with -p python3
      Closes: #625784, LP: #787822
  * Refreshed patches.
  * Bumped standards version to 3.9.2 (no changes needed).
  * Updated manpage for new options:
    - --system-site-packages (no longer the default)
    - --extra-search-dir
    - --never-download
  * debian/patches/remove_syspath0_on_reinvoke.patch
    - Remove the first entry from sys.path to fix failure with -p python3
  * debian/patches/pep3147-dist-packges.patch
    - Use the unified python3 dist-packages path in site.py

 -- Stefano Rivera <stefanor@debian.org>  Wed, 14 Dec 2011 22:22:53 +0200

python-virtualenv (1.6-1) unstable; urgency=low

  * New upstream version. Closes: #617941
  * debian/control
    - Removed python-support from Build-Depends-Indep
    - Bump python version to 2.6.6-3
    - Removed XB-Python-Version
    - Bump to 3.9.1.0 (No changes needed)
  * debian/python-virtualenv.lintian-overrides
    - Added overrides for the 2.7 egg
  * debian/rules
    - Added --with python2 to dh $@
  * debian/virtualenv.1
    - Added the prompt option description
  * debian/patches/add_distribute.patch
    - Updated for the new upstream file virtualenv.py

 -- Carl Chenet <chaica@ohmytux.com>  Thu, 07 Apr 2011 01:45:11 +0200

python-virtualenv (1.4.9-3) unstable; urgency=low

  * Team upload.
  * Update look_for_external_files.patch to use /usr/share/python-virtualenv

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 22 Aug 2010 15:55:07 +0200

python-virtualenv (1.4.9-2) unstable; urgency=low

  * Team upload.

  [ Carl Chenet ]
  * Renamed README.source to README.Debian
  * Added debian/patches/look_for_external_files
    - patch to store archives and eggs in /usr/share/python-virtualenv
  * debian/control
    - bump to 3.9.0 (No changes needed)
    - moved python-pip to Recommends
  * debian/rules
    - removed overrides
    - cleaning pysupport results
  * debian/install
    - corrected path to virtualenv.py. Closes: #588179
  * debian/python-virtualenv.lintian-overrides
    - modified paths to lintian-overrides

  [ Piotr Ożarowski ]
  * Install PIP tarball. Closes: 590824
  * Add add_distribute.patch (based on Barry Warsaw's one from Ubuntu)
  * Install scripts/virtualenv instead of the one generated by setuptools
  * Install docs/news.txt file as upstream changelog
  * Bump Standards-Version to 3.9.1 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 22 Aug 2010 00:13:28 +0200

python-virtualenv (1.4.9-1) unstable; urgency=low

  * New upstream version. Closes: #563993,#571411
  * Switched from python-virtualenv.manpages to manpages
  * Added README.source
  * Added debian/install
  * Added Depends on python-pip >= 0.7.2
  * debian/control
    - added python in Build-Depends
    - removed Build-Depends python-setuptools dependency
  * debian/format/source
    - bump to 3.0 (quilt)
  * debian/virtualenv.1
    - added --distribute,--relocatable,--unzip-setuptools descriptions
  * debian/docs
    - added news.txt
    - added debian/README.source
  * debian/rules
    - added export DH_ALWAYS_EXCLUDE for pip sources tarball
    - added override for auto_clean, auto_build, auto_install, install
      and link
  * debian/python-virtualenv.lintian-overrides
    - Added every *.egg in the override

 -- Carl Chenet <chaica@ohmytux.com>  Fri, 18 Jun 2010 01:28:32 +0200

python-virtualenv (1.4.5-1) unstable; urgency=low

  * New upstream release
  * Using dh7 + rules.tiny
  * Added a debian/python-virtualenv.preinst file to get rid of
    python-central
  * Removed debian/dirs
  * debian/virtualenv.1 has been created
  * Removed debian/virtualenv.xml
  * debian/python-virtualenv.manpages
    - Switched from debian/virtualenv.1.gz to
      virtualenv.1
  * Removed debian/README.Debian because it did not contain any
    Debian-related information
  * debian/control
    - added Vcs-Svn and Vcs-Browser fields
    - removed Section field in Package section.
    - removed xsltproc and docbook-xsl from b-d-i
    - removed the or from Depends field
    - added dh7 in Build-Depends
    - switched from python-central to python-support. Closes: #556853.
    - the Maintainer is now DPMT
    - put Carl Chenet <chaica@ohmytux.com> in Uploaders
    - put Jeff Licquia <licquia@debian.org> in Uploaders
    - bump Standards-Version to 3.8.4 (no changes needed)
    - switching b-d python-all to python
    - added python-pip in the Depends field
    - added ${misc:Depends} in Depends field
  * debian/compat
    - bump to 7
  * debian/rules
    - added an override for the upstream changelog
    - using DH_ALWAYS_EXCLUDE for useless files already provided
     by dependencies
  * debian/python-virtualenv.lintian-overrides
    - removing useless overrides on setuptools for py2.4
  * debian/virtualenv.1
    - correcting a typo spotted by lintian
  * debian/python-virtualenv.preinst
    - cleaning virtualenv from site-packages
  * debian/watch
    - remove useless comments

 -- Carl Chenet <chaica@ohmytux.com>  Wed, 17 Mar 2010 00:09:13 +0100

python-virtualenv (1.3.3-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * apply Jakub Wilk's patch for Python 2.6 compatibility to
    debian/rules (Closes: #556853)

 -- Jan Dittberner <jandd@debian.org>  Sun, 24 Jan 2010 01:37:09 +0100

python-virtualenv (1.3.3-1) unstable; urgency=low

  * New upstream version... Closes: #518189.
  * ...which adds a "--relocatable" option.  Closes: #503168.
  * Update Standards-Version.
  * Fix package name in man page.  Closes: #508724.

 -- Jeff Licquia <licquia@debian.org>  Sun, 29 Mar 2009 18:29:53 -0400

python-virtualenv (1.1-1) unstable; urgency=low

  * New upstream version.
  * Update man page.
  * Make sure /usr/bin/virtualenv uses the default Python interpreter.
    Closes: #477683.

 -- Jeff Licquia <licquia@debian.org>  Mon, 26 May 2008 00:11:01 -0400

python-virtualenv (1.0-4) unstable; urgency=low

  * Ignore error on deleting unneeded directory /usr/lib, for bugfixed
    python-central.  Closes: #472022.
  * Implement http://wiki.debian.org/Proposals/CopyrightFormat.
  * Update override paths to reflect new python-central layout.

 -- Jeff Licquia <licquia@debian.org>  Wed, 26 Mar 2008 16:25:57 -0400

python-virtualenv (1.0-3) unstable; urgency=low

  * Fix capitalization mistake.
  * Switch setuptools dependency to the new python-pkg-resources.
    Closes: #468706.

 -- Jeff Licquia <licquia@debian.org>  Sat, 01 Mar 2008 11:17:30 -0500

python-virtualenv (1.0-2) unstable; urgency=low

  * Add missing python-setuptools dependency.  Closes: #462193.

 -- Jeff Licquia <licquia@debian.org>  Tue, 22 Jan 2008 23:49:54 -0500

python-virtualenv (1.0-1) unstable; urgency=low

  * New upstream version.

 -- Jeff Licquia <licquia@debian.org>  Wed, 16 Jan 2008 10:13:52 -0500

python-virtualenv (0.9.2-2) unstable; urgency=low

  * Change the name of the package, by request of ftpmaster.
  * Update policy version.
  * Add Homepage and Vcs-* entries to debian/control.

 -- Jeff Licquia <licquia@debian.org>  Wed, 26 Dec 2007 11:35:49 -0500

virtualenv (0.9.2-1) unstable; urgency=low

  * Initial release. (Closes: #442394)

 -- Jeff Licquia <licquia@debian.org>  Tue, 18 Sep 2007 19:30:00 -0500