{ "info": { "author": "Chris Hartjes", "author_email": "chartjes@mozilla.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Pytest", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Testing" ], "description": "pytest-bugzilla-notifier\n===================================\n\nThis plugin currently has the following functionality:\n\n* posts the results of test runs to be added to existing Bugzilla tickets\n* create new tickets as part of a pytest test\n* read bugs given a bug ID\n* search for bugs given a search\n\n\n\nInstallation\n------------\n\nYou can install \"pytest-bugzilla-notifier\" via `pip`_ from `PyPI`_::\n\n $ pip install pytest-bugzilla-notifier\n\nPre-requisites\n--------------\n\nTo use this plugin you need to have a username and password for a Bugzilla\naccount. First, you need to copy bugzilla.ini-dist to bugzilla.ini and add in\nthe BugZilla API key you will be using to access Bugzilla.\n\nReporting test runs\n-------------------\n\nYou can use the plugin to update a ticket with the results by using the following command::\n\n $ pytest --bug= --config=./bugzilla.ini --bugzilla-url= /path/to/tests\n\n\nThe ID that Bugzilla assigned to the bug you wish to have the test\nresults sent to.\n\n\nThe full URL to the Bugzilla instance you wish to send test results to\n(eg https://bugzilla.mozilla.com)\n\n\nCreating new tickets\n--------------------\n\nTo create a new ticket in Bugzilla, you need to import the library using::\n\n from pytest_bugzilla_notifier.bugzilla_rest_client import BugzillaRESTClient\n\nand then you can create bugs using code similar to this::\n\n api_details = {\n 'bugzilla_host': '',\n 'bugzilla_api_key': ''\n }\n rest_client = BugzillaRESTClient(api_details)\n bug_data = {\n 'product': 'Firefox',\n 'component': 'Developer Tools',\n 'summary': 'Test Bug',\n 'version': 'unspecified'\n }\n bug_id = rest_client.bug_create(bug_data)\n\nIf everything worked as expected, ``bug_id`` will contain the ID BugZilla has assigned to your ticket.\n\nReading Bug Details\n-------------------\n\nIf you know the ID for a bug, you can read in the details::\n\n api_details = {\n 'bugzilla_host': '',\n 'bugzilla_api_key': ''\n }\n rest_client = BugzillaRESTClient(api_details)\n bug_id = \n response = rest_client.bug_read(bug_id)\n\n\n\nSearching For Bugs\n------------------\n\nYou can follow the outlines for `search parameters`_ and then submit your search request::\n\n api_details = {\n 'bugzilla_host': '',\n 'bugzilla_api_key': ''\n }\n rest_client = BugzillaRESTClient(api_details)\n search_details = {\n 'product': 'Firefox',\n 'component': 'Developer Tools',\n 'summary': 'Test Bug',\n }\n bug_id = rest_client.bug_search(search_details)\n\n\n\n\nContributing\n------------\nContributions are very welcome. Tests can be run with `tox`_, please ensure\nthat the test suite passed before submitting a pull request.\n\n\nLicense\n-------\n\nDistributed under the terms of the `Mozilla Public License 2.0`_ license, \"pytest-bugzilla-notifier\" is free and open source software.\n\n\nIssues\n------\n\nIf you encounter any problems, please `file an issue`_ along with a detailed description.\n\n.. _`Mozilla Public License 2.0`: http://mozilla.org/MPL/2.0/\n.. _`file an issue`: https://github.com/mozilla-services/pytest-bugzilla-notifier/issues\n.. _`pytest`: https://github.com/pytest-dev/pytest\n.. _`tox`: https://tox.readthedocs.io/en/latest/\n.. _`pip`: https://pypi.python.org/pypi/pip/\n.. _`PyPI`: https://pypi.python.org/pypi\n.. _`search parameters`: http://bugzilla.readthedocs.io/en/latest/api/core/v1/bug.html#search-bugs\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mozilla-services/pytest-bugzilla-notifier", "keywords": "", "license": "Mozilla Public License 2.0", "maintainer": "Chris Hartjes", "maintainer_email": "chartjes@mozilla.com", "name": "pytest-bugzilla-notifier", "package_url": "https://pypi.org/project/pytest-bugzilla-notifier/", "platform": "", "project_url": "https://pypi.org/project/pytest-bugzilla-notifier/", "project_urls": { "Homepage": "https://github.com/mozilla-services/pytest-bugzilla-notifier" }, "release_url": "https://pypi.org/project/pytest-bugzilla-notifier/1.1.9/", "requires_dist": [ "pytest (>=2.9.2)", "requests", "ConfigObj" ], "requires_python": "", "summary": "A plugin that allows you to execute create, update, and read information from BugZilla bugs", "version": "1.1.9" }, "last_serial": 3966473, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "48f13f849b55e6d7cc142774aa072091", "sha256": "fd470c746363a4e195478c3670fb9cfaed9e434e03e550ac84ec112b99e0fbdd" }, "downloads": -1, "filename": "pytest_bugzilla_notifier-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "48f13f849b55e6d7cc142774aa072091", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6910, "upload_time": "2016-11-10T16:49:43", "url": "https://files.pythonhosted.org/packages/86/c9/5459a50a814116000c18fe2bc0274b8a472e81e0c2e4c40cb02823c0e3d8/pytest_bugzilla_notifier-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d80df47f3cb7e156662f178eebf13a20", "sha256": "1a99deed30ea46f04a583c2ebf8ea1f61d93fe7dc6d03daa8492bdef88ec7d1d" }, "downloads": -1, "filename": "pytest-bugzilla-notifier-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d80df47f3cb7e156662f178eebf13a20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9379, "upload_time": "2016-11-10T16:49:45", "url": "https://files.pythonhosted.org/packages/e1/be/0ccae854e3f20515968b9593c299dc29d48a4c8e01d932efd7362aba7e80/pytest-bugzilla-notifier-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "645770763880603e9e834ccdf8c6104d", "sha256": "52952aa3dc9bd11d54aeafa8b389f3c0f3cb485fa6e7df3285aab901fbe637bc" }, "downloads": -1, "filename": "pytest_bugzilla_notifier-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "645770763880603e9e834ccdf8c6104d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6967, "upload_time": "2016-11-10T17:26:43", "url": "https://files.pythonhosted.org/packages/fe/cd/c1d2c92e883e08f133bf71aebfb737474bab5106b7c261229c2b6dc341cb/pytest_bugzilla_notifier-0.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "644c351a003fd595ab11fc6a9dfaa036", "sha256": "ca9e3ce8dcae62dbf6139095616fe4f60958bfdea503c65800cfa3fab8aa04ee" }, "downloads": -1, "filename": "pytest-bugzilla-notifier-0.1.1.tar.gz", "has_sig": false, "md5_digest": "644c351a003fd595ab11fc6a9dfaa036", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9392, "upload_time": "2016-11-10T17:26:45", "url": "https://files.pythonhosted.org/packages/5d/59/97b3def06515e283acae3784b134668a8c0f3979790b27fc686b6c156ef7/pytest-bugzilla-notifier-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "5fe921538b3a536de6666a7eb4faf68c", "sha256": "5193a5dc960de764072ee2e2f4b4ee4987ab201ba1cfbf200745643d689dfa3c" }, "downloads": -1, "filename": "pytest_bugzilla_notifier-0.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "5fe921538b3a536de6666a7eb4faf68c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6982, "upload_time": "2016-11-10T18:54:22", "url": "https://files.pythonhosted.org/packages/f1/31/217c826369fe465ab916ce88ed53198b23f95411501349e734ba132a628e/pytest_bugzilla_notifier-0.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98d9f3bf4315557986a88745b0f948bc", "sha256": "6d7b9edff621fd5efd057b0414d990a66dd6598e162c7b80a1365f0db21b816a" }, "downloads": -1, "filename": "pytest-bugzilla-notifier-0.1.2.tar.gz", "has_sig": false, "md5_digest": "98d9f3bf4315557986a88745b0f948bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9388, "upload_time": "2016-11-10T18:54:26", "url": "https://files.pythonhosted.org/packages/01/8b/d01a44aa9cc46db8886504234fc2e51ca1968b2b2849ced693248d3668d0/pytest-bugzilla-notifier-0.1.2.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "755c2eb878b14a277c321bb4be229b6a", "sha256": "c36f42317c3da0631104eb41ff82c52cd97cb6f2e6ca198a3ec87f17a389923a" }, "downloads": -1, "filename": "pytest_bugzilla_notifier-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "755c2eb878b14a277c321bb4be229b6a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6754, "upload_time": "2017-11-23T20:48:50", "url": "https://files.pythonhosted.org/packages/72/d7/eb54845ca20f9fb08ce90d02a063df8158f3f6cf98ec1d5673f49ec830a1/pytest_bugzilla_notifier-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f7adcb0a46af2ad6d58b386be8b3f861", "sha256": "356760537937e22f6bf603633a0d4f81cfe0fffdaede054081bdeabf537c5875" }, "downloads": -1, "filename": "pytest-bugzilla-notifier-1.0.0.tar.gz", "has_sig": false, "md5_digest": "f7adcb0a46af2ad6d58b386be8b3f861", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9242, "upload_time": "2017-11-23T20:48:52", "url": "https://files.pythonhosted.org/packages/47/56/3f1098f3f775b694acd15667c4232656b435847bbfc6591484dcce514389/pytest-bugzilla-notifier-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "68883e94f77acee3f93c663d01ff6a19", "sha256": "56d5e5d0bc89c58e0939139db6212db9732ed389578f1602165ecdbba9d42a9e" }, "downloads": -1, "filename": "pytest_bugzilla_notifier-1.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "68883e94f77acee3f93c663d01ff6a19", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7795, "upload_time": "2018-01-29T16:44:56", "url": "https://files.pythonhosted.org/packages/9d/0c/db3d36edba1953c61a1790a1a03c23a6686974eae4c6a6abc6aed44da2b7/pytest_bugzilla_notifier-1.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "abf1aad337e38ad91622a9a987059292", "sha256": "387a3ea162b6276d880ed8a29a642ea9f29c63d1829f0b035f1a30acb69a78b5" }, "downloads": -1, "filename": "pytest-bugzilla-notifier-1.1.0.tar.gz", "has_sig": false, "md5_digest": "abf1aad337e38ad91622a9a987059292", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9872, "upload_time": "2018-01-29T16:44:58", "url": "https://files.pythonhosted.org/packages/ba/a0/9e3e9987e6da0661845a71f7bba47ebcc50b5d53a1237e56ce61d027009d/pytest-bugzilla-notifier-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "a1cc16260b3be6f902c18c43db807bce", "sha256": "eb1bf56470d4f493495b5cdfc450e6f1d6811c12cfd226ae4444731338c8754c" }, "downloads": -1, "filename": "pytest_bugzilla_notifier-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a1cc16260b3be6f902c18c43db807bce", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8277, "upload_time": "2018-03-28T18:53:55", "url": "https://files.pythonhosted.org/packages/22/6a/352543d33adc255eeae79bd6e8b0b9868578114852d4a5ada9709a071970/pytest_bugzilla_notifier-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5b8b671de3671b6b7cc70a82a7f6980a", "sha256": "3f3605ce4ee4ed0ef573eba41f92c03c4e233bc4dda05d293fbeb779cdfa7946" }, "downloads": -1, "filename": "pytest-bugzilla-notifier-1.1.1.tar.gz", "has_sig": false, "md5_digest": "5b8b671de3671b6b7cc70a82a7f6980a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10229, "upload_time": "2018-03-28T18:53:57", "url": "https://files.pythonhosted.org/packages/29/2a/9f715432f41538d82e6834c87961fafa2dfb2f13894cb8c8781a7f7f12a8/pytest-bugzilla-notifier-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "da6cf1f7d5c2154006114921f74905dd", "sha256": "59362d505ff656935deded8190a045fc3a14a89c3553b8a25e7fe5e75d9a0f0a" }, "downloads": -1, "filename": "pytest_bugzilla_notifier-1.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "da6cf1f7d5c2154006114921f74905dd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8323, "upload_time": "2018-03-28T20:43:15", "url": "https://files.pythonhosted.org/packages/d3/32/0910b8d74c347f095650841b65c9f763448a5771ebd8a614de1079f8475c/pytest_bugzilla_notifier-1.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d8fbe19a57ff5694c99ca68c77f50ffb", "sha256": "6a1a2b201b94491c9a6f90dce13c645c0b1634038253dc5851714eb35e5f045d" }, "downloads": -1, "filename": "pytest-bugzilla-notifier-1.1.2.tar.gz", "has_sig": false, "md5_digest": "d8fbe19a57ff5694c99ca68c77f50ffb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10270, "upload_time": "2018-03-28T20:43:17", "url": "https://files.pythonhosted.org/packages/de/4d/2537195941e5c3aa96c8de43f55b5339b0d06819f9031674c75b8206c8ae/pytest-bugzilla-notifier-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "f83f35d9f37944a3a1e03531cecb3e0c", "sha256": "6880a32d414b17ae9cc273794550ea2a0bd27f25797340fdb42a20c2cfc43227" }, "downloads": -1, "filename": "pytest_bugzilla_notifier-1.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "f83f35d9f37944a3a1e03531cecb3e0c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 8328, "upload_time": "2018-03-29T13:20:42", "url": "https://files.pythonhosted.org/packages/32/b0/2d7c73be3b4b3322e7f684833b1448d8716f0a7fe3a186a765aa12df310f/pytest_bugzilla_notifier-1.1.3-py2-none-any.whl" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "e99edefceed1499b925dec51b7ebaa13", "sha256": "e3071be2f433760b4e3ca6da2b92f5ae558ed1fd92f41185082719fdb43beff2" }, "downloads": -1, "filename": "pytest_bugzilla_notifier-1.1.5-py2-none-any.whl", "has_sig": false, "md5_digest": "e99edefceed1499b925dec51b7ebaa13", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 8317, "upload_time": "2018-03-29T13:40:03", "url": "https://files.pythonhosted.org/packages/6b/5e/9c4adea17e896aab58d06dda763aa0c8c8049e9f85c227df1a4500a5d2ed/pytest_bugzilla_notifier-1.1.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e0870dad4ab8c4915c609786392a803", "sha256": "5dae87fa76ad2b319f82b4feaef69dc864e7bf03651a3d6c554610528247a9cc" }, "downloads": -1, "filename": "pytest_bugzilla_notifier-1.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "4e0870dad4ab8c4915c609786392a803", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8329, "upload_time": "2018-03-29T14:08:39", "url": "https://files.pythonhosted.org/packages/c0/10/1aace952f743f81303237b6e86776cb09a21f152879f9debfe9dfccdc581/pytest_bugzilla_notifier-1.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eee876f7b153a4a40a756bbc3866b1fb", "sha256": "8f558e9c39fbe57badd67a772ecfbb6e522ecfe0b18c6291cb40bc070b6131b5" }, "downloads": -1, "filename": "pytest-bugzilla-notifier-1.1.5.tar.gz", "has_sig": false, "md5_digest": "eee876f7b153a4a40a756bbc3866b1fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10274, "upload_time": "2018-03-29T13:40:04", "url": "https://files.pythonhosted.org/packages/ec/8c/61d1fe760b0f993d2a1db5e089bb5873146cf724f477436558bdacd92619/pytest-bugzilla-notifier-1.1.5.tar.gz" } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "c7dff4b9f7d23ae5ef3abcc72d4775d3", "sha256": "5d4e8c9cc18b9f9547dd586b2322c6f58fc4c6d4239f0966d746c7fbd76cc0b8" }, "downloads": -1, "filename": "pytest_bugzilla_notifier-1.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "c7dff4b9f7d23ae5ef3abcc72d4775d3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8330, "upload_time": "2018-03-29T14:08:40", "url": "https://files.pythonhosted.org/packages/8e/21/698a3cec1f14a7649461e50a4b8b08eddf7412f7caaade2e0a55c2c9241d/pytest_bugzilla_notifier-1.1.6-py3-none-any.whl" } ], "1.1.7": [ { "comment_text": "", "digests": { "md5": "a9b055f67f86e452cca8b7b93c13e38b", "sha256": "268e2bfff58d2185d2933cbff764f47ec60c70568cc7a3db5ba75f55fc59ac1d" }, "downloads": -1, "filename": "pytest_bugzilla_notifier-1.1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "a9b055f67f86e452cca8b7b93c13e38b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8348, "upload_time": "2018-03-29T14:17:11", "url": "https://files.pythonhosted.org/packages/4f/4d/7cdeaa66da5d3315e04ccec6208f11717fb7186da0bec4a772085a0b8384/pytest_bugzilla_notifier-1.1.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3c983c1552715724a59fb4dd2c8c1a4d", "sha256": "ce4cbcb5f4df46c0b3555178eed078f23f6a3001522a953469709c08ab6e8b2e" }, "downloads": -1, "filename": "pytest-bugzilla-notifier-1.1.7.tar.gz", "has_sig": false, "md5_digest": "3c983c1552715724a59fb4dd2c8c1a4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10293, "upload_time": "2018-03-29T14:17:12", "url": "https://files.pythonhosted.org/packages/dc/fc/073890c729b11ea5db7dc04165e6becdb78c4b4ef74a6a2a87b917f45de3/pytest-bugzilla-notifier-1.1.7.tar.gz" } ], "1.1.8": [ { "comment_text": "", "digests": { "md5": "20bfea11ba57e60148911b1efa25722e", "sha256": "3addf5b2d8b8bdf03e56364dfbe187a429efc0b9860afc2f711dc217d4f93b13" }, "downloads": -1, "filename": "pytest_bugzilla_notifier-1.1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "20bfea11ba57e60148911b1efa25722e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8448, "upload_time": "2018-04-24T20:54:27", "url": "https://files.pythonhosted.org/packages/da/69/524ddcb61e9a9d2361f30f442538b08d083826f1331b9aa05f535b9109bc/pytest_bugzilla_notifier-1.1.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "85a0e84e57940871f37e2f6d114fa254", "sha256": "764bcfbb5df5e0afc92464a07d698c149de77bebb3869546503c063ec7dd502f" }, "downloads": -1, "filename": "pytest-bugzilla-notifier-1.1.8.tar.gz", "has_sig": false, "md5_digest": "85a0e84e57940871f37e2f6d114fa254", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10370, "upload_time": "2018-04-24T20:54:29", "url": "https://files.pythonhosted.org/packages/7c/cc/7c3d5cb58c8f30cf4a4b6432e6a103727eb00fa2e3edb50e484cef6d9784/pytest-bugzilla-notifier-1.1.8.tar.gz" } ], "1.1.9": [ { "comment_text": "", "digests": { "md5": "723abe377739e2fda09e7709c6f19292", "sha256": "068ef0c6ebbbfc8a66945ea5b16e84d60f482e495394f035c613ce4b32bd71d8" }, "downloads": -1, "filename": "pytest_bugzilla_notifier-1.1.9-py2-none-any.whl", "has_sig": false, "md5_digest": "723abe377739e2fda09e7709c6f19292", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6042, "upload_time": "2018-06-15T23:59:05", "url": "https://files.pythonhosted.org/packages/4a/5e/8e2f47af0b3815e5e744ddbe44f79b096449af212754f348ff9a6e92fa40/pytest_bugzilla_notifier-1.1.9-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7c14d3cc0397bfeb5e4af372e9f84994", "sha256": "53444067d5a74eea43e87bd50b1868b0d589bb8450ed0e258923bc70f055e89f" }, "downloads": -1, "filename": "pytest-bugzilla-notifier-1.1.9.tar.gz", "has_sig": false, "md5_digest": "7c14d3cc0397bfeb5e4af372e9f84994", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10367, "upload_time": "2018-06-15T23:59:07", "url": "https://files.pythonhosted.org/packages/06/2e/d7549df4b3d472b814dfba42c669725d2380824618aad17413f00f848bcc/pytest-bugzilla-notifier-1.1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "723abe377739e2fda09e7709c6f19292", "sha256": "068ef0c6ebbbfc8a66945ea5b16e84d60f482e495394f035c613ce4b32bd71d8" }, "downloads": -1, "filename": "pytest_bugzilla_notifier-1.1.9-py2-none-any.whl", "has_sig": false, "md5_digest": "723abe377739e2fda09e7709c6f19292", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6042, "upload_time": "2018-06-15T23:59:05", "url": "https://files.pythonhosted.org/packages/4a/5e/8e2f47af0b3815e5e744ddbe44f79b096449af212754f348ff9a6e92fa40/pytest_bugzilla_notifier-1.1.9-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7c14d3cc0397bfeb5e4af372e9f84994", "sha256": "53444067d5a74eea43e87bd50b1868b0d589bb8450ed0e258923bc70f055e89f" }, "downloads": -1, "filename": "pytest-bugzilla-notifier-1.1.9.tar.gz", "has_sig": false, "md5_digest": "7c14d3cc0397bfeb5e4af372e9f84994", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10367, "upload_time": "2018-06-15T23:59:07", "url": "https://files.pythonhosted.org/packages/06/2e/d7549df4b3d472b814dfba42c669725d2380824618aad17413f00f848bcc/pytest-bugzilla-notifier-1.1.9.tar.gz" } ] }