Files
entropy/docs/APICHANGES
T
lxnay d7151b6555 Entropy/*:
- update module imports to reflect the new entropy package structure
Entropy/Client/Interfaces/Package:
- fixed sources_fetch_step source packages download


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3150 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-03-11 09:36:47 +00:00

19 lines
782 B
Plaintext

From SVN 3112 there have been several API changes:
- entropy module is now a python package
- urlFetcher features several private class property moves (you need to rework your updateProgress)
- FtpInterface features several private class property moves and switched to underscore API signatures
- SocketUrlFetcher has been removed
- rssFeed features several private class property moves
- entropyTools, dumpTools, outputTools, entropyConstants, exceptionTools have been
moved under the entropy package, except for exceptionTools, for others backward
module loading compatibility has been kept.
- entropyTools API changes:
entropyTools.parallelTask and TimeScheduled moved to entropy.misc
entropyTools.lifobuffer moved to entropy.misc as Lifo