Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/325d165af197/debian/changelog
Дата изменения: Unknown
Дата индексирования: Mon Feb 4 05:58:13 2013
Кодировка:
allpy: 325d165af197 debian/changelog

allpy

view debian/changelog @ 973:325d165af197

allpy.processors: use NamedTemporaryFile(..., delete=True) in favour of removing the files manually (closes #137) While writing the relevant line I failed to read the docs properly and was under impression that delete=True refers to the hack, when one creates the file and removes it at once before writing any data to it for the sake of making the file invisible. Which is actually not the case, and the file is removed after being closed.
author Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru>
date Sat, 25 Feb 2012 20:16:51 +0400
parents f734c086d416
children e71155b99511 bf8510f4f2fb 08d83a24befd
line source
1 allpy (1.4.0-7) unstable; urgency=medium
3 * blocks3d-wt: fix permissions for /var/run/wt
5 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Wed, 14 Dec 2011 20:46:35 +0400
7 allpy (1.4.0-6) unstable; urgency=low
9 * blocks3d-wt: create /var/run/wt by initscript, as required by new Debian policy
10 * new upstream release
12 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Wed, 14 Dec 2011 20:44:49 +0400
14 allpy (1.4.0-5) unstable; urgency=low
16 * Fixed symlink in blocks3d.
18 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Wed, 02 Nov 2011 20:44:10 +0400
20 allpy (1.4.0-4) unstable; urgency=medium
22 * Rebuild for new wt.
24 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Wed, 12 Oct 2011 16:24:07 +0400
26 allpy (1.4.0-3) unstable; urgency=low
28 * Reuild for new wt.
30 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Wed, 12 Oct 2011 16:23:21 +0400
32 allpy (1.4.0-2) unstable; urgency=low
34 * Fixed debian/changelog.
36 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Wed, 20 Jul 2011 17:53:10 +0400
38 allpy (1.4.0-1) unstable; urgency=low
40 * New allpy release. Features alignment, block and sequence markups. See NEWS
42 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Wed, 20 Jul 2011 17:50:30 +0400
44 allpy (1.3.0-2) unstable; urgency=low
46 * renamed geometrical-core to geometrical-core2 by request of Boris,
47 since the new version may yet be inferior to the old one in some aspects
49 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Fri, 15 Apr 2011 22:31:11 +0400
51 allpy (1.3.0-1) unstable; urgency=low
53 * geometrical-core depends on particular version of python-allpy (>= 1.0.0)
55 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Fri, 15 Apr 2011 22:07:18 +0400
57 allpy (1.3.0) unstable; urgency=low
59 * New allpy release.
60 Version tracking an compact history starts with this version. The question
61 of related programs and utils versioning is yet undecided.
62 * New geometrical-core requires two packages with local install.
63 Added sed script to add /usr/share/geometrical-core to sys.path.
64 The required packages go there.
66 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Fri, 15 Apr 2011 21:21:40 +0400
68 allpy (0.0-6) unstable; urgency=medium
70 * blocks3d-wt: reorganized apache configs for more stable operation
72 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Tue, 22 Feb 2011 17:16:50 +0300
74 allpy (0.0-5) unstable; urgency=medium
76 * blocks3d-wt debianization: fixed urls for various resources (js &
77 css)
79 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Sun, 20 Feb 2011 22:18:47 +0300
81 allpy (0.0-4) unstable; urgency=medium
83 * Fixed setup.py to install allpy/data too (surprisingly, it did not
84 do it itself)
85 * Blocks3D_config: guess location of html.htm properly
86 * Removed mktemp_string in favour of one-time mkdtemp invocation
87 * Debianized blocks3d, blocks3d-wt; fixed debian dependencies for
88 python-allpy where necessary
90 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Sun, 20 Feb 2011 20:47:04 +0300
92 allpy (0.0-3) unstable; urgency=medium
94 * Fixed syntax errors in source to soothe postinst scripts.
96 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Mon, 22 Nov 2010 13:43:59 +0300
98 allpy (0.0-2) unstable; urgency=medium
100 * Initial debianization.
102 -- Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru> Mon, 15 Nov 2010 17:40:37 +0300
104 vim: set ft=debchangelog et ai: