File tree Expand file tree Collapse file tree 5 files changed +14
-3
lines changed
Expand file tree Collapse file tree 5 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 55* dsc
66* Alex Ezell
77* Michael Russo
8+ * Whit Morris
89
910Inspired by Resque, by Chris Wanstrath
Original file line number Diff line number Diff line change 1+ ## 0.9.1 (2010-10-15)
2+ * fixing issues #45 , #46 .
3+ * #45 - resweb not working in chrome
4+ * #46 - delayed_queue_schedule_size() returns incorrect value
5+ * updated version requirement for redis-py
6+ * added Failure docs from Alex._
7+
8+ ## 0.9 (2010-08-05)
9+ * added better logging to the project
10+
111## 0.8 (2010-04-24)
212* added the pyres_manager and the horde module. This allows a more prefork like model for processing jobs.
313* setproctitle usage. Allows better process titles when viewing via ps
Original file line number Diff line number Diff line change 1- __version__ = '0.9'
1+ __version__ = '0.9.1 '
22
33from redis import Redis
44import pyres .json_parser as json
Original file line number Diff line number Diff line change 11simplejson == 2.0.9
22itty == 0.6.2
3- redis = =1.34.1
3+ redis > =1.34.1
44pystache == 0.1.0
55setproctitle == 1.0
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
3- version = '0.9'
3+ version = '0.9.1 '
44setup (
55 name = 'pyres' ,
66 version = version ,
You can’t perform that action at this time.
0 commit comments