{ "info": { "author": "John Carr", "author_email": "john.carr@isotoma.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX" ], "description": "Introduction\n============\n\nThis package provides 2 recipes for helping you manage your buildbot master and slave.\nWe purposefully do not provide machinery for generating project configuration.\n\nCreating and managing your master\n=================================\n\nTo create a buildbot master, add something like this to your buildout.cfg::\n\n [buildbot]\n recipe = isotoma.recipe.buildbot\n cfgfile = path/to/master.cfg\n config = \n \"PORT_WEB\": \"8080\",\n\ncfgfile is a normal buildbot master config, but it has a config object in its global namespace\nthat contains the buildout managed properties set under config.\n\nThis recipe will also create a wrapper for starting, stopping, reconfiguring and\nchecking the configuration of the master. It will be in your buildout's bin directory and have\nthe same name as your part.\n\nFor buildbot 0.8.0+ installations, the recipe will create and perform migrations on your database.\n\nMandatory Parameters\n--------------------\n\ncfgfile\n Path to a buildbot configuration file. BuildMasterConfig will already be defined, so dont redeclare it.\n\nconfig\n A list of buildout managed settings that are passed to the buildbot master configuration\n\nOptional Parameters\n-------------------\n\neggs\n Any eggs that are needed for the buildbot to function. These are eggs to support your buildbot, as opposed to eggs to support the code buildbot is running for you.\n\ndburl\n A buildbot DBSpec for connecting to your buildbot database. Default is sqlite in var directory. See buildbot manual for help setting this.\n\nCreating slaves\n===============\n\nTo create a buildbot master, add something like this to your buildout cfg::\n\n [bb-slave-1]\n recipe = isotoma.recipe.buildbot:slave\n basedir = ${buildout:directory}/bb-slave-1\n master-host = 10.0.2.2\n master-port = 8082\n username = blah\n password = blah\n\nThis will add a slave to the bb-slave-1 directory and add a bb-slave-1 start/stop script to the bin directory.\n\nMandatory Parameters\n--------------------\n\nbasedir\n Where the slave will be created and where it stores its temporary data\n\nmaster-host\n The IP or hostname that a slave should connect to\n\nmaster-port\n The port the slave should connect to\n\nusername\n A valid slave username on the master server to connect with\n\npassword\n A valid slave password on the master server to connect with\n\n\nChangelog\n=========\n\n0.0.33 (2012-06-11)\n-------------------\n\n- And of course, brown paper bag\n\n\n0.0.32 (2012-06-11)\n-------------------\n\n- SIGUSR1 will become \"graceful shutdown\", so use SIGUSR2 for log rotation\n- Add logrotate and graceful-shutdown helpers to wrapper script\n\n\n0.0.31 (2012-06-06)\n-------------------\n\n- Nothing changed yet.\n\n\n0.0.30 (2012-05-21)\n-------------------\n\n- Nothing changed yet.\n\n\n0.0.29 (2012-05-07)\n-------------------\n\n- Support buildbot 0.8.7 (pre)\n\n\n0.0.28 (2012-04-12)\n-------------------\n\n- Support buildbot 0.8.6\n\n\n0.0.27 (2011-10-04)\n-------------------\n\n- Fix slave umask after twistd clobbers it", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "buildout buildbot template", "license": "Apache Software License", "maintainer": null, "maintainer_email": null, "name": "isotoma.recipe.buildbot", "package_url": "https://pypi.org/project/isotoma.recipe.buildbot/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/isotoma.recipe.buildbot/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/isotoma.recipe.buildbot/0.0.33/", "requires_dist": null, "requires_python": null, "summary": "A recipe to help setup a buildbot master and slaves", "version": "0.0.33" }, "last_serial": 793475, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "2099eb42037349c7d6463ba05da9f03d", "sha256": "4a5f30c741a197855a3f4d40106e9b1141e6f2087c753ec7a0d936214fa7e3a6" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.0.tar.gz", "has_sig": false, "md5_digest": "2099eb42037349c7d6463ba05da9f03d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5733, "upload_time": "2010-05-27T17:04:14", "url": "https://files.pythonhosted.org/packages/ce/89/340c7e18a4a7485d79474fbc251dfd550f1cee6e5c834d54f0aeaab3bcc7/isotoma.recipe.buildbot-0.0.0.tar.gz" } ], "0.0.1": [ { "comment_text": "", "digests": { "md5": "a49ce034cef5845639da6ba0c369ea55", "sha256": "f1e6f0bc849ec45a69efb1965432694f44f107751e431d49fdf86c5153bce313" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a49ce034cef5845639da6ba0c369ea55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5720, "upload_time": "2010-06-01T00:34:25", "url": "https://files.pythonhosted.org/packages/24/bf/d506c69a54914b6ba098f44d2aa4d63039c6f22d4b3395929733c6c57557/isotoma.recipe.buildbot-0.0.1.tar.gz" } ], "0.0.10": [ { "comment_text": "", "digests": { "md5": "57b5c7da7ece937d4304a7448ff8745b", "sha256": "bf616cdd01bcf75c41e74095d1bdc23ee67f9004fd35b6645908ad20756a0ff7" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.10.tar.gz", "has_sig": false, "md5_digest": "57b5c7da7ece937d4304a7448ff8745b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6735, "upload_time": "2010-07-27T01:33:56", "url": "https://files.pythonhosted.org/packages/2c/f6/a11ea5ef7fb882d11b909f69d8d42c0ffddbe6df64d14fac7b8f725b92c7/isotoma.recipe.buildbot-0.0.10.tar.gz" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "8855427d71b99ba04f0e4aa1ddabe3e8", "sha256": "2247d998ec7751912a39403dcdd87b7659be924fb88d28b4fdb670d91f78e864" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.11.tar.gz", "has_sig": false, "md5_digest": "8855427d71b99ba04f0e4aa1ddabe3e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6797, "upload_time": "2010-07-28T14:08:54", "url": "https://files.pythonhosted.org/packages/cd/6b/0a908aed55af8791a8805563c406b7886637b03a22b523c7e27995bad535/isotoma.recipe.buildbot-0.0.11.tar.gz" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "1eef7879b821f149bfbbf4a95e03fcd8", "sha256": "d9369bfeaff8e3a2bf84cccd513a14b1190edb1149a0360547101e5a311f1e61" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.12.tar.gz", "has_sig": false, "md5_digest": "1eef7879b821f149bfbbf4a95e03fcd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6780, "upload_time": "2010-07-28T14:38:09", "url": "https://files.pythonhosted.org/packages/68/d9/0e803f0f291f2b9ba299a0265be2f93342a48b22d1461fe0b12682838ddc/isotoma.recipe.buildbot-0.0.12.tar.gz" } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "d123e5b1623042e10596320a260efc94", "sha256": "57f030d14216e53b2c3f86c9e28b80e9d23360a2cb330abe72bbd5bc292c00c0" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.13.tar.gz", "has_sig": false, "md5_digest": "d123e5b1623042e10596320a260efc94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6822, "upload_time": "2010-07-31T19:46:41", "url": "https://files.pythonhosted.org/packages/45/de/3d51416e73a612c464806bbfceca3cb40223af0506e7d8e5ce4785cb0afc/isotoma.recipe.buildbot-0.0.13.tar.gz" } ], "0.0.14": [ { "comment_text": "", "digests": { "md5": "8fcb6b75cea64144935de4a64c8d2a06", "sha256": "1e661631d21af1871bbd6447ce261b4d281aaaa949d650ca43112c0143178bf6" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.14.tar.gz", "has_sig": false, "md5_digest": "8fcb6b75cea64144935de4a64c8d2a06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6869, "upload_time": "2010-08-08T19:17:19", "url": "https://files.pythonhosted.org/packages/d5/f4/b53291a5a7eda8529f73dba40a24b0269267f01180e0505059ae436fd58e/isotoma.recipe.buildbot-0.0.14.tar.gz" } ], "0.0.15": [ { "comment_text": "", "digests": { "md5": "3596d501e711a314e7ab2b2cadc3612c", "sha256": "35b56f92532e06ac39131a033d0400e0bccb35cfe1421f8666b0344c790fcdac" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.15.tar.gz", "has_sig": false, "md5_digest": "3596d501e711a314e7ab2b2cadc3612c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6878, "upload_time": "2010-08-08T19:23:18", "url": "https://files.pythonhosted.org/packages/45/be/e7af0989357a8142b245652a2d593bd4e9b6d2c2dfef9f6a6e6a3aae6794/isotoma.recipe.buildbot-0.0.15.tar.gz" } ], "0.0.16": [ { "comment_text": "", "digests": { "md5": "6cfac114d1e871027ceda63f822d8d1b", "sha256": "bcfaaa99132af82c2ac6d01d15f60c1c5640af2ba0a3c2c1a84ef077f7bcc5e1" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.16.tar.gz", "has_sig": false, "md5_digest": "6cfac114d1e871027ceda63f822d8d1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6905, "upload_time": "2010-08-08T21:10:34", "url": "https://files.pythonhosted.org/packages/76/b5/4ca950e81a7511313d5a109d0c29a01dee9ea5ddfab6f93e256a374bc82f/isotoma.recipe.buildbot-0.0.16.tar.gz" } ], "0.0.17": [ { "comment_text": "", "digests": { "md5": "b5312905b5e7656ea256519fd6620f76", "sha256": "f3a5485925384273ac9305e54597ed1a2aa94978d54bfaa17aff523a279e6e24" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.17.tar.gz", "has_sig": false, "md5_digest": "b5312905b5e7656ea256519fd6620f76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6929, "upload_time": "2010-08-25T22:22:47", "url": "https://files.pythonhosted.org/packages/f3/48/835a70dc66a60d736adc56719d29f63bec9a60d514e9022ab2bb33c896dc/isotoma.recipe.buildbot-0.0.17.tar.gz" } ], "0.0.18": [ { "comment_text": "", "digests": { "md5": "fcf1a88cab6c79b913b8dbdd578f56c3", "sha256": "50937dca9413ce8f8bb7664c3e3e2ee42e3d83977c2839bfc274bed3f573cfc1" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.18.tar.gz", "has_sig": false, "md5_digest": "fcf1a88cab6c79b913b8dbdd578f56c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6944, "upload_time": "2010-08-25T23:08:45", "url": "https://files.pythonhosted.org/packages/a1/fd/2eb25c9316121e2c453a50059e7111ac6ef129754eaa3865882a41d504f6/isotoma.recipe.buildbot-0.0.18.tar.gz" } ], "0.0.19": [ { "comment_text": "", "digests": { "md5": "867669aa36bb187c8ade345295bf7d0d", "sha256": "bd35fd16e9501ce33062199bd71b614605e390d3d0e26c448e837dc5d6f76b94" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.19.tar.gz", "has_sig": false, "md5_digest": "867669aa36bb187c8ade345295bf7d0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6961, "upload_time": "2010-08-30T18:08:51", "url": "https://files.pythonhosted.org/packages/81/d4/54657d566c4c511d888b790c15810ca713da97bfb73ec90cb055007801d8/isotoma.recipe.buildbot-0.0.19.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "c3bb16310ca2903813b416876a6c4ccc", "sha256": "1f87a4efd0714648b7e0d333888ea4d7beb2cf45044d9863334f4a76350168f3" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c3bb16310ca2903813b416876a6c4ccc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5721, "upload_time": "2010-06-01T00:41:20", "url": "https://files.pythonhosted.org/packages/b0/dd/1483a9bc3ea690bce59cf53c1beb191d808d692b2befb8b2abc0fee04e22/isotoma.recipe.buildbot-0.0.2.tar.gz" } ], "0.0.20": [ { "comment_text": "", "digests": { "md5": "ac322e83ee4d507f394f23a78a71a3eb", "sha256": "f0060152759e5f2b409daa0c90ad0763d0d93e837dcdfd634b2bc3e383ff3029" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.20.tar.gz", "has_sig": false, "md5_digest": "ac322e83ee4d507f394f23a78a71a3eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7390, "upload_time": "2010-10-15T20:53:35", "url": "https://files.pythonhosted.org/packages/eb/a3/59a167c4ab8cd381ac9db24f711fb51b2ef4e9b32144f83c17d84023b8a3/isotoma.recipe.buildbot-0.0.20.tar.gz" } ], "0.0.21": [ { "comment_text": "", "digests": { "md5": "48682afc8931ab2df18fd958e9eaaebb", "sha256": "0127d8fa056f90141e0fa2856e4ad0c9fccdb91fb7c6974b9359d707e40ea65d" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.21.tar.gz", "has_sig": false, "md5_digest": "48682afc8931ab2df18fd958e9eaaebb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7390, "upload_time": "2010-10-15T21:10:16", "url": "https://files.pythonhosted.org/packages/3d/c7/7a39f1a13c32d39340c6f5cb086bd206175dfec8f16cebd447e59e726489/isotoma.recipe.buildbot-0.0.21.tar.gz" } ], "0.0.22": [ { "comment_text": "", "digests": { "md5": "974110f3afdea8848b4495799343102e", "sha256": "03cd477b31fbc2e8a63a3aab7eca019ccdff6c038b1762628ae5b1f6b2ec2fab" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.22.zip", "has_sig": false, "md5_digest": "974110f3afdea8848b4495799343102e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14505, "upload_time": "2010-12-20T18:53:24", "url": "https://files.pythonhosted.org/packages/c1/ae/f78a5514562f47ec65ead47b65f7982be17fd3f8defde8785cfbc61522a2/isotoma.recipe.buildbot-0.0.22.zip" } ], "0.0.23": [ { "comment_text": "", "digests": { "md5": "dd0844cb3ac73cba3fd55ee951871ea4", "sha256": "91cca13c820eab388b1072108ec76a62e6918e20b567b761903fcfd393daa64a" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.23.zip", "has_sig": false, "md5_digest": "dd0844cb3ac73cba3fd55ee951871ea4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14545, "upload_time": "2011-01-20T19:06:22", "url": "https://files.pythonhosted.org/packages/31/d8/b8669581a46b3f42ddad156934c16d0c607524a77a9c613be778eab09388/isotoma.recipe.buildbot-0.0.23.zip" } ], "0.0.24": [ { "comment_text": "", "digests": { "md5": "d9e3e3561b6e55ff746baceae56edd4d", "sha256": "a220bd483ee6becb40d2173cd0a9640833fc7b64efc022a82b8be0c7964e2071" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.24.tar.gz", "has_sig": false, "md5_digest": "d9e3e3561b6e55ff746baceae56edd4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7383, "upload_time": "2011-05-06T15:12:03", "url": "https://files.pythonhosted.org/packages/d8/35/548ef375bb408b7a16fd3a7b288417d4a7010424fdbf3feac7c9a13de1e7/isotoma.recipe.buildbot-0.0.24.tar.gz" } ], "0.0.25": [ { "comment_text": "", "digests": { "md5": "5397c60cf9ccb2f4d5436559cda23911", "sha256": "8928957dee538e03935585025ee8db3e27968c264e7b682dcafe01ec60b856ec" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.25.tar.gz", "has_sig": false, "md5_digest": "5397c60cf9ccb2f4d5436559cda23911", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7418, "upload_time": "2011-05-06T15:17:03", "url": "https://files.pythonhosted.org/packages/fc/cc/0ce826ca7b49fd2bd4feb131f02ee953c666df15a1fbbc309e60b7259f1b/isotoma.recipe.buildbot-0.0.25.tar.gz" } ], "0.0.26": [ { "comment_text": "", "digests": { "md5": "2657c2765318edfa3e9cf42aeb225c57", "sha256": "8ed2044f73a8b211b8d5b9b5c7f8c7a00e58c1c85e2c54cf171a4bd815283bf5" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.26.tar.gz", "has_sig": false, "md5_digest": "2657c2765318edfa3e9cf42aeb225c57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7486, "upload_time": "2011-07-26T23:07:50", "url": "https://files.pythonhosted.org/packages/43/fe/9168e45ffe7ee55f8f5d1f8f17355a67694366ce7b14569bda1ca9c8eec8/isotoma.recipe.buildbot-0.0.26.tar.gz" } ], "0.0.27": [ { "comment_text": "", "digests": { "md5": "e1b6bdf3610067b51dd0defec789ac9f", "sha256": "0c573bf293922b964942aaaf9c45941acdc57071e241a4b6e8e65b36578e35e4" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.27.zip", "has_sig": false, "md5_digest": "e1b6bdf3610067b51dd0defec789ac9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14864, "upload_time": "2011-10-04T19:24:48", "url": "https://files.pythonhosted.org/packages/20/ad/44e75e0b398db90567115ed5900ebe9421ad11b3cc6c41d666b0da3bab65/isotoma.recipe.buildbot-0.0.27.zip" } ], "0.0.28": [ { "comment_text": "", "digests": { "md5": "fa719dd82359d166a4de11304408898c", "sha256": "035b75835408b6d58c54a5c07081becce0bd195995ea5f1ca0cdf38bc07feee4" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.28.tar.gz", "has_sig": false, "md5_digest": "fa719dd82359d166a4de11304408898c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8617, "upload_time": "2012-04-13T00:38:27", "url": "https://files.pythonhosted.org/packages/90/73/a62e9ad34aca8db40321b0dbc9af0ead4d4fad02e8ee1c6b8ab6ea73d379/isotoma.recipe.buildbot-0.0.28.tar.gz" } ], "0.0.29": [ { "comment_text": "", "digests": { "md5": "bdfbbc8175d31c1bb1bd84be891f3c46", "sha256": "7aeff66e4d1f60e51234759c8b62195ab9521a7ce749705e831c9445a9c3fc6a" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.29.tar.gz", "has_sig": false, "md5_digest": "bdfbbc8175d31c1bb1bd84be891f3c46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7967, "upload_time": "2012-05-07T18:40:12", "url": "https://files.pythonhosted.org/packages/5c/c9/bff3cc2ad02a0bec73721caf5db2c6a85c347d8a71c5accffc13328822f9/isotoma.recipe.buildbot-0.0.29.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "79a59d90330aa9da14f3f5e9175f623e", "sha256": "d5167503c8e0e07e30a6ed76b15c6a42f4cd14f43a754c7113b3122f5b4691cc" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.3.tar.gz", "has_sig": false, "md5_digest": "79a59d90330aa9da14f3f5e9175f623e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5753, "upload_time": "2010-06-10T00:54:02", "url": "https://files.pythonhosted.org/packages/54/09/a4f12d35e1cafe3d50e88f933f09f3972dc08495536c266f72a71e5661cc/isotoma.recipe.buildbot-0.0.3.tar.gz" } ], "0.0.33": [ { "comment_text": "", "digests": { "md5": "6ae959efe4282fd7d09feee20820832f", "sha256": "fc7913859bdded332792351e03e3a3afea92fd36b7901e623d86e74a1b8d6a1c" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.33.zip", "has_sig": false, "md5_digest": "6ae959efe4282fd7d09feee20820832f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16036, "upload_time": "2013-06-04T16:07:45", "url": "https://files.pythonhosted.org/packages/d2/3b/d07ec1a950b29fcfebcc32f2b552b2edf7c7187182454eca5b20f6508510/isotoma.recipe.buildbot-0.0.33.zip" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "1487d5c2fd5c994c35e52de1692acfce", "sha256": "4e631a9f73885407851d464b5d7cd7528d3a809f7e04d8146d968e65d64ffa4b" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.4.tar.gz", "has_sig": false, "md5_digest": "1487d5c2fd5c994c35e52de1692acfce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5758, "upload_time": "2010-06-10T00:59:39", "url": "https://files.pythonhosted.org/packages/b2/f0/bc38c38d1665e6c4ea8b19066731d109a8e158fb98a03b5ed970db1b6113/isotoma.recipe.buildbot-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "67594619ab5c08768cc3f7ffccd069f6", "sha256": "81165228135e932a3bbb632e08b82810f41575c1f37b72aa39feb883126abc84" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.5.tar.gz", "has_sig": false, "md5_digest": "67594619ab5c08768cc3f7ffccd069f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5849, "upload_time": "2010-06-21T23:59:26", "url": "https://files.pythonhosted.org/packages/3d/a6/36aa60a1d1bee89f05e355f8d943d840868dab7c258b7ec82a8df63dbb4c/isotoma.recipe.buildbot-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "0967e918a99ca98cc656e973df257216", "sha256": "67d0e62183af5d365d3d4651156f274f0b16551c15c43a22c6979219a0b2a637" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.6.tar.gz", "has_sig": false, "md5_digest": "0967e918a99ca98cc656e973df257216", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6372, "upload_time": "2010-07-20T12:24:33", "url": "https://files.pythonhosted.org/packages/d0/11/552c467ece62ca514ae26021ceb6389c383c9d30bcde5f96807116326a63/isotoma.recipe.buildbot-0.0.6.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "17ef1223833bb7fdfe66e04cbb4e5a51", "sha256": "7892d9cbfe1fa238974ba051599c267361984abe5042fdb01fdf3e07e60e53a5" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.8.tar.gz", "has_sig": false, "md5_digest": "17ef1223833bb7fdfe66e04cbb4e5a51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6432, "upload_time": "2010-07-26T16:50:00", "url": "https://files.pythonhosted.org/packages/7a/2b/6fd24a63be9385f2eb744feb38dfe15813b60bbd078af48f0164a0625aba/isotoma.recipe.buildbot-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "8385ce3fe463cd263bf91eb8c27b270e", "sha256": "3a92ad8e59f20cd2c329e8fdc6480ce3cf15f39931ffba03d695d8930a093b7f" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.9.tar.gz", "has_sig": false, "md5_digest": "8385ce3fe463cd263bf91eb8c27b270e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6732, "upload_time": "2010-07-26T18:14:16", "url": "https://files.pythonhosted.org/packages/c2/11/2549f1117ce92729c9f6ce712a1901de7e14836b5f6635cfa956002bee0a/isotoma.recipe.buildbot-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6ae959efe4282fd7d09feee20820832f", "sha256": "fc7913859bdded332792351e03e3a3afea92fd36b7901e623d86e74a1b8d6a1c" }, "downloads": -1, "filename": "isotoma.recipe.buildbot-0.0.33.zip", "has_sig": false, "md5_digest": "6ae959efe4282fd7d09feee20820832f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16036, "upload_time": "2013-06-04T16:07:45", "url": "https://files.pythonhosted.org/packages/d2/3b/d07ec1a950b29fcfebcc32f2b552b2edf7c7187182454eca5b20f6508510/isotoma.recipe.buildbot-0.0.33.zip" } ] }