[pybot-commits] CVS: pybot ChangeLog,1.34,1.35
Brought to you by:
niemeyer
From: Gustavo N. <nie...@us...> - 2003-08-28 01:21:55
|
Update of /cvsroot/pybot/pybot In directory sc8-pr-cvs1:/tmp/cvs-serv23210 Modified Files: ChangeLog Log Message: * data/infopacks/weather.info,contrib/icao2info.py: Created infopack with weather station codes. * pybot/modules/weather.py: Implemented module using the pymetar.py module for consulting NOAA weather information from any station available there. Index: ChangeLog =================================================================== RCS file: /cvsroot/pybot/pybot/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** ChangeLog 27 Aug 2003 21:05:34 -0000 1.34 --- ChangeLog 28 Aug 2003 01:21:49 -0000 1.35 *************** *** 1,10 **** 2003-08-27 Gustavo Niemeyer <nie...@co...> ! * modules/permissions.py: Implemented permission ! parameters. ! * modules/{remoteinfo.py,infopack.py}: Adapted to ! work with premission parameters. * modules/infopack.py: Implemented infopack searching. ! * data/infopacks/rfc.info,contrib/rfcindex2info.py: ! Created infopack with an RFC index. 2003-08-26 Gustavo Niemeyer <nie...@co...> --- 1,14 ---- 2003-08-27 Gustavo Niemeyer <nie...@co...> ! * modules/permissions.py: Implemented permission parameters. ! * modules/{remoteinfo.py,infopack.py}: Adapted to work with ! premission parameters. * modules/infopack.py: Implemented infopack searching. ! * data/infopacks/rfc.info,contrib/rfcindex2info.py: Created ! infopack with an RFC index. ! * data/infopacks/weather.info,contrib/icao2info.py: Created ! infopack with weather station codes. ! * pybot/modules/weather.py: Implemented module using the ! pymetar.py module for consulting NOAA weather information ! from any station available there. 2003-08-26 Gustavo Niemeyer <nie...@co...> |