Changelog for
python3-dirq-doc-1.6.1-1.89.noarch.rpm :
Fri Jan 16 13:00:00 2015 arunAATTgmx.de
- specfile: update source url to point to pypi
- update to version 1.6.1:
* [lc] fixed packaging problem (missing test files)
- changes from version 1.6:
* [lc] fixed several bugs related to the use of umask
* [lc] cleanup the tests
* [lc] fixed another race condition in dirq.QueueSimple.purge()
- changes from version 1.5:
* [lc] fixed a race condition in dirq.QueueSimple.purge()
Sat Jan 10 13:00:00 2015 arunAATTgmx.de
- specfile:
* update copyright year
* remove ifs for opensuse version <=1220
Wed Oct 23 14:00:00 2013 toddrme2178AATTgmail.com
- Add BuildRequires: python3-2o3 for openSUSE 12.2
Fri Sep 27 14:00:00 2013 p.drouandAATTgmail.com
- Initial python3 support
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