File python-dirq.changes of Package python-dirq
-------------------------------------------------------------------
Fri Sep 27 12:29:07 UTC 2013 - p.drouand@gmail.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 13:32:22 UTC 2012 - saschpe@suse.de
- Update to version 1.2.2:
+ fixed race condition in QueueSimple.lock()
-------------------------------------------------------------------
Thu May 17 23:51:20 UTC 2012 - jfunk@funktronics.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 17:33:44 UTC 2012 - jfunk@funktronics.ca
- Update to 1.1.2:
* removed "from .<module> 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 19:31:00 UTC 2012 - jfunk@funktronics.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 18:34:39 UTC 2012 - jfunk@funktronics.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 18:05:46 UTC 2010 - jfunk@funktronics.ca
- Initial release