Changelog for
python-dirq-1.4-1.1.noarch.rpm :
Fri Sep 27 14:00:00 2013 p.drouandAATTgmail.com
- Update to version 1.4
+ fixed a bug with element name generation
+ added support for the rndhex attribute as in Perl\'s Directory::Queue
+ always use the tempfile module for temporary directories
Fri Jun 22 14:00:00 2012 saschpeAATTsuse.de
- Update to version 1.2.2:
+ fixed race condition in QueueSimple.lock()
Thu May 17 14:00:00 2012 jfunkAATTfunktronics.ca
- Update to 1.2.1
* fixing escaping bug in hash2string and string2hash
* fixing string2hash bug when given string is empty
* cleaning to make pylint happier
* adding python3 support
- Run tests
- Build docs and add subpackage
Fri Apr 6 14:00:00 2012 jfunkAATTfunktronics.ca
- Update to 1.1.2:
* removed \"from .
import\" as we have to support Python <= 2.4
- 1.1.1:
* minor fix for failing build under Python 3
* updated test of dirq.Queue.touch()
Tue Mar 13 13:00:00 2012 jfunkAATTfunktronics.ca
- Update to 1.1.0:
* [Massimo Paladin] added QueueNull which is kind of a black hole
* Fixed a bug with providing umask to QueueBase constructor
Thu Jan 12 13:00:00 2012 jfunkAATTfunktronics.ca
- Update to 1.0.1:
* Updated documentation and unified versioning.
- Version 1.0.0:
* After more testing and followed fixes promoted to version 1.0.0
- Version 0.1.0:
* Updated the interface and overall implementation to comply with the
changes in original Perl Directory::Queue implementation as of version 1.2
+ Added the touch() method
+ Improved the speed of the purge() method for large queues
+ NB! Although, it\'s possible to provide schema as in Directory::Queue
with \'
*\' to request returning of data by reference this is not actually
relevant in case of Python.
+ Support for Windows.
+ Some modification to private methods.
* Added unit tests.
Fri Jul 16 14:00:00 2010 jfunkAATTfunktronics.ca
- Initial release