{ "info": { "author": "Brian Warner", "author_email": "warner-buildbot@lothar.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: No Input/Output (Daemon)", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Testing" ], "description": "Buildbot: The Continuous Integration Framework\n==============================================\n\n:Site: https://buildbot.net\n:Original author: Brian Warner \n:Current maintainer: `The Botherders `_.\n\n.. contents::\n :local:\n\nBuildbot is an open-source continuous integration framework for automating software build, test, and release processes.\n\n* Buildbot is easy to set up, but very extensible and customizable.\n It supports arbitrary build processes, and is not limited to common build processes for particular languages (e.g., autotools or ant)\n* Buildbot supports building and testing on a variety of platforms.\n Developers, who do not have the facilities to test their changes everywhere before committing, will know shortly afterwards whether they have broken the build or not.\n* Buildbot allows to track various metrics (warning counts, lint checks, image size, compile time, etc) over time.\n* Buildbot has minimal requirements for workers: using virtualenv, only a Python installation is required.\n* Workers can be run behind a NAT firewall and communicate with the master.\n* Buildbot has a variety of status-reporting tools to get information about builds in front of developers in a timely manner.\n\nDocumentation\n-------------\n\nSee https://docs.buildbot.net/current/ for documentation of the current version of Buildbot.\n\nDocker container\n----------------\nBuildbot comes with a ready to use docker container available at buildbot/buildbot-master\nFollowing environment variables are supported for configuration:\n\n* ``BUILDBOT_CONFIG_URL``: http url to a config tarball.\n The tarball must be in the .tar.gz format.\n The tarball must contain a directory, which will contain a master.cfg file in it.\n The tarball may contain a twisted.tac file in it, which can be used to configure the twisted logging system (e.g to log in logstash instead of the default stdout).\n The tarball will be extracted in a directory named ``$BUILDBOT_CONFIG_DIR`` in the master directory, and can contain additional python module that the master.cfg can load.\n If ``BUILDBOT_CONFIG_URL`` does not end with .tar.gz, it is considered to be an URL to the direct ``master.cfg``\n\n* ``BUILDBOT_CONFIG_DIR`` directory where to extract the config tarball within the master directory.\n It is important so that you can do relative imports in your master.cfg like it is done in the metabbotcfg (https://github.com/buildbot/metabbotcfg)\n\n\nRequirements\n------------\n\nSee https://docs.buildbot.net/current/manual/installation/index.html\n\nBriefly: python, Twisted, Jinja2, simplejson, and SQLite.\nSimplejson and SQLite are included with recent versions of Python.\n\nContributing\n-------------\n\nPlease send your patches to https://github.com/buildbot/buildbot/\n\nSupport\n-------\n\nPlease send questions, file bugs, etc, on the Buildbot Github project https://github.com/buildbot/buildbot/issues.\nAlternatively, write to the buildbot-devel mailing list reachable through https://buildbot.net/.\n\nCopying\n-------\n\nBuildbot is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\nSee the GNU General Public License for more details.\n\nFor full details, please see the file named COPYING in the top directory of the source tree.\nYou should have received a copy of the GNU General Public License along with this program.\nIf not, see .\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://buildbot.net/", "keywords": "", "license": "", "maintainer": "Dustin J. Mitchell", "maintainer_email": "dustin@v.igoro.us", "name": "buildbot", "package_url": "https://pypi.org/project/buildbot/", "platform": "", "project_url": "https://pypi.org/project/buildbot/", "project_urls": { "Homepage": "http://buildbot.net/" }, "release_url": "https://pypi.org/project/buildbot/2.5.0/", "requires_dist": [ "setuptools (>=8.0)", "Twisted (>=17.9.0)", "Jinja2 (>=2.1)", "zope.interface (>=4.1.1)", "sqlalchemy (>=1.1.0)", "sqlalchemy-migrate (>=0.9)", "python-dateutil (>=1.5)", "txaio (>=2.2.2)", "autobahn (>=0.16.0)", "PyJWT", "pyyaml", "buildbot-www (==2.5.0) ; extra == 'bundle'", "buildbot-worker (==2.5.0) ; extra == 'bundle'", "buildbot-waterfall-view (==2.5.0) ; extra == 'bundle'", "buildbot-console-view (==2.5.0) ; extra == 'bundle'", "buildbot-grid-view (==2.5.0) ; extra == 'bundle'", "docutils (<0.13.0) ; extra == 'docs'", "sphinx (<2.1.0,>1.4.0) ; extra == 'docs'", "sphinxcontrib-blockdiag ; extra == 'docs'", "sphinxcontrib-spelling ; extra == 'docs'", "pyenchant ; extra == 'docs'", "docutils (>=0.8) ; extra == 'docs'", "sphinx-jinja ; extra == 'docs'", "towncrier ; extra == 'docs'", "setuptools-trial ; extra == 'test'", "isort ; extra == 'test'", "pylint (<1.7.0) ; extra == 'test'", "pyenchant ; extra == 'test'", "flake8 (~=2.6.0) ; extra == 'test'", "treq ; extra == 'test'", "txrequests ; extra == 'test'", "pyjade ; extra == 'test'", "boto3 ; extra == 'test'", "moto ; extra == 'test'", "mock (>=2.0.0) ; extra == 'test'", "lz4 ; extra == 'test'", "Twisted[tls] (>=17.9.0) ; extra == 'tls'", "pyopenssl (>=16.0.0) ; extra == 'tls'", "service-identity ; extra == 'tls'", "idna (>=0.6) ; extra == 'tls'" ], "requires_python": "", "summary": "The Continuous Integration Framework", "version": "2.5.0" }, "last_serial": 5989443, "releases": { "0.7.10": [ { "comment_text": "", "digests": { "md5": "3a51f6ba8a852382863d1940cef89a46", "sha256": "003d2ccabdc0453820d77966f2584a5fd55922d22ef080e5a73226db9c6cc111" }, "downloads": -1, "filename": "buildbot-0.7.10.tar.gz", "has_sig": false, "md5_digest": "3a51f6ba8a852382863d1940cef89a46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1110672, "upload_time": "2009-02-26T19:03:54", "url": "https://files.pythonhosted.org/packages/51/13/c29547d7ce18229cfe1e47b62e99771e4a719731419f15125cc83a48b37e/buildbot-0.7.10.tar.gz" }, { "comment_text": "", "digests": { "md5": "33946b82706e8b65a1f8dab2de7ab9bf", "sha256": "81a9b2ffb602f1564a20fbfb3924a4aaec1653a2b90329d396bf8d355f99cbcb" }, "downloads": -1, "filename": "buildbot-0.7.10.zip", "has_sig": false, "md5_digest": "33946b82706e8b65a1f8dab2de7ab9bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1199551, "upload_time": "2009-02-26T19:03:59", "url": "https://files.pythonhosted.org/packages/60/d5/3f4478aaeafeac657461cc461f2c876e8ac61c13bb6795a45a04fbd0f676/buildbot-0.7.10.zip" } ], "0.7.10p1": [ { "comment_text": "", "digests": { "md5": "38475c54ff26ab4028cfd371b3f76c1f", "sha256": "c3443194b341d44f3cca1a092690eaeb559b4b9b17769fcf1cce1df8d3a2ac71" }, "downloads": -1, "filename": "buildbot-0.7.10p1.tar.gz", "has_sig": false, "md5_digest": "38475c54ff26ab4028cfd371b3f76c1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1113464, "upload_time": "2009-03-03T02:04:45", "url": "https://files.pythonhosted.org/packages/c3/63/6758251a2c7631afa25d12430315bda83b39500799ea9c8c934f35552e08/buildbot-0.7.10p1.tar.gz" }, { "comment_text": "", "digests": { "md5": "51f744937d65635810aa6496eb2bf078", "sha256": "0413ca5f33868bada25d9ec5780d7d8886a09e402060a61dd3a4ec0e41fe8513" }, "downloads": -1, "filename": "buildbot-0.7.10p1.zip", "has_sig": false, "md5_digest": "51f744937d65635810aa6496eb2bf078", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1205291, "upload_time": "2009-03-03T02:04:50", "url": "https://files.pythonhosted.org/packages/2d/a6/cb85e3b26d2acad025297da5003778fb0bc609b6533729d6c19be46b5451/buildbot-0.7.10p1.zip" } ], "0.7.11": [ { "comment_text": "", "digests": { "md5": "7128471f497c41b626fa59fe85a090cd", "sha256": "f2cbc166abd93c32b78c1a5de1d098b0889fd28dbedb852c5f970aef9756966b" }, "downloads": -1, "filename": "buildbot-0.7.11.tar.gz", "has_sig": false, "md5_digest": "7128471f497c41b626fa59fe85a090cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1031317, "upload_time": "2009-07-11T05:04:41", "url": "https://files.pythonhosted.org/packages/ab/b2/54fe32fd1af5c32fac9c113330a1289a3d58fdd81f39c472da818a9abda0/buildbot-0.7.11.tar.gz" }, { "comment_text": "", "digests": { "md5": "b88fa2f574d3882d634650649cab71fb", "sha256": "e0901ad9c3c9b30b4fd3c42e693b481f92a155dd46a8fe8c9d1cc329db1495ac" }, "downloads": -1, "filename": "buildbot-0.7.11.zip", "has_sig": false, "md5_digest": "b88fa2f574d3882d634650649cab71fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1126466, "upload_time": "2009-07-11T05:04:45", "url": "https://files.pythonhosted.org/packages/b9/47/66395f7da2d51cce4c9fb3f271a731d545fd320a25fddc21e634f1cc6afc/buildbot-0.7.11.zip" } ], "0.7.11p1": [ { "comment_text": "", "digests": { "md5": "2f83cd6562f0288ec4f4d77027f3090f", "sha256": "78886c274e7bf207013362efbdf5f45cb0b09bc0f5ada410b717886a767660b2" }, "downloads": -1, "filename": "buildbot-0.7.11p1.tar.gz", "has_sig": false, "md5_digest": "2f83cd6562f0288ec4f4d77027f3090f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1031420, "upload_time": "2009-07-16T16:02:32", "url": "https://files.pythonhosted.org/packages/bc/b7/8e7c543f0dfafd2f8794613a56f2a414084a8d7a61aa11f06a8b2c58697e/buildbot-0.7.11p1.tar.gz" }, { "comment_text": "", "digests": { "md5": "7d5e5d52190e648145212220782cb3a1", "sha256": "a8b08b41ecbd3230eb388a58e86f24eb24d60fc11b0ed55537f66223dbc6e19c" }, "downloads": -1, "filename": "buildbot-0.7.11p1.zip", "has_sig": false, "md5_digest": "7d5e5d52190e648145212220782cb3a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1127463, "upload_time": "2009-07-16T16:02:35", "url": "https://files.pythonhosted.org/packages/73/4f/3461825fb30e45ccc95fb5f9151559531e01ff95a05f70ff38fb358ae8c4/buildbot-0.7.11p1.zip" } ], "0.7.11p2": [ { "comment_text": "", "digests": { "md5": "eda5b9649d4c079cf835d885965dbafd", "sha256": "61c1cee8320f177497c239374553ce1404c8b8352020bbdf31e5e3ba55ebe0e2" }, "downloads": -1, "filename": "buildbot-0.7.11p2.tar.gz", "has_sig": false, "md5_digest": "eda5b9649d4c079cf835d885965dbafd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1019554, "upload_time": "2009-08-12T21:09:27", "url": "https://files.pythonhosted.org/packages/8d/e2/86adb15fae77970b8e6e6784148c2e49298456953018d6df7d886f80e163/buildbot-0.7.11p2.tar.gz" }, { "comment_text": "", "digests": { "md5": "317796bce69bc61eb225e6f088125981", "sha256": "a43a520369975ed58e0e5ec2acb857c772117967a98b91623eb79add0a09122b" }, "downloads": -1, "filename": "buildbot-0.7.11p2.zip", "has_sig": false, "md5_digest": "317796bce69bc61eb225e6f088125981", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1118528, "upload_time": "2009-08-12T21:09:30", "url": "https://files.pythonhosted.org/packages/21/15/7f822fca31466a342809cdb3241757d489c46a5f3a28d3a9b5163144fc34/buildbot-0.7.11p2.zip" } ], "0.7.11p3": [ { "comment_text": "", "digests": { "md5": "6e4ef001d11caf270e2ed7d1d7d43318", "sha256": "5bc20a29e761c3eb191c8d7b36ef10929f7c371c50dfeeec426ce3589c8ce740" }, "downloads": -1, "filename": "buildbot-0.7.11p3.tar.gz", "has_sig": false, "md5_digest": "6e4ef001d11caf270e2ed7d1d7d43318", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1019706, "upload_time": "2009-08-14T21:39:18", "url": "https://files.pythonhosted.org/packages/f3/e4/054c24827c1b56a2b0fb7c18f5e5b0586aebdf269a31c1abf256ee72ece5/buildbot-0.7.11p3.tar.gz" }, { "comment_text": "", "digests": { "md5": "dccc17e201ee1bc20e12fbaad1ffcff2", "sha256": "e11d524442be0dbf6b62e73b2ede855a5b10573b6a5cead2e05b3cef12d3138e" }, "downloads": -1, "filename": "buildbot-0.7.11p3.zip", "has_sig": false, "md5_digest": "dccc17e201ee1bc20e12fbaad1ffcff2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1118695, "upload_time": "2009-08-14T21:39:21", "url": "https://files.pythonhosted.org/packages/49/3b/2152f0b2b6f765cb798b71d7a0350acc7fce5c27ab6b319fc736305fdd3e/buildbot-0.7.11p3.zip" } ], "0.7.12": [ { "comment_text": "", "digests": { "md5": "5ba9559e2ef0d4e34a26815d95fc2d68", "sha256": "56c38c77a679f380782635ed763744ecaa2c75f8741153b561b7a2cf0577e1be" }, "downloads": -1, "filename": "buildbot-0.7.12.tar.gz", "has_sig": false, "md5_digest": "5ba9559e2ef0d4e34a26815d95fc2d68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1296550, "upload_time": "2010-01-22T04:33:10", "url": "https://files.pythonhosted.org/packages/14/79/9be757a9e6c8e69f1c78a370f31d562c356591bfa4ec95a60f6b77fdd5df/buildbot-0.7.12.tar.gz" }, { "comment_text": "", "digests": { "md5": "c637175d3a346980550e211385b5ef0e", "sha256": "1325ceedaa71f00d6eca57ffc976dd95f4f4f7b2f8d19000ebf796bd19d0283e" }, "downloads": -1, "filename": "buildbot-0.7.12.zip", "has_sig": false, "md5_digest": "c637175d3a346980550e211385b5ef0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1402304, "upload_time": "2010-01-22T04:33:37", "url": "https://files.pythonhosted.org/packages/ff/09/053b8d4dfb7c31b50ba9ab3d239e90bff017d4ca3dd8ebe68e0903b9a19c/buildbot-0.7.12.zip" } ], "0.7.3": [], "0.7.5": [], "0.7.6": [ { "comment_text": "", "digests": { "md5": "fb4e1f19e9c37fc0d9d72fed0dc94e41", "sha256": "e73afc607885133ed4a68f174fe6b43a77c4436bd0923109c5a76f415a2e1b25" }, "downloads": -1, "filename": "buildbot-0.7.6.tar.gz", "has_sig": true, "md5_digest": "fb4e1f19e9c37fc0d9d72fed0dc94e41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1070806, "upload_time": "2007-10-01T03:17:46", "url": "https://files.pythonhosted.org/packages/a2/65/1ca26e2f6ec2e015ae04905f41051b0700ab9d998467b8c3aad079639cff/buildbot-0.7.6.tar.gz" }, { "comment_text": "", "digests": { "md5": "8029bfa1139947597a45f8d23eb29554", "sha256": "9581f7e9a6c740c6dd709660a0db20053065534a94f0c879417bc6e8fa6a5031" }, "downloads": -1, "filename": "buildbot-0.7.6.zip", "has_sig": true, "md5_digest": "8029bfa1139947597a45f8d23eb29554", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1150036, "upload_time": "2007-10-01T03:18:39", "url": "https://files.pythonhosted.org/packages/6c/e1/6d40fa5a2973a4aef177e88c18fabde213bf50c5f70b03b6a33228bfc3a7/buildbot-0.7.6.zip" } ], "0.7.7": [ { "comment_text": "", "digests": { "md5": "4647a15a9d9b2db6a5b3493ac78e11d9", "sha256": "71f31925b9108a460345ab5cee975c28a28b4ce894a8877004f956617555f42c" }, "downloads": -1, "filename": "buildbot-0.7.7.tar.gz", "has_sig": true, "md5_digest": "4647a15a9d9b2db6a5b3493ac78e11d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1109613, "upload_time": "2008-03-30T03:03:24", "url": "https://files.pythonhosted.org/packages/9c/18/8a8fa106ead7c33a78ad99c4af8c4549f9881a6ffb2c292328ad3cb73dec/buildbot-0.7.7.tar.gz" }, { "comment_text": "", "digests": { "md5": "0465adc74ed9acb4f1ff3d3c36b1ca8f", "sha256": "b3f67d25f79b4ca30d6bdf520a2905c6b7d0ac8872677af38a951b19a6f1ce83" }, "downloads": -1, "filename": "buildbot-0.7.7.zip", "has_sig": true, "md5_digest": "0465adc74ed9acb4f1ff3d3c36b1ca8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1192061, "upload_time": "2008-03-30T03:04:13", "url": "https://files.pythonhosted.org/packages/c2/53/7b113c86707145979200764d8ee5fa2ace1d1947042a45a316086f1bd6e8/buildbot-0.7.7.zip" } ], "0.7.8": [ { "comment_text": "", "digests": { "md5": "22a7f9d518cc41ec75873fc5c6083f03", "sha256": "5b44963f7a3fcc2ab4ba5c7cfdff3a6ce2344cc87a4fb7ba6c41111ff49a7838" }, "downloads": -1, "filename": "buildbot-0.7.8.tar.gz", "has_sig": true, "md5_digest": "22a7f9d518cc41ec75873fc5c6083f03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1141646, "upload_time": "2008-07-24T23:59:09", "url": "https://files.pythonhosted.org/packages/07/0b/b21b8d28ddcc06a2475635d8213337aa94db47b8d2cdecdba78be8470ce8/buildbot-0.7.8.tar.gz" }, { "comment_text": "", "digests": { "md5": "82af1d3641aa9ee1aa20a6864f8a0c0e", "sha256": "04ca422e342a5edfc720c87047b385f91455f360550d8e0a43e2a3787e3d1a16" }, "downloads": -1, "filename": "buildbot-0.7.8.zip", "has_sig": true, "md5_digest": "82af1d3641aa9ee1aa20a6864f8a0c0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1225843, "upload_time": "2008-07-25T00:00:18", "url": "https://files.pythonhosted.org/packages/26/6d/00e1f737b26191660de8727ac542e13ed0e920f126279be7581fba7acd2b/buildbot-0.7.8.zip" } ], "0.7.9": [ { "comment_text": "", "digests": { "md5": "616c193a2508935499f26bcbfc56c08a", "sha256": "196e25f0f4320636cdf7165bc5affb4e2a0444b19cafd64d486b47fdec470265" }, "downloads": -1, "filename": "buildbot-0.7.9.tar.gz", "has_sig": true, "md5_digest": "616c193a2508935499f26bcbfc56c08a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1032433, "upload_time": "2008-09-16T16:40:47", "url": "https://files.pythonhosted.org/packages/3d/31/9692578e3e7a83bbeb7a9f172f279ff37aea5ffaaa7b85a1081545952119/buildbot-0.7.9.tar.gz" }, { "comment_text": "", "digests": { "md5": "28dfd09579af976941be5176351593b9", "sha256": "b2a2696448ab230a85fd35441aad4c9911d838fc1a65ae94aa62605667c7dddb" }, "downloads": -1, "filename": "buildbot-0.7.9.zip", "has_sig": true, "md5_digest": "28dfd09579af976941be5176351593b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1114345, "upload_time": "2008-09-16T16:42:20", "url": "https://files.pythonhosted.org/packages/1a/f8/2889837bbb66387642f7d8d57e663b8b8fede7b7a27806915254e18ecdf5/buildbot-0.7.9.zip" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "0ab95146d6acb25f0d39c814852d0f6c", "sha256": "a85aea3cb911312a836c57c6c0dc24b170b612c429dfaffa7c66083352fd4f7a" }, "downloads": -1, "filename": "buildbot-0.8.0.tar.gz", "has_sig": false, "md5_digest": "0ab95146d6acb25f0d39c814852d0f6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4467106, "upload_time": "2010-05-26T00:21:37", "url": "https://files.pythonhosted.org/packages/3e/36/f7cbb62e3613f1d7222bc7f3f0f0235aefe5d0d044330dcf41cf9edbb694/buildbot-0.8.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "be3cdbbf2de256547c7daadf8d899d3d", "sha256": "096c2bf4589baf671230b3985fbaf10c894a1850eecb10e3c6665060071c43ab" }, "downloads": -1, "filename": "buildbot-0.8.0.zip", "has_sig": false, "md5_digest": "be3cdbbf2de256547c7daadf8d899d3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4592412, "upload_time": "2010-05-26T00:23:07", "url": "https://files.pythonhosted.org/packages/54/a7/ce90d1e8ebe6d6d04fa0402b884e7cfe88201a413906ee002e42f40ae019/buildbot-0.8.0.zip" } ], "0.8.1": [ { "comment_text": "Tarball", "digests": { "md5": "53b7defb3f8919413907990269b7566d", "sha256": "0dcf57a4093ed0b5b44c9cd801d1fb5d35e1a76318e1e9a9f2302a85fabd35ea" }, "downloads": -1, "filename": "buildbot-0.8.1.tar.gz", "has_sig": true, "md5_digest": "53b7defb3f8919413907990269b7566d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 428116, "upload_time": "2010-07-07T08:07:49", "url": "https://files.pythonhosted.org/packages/8a/ed/c33b4a153c727f25f74fa446a4e3d187012f0771d6ab7b1a38ed88775341/buildbot-0.8.1.tar.gz" }, { "comment_text": "Zip", "digests": { "md5": "e8a1b144feaa0810558af1da9e4e1ccf", "sha256": "67ea4371f62ebf55f995db5aac511b1fc8720ff827d6479c908021b4096ef93a" }, "downloads": -1, "filename": "buildbot-0.8.1.zip", "has_sig": true, "md5_digest": "e8a1b144feaa0810558af1da9e4e1ccf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 516115, "upload_time": "2010-07-07T08:08:27", "url": "https://files.pythonhosted.org/packages/11/f4/bc1a9fceaa47461ba83c4018c193529111942b7b7b178a56af00a80244be/buildbot-0.8.1.zip" } ], "0.8.10": [ { "comment_text": "", "digests": { "md5": "3201aaecf32df7810f4e23c14d20a544", "sha256": "c4964d2ebd81cb80a14cb058fb2aab0572a1d8d86672d514e775b42deb08a5f4" }, "downloads": -1, "filename": "buildbot-0.8.10.tar.gz", "has_sig": true, "md5_digest": "3201aaecf32df7810f4e23c14d20a544", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4822307, "upload_time": "2014-12-02T18:39:28", "url": "https://files.pythonhosted.org/packages/d0/18/5c912111a9c07f943fd77dbd232f61bec991775fb5f015782c2e14b25f52/buildbot-0.8.10.tar.gz" }, { "comment_text": "", "digests": { "md5": "ce19e6b6ff04e36271e7e124ab1ee61a", "sha256": "9cb0028cc3939b35ad9da2419888226e257dbb460dee97c9c747a1721aace5cf" }, "downloads": -1, "filename": "buildbot-0.8.10.zip", "has_sig": true, "md5_digest": "ce19e6b6ff04e36271e7e124ab1ee61a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5263210, "upload_time": "2014-12-02T18:39:56", "url": "https://files.pythonhosted.org/packages/73/30/1b03bf6e55193b88b6787b286b7a7db119623039e03c227c70f727079a7f/buildbot-0.8.10.zip" } ], "0.8.12": [ { "comment_text": "", "digests": { "md5": "c61fa219942f8a1ed43cdbc1e4ef0187", "sha256": "c6b66976dff712268566574d57131ec15e5682f6d4390cd5c8559bab0980c4d6" }, "downloads": -1, "filename": "buildbot-0.8.12.tar.gz", "has_sig": true, "md5_digest": "c61fa219942f8a1ed43cdbc1e4ef0187", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4834352, "upload_time": "2015-04-21T17:32:35", "url": "https://files.pythonhosted.org/packages/ee/cc/c157bab45cec48bf915ec3c46757143a221b85973faa7ac0b43b1c8ab387/buildbot-0.8.12.tar.gz" }, { "comment_text": "", "digests": { "md5": "b495f78e348f1d0c1589c17bd2ceb62d", "sha256": "5ee58f5bd0715426eff68aa72a0d62503772b3f7b7a9e4751696c4a43bba0572" }, "downloads": -1, "filename": "buildbot-0.8.12.zip", "has_sig": true, "md5_digest": "b495f78e348f1d0c1589c17bd2ceb62d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5286094, "upload_time": "2015-04-21T17:32:43", "url": "https://files.pythonhosted.org/packages/06/83/751f8ad588b549880e4ebe11b17b2aae0a83c80bbb4baf9b90393fcfbf14/buildbot-0.8.12.zip" } ], "0.8.13": [], "0.8.14": [ { "comment_text": "", "digests": { "md5": "a915481515675800448d3e6a99a15e14", "sha256": "331efd07bd7522c222a8fb258801e8d78332c88d778ee76416b9e1028676e964" }, "downloads": -1, "filename": "buildbot-0.8.14.tar.gz", "has_sig": true, "md5_digest": "a915481515675800448d3e6a99a15e14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4840110, "upload_time": "2016-08-11T18:21:45", "url": "https://files.pythonhosted.org/packages/39/19/c8f8845d302b7df9d44a86a00911ccd12c0f8835bd6c562ae57b826fda29/buildbot-0.8.14.tar.gz" } ], "0.8.1p1": [ { "comment_text": "", "digests": { "md5": "fc12c0e94e246b9b12c80a0baf72de08", "sha256": "a5091543390ff74b7ad2efe62c289924391f664edeeac2feca111d6a85990523" }, "downloads": -1, "filename": "buildbot-0.8.1p1.tar.gz", "has_sig": true, "md5_digest": "fc12c0e94e246b9b12c80a0baf72de08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 427846, "upload_time": "2010-10-02T02:52:08", "url": "https://files.pythonhosted.org/packages/74/0c/37203a11e49f368985afbcde708c530d49c67f894342ec8c07e588cb5988/buildbot-0.8.1p1.tar.gz" }, { "comment_text": "", "digests": { "md5": "d0cc794554636c7c053b4bd1f16dfd7f", "sha256": "e6568d8fdec10f99f0bfe958d005a25498f783ca25dbc7240987d4d2641b6ec6" }, "downloads": -1, "filename": "buildbot-0.8.1p1.zip", "has_sig": true, "md5_digest": "d0cc794554636c7c053b4bd1f16dfd7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 517270, "upload_time": "2010-10-02T02:53:10", "url": "https://files.pythonhosted.org/packages/ba/2f/ffbd566214fc1dc54d1d8e624bf0586c48c3d772b7e10ebdecf46ca8003b/buildbot-0.8.1p1.zip" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "a377f79b8e59c29891886eb980dc8703", "sha256": "458e553e3a6158b8481fe99f6ab4709ca91f73a24db53c24895a065621829043" }, "downloads": -1, "filename": "buildbot-0.8.2.tar.gz", "has_sig": false, "md5_digest": "a377f79b8e59c29891886eb980dc8703", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4054183, "upload_time": "2010-10-29T16:38:12", "url": "https://files.pythonhosted.org/packages/15/6c/8e00b3b082626e82ec705d7ee019c0f37ec7cba7e158f4c90770c635e96f/buildbot-0.8.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "aff890f697289be2fb74f23d47257246", "sha256": "8ea217c75f2efb7d0c29162cde6de942b3cabebc1ba43ebc1d31049cc4c899d1" }, "downloads": -1, "filename": "buildbot-0.8.2.zip", "has_sig": false, "md5_digest": "aff890f697289be2fb74f23d47257246", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4176102, "upload_time": "2010-10-29T16:39:35", "url": "https://files.pythonhosted.org/packages/32/f3/272c07bb009ea1780d393b2a77c7a3add2eb127e9064df1742d9083c7847/buildbot-0.8.2.zip" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "997a6e378fdfc345d0b5fbdc4884aab4", "sha256": "754c8c3a8276fd3fc3a2b3cea104fea59cabb7add6e7e9693272c25d88eea7ff" }, "downloads": -1, "filename": "buildbot-0.8.3.tar.gz", "has_sig": false, "md5_digest": "997a6e378fdfc345d0b5fbdc4884aab4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4068178, "upload_time": "2010-12-20T01:02:07", "url": "https://files.pythonhosted.org/packages/1c/42/fee6de9a960e7f862d66a0b7294648d1c0bf1bcc5c85e16397cb2687a39c/buildbot-0.8.3.tar.gz" }, { "comment_text": "", "digests": { "md5": "41dd6f20115f348464baca0ca8907517", "sha256": "76dc5441db79c656826974811612e6e30ee0d890c2c37ad87a862815f4aff890" }, "downloads": -1, "filename": "buildbot-0.8.3.zip", "has_sig": false, "md5_digest": "41dd6f20115f348464baca0ca8907517", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4247317, "upload_time": "2010-12-20T01:03:40", "url": "https://files.pythonhosted.org/packages/f2/46/84d20ade5d271320e57ff4040409dd5228ddbcdaae0c9d896185050bc058/buildbot-0.8.3.zip" } ], "0.8.3p1": [ { "comment_text": "", "digests": { "md5": "919ab66090bcadd12b4db3198511e94b", "sha256": "0a49d35a75524a54dbbb875730fdf7abd8b96cae160af0457b4f5239b1fefa37" }, "downloads": -1, "filename": "buildbot-0.8.3p1.tar.gz", "has_sig": false, "md5_digest": "919ab66090bcadd12b4db3198511e94b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4068355, "upload_time": "2011-01-07T23:16:21", "url": "https://files.pythonhosted.org/packages/88/f4/1e1f633f5301b695c7e053dfa2e323c985526e27091617cf3b63a85842fd/buildbot-0.8.3p1.tar.gz" }, { "comment_text": "", "digests": { "md5": "e77f8941561592d235caaf5feac58735", "sha256": "f92f5260030515fcabbd3d194b20ccee310072cf72a6c525b643e966d71d2940" }, "downloads": -1, "filename": "buildbot-0.8.3p1.zip", "has_sig": false, "md5_digest": "e77f8941561592d235caaf5feac58735", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4248935, "upload_time": "2011-01-07T23:17:46", "url": "https://files.pythonhosted.org/packages/c5/3d/4af84e6e65b07b8ee2a94e52f7a89a528c057e4d8d852a0bcea9ed8c4a9f/buildbot-0.8.3p1.zip" } ], "0.8.4": [ { "comment_text": "", "digests": { "md5": "337a9373c8365a99d0bdb13912e3479e", "sha256": "928f39a05ac665be71f573e76e33e51c04ea1e6d81dad9cc831d2d7911cb2a15" }, "downloads": -1, "filename": "buildbot-0.8.4.tar.gz", "has_sig": false, "md5_digest": "337a9373c8365a99d0bdb13912e3479e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4551257, "upload_time": "2011-06-12T23:28:14", "url": "https://files.pythonhosted.org/packages/89/a8/4f08ce9fd48ddcb913f776dad3c941cea07a0859de0b67d47b18418119ed/buildbot-0.8.4.tar.gz" }, { "comment_text": "", "digests": { "md5": "06af30a0bc49d11047309d78e2c2e53e", "sha256": "74547fd96e989290f5c4c67bfed44303e6b645744639bd1dce28dae2a498207c" }, "downloads": -1, "filename": "buildbot-0.8.4.zip", "has_sig": false, "md5_digest": "06af30a0bc49d11047309d78e2c2e53e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4797276, "upload_time": "2011-06-12T23:29:50", "url": "https://files.pythonhosted.org/packages/7a/cd/8d50449f433c18125ad6382f603628730dd741298925e4b190307cfff213/buildbot-0.8.4.zip" } ], "0.8.4p1": [ { "comment_text": "", "digests": { "md5": "8d23d88d6804570dfc5d13c5e7d666cd", "sha256": "9247bbe42913da524615dabc7bf3c31dce24e58698dac88617ae987be8a8ca21" }, "downloads": -1, "filename": "buildbot-0.8.4p1.tar.gz", "has_sig": false, "md5_digest": "8d23d88d6804570dfc5d13c5e7d666cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4553883, "upload_time": "2011-06-19T06:49:38", "url": "https://files.pythonhosted.org/packages/db/02/3b804f0761e962ec1d3a0ebe594a24aa11a6f10071285915534ca1bb76e8/buildbot-0.8.4p1.tar.gz" }, { "comment_text": "", "digests": { "md5": "c877183ff0f648bd4113178e64559ed7", "sha256": "18a1952f426706880e01b194ff53d08e9911f8228586d70e118afdebe530dc6e" }, "downloads": -1, "filename": "buildbot-0.8.4p1.zip", "has_sig": false, "md5_digest": "c877183ff0f648bd4113178e64559ed7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4802767, "upload_time": "2011-06-19T06:51:12", "url": "https://files.pythonhosted.org/packages/6e/e0/fb0bbe685a894db1aca72c8858d60355e028c533a779cc8b838a371325ec/buildbot-0.8.4p1.zip" } ], "0.8.4p2": [ { "comment_text": "", "digests": { "md5": "7597d945724c80c0ab476e833a1026cb", "sha256": "1db52ef162f16965151be6f6641eb6ee03656041679182c8749e96f17393e8fe" }, "downloads": -1, "filename": "buildbot-0.8.4p2.tar.gz", "has_sig": false, "md5_digest": "7597d945724c80c0ab476e833a1026cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4555528, "upload_time": "2011-07-17T20:12:43", "url": "https://files.pythonhosted.org/packages/7d/67/c96588f7f18c513295ccbc20cf50b4deb4cca4fcc358716b91229c635322/buildbot-0.8.4p2.tar.gz" }, { "comment_text": "", "digests": { "md5": "fb0fc59435b154359453c1893b7e057f", "sha256": "543b007f47acad72ded79266aedc1e3a9fae40064fe15ff7df801e05775d412f" }, "downloads": -1, "filename": "buildbot-0.8.4p2.zip", "has_sig": false, "md5_digest": "fb0fc59435b154359453c1893b7e057f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4805394, "upload_time": "2011-07-17T20:14:22", "url": "https://files.pythonhosted.org/packages/52/14/94c98dc764cf7b9de15bd0f419c195e7bfeb681fb920ff9f0640bb0e66ac/buildbot-0.8.4p2.zip" } ], "0.8.5": [ { "comment_text": "", "digests": { "md5": "a2f25c32072bda8bedcb1fd5a5f5d24a", "sha256": "9b2f761447db13e4068870567b36732d419d8f72f452b450c61089db98558a9c" }, "downloads": -1, "filename": "buildbot-0.8.5.tar.gz", "has_sig": false, "md5_digest": "a2f25c32072bda8bedcb1fd5a5f5d24a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4389306, "upload_time": "2011-09-19T02:53:03", "url": "https://files.pythonhosted.org/packages/d0/74/9f3e0b47c2aa5b64d4f78f6852e59c5b84ed279b8bec563377ce90372716/buildbot-0.8.5.tar.gz" }, { "comment_text": "", "digests": { "md5": "dd5893fdd812c3e41b16c7aa7e08a16c", "sha256": "2c0266e08ac33eaa67028d116ca173e9e3e726ea200a381493c4f9342e331f9a" }, "downloads": -1, "filename": "buildbot-0.8.5.zip", "has_sig": false, "md5_digest": "dd5893fdd812c3e41b16c7aa7e08a16c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4673640, "upload_time": "2011-09-19T02:55:00", "url": "https://files.pythonhosted.org/packages/4d/a1/02dd05596333c7d958f098adde1dd5617fd2c16af949e4ca9a85401e47ed/buildbot-0.8.5.zip" } ], "0.8.6": [ { "comment_text": "", "digests": { "md5": "8ee0a65eebd913e5fe2b71bcc98ada2d", "sha256": "9e7673bd79e57ff105e0916b9751aafda59cc2a8765c929710ef8e75e1162893" }, "downloads": -1, "filename": "buildbot-0.8.6.tar.gz", "has_sig": false, "md5_digest": "8ee0a65eebd913e5fe2b71bcc98ada2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4455394, "upload_time": "2012-03-11T19:48:12", "url": "https://files.pythonhosted.org/packages/04/11/9b463bce008b0f81942118277ad13ff8f8ca8ce5b23f6502f41974892b38/buildbot-0.8.6.tar.gz" }, { "comment_text": "", "digests": { "md5": "ef4b157d293f4aebd610b520b215ab98", "sha256": "33262e149987a8d5ddb839045f8afd80ab71373505f9c8e9152cea7e4976d43e" }, "downloads": -1, "filename": "buildbot-0.8.6.zip", "has_sig": false, "md5_digest": "ef4b157d293f4aebd610b520b215ab98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4783272, "upload_time": "2012-03-11T19:49:51", "url": "https://files.pythonhosted.org/packages/8b/f5/a00f14c2de071cc9aad6f92d3e5745b9b3540cd66911c722cee4e9bc1bbd/buildbot-0.8.6.zip" } ], "0.8.6p1": [ { "comment_text": "", "digests": { "md5": "b6727d2810c692062c657492bcbeac6a", "sha256": "4d10a27809bf82b367cf6230e4e3628f4df8940787d6affed7d787dc52016c2c" }, "downloads": -1, "filename": "buildbot-0.8.6p1.tar.gz", "has_sig": false, "md5_digest": "b6727d2810c692062c657492bcbeac6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4454055, "upload_time": "2012-03-26T02:13:46", "url": "https://files.pythonhosted.org/packages/24/b0/8158e87a1953510a995694a1590365ef0093d6410f45b863fc25ce8799d0/buildbot-0.8.6p1.tar.gz" }, { "comment_text": "", "digests": { "md5": "e284f82b1444c07282703f2db5c75efd", "sha256": "4a6c691c99d3e743ce7ef5c4972d6125ca09872fe481ef643823e6b9fac6c62e" }, "downloads": -1, "filename": "buildbot-0.8.6p1.zip", "has_sig": false, "md5_digest": "e284f82b1444c07282703f2db5c75efd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4782922, "upload_time": "2012-03-26T02:15:28", "url": "https://files.pythonhosted.org/packages/15/d1/9c461aba6608d483fda91091306e9f2e3177cdffb70d25f84b3b708c5f58/buildbot-0.8.6p1.zip" } ], "0.8.7": [ { "comment_text": "", "digests": { "md5": "f28df26870f0b37472a95182000d49b1", "sha256": "2e1d52e4e6022ad89be2a0d4b92c683323505ce2c771f79f11cea24f64df5495" }, "downloads": -1, "filename": "buildbot-0.8.7.tar.gz", "has_sig": false, "md5_digest": "f28df26870f0b37472a95182000d49b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4580025, "upload_time": "2012-09-22T15:10:57", "url": "https://files.pythonhosted.org/packages/b0/99/a331ea6d62d5a1bd6843bbc65e691b2b900db125ce67e41b5d6f7867b8a3/buildbot-0.8.7.tar.gz" }, { "comment_text": "", "digests": { "md5": "67fdb4bdc3d0caccb85e53cfeccaa53e", "sha256": "bc03917a8666db420dc9b8a1f595c1c269e6086973f7bde281acbed7a040e0a3" }, "downloads": -1, "filename": "buildbot-0.8.7.zip", "has_sig": false, "md5_digest": "67fdb4bdc3d0caccb85e53cfeccaa53e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4976247, "upload_time": "2012-09-22T15:11:00", "url": "https://files.pythonhosted.org/packages/b8/bc/29b36727e3d82e36ed64d446e9b9c0a7cc88f0dd4752d7c8d8423556fc72/buildbot-0.8.7.zip" } ], "0.8.7p1": [ { "comment_text": "", "digests": { "md5": "bf3fa19e954adfa407d93dd7840c8975", "sha256": "8dee3f887bce55a7f7cf01e6c421a2511898c2f89f55f202f5193a100a9a5776" }, "downloads": -1, "filename": "buildbot-0.8.7p1.tar.gz", "has_sig": true, "md5_digest": "bf3fa19e954adfa407d93dd7840c8975", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4597202, "upload_time": "2012-11-21T23:36:38", "url": "https://files.pythonhosted.org/packages/a4/9f/92769ad712bcce131e69d5d67ebcae4f8a4f04e842cc2625eabfa99b6635/buildbot-0.8.7p1.tar.gz" }, { "comment_text": "", "digests": { "md5": "52c1922fdde13f07657d9f013cca8683", "sha256": "f4c27b0b30dcf53aa168115d35dcb5813a80cdf67bd372cd521ecffa04d761e6" }, "downloads": -1, "filename": "buildbot-0.8.7p1.zip", "has_sig": true, "md5_digest": "52c1922fdde13f07657d9f013cca8683", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4981433, "upload_time": "2012-11-21T23:39:21", "url": "https://files.pythonhosted.org/packages/ff/59/5a361258d95db1e1994910d09b003ceeb8d432e0779bd2e8fd1e5290b067/buildbot-0.8.7p1.zip" } ], "0.8.8": [ { "comment_text": "", "digests": { "md5": "472f512584bbb18cc677ca2ec3b3a905", "sha256": "5013e3f3d83d2fcac8b5c391e3a740597330015300f0ebb94005ed2f90d739d0" }, "downloads": -1, "filename": "buildbot-0.8.8.tar.gz", "has_sig": false, "md5_digest": "472f512584bbb18cc677ca2ec3b3a905", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4641582, "upload_time": "2013-08-22T22:45:11", "url": "https://files.pythonhosted.org/packages/66/9d/3a712aef474f2e1d0c4688cc9416ad8c5b0f3e904abc614ebb955743d056/buildbot-0.8.8.tar.gz" }, { "comment_text": "", "digests": { "md5": "99bec1405e969c35831280877fc89ae2", "sha256": "707a58a118f3eaa241393ddc4c2327055ed269b819a47f10108649fac5ef1f32" }, "downloads": -1, "filename": "buildbot-0.8.8.zip", "has_sig": false, "md5_digest": "99bec1405e969c35831280877fc89ae2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5029733, "upload_time": "2013-08-22T22:46:22", "url": "https://files.pythonhosted.org/packages/fa/58/dc93334d6469479829c6027d5f33456b73500353da91f18b88837c85dc29/buildbot-0.8.8.zip" } ], "0.8.9": [ { "comment_text": "", "digests": { "md5": "b4c723d1e0324ea19511e622e420c6e7", "sha256": "6b9e465e6d4825fe1f09d28505318fdb1a75b283c80a140af0f2e2a5039cfa8a" }, "downloads": -1, "filename": "buildbot-0.8.9.tar.gz", "has_sig": true, "md5_digest": "b4c723d1e0324ea19511e622e420c6e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4798654, "upload_time": "2014-06-15T14:29:51", "url": "https://files.pythonhosted.org/packages/1a/2b/aa3a53cda0031ea5e767aa78cc9bb299a41b630a4711038844b4915ab044/buildbot-0.8.9.tar.gz" }, { "comment_text": "", "digests": { "md5": "e24dd885e2c7c21b2d29aae0511b2b49", "sha256": "eec5b2b9a273eb466054751378e3341af2666607a9e0027fda5cf90211dcdedb" }, "downloads": -1, "filename": "buildbot-0.8.9.zip", "has_sig": true, "md5_digest": "e24dd885e2c7c21b2d29aae0511b2b49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5260313, "upload_time": "2014-06-15T14:30:48", "url": "https://files.pythonhosted.org/packages/2f/a8/d598f54ae4cffa4bd46c582871c10e0c39e514e730aef1aeec11b3daa6e7/buildbot-0.8.9.zip" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "e99fa02d196cb8805325b6aa80fb84a0", "sha256": "fba9953ea92542a626798f54ede7b59e371cefb679a5dccd96aed27cd7ede27a" }, "downloads": -1, "filename": "buildbot-0.9.0-py2-none-any.whl", "has_sig": true, "md5_digest": "e99fa02d196cb8805325b6aa80fb84a0", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 694464, "upload_time": "2016-10-06T14:20:13", "url": "https://files.pythonhosted.org/packages/25/02/b08c5d0c13356b83b44ca709b0d212874290be48255fbbb887f6287db4db/buildbot-0.9.0-py2-none-any.whl" } ], "0.9.0.post1": [ { "comment_text": "", "digests": { "md5": "8b308c40abe01441b1ef3eebea5656e6", "sha256": "e3a4cc4d057d4f09e73a33a8622084d8cba6a27695d48e2f6cc7b480ae0370a7" }, "downloads": -1, "filename": "buildbot-0.9.0.post1-py2-none-any.whl", "has_sig": true, "md5_digest": "8b308c40abe01441b1ef3eebea5656e6", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 694588, "upload_time": "2016-10-06T14:51:42", "url": "https://files.pythonhosted.org/packages/04/9b/b02686c5c6e58ec4bb632746c699bb68a6c28bf55d6f2f1ea5202297aa54/buildbot-0.9.0.post1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "58511d74fb06fb2ea5d1f00df9daac79", "sha256": "afd8229c9fd33daa6d8227cd665c75b1b25c47ffcc4046ab5fd5b290ccd536a3" }, "downloads": -1, "filename": "buildbot-0.9.0.post1.tar.gz", "has_sig": true, "md5_digest": "58511d74fb06fb2ea5d1f00df9daac79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3013406, "upload_time": "2016-10-06T14:52:05", "url": "https://files.pythonhosted.org/packages/03/da/f018721235514ba21dc44c779d95d63dfe1dc5fa7f2ab7cdcc6912e2282b/buildbot-0.9.0.post1.tar.gz" } ], "0.9.0b1": [ { "comment_text": "", "digests": { "md5": "6afcf9c4ae3e3255aec8f96723fd8a9a", "sha256": "4947a35e9bbd26e8df27dcb4b4001f278e3296f58046be9a9a975e63e4697c03" }, "downloads": -1, "filename": "buildbot-0.9.0b1.tar.gz", "has_sig": false, "md5_digest": "6afcf9c4ae3e3255aec8f96723fd8a9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4861125, "upload_time": "2015-06-27T15:47:58", "url": "https://files.pythonhosted.org/packages/04/78/4d9faa562ef187275d706ad1756cd5973947943008c933e26de6518a9506/buildbot-0.9.0b1.tar.gz" } ], "0.9.0b2": [ { "comment_text": "", "digests": { "md5": "bb41d083cc05c75d3a4a5da436400d86", "sha256": "ea7e006f09ec6edf7ce234ad15d223ddde96190883da968e9683a53b7382792b" }, "downloads": -1, "filename": "buildbot-0.9.0b2-py2-none-any.whl", "has_sig": false, "md5_digest": "bb41d083cc05c75d3a4a5da436400d86", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 715356, "upload_time": "2015-08-02T20:12:52", "url": "https://files.pythonhosted.org/packages/1e/9c/207715bafdce173ab11f1d468a5d6db4163501111b8a8d491bf4bec40c0f/buildbot-0.9.0b2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "69d75a4e2c5db5b1e0ebab23476f0897", "sha256": "a91eaba0c25758156e8969362a299b941163c4212ca094d6875893d27f5e05a6" }, "downloads": -1, "filename": "buildbot-0.9.0b2.tar.gz", "has_sig": false, "md5_digest": "69d75a4e2c5db5b1e0ebab23476f0897", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4924532, "upload_time": "2015-08-02T20:12:34", "url": "https://files.pythonhosted.org/packages/ae/25/39cbe160e11e6a834d36a2e49ac853a49f4a1c69be7fbbbf6cef00e49d8b/buildbot-0.9.0b2.tar.gz" } ], "0.9.0b3": [ { "comment_text": "", "digests": { "md5": "1d79295b3164c1394bea11510986ed12", "sha256": "db8c7116973859e7f7ca09084c9cf9b35a63def8887c22662c56a4ec01275e62" }, "downloads": -1, "filename": "buildbot-0.9.0b3.tar.gz", "has_sig": true, "md5_digest": "1d79295b3164c1394bea11510986ed12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4493615, "upload_time": "2015-10-18T19:54:53", "url": "https://files.pythonhosted.org/packages/7c/40/b029437a31b3892f759467862e193abea3a5a1af59da352be75f40fbd39b/buildbot-0.9.0b3.tar.gz" }, { "comment_text": "", "digests": { "md5": "13f11efb96449e100a10c620299858fe", "sha256": "60bbf1afd95c92299b5b2fbd0f874291c31a43975573b40a1fbc6fa71b15db58" }, "downloads": -1, "filename": "buildbot-0.9.0b3.zip", "has_sig": true, "md5_digest": "13f11efb96449e100a10c620299858fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4852996, "upload_time": "2015-10-18T19:54:58", "url": "https://files.pythonhosted.org/packages/68/7a/e4577425782559006d2ca5be45712518a89ca1774180e16ff31fb0edf5e1/buildbot-0.9.0b3.zip" } ], "0.9.0b4": [ { "comment_text": "", "digests": { "md5": "09065fd85c8528859c8e1232069ae3cc", "sha256": "cc9898bd5359f657979ac84e4e1a030d8e7c206ea4357873fa860bbaff1fe036" }, "downloads": -1, "filename": "buildbot-0.9.0b4-py2-none-any.whl", "has_sig": true, "md5_digest": "09065fd85c8528859c8e1232069ae3cc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 730519, "upload_time": "2015-10-21T01:38:02", "url": "https://files.pythonhosted.org/packages/50/a1/2a2b33f5c32d7ce28891da821f87741e2ee888f4f3f6b5740cc9f9c32175/buildbot-0.9.0b4-py2-none-any.whl" } ], "0.9.0b5": [ { "comment_text": "", "digests": { "md5": "fb6831cd941a8e121ab1ee71ca862849", "sha256": "996e566517e2f5979518fe469a49696ce6a66f57b585977802037c148e54a570" }, "downloads": -1, "filename": "buildbot-0.9.0b5-py2-none-any.whl", "has_sig": true, "md5_digest": "fb6831cd941a8e121ab1ee71ca862849", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 730574, "upload_time": "2015-10-22T13:06:38", "url": "https://files.pythonhosted.org/packages/bc/17/81bcf8ef464f4a176164452597d68cdd81b123493baecda09829e8cbbb85/buildbot-0.9.0b5-py2-none-any.whl" } ], "0.9.0b6": [ { "comment_text": "", "digests": { "md5": "c415c594df6b38324c3ae0029fa9923e", "sha256": "5d909a37e4b2801998327773b8b851cc86824d45ef68eb1ebba62e0ccc963b50" }, "downloads": -1, "filename": "buildbot-0.9.0b6.tar.gz", "has_sig": false, "md5_digest": "c415c594df6b38324c3ae0029fa9923e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4938456, "upload_time": "2016-01-20T21:45:08", "url": "https://files.pythonhosted.org/packages/9c/e4/73740cd3a0de6a248c2c95dcea2bfb516540efb659dbc900b5a90a8fbab6/buildbot-0.9.0b6.tar.gz" } ], "0.9.0b7": [ { "comment_text": "", "digests": { "md5": "dba0296f3a2296b71b729b3abd8cfdaa", "sha256": "9c92b4cc17117f151dcc68dd76d3bbbba97e2800b704f7d069c4bbb132b845fc" }, "downloads": -1, "filename": "buildbot-0.9.0b7.tar.gz", "has_sig": false, "md5_digest": "dba0296f3a2296b71b729b3abd8cfdaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4941012, "upload_time": "2016-02-14T20:53:28", "url": "https://files.pythonhosted.org/packages/06/f3/656e5f676b6698cbf58a9da5887c0c1369602da589fbbad62607b00cf1fa/buildbot-0.9.0b7.tar.gz" } ], "0.9.0b8": [ { "comment_text": "", "digests": { "md5": "8f79d8056d2ac523fd3edd88e69a5e8f", "sha256": "0e9a9b2d0459eb841a5cde171cec9f97bba579c86c5fe4b15f422593a82872d9" }, "downloads": -1, "filename": "buildbot-0.9.0b8.tar.gz", "has_sig": false, "md5_digest": "8f79d8056d2ac523fd3edd88e69a5e8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3052175, "upload_time": "2016-04-08T17:29:08", "url": "https://files.pythonhosted.org/packages/66/11/18852a70fbd5fa0fc4faf0e798dcb95a6f3ef6487244c915aa54b6d06837/buildbot-0.9.0b8.tar.gz" } ], "0.9.0b9": [ { "comment_text": "", "digests": { "md5": "f988d540c171dea7d8e252fdee1120f9", "sha256": "e155d0f7e81d4636bd76fabaea487bd3b7950555120b23f39c1457e72622c4b6" }, "downloads": -1, "filename": "buildbot-0.9.0b9.tar.gz", "has_sig": false, "md5_digest": "f988d540c171dea7d8e252fdee1120f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3106773, "upload_time": "2016-05-10T18:58:54", "url": "https://files.pythonhosted.org/packages/1d/49/08e269242c253daca67a2a853c807780ec247c0a8de27d594e9833af2faf/buildbot-0.9.0b9.tar.gz" } ], "0.9.0rc1": [ { "comment_text": "", "digests": { "md5": "65f7a02d5cf23f43024ffc024bd0e0d2", "sha256": "f089c4c6494c82ad8d42bf80a356eef62580054d864a9c8b2217adeeec53ba27" }, "downloads": -1, "filename": "buildbot-0.9.0rc1.tar.gz", "has_sig": true, "md5_digest": "65f7a02d5cf23f43024ffc024bd0e0d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3004783, "upload_time": "2016-07-07T16:37:03", "url": "https://files.pythonhosted.org/packages/1b/d0/419ec2d6e0e75e4fbeb766d662dedfd9c1186b1c87b54d1f93d511abe78c/buildbot-0.9.0rc1.tar.gz" } ], "0.9.0rc2": [ { "comment_text": "", "digests": { "md5": "bb42e262f62157eddebb547e90a660fa", "sha256": "dcb313e65c49b44a20d200c6976ac42b018ebd29324fbc4e79fea9b488e179ce" }, "downloads": -1, "filename": "buildbot-0.9.0rc2-py2-none-any.whl", "has_sig": true, "md5_digest": "bb42e262f62157eddebb547e90a660fa", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 700250, "upload_time": "2016-08-23T17:45:39", "url": "https://files.pythonhosted.org/packages/be/a4/933ebc7b8ea5e894015459a47d4ed70bc39c50c1053845c8f2cdeafb9ebf/buildbot-0.9.0rc2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eb31b72d45bf58692666150083aad662", "sha256": "b3b2fa1a004f6c3a83a0d1222da8d3d5279498030565de28247e8d28bf5cbf1b" }, "downloads": -1, "filename": "buildbot-0.9.0rc2.tar.gz", "has_sig": true, "md5_digest": "eb31b72d45bf58692666150083aad662", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3007080, "upload_time": "2016-08-23T17:46:08", "url": "https://files.pythonhosted.org/packages/8e/9b/8bc3f3cf493c2c94907c7222ecbfbd5eb5b3b9601512548baec0be19410a/buildbot-0.9.0rc2.tar.gz" } ], "0.9.0rc3": [ { "comment_text": "", "digests": { "md5": "1fab60483d7bf7c44f8dc597bb348ac7", "sha256": "ad4870e4a39ce0f02fa74539fe750c1e1f9354d104808acba7364148699236db" }, "downloads": -1, "filename": "buildbot-0.9.0rc3-py2-none-any.whl", "has_sig": true, "md5_digest": "1fab60483d7bf7c44f8dc597bb348ac7", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 694327, "upload_time": "2016-09-14T14:52:21", "url": "https://files.pythonhosted.org/packages/ef/2b/6e8afc1edc93361488586b3dfb2f8d3b394a0c6caa3d60c50f6fe09bd952/buildbot-0.9.0rc3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "45fdac388596ee65ae351b9e8e53d9af", "sha256": "ebdf4b3300d73a2bdc00b6c3fa24a9cc85d4a7a5c56b36c4dad15d40934543a0" }, "downloads": -1, "filename": "buildbot-0.9.0rc3.tar.gz", "has_sig": true, "md5_digest": "45fdac388596ee65ae351b9e8e53d9af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3012075, "upload_time": "2016-09-14T14:52:43", "url": "https://files.pythonhosted.org/packages/ea/dd/872b2737166340c985f904a90faa85ce7ba09ff3c9efdfd1da9ab3141952/buildbot-0.9.0rc3.tar.gz" } ], "0.9.0rc4": [ { "comment_text": "", "digests": { "md5": "348d53a29f7a3a0343b040a225f739aa", "sha256": "ea0daa818b6447f278e5a9ac3a4c6dce023b938d342944a96587e8bee6bb23d0" }, "downloads": -1, "filename": "buildbot-0.9.0rc4-py2-none-any.whl", "has_sig": true, "md5_digest": "348d53a29f7a3a0343b040a225f739aa", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 694522, "upload_time": "2016-09-28T14:29:38", "url": "https://files.pythonhosted.org/packages/7d/48/c556f3c35a4e4053c51d36c4a4934343ba3d6c0710bebc3ad46aac627bf6/buildbot-0.9.0rc4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dcf1a32ef14aa98404ca4bed2c427209", "sha256": "ccb6d2c493c130a2847ab4dd85da89cb036e9f625f25ae935ff6ba894bce7699" }, "downloads": -1, "filename": "buildbot-0.9.0rc4.tar.gz", "has_sig": true, "md5_digest": "dcf1a32ef14aa98404ca4bed2c427209", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3012861, "upload_time": "2016-09-28T14:30:01", "url": "https://files.pythonhosted.org/packages/9c/82/8ecdad6cce37f3c19f76c168dbeb986a625c9db0dea9b31543baa17ac334/buildbot-0.9.0rc4.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "8397dae385d6844cd9f00eb99e0d0a2a", "sha256": "7ca896fa1d56d4ba6f118c93894041dc17d3e2632f9aa1f096bec8601a69e07d" }, "downloads": -1, "filename": "buildbot-0.9.1-py2-none-any.whl", "has_sig": true, "md5_digest": "8397dae385d6844cd9f00eb99e0d0a2a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 720066, "upload_time": "2016-11-01T20:13:54", "url": "https://files.pythonhosted.org/packages/e2/23/252b96bee42887662ff64694f5215d6fb1c19122de6819eac6a8ad00710e/buildbot-0.9.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2e9d5e64fcd07917216f5244e036b0eb", "sha256": "a9f385f66f5cc3021f4cbfce92496673ebf9171578fa9e5ae4f66732276d64ce" }, "downloads": -1, "filename": "buildbot-0.9.1.tar.gz", "has_sig": true, "md5_digest": "2e9d5e64fcd07917216f5244e036b0eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3051975, "upload_time": "2016-11-01T20:14:57", "url": "https://files.pythonhosted.org/packages/39/2a/0f10a1689cc265e21993d5e4a3700ec3dac4f49aee32f7b513508ebeacc4/buildbot-0.9.1.tar.gz" } ], "0.9.10": [ { "comment_text": "", "digests": { "md5": "2a2f68e97833df644e2c163f46b1b216", "sha256": "4dab1a53f4834b98d322ce5602464aef5d83567aa5b3c1c7d27fa705872ce3ad" }, "downloads": -1, "filename": "buildbot-0.9.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2a2f68e97833df644e2c163f46b1b216", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 778426, "upload_time": "2017-08-03T17:32:36", "url": "https://files.pythonhosted.org/packages/12/9b/8b1d43991abb0aec9f1800d45bcc3cb1e501d67bc986daad45ef14abb15c/buildbot-0.9.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "880662fc397882a83d19aa4b43459a5d", "sha256": "8c5ed75f3f16f4ff0f2c9e3f9b091acb5e6e1c0ef68ffa8f687a55413a833143" }, "downloads": -1, "filename": "buildbot-0.9.10.tar.gz", "has_sig": false, "md5_digest": "880662fc397882a83d19aa4b43459a5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3112750, "upload_time": "2017-08-03T17:32:56", "url": "https://files.pythonhosted.org/packages/78/b5/d605029d5ca2fccd70d1b15159563e54b57ff7383ae73856a6e244bfc3c0/buildbot-0.9.10.tar.gz" } ], "0.9.11": [ { "comment_text": "", "digests": { "md5": "7e5439e23f794ca13ba489c49de904ef", "sha256": "44a6793b179b0e3587ebc45baf4e66e66f9bd72161362dbc1409ba0039b79a86" }, "downloads": -1, "filename": "buildbot-0.9.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7e5439e23f794ca13ba489c49de904ef", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 781356, "upload_time": "2017-09-08T18:51:22", "url": "https://files.pythonhosted.org/packages/6e/0b/4a4f33d33199d406fb7c408cba74b3971ec1b4118fa2be76164d3b71c11d/buildbot-0.9.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2a7a030c2d6ce1bae38ebe3b8621760c", "sha256": "9be352c0aab5d1520fedac8d6b19aadda4f48763ac7f72bb00e5f8cc51107ee8" }, "downloads": -1, "filename": "buildbot-0.9.11.tar.gz", "has_sig": false, "md5_digest": "2a7a030c2d6ce1bae38ebe3b8621760c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3096455, "upload_time": "2017-09-08T18:51:43", "url": "https://files.pythonhosted.org/packages/6a/cc/e0a1941f341e939dcee086fa5f796bff9e9e539f8984a0ec5e779adfb99b/buildbot-0.9.11.tar.gz" } ], "0.9.12": [ { "comment_text": "", "digests": { "md5": "bb82afa4d212cab439c8ca4c49e48a59", "sha256": "c0b1a226a72ec7a53f20af5c2f2c886c4c34805c5246b34c51f3a9db0330791a" }, "downloads": -1, "filename": "buildbot-0.9.12-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "bb82afa4d212cab439c8ca4c49e48a59", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 782315, "upload_time": "2017-10-05T16:04:52", "url": "https://files.pythonhosted.org/packages/20/2c/c3fc26b0a4ec2897f8677af58cfbc56f3f9ba41fa7acce0ca070361488b4/buildbot-0.9.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b650f1031ed7508010588224ff5b4e2a", "sha256": "0e8a75059dd8d04112ae77391b979432a3b5efb6e80ec60bbe110d8d9d983835" }, "downloads": -1, "filename": "buildbot-0.9.12.tar.gz", "has_sig": true, "md5_digest": "b650f1031ed7508010588224ff5b4e2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3057832, "upload_time": "2017-10-05T16:05:21", "url": "https://files.pythonhosted.org/packages/c0/a2/878f7e753b2b7793f879e55696c5ef4096eec1f9416f75c7a46627717c5f/buildbot-0.9.12.tar.gz" } ], "0.9.13": [ { "comment_text": "", "digests": { "md5": "04a466985e9eef9df69568ef33045e78", "sha256": "ccf28d6197882bf9070d38da8a9caf0ca24c4680e46a34dc547218c1289f7821" }, "downloads": -1, "filename": "buildbot-0.9.13-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "04a466985e9eef9df69568ef33045e78", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 783320, "upload_time": "2017-11-07T22:01:21", "url": "https://files.pythonhosted.org/packages/70/e4/c6edeb29e1c64b0aad12033ea989b8bd19b48eb628474b16762aa3566a7a/buildbot-0.9.13-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bb50d7ac3f8e0d8700c45f7bd1cb5371", "sha256": "5e58dc5af0f59158b4ed28473f6948b5953a20048637b21ea0a780cd8b55a000" }, "downloads": -1, "filename": "buildbot-0.9.13.tar.gz", "has_sig": true, "md5_digest": "bb50d7ac3f8e0d8700c45f7bd1cb5371", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3061713, "upload_time": "2017-11-07T22:01:46", "url": "https://files.pythonhosted.org/packages/0e/9c/db47d8ffa5a4ea995038522d437758a94f075712592759494b7c4df1df58/buildbot-0.9.13.tar.gz" } ], "0.9.14": [ { "comment_text": "", "digests": { "md5": "25e1ccaccaf959a040a158fa3845f88d", "sha256": "0edc6ed4135ccb8221eaae127eb507fa9cf7ab5a390ca06d4e55177b5196b80c" }, "downloads": -1, "filename": "buildbot-0.9.14-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "25e1ccaccaf959a040a158fa3845f88d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 784129, "upload_time": "2017-12-09T19:43:50", "url": "https://files.pythonhosted.org/packages/25/08/b1e5915c5efb3e7077ecb4dc5296a9dabea229d3bbcc4d661c0aef1c04b2/buildbot-0.9.14-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ad936c93b83fca12730e9d022679a333", "sha256": "798449547c8c466c002f3c59dc4d27e19532194016a815adf208f3f1c8288f0f" }, "downloads": -1, "filename": "buildbot-0.9.14.tar.gz", "has_sig": true, "md5_digest": "ad936c93b83fca12730e9d022679a333", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3109782, "upload_time": "2017-12-09T19:44:12", "url": "https://files.pythonhosted.org/packages/0c/da/1609a6f22b9f11173da9672cadb76380016921ea84c6408bc5b8a0e6433c/buildbot-0.9.14.tar.gz" } ], "0.9.15": [ { "comment_text": "", "digests": { "md5": "98fb2268ee1533c4f9304a256ae2593f", "sha256": "413833e7a48cabb31449ae71e17ac6983d0cadea647e135cc934447ae2a11af1" }, "downloads": -1, "filename": "buildbot-0.9.15-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "98fb2268ee1533c4f9304a256ae2593f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 787811, "upload_time": "2018-01-02T17:12:21", "url": "https://files.pythonhosted.org/packages/dd/a4/153d4455bf80201bca0df592b8da52f986b80e1ea5116edaa3ae95f99cd2/buildbot-0.9.15-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1aca3e657a78282c769d55e1a192da6c", "sha256": "d8f0aa6fded7c13e61e339a67970a821801c89f1be12275aeadc389080ff2a86" }, "downloads": -1, "filename": "buildbot-0.9.15.tar.gz", "has_sig": true, "md5_digest": "1aca3e657a78282c769d55e1a192da6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3073156, "upload_time": "2018-01-02T17:12:55", "url": "https://files.pythonhosted.org/packages/7e/a1/bfb92b4ba69b83a5da6608c6ff49d3eae1436e4fc6b09382904539606b1b/buildbot-0.9.15.tar.gz" } ], "0.9.15.post1": [ { "comment_text": "", "digests": { "md5": "abe31f4a337d2292327b731ca470176b", "sha256": "3c5eac864d43345af2a6728b5cec5f6373091fd599db80120ab81ef74f8a4f33" }, "downloads": -1, "filename": "buildbot-0.9.15.post1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "abe31f4a337d2292327b731ca470176b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 787841, "upload_time": "2018-01-07T16:00:47", "url": "https://files.pythonhosted.org/packages/3f/02/d25011338b6ad64f0a6c3d4c759cc6eafffcac157f7230d4c7b3382a75cd/buildbot-0.9.15.post1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c7eaee174db36d9ee227ee4a45e75b6", "sha256": "d1f229e9028ed399eb732eb4d48d55df97859f114c682091c314a47f29e9a506" }, "downloads": -1, "filename": "buildbot-0.9.15.post1.tar.gz", "has_sig": true, "md5_digest": "5c7eaee174db36d9ee227ee4a45e75b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3088947, "upload_time": "2018-01-07T16:01:21", "url": "https://files.pythonhosted.org/packages/e4/17/261dae09815ede42d3d5c864afd550c511ebc9e4877f3e78afdf9cca6f3c/buildbot-0.9.15.post1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "4800356617fea0ca2f3fc57ab32c41b1", "sha256": "b346e8a5d78164e0645a8236695bfbfae6b605b06e2d506053cb447c1de325ef" }, "downloads": -1, "filename": "buildbot-0.9.2-py2-none-any.whl", "has_sig": true, "md5_digest": "4800356617fea0ca2f3fc57ab32c41b1", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 728275, "upload_time": "2016-12-13T13:36:41", "url": "https://files.pythonhosted.org/packages/ac/31/5d311606b57b411110b1e9d58601dc51ead78d07977949f25789544183e3/buildbot-0.9.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "986dec31da689fd5328c3cda04c5e04d", "sha256": "d33ec059941cf830c8f7b7f336a76e32e7122e2690a27b784efeddc6dbf4564a" }, "downloads": -1, "filename": "buildbot-0.9.2.tar.gz", "has_sig": true, "md5_digest": "986dec31da689fd5328c3cda04c5e04d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3026977, "upload_time": "2016-12-13T13:37:01", "url": "https://files.pythonhosted.org/packages/eb/a2/a430ddc79746f51fa63407f9a02cc387c0083436386628e0a60483597f6e/buildbot-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "a897ce2f44a44990075bfb549ecf5de8", "sha256": "92dd3149fedf3ea6d5bd1cabb2648dab4642aa6845502e2af3aee0e54d6193a0" }, "downloads": -1, "filename": "buildbot-0.9.3-py2-none-any.whl", "has_sig": true, "md5_digest": "a897ce2f44a44990075bfb549ecf5de8", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 729252, "upload_time": "2017-01-11T16:49:52", "url": "https://files.pythonhosted.org/packages/f7/1c/89297ec40398b0b11a998a71d20cb67c9f5b15fe0adc74fb2bb8f0453485/buildbot-0.9.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ddd7dabad67880eb26831b274a53a2e1", "sha256": "c2bc6a8139b0f97d304bfa047a4c414e42ea12ba94e34d82ae7cb356a69d87fb" }, "downloads": -1, "filename": "buildbot-0.9.3.tar.gz", "has_sig": true, "md5_digest": "ddd7dabad67880eb26831b274a53a2e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3031033, "upload_time": "2017-01-11T16:50:24", "url": "https://files.pythonhosted.org/packages/03/df/229940bf5ed0f4f48f9c5a6389b4dbdc0cb33549c16ac04c52099eb4fde4/buildbot-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "43eebb3fc69f187eea38c72390a9f16f", "sha256": "6d8c0c5bf094540f81f8f205653941766d9e5f46aa59014f93d4916dfe84b5f9" }, "downloads": -1, "filename": "buildbot-0.9.4-py2-none-any.whl", "has_sig": true, "md5_digest": "43eebb3fc69f187eea38c72390a9f16f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 740372, "upload_time": "2017-02-08T12:54:18", "url": "https://files.pythonhosted.org/packages/17/db/20f644b70eeb6ac26e88a1398c7b8d3448c516f0280b8fdcbcac914f7b78/buildbot-0.9.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "42e66ad3ae57e5cdd4ddc54c89d2eb34", "sha256": "068161cd9ada10b87f40117c768a37ce796ebf5e7bf08f224f4c7ded88cd7472" }, "downloads": -1, "filename": "buildbot-0.9.4.tar.gz", "has_sig": true, "md5_digest": "42e66ad3ae57e5cdd4ddc54c89d2eb34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3020851, "upload_time": "2017-02-08T12:54:33", "url": "https://files.pythonhosted.org/packages/bf/b1/de12649175be0985e33ba42e859bc36112ade5399a5575c0e80c4b035664/buildbot-0.9.4.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "0ae7989f497d21d78dcadc2f360934bb", "sha256": "f70fdc7c179e25c7e679bc0cbab5469d74f6957fabff8702b14cbc6ac77ef0b5" }, "downloads": -1, "filename": "buildbot-0.9.5-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "0ae7989f497d21d78dcadc2f360934bb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 751352, "upload_time": "2017-03-20T14:08:20", "url": "https://files.pythonhosted.org/packages/bf/6b/e58671eebdc1ea629d2e98ae9f9a19091aa137b6fef6596c64f165fe112b/buildbot-0.9.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a4bb035a2cab7e6c059f26ef747b7d59", "sha256": "c6408c5abe78f17e92750e1e462d4cfc8a79558dcc7354ea4dea2058ed282587" }, "downloads": -1, "filename": "buildbot-0.9.5.tar.gz", "has_sig": true, "md5_digest": "a4bb035a2cab7e6c059f26ef747b7d59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3071500, "upload_time": "2017-03-20T14:08:38", "url": "https://files.pythonhosted.org/packages/2c/1f/56a49ad779ad9933648e545a63ab6cb0fa7b0d0ffc286e61d0401ed3c25c/buildbot-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "edeb74e056fea787973e34b03063632d", "sha256": "d315c9a6a5fe4f3cbccc8fa34345190aec2b2674e964c1f217dd33a74bf85945" }, "downloads": -1, "filename": "buildbot-0.9.6-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "edeb74e056fea787973e34b03063632d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 756901, "upload_time": "2017-04-19T15:14:23", "url": "https://files.pythonhosted.org/packages/d4/af/993bbf7a6d452353c0a2639e306c2e376ead5c3052798e3973a0c47adbb8/buildbot-0.9.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a6cb2c06cdbc829688f654abf1a5bfb9", "sha256": "3cbccda82ec4656d44e89ecfc402cd10a6233cc42c28b9c893646b2e79d0de34" }, "downloads": -1, "filename": "buildbot-0.9.6.tar.gz", "has_sig": true, "md5_digest": "a6cb2c06cdbc829688f654abf1a5bfb9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3079803, "upload_time": "2017-04-19T15:14:41", "url": "https://files.pythonhosted.org/packages/5e/84/642057d6d68c5dd97766516613649db694ed71668b37bd09a378d2cf6808/buildbot-0.9.6.tar.gz" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "8cabb38db162e7dbed45c4ae4b4b1c3d", "sha256": "41b26ae850d6816d530db6a2edc3e0f4854c99a5c356e9eae5f6e92a5f8d9956" }, "downloads": -1, "filename": "buildbot-0.9.7-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "8cabb38db162e7dbed45c4ae4b4b1c3d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 766205, "upload_time": "2017-05-10T12:06:07", "url": "https://files.pythonhosted.org/packages/ba/5d/f3939b591fb9dbf9a95e3b55df61cec8a8b56338fb28c1f7ec9e26a72085/buildbot-0.9.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4ae7dc381aaabe4bd97e950f10a51c8f", "sha256": "8fcbf0e6536e5d60407f59d14f96d5f8386cd91846a4fa47b4336d71551a9e33" }, "downloads": -1, "filename": "buildbot-0.9.7.tar.gz", "has_sig": true, "md5_digest": "4ae7dc381aaabe4bd97e950f10a51c8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3092434, "upload_time": "2017-05-10T12:06:37", "url": "https://files.pythonhosted.org/packages/43/ba/4ea5e6c5b707f8e8e73460e1eaf57bfe1172873bcccc9a40d919bc3895de/buildbot-0.9.7.tar.gz" } ], "0.9.8": [ { "comment_text": "", "digests": { "md5": "44bd96cfca4e3376aef5f24a0750f9e4", "sha256": "906ea82ca42ec42355e176a4349dbdf88973af264920e5691048490bfc884b15" }, "downloads": -1, "filename": "buildbot-0.9.8-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "44bd96cfca4e3376aef5f24a0750f9e4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 771933, "upload_time": "2017-06-14T12:39:44", "url": "https://files.pythonhosted.org/packages/ae/ea/d4836db9357b448edf9c1852f64a9ae486c9b24857121fc5395cad4413f5/buildbot-0.9.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "df2fc170fdb5585040408e102ca44a90", "sha256": "39a2f7df458ec9be1009cf90a02d732d142a2ec3fbc0404e4f3fce4b8a4c3af7" }, "downloads": -1, "filename": "buildbot-0.9.8.tar.gz", "has_sig": true, "md5_digest": "df2fc170fdb5585040408e102ca44a90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3101418, "upload_time": "2017-06-14T12:40:10", "url": "https://files.pythonhosted.org/packages/b0/a0/d770efde55215670e19a0bb1e5c800d0be7dda673488f37dece69121d63e/buildbot-0.9.8.tar.gz" } ], "0.9.9": [ { "comment_text": "", "digests": { "md5": "cb413e1c980ce01e9878803a92343ab7", "sha256": "03f8dd1c5ed133dcae0bfa82a24fc47ddceb7e8cc7f8b72f86b9498c9a32be25" }, "downloads": -1, "filename": "buildbot-0.9.9-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "cb413e1c980ce01e9878803a92343ab7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 777497, "upload_time": "2017-06-29T13:05:39", "url": "https://files.pythonhosted.org/packages/35/56/d898d56efbfe6b264546c7dbe63ba4f800ac7b599d476dc85399e5aa88b5/buildbot-0.9.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5197b58a2e9cc49b30eea33ce4294e05", "sha256": "bfda21dc4c671e913972cf9d552c02ddc03141e37409208b260f918d827f942f" }, "downloads": -1, "filename": "buildbot-0.9.9.tar.gz", "has_sig": true, "md5_digest": "5197b58a2e9cc49b30eea33ce4294e05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3110888, "upload_time": "2017-06-29T13:06:07", "url": "https://files.pythonhosted.org/packages/00/d9/59c43173ae080a091d3c4a61f69b938d0f60bdb6abdc90e9f3557758c698/buildbot-0.9.9.tar.gz" } ], "0.9.9.post1": [ { "comment_text": "", "digests": { "md5": "4e74a966914178db8320992a86bedde0", "sha256": "3986fec03a97c49de5d3fe2c55991bf2069cd67551a1ef9df3a3d90e24be7f7b" }, "downloads": -1, "filename": "buildbot-0.9.9.post1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "4e74a966914178db8320992a86bedde0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 777758, "upload_time": "2017-07-01T18:35:34", "url": "https://files.pythonhosted.org/packages/63/fd/adbd934db5cb47518cb0acc0ba5b63fcb25056b2406d1c943f7c550f8aae/buildbot-0.9.9.post1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9607bbce22b84e6cb1ea8c85e2e1bf14", "sha256": "abbe1a49f076e3d0f256229f88d07ce8204920a351db6af45d7fad54f718cd38" }, "downloads": -1, "filename": "buildbot-0.9.9.post1.tar.gz", "has_sig": false, "md5_digest": "9607bbce22b84e6cb1ea8c85e2e1bf14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3153598, "upload_time": "2017-07-04T11:54:46", "url": "https://files.pythonhosted.org/packages/ad/23/d3816b2d015cc7f04ef955d7053bf739ca20e398992aecbd5233f40a3d88/buildbot-0.9.9.post1.tar.gz" } ], "0.9.9.post2": [ { "comment_text": "", "digests": { "md5": "4834f3be481f1dceb23faaf22df94add", "sha256": "14755125b057f37ad49f9acd6a28bd279a6cc0ea7d4740cda7187775dc402fb5" }, "downloads": -1, "filename": "buildbot-0.9.9.post2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "4834f3be481f1dceb23faaf22df94add", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 777777, "upload_time": "2017-07-06T21:53:34", "url": "https://files.pythonhosted.org/packages/6e/17/a442b9fb30046337235b9e0303f56b4a0e474970fada516c6272bc50de5a/buildbot-0.9.9.post2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "66fc9b1b10087c80bbbf163452efda3f", "sha256": "3cade7d16d853125ea998301b25f49a85c9d9a4c42713eb98c03e33ef715233d" }, "downloads": -1, "filename": "buildbot-0.9.9.post2.tar.gz", "has_sig": true, "md5_digest": "66fc9b1b10087c80bbbf163452efda3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3109256, "upload_time": "2017-07-06T21:54:01", "url": "https://files.pythonhosted.org/packages/a6/1c/26a7b24a5d69cb85012070aabd1109e43cd0db935c3d7bd81e03f38f8bdb/buildbot-0.9.9.post2.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "4a1af78735433b63afc02fc39e9be6b9", "sha256": "2bb0fed763cc3a2c9c9a650a954f116ae15938a682440ba80ac7c1e7bad22e18" }, "downloads": -1, "filename": "buildbot-1.0.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "4a1af78735433b63afc02fc39e9be6b9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 790416, "upload_time": "2018-02-11T19:31:42", "url": "https://files.pythonhosted.org/packages/f3/f5/5289ba0f2710241e4863bdb5469afdeb9dca9721b8da6db37a7d924dde0c/buildbot-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ac6cb738def088b5eea1bb2493ba1f34", "sha256": "2facb4256adc07133289fd5eb4836a895e1815c4ff48ec5b6a2f01daabbfef78" }, "downloads": -1, "filename": "buildbot-1.0.0.tar.gz", "has_sig": true, "md5_digest": "ac6cb738def088b5eea1bb2493ba1f34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3097246, "upload_time": "2018-02-11T19:32:27", "url": "https://files.pythonhosted.org/packages/fa/b7/68c80926168e6a58a801f3d1fb98660c9cebaac57aa509e4537a5e36022a/buildbot-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "6f1cc933c02b15de9dd3cf1eed2bf167", "sha256": "35d27b7b8286a1d259471405271343727800f29c88b1e00d44a3e4717780ba18" }, "downloads": -1, "filename": "buildbot-1.1.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "6f1cc933c02b15de9dd3cf1eed2bf167", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 791029, "upload_time": "2018-03-11T07:45:39", "url": "https://files.pythonhosted.org/packages/bf/b0/7319762ae15983d8ded0e7329b7050eba6cbbcf37414177286fd81a66464/buildbot-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b316e3bc748448cd494f32e435118c4e", "sha256": "4c83f87bb5698c1782f9e109aeb3a6e658d6d3aa7d2c7d86235937c037a315e6" }, "downloads": -1, "filename": "buildbot-1.1.0.tar.gz", "has_sig": true, "md5_digest": "b316e3bc748448cd494f32e435118c4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3098781, "upload_time": "2018-03-11T07:46:01", "url": "https://files.pythonhosted.org/packages/a1/a2/1d3dedbe7dea1dcd3ee67d2241fe1a65b299b69cc2b6eb66b86f7e3da9df/buildbot-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "2aa1b740ac1d3be5f976489aace4978e", "sha256": "b00a924934e8ec7e15ceda9ab699a336517b8ad61e1ac9b5bedf5027762eb209" }, "downloads": -1, "filename": "buildbot-1.1.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "2aa1b740ac1d3be5f976489aace4978e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 785178, "upload_time": "2018-04-06T09:28:02", "url": "https://files.pythonhosted.org/packages/30/d6/b97e3a70645ff95f0214f63d2a60302e87c66fc9d387eb02453413c0d4ba/buildbot-1.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7de4b2c89774a5f1473f871623235734", "sha256": "39feda08fe0247cd32015d61ba4a1dad576cbad595c9d6a2776ca83aba5595ed" }, "downloads": -1, "filename": "buildbot-1.1.1.tar.gz", "has_sig": true, "md5_digest": "7de4b2c89774a5f1473f871623235734", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3099423, "upload_time": "2018-04-06T09:28:28", "url": "https://files.pythonhosted.org/packages/3b/e3/cce7f34b5e8831fa0702a076760a6212baf6dfae37baae66ef533fdfbe37/buildbot-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "cab2cdd71f80c98d1a0c969cd0068025", "sha256": "d680186b620818c3c73a12f2f3b82568474bb4cca073c65dfc43102a4466cfd8" }, "downloads": -1, "filename": "buildbot-1.1.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "cab2cdd71f80c98d1a0c969cd0068025", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 785690, "upload_time": "2018-05-15T16:22:15", "url": "https://files.pythonhosted.org/packages/ae/da/e2d188a1195702c536aa07dfe69f75c257453196ee6236558a89195c4a58/buildbot-1.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "72861d9813169feb88b72e7a2f810076", "sha256": "b789c274aa5451c32d996ddc9b98911f3e3de1a29de9643f6f0a089ff7d88676" }, "downloads": -1, "filename": "buildbot-1.1.2.tar.gz", "has_sig": true, "md5_digest": "72861d9813169feb88b72e7a2f810076", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3101168, "upload_time": "2018-05-15T16:22:40", "url": "https://files.pythonhosted.org/packages/81/53/1128fe792490d13ec54f3528b2a9632469c20f586d17528eed5b37204494/buildbot-1.1.2.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "a2baf9ae0f79863c1f222b49f311fc91", "sha256": "a3552205425a9737b63a6ca26c966656cf047603bf4bf3ee045116ef3a7ae500" }, "downloads": -1, "filename": "buildbot-1.2.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "a2baf9ae0f79863c1f222b49f311fc91", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 787456, "upload_time": "2018-06-11T07:51:16", "url": "https://files.pythonhosted.org/packages/da/5c/131f3b67660fec159b04e4a2dd27438ec6163fa2f0f72ab67f7e03b4bc0b/buildbot-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dcd7839f338e29341a2c25135292f595", "sha256": "7bb1a5aa6387669e8e6593bf4cfb0dfa1762de02be41333cd3a6be8934adfc09" }, "downloads": -1, "filename": "buildbot-1.2.0.tar.gz", "has_sig": true, "md5_digest": "dcd7839f338e29341a2c25135292f595", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3109777, "upload_time": "2018-06-11T07:51:36", "url": "https://files.pythonhosted.org/packages/fd/8d/d5f1eb450a1321b6fd7c33272febb7e64fb2e1b8562b4d30c9ddbd9b5e15/buildbot-1.2.0.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "3928d60373a6d43976f0e365c12dc0e6", "sha256": "afd90c823463a5d3e318123c5b4af83d22b0ad2ba93043c3635100419ee1ceb9" }, "downloads": -1, "filename": "buildbot-1.3.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "3928d60373a6d43976f0e365c12dc0e6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 791589, "upload_time": "2018-07-13T17:46:44", "url": "https://files.pythonhosted.org/packages/86/21/07902d1d3864a9a1ce164ea9875dc09e11a3876bc3aa05036393b8f48f4e/buildbot-1.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "883c1137db2be66e80b3b61643267961", "sha256": "fb8c309f12a59f73b996473d85ab3b9c292f7e51a2e5cb98789e65c919005313" }, "downloads": -1, "filename": "buildbot-1.3.0.tar.gz", "has_sig": true, "md5_digest": "883c1137db2be66e80b3b61643267961", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3119185, "upload_time": "2018-07-13T17:47:07", "url": "https://files.pythonhosted.org/packages/f0/94/4b5f623561ccf95467c7c46416fc5b7da07819242198feac824bcca02723/buildbot-1.3.0.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "ee5f8ef8ecfd762470d65cea9b0ad7ff", "sha256": "b2504999211ceca3bad3ddf1f0ff1dcd2829848e6ea20a58fe11139a9876050b" }, "downloads": -1, "filename": "buildbot-1.4.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "ee5f8ef8ecfd762470d65cea9b0ad7ff", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 792722, "upload_time": "2018-09-02T19:11:48", "url": "https://files.pythonhosted.org/packages/69/61/d9e59b49f232f0e80441f4513817c2be838312a5314b61068c6f29751099/buildbot-1.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e6dda6660a551e0357f1d9b0473757da", "sha256": "9d59478cf2a9c41cedc24e72cd4df72cfe4306069ffe6bd7888218688d48ca35" }, "downloads": -1, "filename": "buildbot-1.4.0.tar.gz", "has_sig": true, "md5_digest": "e6dda6660a551e0357f1d9b0473757da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3188388, "upload_time": "2018-09-02T19:12:11", "url": "https://files.pythonhosted.org/packages/98/84/3fa3e64a133480c1ed9a9211bf9c300db1a50d235648e7a52f8e0101119c/buildbot-1.4.0.tar.gz" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "9c4ee211dff1105fce8be5cddb6ddb21", "sha256": "c77ead1f1a630645cefd84fe43de5265ded8d66fd1dbdeec0d05f4ec4c6479b6" }, "downloads": -1, "filename": "buildbot-1.5.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "9c4ee211dff1105fce8be5cddb6ddb21", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 798681, "upload_time": "2018-10-09T18:46:00", "url": "https://files.pythonhosted.org/packages/48/24/aa58d69c81d46ff003086802539310a1a6eed35eecadec8f8640bd88e460/buildbot-1.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a7a833fcf4d3df354414744647f0e546", "sha256": "d02a717222bcdc98205624c7d6b0b2ae24653170f2971946f26bf8cadea4fd52" }, "downloads": -1, "filename": "buildbot-1.5.0.tar.gz", "has_sig": true, "md5_digest": "a7a833fcf4d3df354414744647f0e546", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3191364, "upload_time": "2018-10-09T18:46:21", "url": "https://files.pythonhosted.org/packages/b6/7a/b7b835b4acbbde4988f196318141f79761e2b0df9e69d8364fe07e441b86/buildbot-1.5.0.tar.gz" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "3c24fb2f210f3f119596da5a5c12c4ec", "sha256": "d8e66460a1197f85fce2919c5ea74516f51e9caabb57bd77753d86df00447ebd" }, "downloads": -1, "filename": "buildbot-1.6.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "3c24fb2f210f3f119596da5a5c12c4ec", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 798771, "upload_time": "2018-11-17T10:26:09", "url": "https://files.pythonhosted.org/packages/fc/51/2a7a4a30cf6ee91600f821b1b2001d294a2e644b248b476d9c0648fb609d/buildbot-1.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5454a8d6bbddbcb0f8902643b9e3834a", "sha256": "ef730bf74aaec2d335b28a7b3fa80b1b2627aa261ddcf27ac02873bd470d71b5" }, "downloads": -1, "filename": "buildbot-1.6.0.tar.gz", "has_sig": true, "md5_digest": "5454a8d6bbddbcb0f8902643b9e3834a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3132719, "upload_time": "2018-11-17T10:26:30", "url": "https://files.pythonhosted.org/packages/2f/1c/dc2ce0a2b060365bbbf9dadd249fb5997c91d6264c6cee9ebb6d2d761c07/buildbot-1.6.0.tar.gz" } ], "1.7.0": [ { "comment_text": "", "digests": { "md5": "56b8822173fc060fd8f80f191fa09df0", "sha256": "995394a27a092acde4d103baa63b70818152590aa54035cddfadb458733e6fa2" }, "downloads": -1, "filename": "buildbot-1.7.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "56b8822173fc060fd8f80f191fa09df0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 800425, "upload_time": "2018-12-21T16:32:08", "url": "https://files.pythonhosted.org/packages/7d/61/f02d370ccb3dc4ac9c4d0766f7bdad2a80e8b0caef344a8809ecc6270cd9/buildbot-1.7.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e0a6af84a69ee03028da3088ddbbc1d", "sha256": "86d5e7d392c45baa00bc48acacf3d049e0adbc6d8579af361fa7af0fe41e3c26" }, "downloads": -1, "filename": "buildbot-1.7.0.tar.gz", "has_sig": true, "md5_digest": "0e0a6af84a69ee03028da3088ddbbc1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3138999, "upload_time": "2018-12-21T16:32:29", "url": "https://files.pythonhosted.org/packages/9a/71/68ba0331d96183c5bc5ac8cbfd966ff9bfa3aeaf6ed37057dcb6c3580fad/buildbot-1.7.0.tar.gz" } ], "1.8.0": [ { "comment_text": "", "digests": { "md5": "5a3c861811e7a7b1d2ca28931334e174", "sha256": "0a6c155c001b6b7610aa19eb78f0cf5762adb3919452c7b8228230006d8b281a" }, "downloads": -1, "filename": "buildbot-1.8.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "5a3c861811e7a7b1d2ca28931334e174", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 805385, "upload_time": "2019-01-21T08:07:39", "url": "https://files.pythonhosted.org/packages/34/78/1509c37620062615e32b163368d1a1a617cd58d826f75f30f428c0dfcb0c/buildbot-1.8.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fa87a7da2536c80d71063242482da08d", "sha256": "0ae0cd305eaf3e0c0655e1bd2aac58a258718da34c0d1afc27d465dd55a812ec" }, "downloads": -1, "filename": "buildbot-1.8.0.tar.gz", "has_sig": true, "md5_digest": "fa87a7da2536c80d71063242482da08d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3149048, "upload_time": "2019-01-21T08:08:04", "url": "https://files.pythonhosted.org/packages/a5/5c/ba8ef10900ee639bdcd69c405b3dc22ba8e061b729eb955139153710e2fc/buildbot-1.8.0.tar.gz" } ], "1.8.1": [ { "comment_text": "", "digests": { "md5": "08fa622c93ff14520e6dc66c1722d00b", "sha256": "a23aacb205cd317f7874ee960675df295ff91efdd7b2d4a3081eeb0f73ea1b3f" }, "downloads": -1, "filename": "buildbot-1.8.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "08fa622c93ff14520e6dc66c1722d00b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 805463, "upload_time": "2019-02-02T15:33:22", "url": "https://files.pythonhosted.org/packages/e6/b8/82a2b50661a7c937694a419186d4249fe2b266d532cb841492fead609e8d/buildbot-1.8.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8d84cb4ee983e405ef126ae768773a61", "sha256": "478d0a0a51cd365262b29df4b6bbe6f26890ee51fcaf3a5580e99e49b3af4dfd" }, "downloads": -1, "filename": "buildbot-1.8.1.tar.gz", "has_sig": true, "md5_digest": "8d84cb4ee983e405ef126ae768773a61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3148671, "upload_time": "2019-02-02T15:33:45", "url": "https://files.pythonhosted.org/packages/6e/2b/8271f9247a5054aa670d81c2ff89aefba69116ea9c01fe6a9975b5b958df/buildbot-1.8.1.tar.gz" } ], "1.8.2": [ { "comment_text": "", "digests": { "md5": "b9984d3e3e3b306845f6cc1f525593da", "sha256": "e04ac83525633cfef8d013dc75ae9d118bdb089cbdb9dc7c6de18b8577def3a6" }, "downloads": -1, "filename": "buildbot-1.8.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "b9984d3e3e3b306845f6cc1f525593da", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 805346, "upload_time": "2019-05-23T02:25:31", "url": "https://files.pythonhosted.org/packages/1c/01/0ca18973a358c91c6a9182b81cce9a320165ed6dba6f4eedf58022ce45ae/buildbot-1.8.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "21f98c6d2f125fea7722abcb9b29261e", "sha256": "7a190ece4ee4944df3cee00641e7060c060f5ac2ad4cb7ab73bf8700cc0f8387" }, "downloads": -1, "filename": "buildbot-1.8.2.tar.gz", "has_sig": true, "md5_digest": "21f98c6d2f125fea7722abcb9b29261e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3149037, "upload_time": "2019-05-23T02:26:12", "url": "https://files.pythonhosted.org/packages/a3/bd/2b1a91d8dcd3b3301c0a52531c7af6a9824ce02aa81e08d79364958fd058/buildbot-1.8.2.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "ec74590587ce4f56f26ef7e2fb44af93", "sha256": "1ccf3a4afa111d9a242fc473a45d294d843f97cc0c4d21896ffcec8be6396247" }, "downloads": -1, "filename": "buildbot-2.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ec74590587ce4f56f26ef7e2fb44af93", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 779435, "upload_time": "2019-02-07T19:38:40", "url": "https://files.pythonhosted.org/packages/80/41/ee63aee7ed465b1e65e69fb656ee6a8c90f19573ce3315890491fb78e6a1/buildbot-2.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c3ffa79e36c6ed01e48451ddd61ea8f2", "sha256": "2244b56246ac05b386759533017e8c811790f5071a0c18ff4c5341252297ccc8" }, "downloads": -1, "filename": "buildbot-2.0.1.tar.gz", "has_sig": false, "md5_digest": "c3ffa79e36c6ed01e48451ddd61ea8f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3105557, "upload_time": "2019-02-07T19:39:09", "url": "https://files.pythonhosted.org/packages/81/e4/eebf6731efde4e2f6b7d629c4cf4e72e4350ef43d18b10d48b78583c15be/buildbot-2.0.1.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "0e7c932daf6c7ba01b07fd48bc82c88b", "sha256": "06410dc12176bc2239dbac7c05e90df404671ac48a11afb04ebf1ca479a8dbe6" }, "downloads": -1, "filename": "buildbot-2.1.0-py3-none-any.whl", "has_sig": true, "md5_digest": "0e7c932daf6c7ba01b07fd48bc82c88b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 781412, "upload_time": "2019-03-09T16:38:01", "url": "https://files.pythonhosted.org/packages/9f/f9/efddd62acebc0b7f2cac523ff36238c75139e3d5dd29586d0cf6bc0c367a/buildbot-2.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a72eda05542e0a708878f6903c8f0ec2", "sha256": "fc0c076ffa1e35122bd50d6c41b60b0f7773545d0570b365630e30a09384859c" }, "downloads": -1, "filename": "buildbot-2.1.0.tar.gz", "has_sig": true, "md5_digest": "a72eda05542e0a708878f6903c8f0ec2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3109607, "upload_time": "2019-03-09T16:38:24", "url": "https://files.pythonhosted.org/packages/28/2d/873712bf25b4b830aa30faf2620be7159874fa4e0d0867984b7b68e72218/buildbot-2.1.0.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "511cce2d67d87d48b2988fe8a56907e1", "sha256": "070735f9b08423f2f1fe529b78f2c862bf1bc1444219767a5f9652f9c598ff14" }, "downloads": -1, "filename": "buildbot-2.2.0-py3-none-any.whl", "has_sig": true, "md5_digest": "511cce2d67d87d48b2988fe8a56907e1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 788231, "upload_time": "2019-04-07T13:20:13", "url": "https://files.pythonhosted.org/packages/a5/ad/297954e9896a0d32ee333a3dea16a892a18be5a4d6ce148b91c36aefe3b4/buildbot-2.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f7aa14e42e474690ccf65a66ec75a3a5", "sha256": "c16d7360316af4e433f28ff60574b2b6cf4e52ad1f2b17e83c94a108edf92650" }, "downloads": -1, "filename": "buildbot-2.2.0.tar.gz", "has_sig": true, "md5_digest": "f7aa14e42e474690ccf65a66ec75a3a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3129058, "upload_time": "2019-04-07T13:20:36", "url": "https://files.pythonhosted.org/packages/dd/b5/44e826f3ebdf7ab13a39da482663349834f3dc611a02e9343ff3716c9998/buildbot-2.2.0.tar.gz" } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "96cc63828419ade3810c9410bd19f19c", "sha256": "8cfd097c5b860bba780ac305108fc052dab9552da030ec18ca686954cf915409" }, "downloads": -1, "filename": "buildbot-2.3.0-py3-none-any.whl", "has_sig": true, "md5_digest": "96cc63828419ade3810c9410bd19f19c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 793646, "upload_time": "2019-05-06T09:52:04", "url": "https://files.pythonhosted.org/packages/ee/52/ea5a05f16b7df385023674b372ee86dc6208454404bea1cc43addbad441c/buildbot-2.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dfdddcabdd0fa9005b51a8654d95b37f", "sha256": "a70844028c05a120c4672e474ef7e146311a7d3a4078408cbc236918ef82aab9" }, "downloads": -1, "filename": "buildbot-2.3.0.tar.gz", "has_sig": true, "md5_digest": "dfdddcabdd0fa9005b51a8654d95b37f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3136319, "upload_time": "2019-05-06T09:54:00", "url": "https://files.pythonhosted.org/packages/00/a5/bc77a64662ede0e34af73d6646f552a29ce64e6f9993b8f7f48ee150384b/buildbot-2.3.0.tar.gz" } ], "2.3.1": [ { "comment_text": "", "digests": { "md5": "45036a1d42c9470fb30c6b7fa6176d99", "sha256": "62f3eca5c5f4d83bbd3cdc72a1781dcf85a76bf239eddc90ece73cefa0cf83f3" }, "downloads": -1, "filename": "buildbot-2.3.1-py3-none-any.whl", "has_sig": true, "md5_digest": "45036a1d42c9470fb30c6b7fa6176d99", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 793527, "upload_time": "2019-05-23T02:17:13", "url": "https://files.pythonhosted.org/packages/10/bd/459394539b52559e2612778fd2ea3370c4b26949bfc19a9e5b5f5f32b0a3/buildbot-2.3.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bdc31905f42806747022dad6259c462b", "sha256": "cf35d2a87b11aba29c59e47e843deba1be9649114e792e830252ed8f7c35f963" }, "downloads": -1, "filename": "buildbot-2.3.1.tar.gz", "has_sig": true, "md5_digest": "bdc31905f42806747022dad6259c462b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3138465, "upload_time": "2019-05-23T02:17:56", "url": "https://files.pythonhosted.org/packages/1c/85/ed29cc0e1645565c0ab8aee9e5cb09827bf915d1bb1ce281d6bba97cd849/buildbot-2.3.1.tar.gz" } ], "2.4.0": [ { "comment_text": "", "digests": { "md5": "0ad328b3a35e2d76904dbd65a740747d", "sha256": "21ceee0272aa2f4efc321a0c239ca4275566b52a1273deae0138f10dfc9f6b3a" }, "downloads": -1, "filename": "buildbot-2.4.0-py3-none-any.whl", "has_sig": true, "md5_digest": "0ad328b3a35e2d76904dbd65a740747d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 801556, "upload_time": "2019-08-18T11:53:48", "url": "https://files.pythonhosted.org/packages/e4/95/721ff64c93291427863f836ef9bd2415d10fb853781dbb2dee0307e50d4c/buildbot-2.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fdd0ad9b8e1f321f3eb599101e53d89c", "sha256": "bf6e41f86be35887cdca05f9593e95f801ad4ba92834db58b1c017199e682a90" }, "downloads": -1, "filename": "buildbot-2.4.0.tar.gz", "has_sig": true, "md5_digest": "fdd0ad9b8e1f321f3eb599101e53d89c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3154696, "upload_time": "2019-08-18T11:54:33", "url": "https://files.pythonhosted.org/packages/25/98/fba532e17a0c62b48867672e38541fe311041c6132cb1d38d0a317807706/buildbot-2.4.0.tar.gz" } ], "2.4.1": [ { "comment_text": "", "digests": { "md5": "096c43960301567ceddb47dbc10c0dd1", "sha256": "b70ab1f2040128777441a37071034c2e763d76aef8f5086c014f5fbec6ccbe38" }, "downloads": -1, "filename": "buildbot-2.4.1-py3-none-any.whl", "has_sig": true, "md5_digest": "096c43960301567ceddb47dbc10c0dd1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 803036, "upload_time": "2019-09-11T20:34:17", "url": "https://files.pythonhosted.org/packages/cb/b3/449d9030f191c84c3442c42d34c3aed186bf160cd9cf22e5ec1e9040f119/buildbot-2.4.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b15e4e438f504c302d9f94fd3dcaef12", "sha256": "a8330baef61bd9035a9f51a717a28706a4374222f4781d2c22bbbc3ae3b91a6b" }, "downloads": -1, "filename": "buildbot-2.4.1.tar.gz", "has_sig": true, "md5_digest": "b15e4e438f504c302d9f94fd3dcaef12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3150023, "upload_time": "2019-09-11T20:34:43", "url": "https://files.pythonhosted.org/packages/b6/4f/446d8f9f8a85115cd3d515f78ed7fcf9a9cf5930f1b5cb94aeff82fa884b/buildbot-2.4.1.tar.gz" } ], "2.5.0": [ { "comment_text": "", "digests": { "md5": "20f8307a3a754eb55d642429fa2c68a8", "sha256": "0f4c8b80fe9d4e21a5670aa8e0b8cc37a06393f3c06e4e8d4e90e1bcc0a31ccb" }, "downloads": -1, "filename": "buildbot-2.5.0-py3-none-any.whl", "has_sig": true, "md5_digest": "20f8307a3a754eb55d642429fa2c68a8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 817757, "upload_time": "2019-10-17T12:26:11", "url": "https://files.pythonhosted.org/packages/d6/65/4ea847a139c03292a13621e3a8ce7940e6924630800830f00b7b00fcd395/buildbot-2.5.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4092d90ecabef69b83f4c1abeaab2d85", "sha256": "e4e6b2861c4f29ed5d84ca497ca7053ae1cc9b9a5387389c457ff9f7e651bf19" }, "downloads": -1, "filename": "buildbot-2.5.0.tar.gz", "has_sig": true, "md5_digest": "4092d90ecabef69b83f4c1abeaab2d85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3173096, "upload_time": "2019-10-17T12:26:47", "url": "https://files.pythonhosted.org/packages/9c/4a/1e09b8405ef0bbb00e20b22e101ddcdc8b38f4f2e66d87a5e4270c7064ed/buildbot-2.5.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "20f8307a3a754eb55d642429fa2c68a8", "sha256": "0f4c8b80fe9d4e21a5670aa8e0b8cc37a06393f3c06e4e8d4e90e1bcc0a31ccb" }, "downloads": -1, "filename": "buildbot-2.5.0-py3-none-any.whl", "has_sig": true, "md5_digest": "20f8307a3a754eb55d642429fa2c68a8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 817757, "upload_time": "2019-10-17T12:26:11", "url": "https://files.pythonhosted.org/packages/d6/65/4ea847a139c03292a13621e3a8ce7940e6924630800830f00b7b00fcd395/buildbot-2.5.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4092d90ecabef69b83f4c1abeaab2d85", "sha256": "e4e6b2861c4f29ed5d84ca497ca7053ae1cc9b9a5387389c457ff9f7e651bf19" }, "downloads": -1, "filename": "buildbot-2.5.0.tar.gz", "has_sig": true, "md5_digest": "4092d90ecabef69b83f4c1abeaab2d85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3173096, "upload_time": "2019-10-17T12:26:47", "url": "https://files.pythonhosted.org/packages/9c/4a/1e09b8405ef0bbb00e20b22e101ddcdc8b38f4f2e66d87a5e4270c7064ed/buildbot-2.5.0.tar.gz" } ] }