source: trunk/debian/changelog @ 364

Last change on this file since 364 was 364, checked in by martijk, 6 years ago

changelog

File size: 10.8 KB
Line 
1pbs-python (4.6.4-1) UNRELEASED; urgency=medium
2
3  [ Martijn Kruiten ]
4  * Use system Python instead of environment Python
5
6 -- Martijn Kruiten <martijn.kruiten@surfsara.nl>  Thu, 19 Apr 2018 15:17:18 +0200
7
8bs-python (4.6.3-1) UNRELEASED; urgency=medium
9
10  [ Martijn Kruiten ]
11  * Python3 print statements in examples scripts
12
13 -- Martijn Kruiten <martijn.kruiten@surfsara.nl>  Thu, 19 Apr 2018 15:17:18 +0200
14
15pbs-python (4.6.2-1) UNRELEASED; urgency=low
16
17  * pbs_jobmonitor, remove newline printing after 7 node names for pbs_jobmonitor
18
19 -- Bas van der Vlies <bas.vandervlies@surfsara.nl>  Mon, 10 Oct 2016 15:24:03 +0200
20
21pbs-python (4.6.1-2) UNRELEASED; urgency=low
22
23  [ Bas van der Vlies ]
24  * See Changes
25
26  [ Dennis Stam ]
27  * Modified sara_nodes to work with the new pbs and PBSQuery library
28  * Forgot to change the version number
29
30 -- Dennis Stam <dennis.stam@surfsara.nl>  Mon, 31 Aug 2015 09:07:22 +0200
31
32pbs-python (4.4.1-1) unstable; urgency=low
33
34  * See CHANGES
35
36 -- Dennis Stam <dennis.stam@surfsara.nl>  Wed, 04 Jun 2014 14:37:45 +0200
37
38pbs-python (4.4.0-1) unstable; urgency=low
39
40  * See CHANGES
41
42 -- Bas van der Vlies <bas.vandervlies@surfsara.nl>  Fri, 17 Jan 2014 14:13:07 +0100
43
44pbs-python (4.3.7-1) lenny; urgency=low
45
46  * See CHANGESk
47
48 -- Bas van der Vlies <bas.vandervlies@surfsara.nl>  Thu, 19 Sep 2013 14:11:56 +0200
49
50pbs-python (4.3.6-1) lenny; urgency=low
51
52  * See Changes
53
54 -- Dennis Stam <dennis.stam@surfsara.nl>  Thu, 16 May 2013 09:07:03 +0200
55
56pbs-python (4.3.5-1) lenny; urgency=low
57
58  * sara is now surfsara.nl, changed all references
59  * added a new code example for EVENT node parsing
60  * See Changes
61
62 -- Bas van der Vlies <bas.vandervlies@surfsara.nl>  Mon, 29 Apr 2013 17:21:39 +0200
63
64pbs-python (4.3.4-2) lenny; urgency=low
65
66  * Removed gb- from REGEX new_rack
67
68 -- Dennis Stam <dennis.stam@surfsara.nl>  Tue, 19 Feb 2013 16:54:39 +0100
69
70pbs-python (4.3.4-1) lenny; urgency=low
71
72  * See CHANGES
73  * install pbs_jobmonitor and pbs_joblogin in /usr/bin
74
75 -- Bas van der Vlies <basv@sara.nl>  Fri, 27 Apr 2012 09:54:54 +0200
76
77pbs-python (4.3.3-1) lenny; urgency=low
78
79  * see CHANGES
80
81 -- Bas van der Vlies <basv@sara.nl>  Tue, 03 Jan 2012 12:01:15 +0100
82
83pbs-python (4.3.1-1) lenny; urgency=low
84
85  * see CHANGES
86
87 -- Bas van der Vlies <bas@sara.nl>  Wed, 24 Aug 2011 14:08:09 +0200
88
89pbs-python (4.3.0-1) lenny; urgency=low
90
91  * See CHANGES
92
93 -- Bas van der Vlies <bas@sara.nl>  Fri, 05 Nov 2010 09:04:29 +0100
94
95pbs-python (4.2.0-2) lenny; urgency=low
96
97  * Update LICENSE file to LGPLV3
98  * patched pbsmon.py for torque 2.5
99  * see CHANGES for complete list
100
101 -- Bas van der Vlies <bas@sara.nl>  Thu, 10 Jun 2010 10:27:43 +0200
102
103pbs-python (4.1.2-1) lenny; urgency=low
104
105  * See changes not yes finishedm but some important fixes
106
107 -- bas van der Vlies <basv@sara.nl>  Thu, 20 May 2010 11:11:21 +0200
108
109pbs-python (4.1.0-1) lenny; urgency=low
110
111  * See CHANGES file
112
113 -- bas van der Vlies <bas@sara.nl>  Thu, 29 Apr 2010 13:24:24 +0200
114
115pbs-python (4.0.2-1) lenny; urgency=low
116
117  * See CHANGES file
118
119 -- bas van der Vlies <bas@sara.nl>  Fri, 23 Apr 2010 10:27:58 +0200
120
121pbs-python (4.0.1-1) lenny; urgency=low
122
123  * See CHANGES file
124
125 -- bas van der Vlies <bas@sara.nl>  Wed, 21 Apr 2010 08:26:02 +0200
126
127pbs-python (4.0.0-1) lenny; urgency=low
128
129  * See CHANGES file
130
131 -- Bas van der Vlies <basv@sara.nl>  Fri, 09 Apr 2010 09:43:24 +0200
132
133pbs-python (3.6.0-1) lenny; urgency=low
134
135  * New generated files pbs_wrap.c and pbs.py fixes an error in pbs_runjob()
136
137 -- Bas van der Vlies <basv@sara.nl>  Fri, 15 Jan 2010 04:40:35 +0100
138
139pbs-python (3.5.0-1) lenny; urgency=low
140
141  * PBSQuery
142        The class functions of node, job and queue support old and new data
143        structure.
144
145    Changed the behaviour of the new data stucture, We can use it as
146    dictionary and as class attribute, this is equivalent, eg:
147      - print node['np'] and print node.np
148
149    for a node we parse the 'status' line and split on '=' char, You now can
150    use these statements, eg
151     - print node.status.arch     (node['status'].arch or node['status']['arch'])
152     - print node.status.nsession
153
154    for a job we parse the 'Variable_List' line and split on '=' char, You now can
155    use the statements, eg:
156     - print job.Variable_List.PBS_O_WORKDIR
157     - print job.Variable_List.PBS_O_HOME
158
159    for more info see examples/new_interface.py
160
161    Author: Bas van der Vlies
162
163  * new_rack_pbsmon.py
164    Rewrite to new data structure and automatically determine how many nodes
165    and racks cluster has and skip printing of empty racks (default), use -w/--wide
166    for old behaviour.
167
168    Author: Bas van der Vlies
169
170 -- Bas van der Vlies <bas@sara.nl>  Mon, 12 Nov 2009 15:03:16 +0200
171
172pbs-python (3.2.0-1) intrepid; urgency=low
173
174  *  PBSQuery:
175     New data structure. In the old structure it is a dictionary
176     with a value and the value is a string. This is changed that
177     dictionary values are now of type list or dictionary depends
178     on the value of keyword, eg for a node:
179       - np = 2:
180       - node['np'] = [ '2' ]
181       - properties = cores2, mem4gb, parallel
182       - node['properties'] = [ 'cores2', 'mem4gb', 'parallel' ]
183       - status = arch=x86_64,sessions=22599,,size=70627864kb, ...
184       - node['status']['arch'] = [ 'x86_64' ]
185       - node['status']['sessions'] = [ '222599' ]
186       - ...
187
188         The data structure is activated by the function:
189          - new_data_structure()
190
191         In a future release it will be come the default.
192         example:
193         p = PBSQuery()
194         p.new_data_structure()
195
196        nodes = p.getnodes()
197        print nodes.np, nodes['np']
198
199         Author: Bas van der Vlies
200
201  *  PBSQuery:
202        For old and new data structure we now can use another syntax:
203     - node['np'] and node.np are equivalent
204
205        This new syntax works for all keywords.
206        Author: Bas van der Vlies
207
208  *  PBSQuery:
209        Added iter object for job, node, queue and server objects, eg:
210        node = p.getnode('gb-r1n1')
211        print node.name
212        for attrib in node:
213           print '%\t%s = %s' %(attrib, node[attrib])
214        Author: Bas van der Vlies
215
216  *  PBSQuery:
217        fixed an error in getnode, getqueue and getjob, return
218        empty dictionary if not found.
219        Author: Bas van der Vlies
220
221  *  PBSQuery:
222        New build system for rpm packages, make -f Makefile.rpm
223        Author: Michel Jouvin <jouvin add lal dot in2p3 dot fr>
224        Applied: Bas van der Vlies
225
226 -- Bas van der Vlies <bas@rc.sara.nl>  Thu, 14 May 2009 13:41:00 +0200
227
228pbs-python (3.0.1-2) intrepid; urgency=low
229
230  * adjust number of nodes to 32
231
232 -- root <root@rc.sara.nl>  Tue, 17 Mar 2009 18:17:18 +0100
233
234pbs-python (3.0.1-1) intrepid; urgency=low
235
236  * Small bug fix
237
238 -- root <root@rc.sara.nl>  Wed, 28 Jan 2009 13:58:43 +0100
239
240pbs-python (3.0.0-1) intrepid; urgency=low
241
242  * New api for PBSQuery and build on any architecture
243
244 -- Bas van der Vlies <bas@sara.nl>  Tue, 11 Nov 2008 12:48:39 +0100
245
246pbs-python (2.9.8-3) intrepid; urgency=low
247
248  * New functions added to PBSQuery
249
250 -- Bas van der Vlies <basv@sara.nl>  Fri, 10 Oct 2008 11:18:38 +0200
251
252pbs-python (2.9.8-2) intrepid; urgency=low
253
254  * New PBSQuery module
255
256 -- Bas van der Vlies <bas@sara.nl>  Wed,  8 Oct 2008 14:05:44 +0200
257
258pbs-python (2.9.8-1) intrepid; urgency=low
259
260  * New version with updated torque header file (version 2.X)
261
262 -- Bas van der Vlies <bas@rc.sara.nl>  Wed, 24 Sep 2008 12:32:29 +0200
263
264pbs-python (2.9.6-1) intrepid; urgency=low
265
266  * pbs_python.spec file patch added libdir and python defines so it
267    will build for RHEL5.1/CentOS 5.1 (by Michael Sternberg) and some
268    minor changes to the pbs_ifl.h file
269
270 -- Dennis Stam <dennis.stam@sara.nl>  Thu, 18 Sep 2008 11:23:16 +0200
271
272pbs-python (2.9.4-1) unstable; urgency=low
273
274  * New version with all the fixes as mentioned below
275
276 -- Bas van der Vlies <bas@rc.sara.nl>  Thu, 16 Nov 2006 14:29:16 +0100
277
278pbs-python (2.9.2-4) unstable; urgency=low
279
280  * PBSQuery: Make use of UserDict module
281
282 -- Bas van der Vlies <bas@rc.sara.nl>  Wed, 18 Oct 2006 11:46:34 +0200
283
284pbs-python (2.9.2-3) unstable; urgency=low
285
286  *  Fixed a has_key bug must return zero instead of None
287     Thanks to Ramon Bastiaans for reporting
288
289 -- Bas van der Vlies <bas@rc.sara.nl>  Fri, 13 Oct 2006 15:33:25 +0200
290
291pbs-python (2.9.2-2) unstable; urgency=low
292
293  * new_rack_pbsmon.py fixes serial/parallel calculations
294
295 -- Bas van der Vlies <bas@rc.sara.nl>  Tue, 10 Oct 2006 12:13:25 +0200
296
297pbs-python (2.9.2-1) unstable; urgency=low
298
299  * New upstream version, read CHANGES file
300
301 -- Bas van der Vlies <bas@rc.sara.nl>  Tue, 19 Sep 2006 16:17:54 +0200
302
303pbs-python (2.9.1-6) unstable; urgency=low
304
305  *  New torque build system
306
307 -- Bas van der Vlies <bas@rc.sara.nl>  Fri, 21 Jul 2006 10:41:31 +0200
308
309pbs-python (2.9.1-5) unstable; urgency=low
310
311  * Down state has most priority. So display it
312
313 -- Bas van der Vlies <bas@rc.sara.nl>  Fri, 16 Jun 2006 14:44:48 +0200
314
315pbs-python (2.9.1-4) unstable; urgency=low
316
317  *  Added sara_install to Makefile.in. Else
318     no new pbsmon for SARA
319
320 -- Bas van der Vlies <bas@rc.sara.nl>  Thu, 15 Jun 2006 12:23:54 +0200
321
322pbs-python (2.9.1-3) unstable; urgency=low
323
324  * New version adjusted new_rack_pbsmon.py to 39 racks
325
326 -- Bas van der Vlies <bas@rc.sara.nl>  Mon, 12 Jun 2006 11:56:26 +0200
327
328pbs-python (2.9.1-2) unstable; urgency=low
329
330  * Fixed a bug in new_rack_pbsmon.py
331
332 -- Bas van der Vlies <bas@rc.sara.nl>  Fri, 26 May 2006 16:41:35 +0200
333
334pbs-python (2.9.0-1) unstable; urgency=low
335
336  * Added new build system for torque 2.1.0 and higher
337
338 -- Bas van der Vlies <bas@rc.sara.nl>  Thu, 20 Apr 2006 14:25:21 +0200
339
340pbs-python (2.8.2-3) unstable; urgency=low
341
342  * Changed new_rack_pbsmon.py script by walter
343
344 -- Bas van der Vlies <bas@rc.sara.nl>  Thu, 13 Apr 2006 14:10:36 +0200
345
346pbs-python (2.8.2-2) unstable; urgency=low
347
348  *  Fixed Makefile.in, now right script
349
350 -- Bas van der Vlies <bas@rc.sara.nl>  Fri,  7 Apr 2006 10:59:35 +0200
351
352pbs-python (2.8.2-1) unstable; urgency=low
353
354  *  Added new pbsmon example: new_rack_pbsmon.py uses PBSQuery
355
356 -- Bas van der Vlies <bas@rc.sara.nl>  Thu,  6 Apr 2006 15:12:03 +0200
357
358pbs-python (2.8.0-2) unstable; urgency=medium
359
360  * Used swig 1.3.24 with python2.1 works also on higher python versions
361
362 -- Bas van der Vlies <bas@rc.sara.nl>  Mon,  7 Nov 2005 14:55:00 +0100
363
364pbs-python (2.8.0-1) unstable; urgency=low
365
366  * New pbs_python release, See CHANGES
367
368 -- Bas van der Vlies <bas@rc.sara.nl>  Fri,  4 Nov 2005 15:58:44 +0100
369
370pbs-python (2.7.10-1) unstable; urgency=low
371
372  * Added examples/LICENSE.sara to /usr/share/doc directory
373  * Made an sara_install section for pbsmon --> examples/rack_pbsmon.py
374
375 -- Bas van der Vlies <basv@sara.nl>  Mon, 26 Sep 2005 16:32:06 +0200
376
377pbs-python (2.7.9-2) unstable; urgency=low
378
379  * Bumped up version
380  * Fixed  DEBUG mode
381
382 -- Bas van der Vlies <bas@rc.sara.nl>  Fri, 24 Jun 2005 11:23:30 +0200
383
384pbs-python (2.7.5-1) unstable; urgency=low
385
386  * Initial version
387
388 -- Yaroslav Halchenko <debian@onerussian.com>  Mon, 1 Nov 2004 12:13:08 -0400
389
Note: See TracBrowser for help on using the repository browser.