{ "info": { "author": "Asko Soukka", "author_email": "asko.soukka@iki.fi", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "plone.app.robotframework\n------------------------\n\n.. image:: https://secure.travis-ci.org/plone/plone.app.robotframework.png\n :target: http://travis-ci.org/plone/plone.app.robotframework\n\n.. image:: https://saucelabs.com/buildstatus/parobotframework\n :target: https://saucelabs.com/u/parobotframework\n\n.. image:: https://img.shields.io/pypi/v/plone.app.robotframework.svg\n :target: https://pypi.org/project/plone.app.robotframework/\n\n**plone.app.robotframework** provides `Robot Framework\n`_ compatible resources and tools for\nwriting functional Selenium tests (including acceptance tests) for Plone CMS\nand its add-ons.\n\nPlease read the full documentation at `Plone Developer Documentation\n`_.\n\n`The latest known good version`__ for **plone.app.robotframework** and\npackages related to it.\n\n__ https://raw.githubusercontent.com/plone/plone.app.robotframework/master/versions.cfg\n\nContributors\n============\n\n- Anatoly Bubenkov\n- Asko Soukka\n- Beno\u00eet Suttor\n- Carles Bruguera\n- Chris Ewing\n- Chris Shenton\n- Daniel Widerin\n- Ed Manlove\n- Eric Brehault\n- Esa-Matti Suuronen\n- Fulvio Casali\n- Godefroid Chapelle\n- Hector Velarde\n- Jean-Michel Francois\n- Jens Klein\n- Johan Beyers\n- Johannes Raggam\n- Jonas Baumann\n- Kees Hink\n- Laure Perez Mayos\n- Leo Rochael\n- Mikko Ohtamaa\n- Roman Kozlovskyi\n- Silvio Tomatis\n- Steffen Lindner\n- Stephan Geulette\n- Timo Stollenwerk\n- Victor Fernandez de Alba\n- zotya\n\nChangelog\n=========\n\n.. You should *NOT* be adding new change log entries to this file.\n You should create a file in the news directory instead.\n For helpful instructions, please see:\n https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst\n\n.. towncrier release notes start\n\n1.5.2 (2019-05-21)\n------------------\n\nBug fixes:\n\n\n- Removed the legacy keyword ``Refresh JS/CSS resources``.\n [Rotonen] (#110)\n- Use the 'Plone test setup' and 'Plone test teardown' keywords in the Robot tests.\n [Rotonen] (#110)\n- Stabilize tests by defaulting to a browser window size of 4K x 4K.\n [Rotonen] (#110)\n\n\n1.5.1 (2019-05-01)\n------------------\n\nBug fixes:\n\n\n- Patch selenium.is_connectable for Python 3 to retry on ConnectionResetError.\n See `issue 2786 `_.\n [maurits] (#2786)\n\n\n1.5.0 (2019-02-08)\n------------------\n\nNew features:\n\n\n- Print the ZServer and XMLRPC URLs when starting up the server. [jone] (#106)\n\n\nBug fixes:\n\n\n- Remove five.globalrequest dependency. It has been deprecated upstream (Zope\n 4). [gforcada] (#95)\n- Fix old links on remote.py [gforcada] (#96)\n- Use the standard library signal module instead of the ZServer Signal module\n [ale-rt] (#97)\n- Fix the travis build which is broken since we are picking a random port\n (fixes #100) [ale-rt] (#100)\n- Do not raise an error if the child processes we want to kill is not there\n anymore. Replace \"Zope 2 server\" with the more appropriate \"Zope robot\n server\" [ale-rt] (#104)\n\n\n1.4.0 (2018-10-31)\n------------------\n\nNew features:\n\n- Read files as binary in Python 3.\n [davisagli]\n\n- Avoid test layer isolation problems by setting the remote library\n as an attribute of the PloneSite class instead of a particular\n portal instance.\n [davisagli]\n\n\n1.3.1 (2018-10-31)\n------------------\n\nBreaking changes:\n\n- Default to the new plone.testing default of picking the ZServer port\n dynamically.\n [Rotonen]\n\n\n1.3.0 (2018-10-01)\n------------------\n\nNew features:\n\n- Remove compatibility code for Plone 4.x.\n [hvelarde]\n\n- Skip Support for Plone 4.x.\n [jensens]\n\nBug fixes:\n\n- Add support for Python 3.\n [davisagli]\n\n- Support for Plone 5.x toolbar, i18n, ...\n [jensens]\n\n- Fix RemoteLibrary ``i18n`` to work proper with registry based settings.\n [jensens]\n\n- Make robotframework work with merged ``plone.login``.\n [jensens]\n\n- Fix Travis CI setup.\n [jensens]\n\n\n1.2.1 (2018-06-22)\n------------------\n\nBug fixes:\n\n- Fixed create user with multiple roles with args::\n\n Create user siteadmin Contributor Reviewer Site Administrator\n\n and with kwargs::\n\n @{roles} = Create list Contributor Reviewer Site Administrator\n Create user siteadmin roles=@{roles}\n\n [ksuess, datakurre]\n\n\n1.2.0 (2018-02-23)\n------------------\n\nNew features:\n\n- Imports are Python3 compatible. Add six into install_requires set and sort\n each file's imports with the isort package.\n [b4oshany, @davilima6]\n\n\n1.1.3 (2018-02-02)\n------------------\n\nBug fixes:\n\n- Import ``activatePluginInterfaces`` from ``Products.PlonePAS.setuphandlers``.\n [maurits]\n\n\n1.1.2 (2018-01-30)\n------------------\n\nBug fixes:\n\n- Use ``get_installer`` for checking if a product is installed.\n Fall back to getting the ``portal_quickinstaller`` tool.\n [maurits]\n\n\n1.1.1 (2017-06-28)\n------------------\n\nBug fixes:\n\n- Update links to external documentation. [jensens]\n\n\n1.1 (2017-04-08)\n----------------\n\nNew features:\n\n- Add new variable ${SELENIUM2LIBRARY_RUN_ON_FAILURE} with default value\n 'No operation' (Robot Framework built-in keyword with no action) to define\n operation immediately after failed Selenium keyword\n [datakurre]\n\nBug fixes:\n\n- Fix issue where an error \"No keyword with name 'No keyword' found.\" after\n a failing test was reported\n [datakurre]\n\n\n1.0.3 (2017-03-28)\n------------------\n\nNew features:\n\n- Manage datetime and date field types in \"set field value\" keyword\n [sgeulette]\n\n- Manage RelationList field using \"references\" field type in \"set field value\" keyword\n [sgeulette]\n\n\n1.0.2 (2017-02-22)\n------------------\n\nBug fixes:\n\n- Fix issue where custom pybot-entrypoint failed to parse Sphinx-document with :ref:\n [datakurre]\n\n\n1.0.1 (2016-09-08)\n------------------\n\nBug fixes:\n\n- fix broken links\n [staeff]\n\n\n1.0 (2016-07-15)\n----------------\n\nBreaking changes:\n\n- Do not use ``run_on_failure`` from ``Selenium2Library``. This\n interferes with ``Wait until keyword succeeds``: an initial failure\n is seen as total failure instead of checking the retries of this\n keyword. See https://github.com/plone/Products.CMFPlone/pull/1652\n [maurits]\n\n\n0.9.17 (2016-07-15)\n-------------------\n\nNew features:\n\n- Test with robotframework version 3.0. [maurits]\n\n- Added ``Plone Test Setup`` and ``Plone Test Teardown`` keywords. In\n that last one, in case of a failure do what is done by\n ``run_on_failure``, which will be removed in version 1.0. This\n means a screen shot by default, but you can override this on the\n command line with for example ``ROBOT_SELENIUM_RUN_ON_FAILURE=Debug``.\n See https://github.com/plone/Products.CMFPlone/pull/1652\n [maurits]\n\n- Add ``Running tests with the Google Chrome browser`` section.\n Briefly: ``ROBOT_BROWSER=chrome ./bin/test --all``\n [thet]\n\nBug fixes:\n\n- Replaced deprecated ``Fail Unless Equal`` with ``Should Be Equal``\n in test. [maurits]\n\n\n0.9.16 (2016-06-07)\n-------------------\n\nFixes:\n\n- Removed bad format parameter on ObjectModifiedEvent: must be an Attributes instance.\n See zope.lifecycleevent.ObjectModifiedEvent class.\n Removed because we can't get the interface and the correct fieldname.\n [sgeulette]\n\n0.9.15 (2016-02-26)\n-------------------\n\nFixes:\n\n- Do not require argparse, decorator, and simplejson in Python 2.7,\n only lower. [maurits]\n\n- Replace import of ``zope.testing.testrunner`` with ``zope.testrunner``.\n [thet]\n\n\n0.9.14 (2015-10-11)\n-------------------\n\n- With lazy sandbox-server shutdown, let test layers to declare themselves\n dirty and force sandbox rebuild when required\n [datakurre]\n\n- Fix PloneRobotFixture to know its deployment state and declare itself\n dirty when required for lazy sandbox-server shutdown support\n [datakurre]\n\n0.9.13 (2015-10-10)\n-------------------\n\n- Add support for lazy sandbox-server (Zope2Server) shutdown with\n ``pybot --listener plone.app.framework.server.LazyStop`` or with\n Sphinx extension ``plone.app.robotframeworks.server`` to allow\n sequential Sphinx documents to share the same server for screenshots\n generation\n [datakurre]\n\n0.9.12 (2015-09-27)\n-------------------\n\n- Fix CSRF errors on content creation keywords\n [vangheem]\n\n\n0.9.11 (2015-09-16)\n-------------------\n\n- Fix issue where 'use_email_as_login' was not found in registry\n [datakurre]\n- Fix selenium2library link in documentation\n [gotcha]\n- Inline sample robot code for mentioned example into docs\n [pjoshi]\n\n0.9.10 (2015-07-30)\n-------------------\n\n- Update good known versions.\n [gotcha]\n\n- \"Create content\" keyword fix: creation of random images in ATCT did not\n work when dexterity was installed.\n [gotcha]\n\n\n0.9.9 (2015-03-13)\n------------------\n\n- \"Create content\" keyword fixes: Fix creation of random images, add image to\n News Item if not defined, add file to File if not defined.\n [thet]\n\n- Also detect mockup-based modals in the \"Click Overlay Link\" and\n \"Click Overlay Button\" keywords.\n [davisagli]\n\n- Read ``use_email_as_login`` setting from the registry instead of portal\n properties (see https://github.com/plone/Products.CMFPlone/issues/216).\n [jcerjak]\n\n\n0.9.8 (2014-11-11)\n------------------\n\n- Fix dependency on plone.namedfile to be optional\n [hvelarde, datakurre]\n\n0.9.7 (2014-10-13)\n------------------\n\n- Restore robotsuite into direct dependencies for convenience\n [datakurre]\n\n0.9.6 (2014-10-11)\n------------------\n\n- Fix package dependencies; Remove needless dependency on unittest2 Remove\n implicit dependency on z3c.relationfield unless it's required by the tested\n add-on\n [vincentfretin, hvelarde, datakurre]\n\n0.9.5 (2014-10-09)\n------------------\n\n- Fix issue where Dexterity content creation without explicit id fails\n [datakurre]\n- Add user keywords 'a logged in test user' and 'a logged in site owner'.\n [tisto]\n- Add user.robot keywords.\n [tisto]\n [datakurre]\n- Refactor Dexterity not to be explicit dependency\n [datakurre]\n- Add default RobotRemote instance to support enabling the default remote\n library with collective.monkeypatcher (see p.a.robotframework.testing)\n [datakurre]\n\n0.9.4 (2014-06-23)\n------------------\n\n- Make the 'id' parameter optional for the 'create content' keyword.\n [timo]\n\n0.9.3 (2014-06-23)\n------------------\n\n- Add 'Global allow' content keyword\n [tisto]\n\n0.9.2 (2014-04-28)\n------------------\n\n- Fix package dependencies\n [hvelarde]\n\n0.9.1 (2014-04-16)\n------------------\n\n- Fix robot-server debug-mode support to work also in code reloading mode\n [datakurre]\n\n0.9.0 (2014-04-13)\n------------------\n\n- Add a new command-line option for robot-server to start Zope in debug-mode\n (useage: bin/robot-server -d or bin/robot-server --debug-mode)\n [datakurre]\n- Change robot LISTENER_PORT (used in communication between bin/robot-server\n and bin/robot via robotframework) to default port 49999 instead of 10001\n [datakurre]\n- Add SELENIUM_RUN_ON_FAILURE-variable into resource file\n plone/app/robotframewor/selenium.robot to support custom keyword be called\n at the first failing step (defaults to Capture Page Screenshot, but can be\n changed to ease debugging)\n- Refactor Debug keyword in plone/app/robotframwork/keywords.robot to\n to support both DebugLibrary and Dialogs-library and finally fallback to\n pdb REPL.\n- Add new script bin/robot-debug as a shortcut to run robot with variable\n SELENIUM_RUN_ON_FAILURE=Debug\n [datakurre]\n- Fix MOCK_MAILHOST_FIXTURE's teardown to don't crash on missing\n portal._original_mailhost attribute because of wrong layer order\n [thet]\n\n0.8.5 (2014-04-02)\n------------------\n\n- Add 'Get total amount of sent emails'-keyword into MockMailHost remote\n library\n [datakurre]\n\n0.8.4 (2014-03-31)\n------------------\n\n- Fix regression in PloneRobotFixture (used in documentation screenshots)\n [datakurre]\n\n0.8.3 (2014-03-04)\n------------------\n\n- Fix 'title'-keyword argument to be optional for Create content -keyword\n [datakurre]\n\n0.8.2 (2014-02-17)\n------------------\n\n- Move robotframework-debuglibrary into its own extras to not require it by\n default and to restore compatibility with robotframework < 2.8.\n **Note:** *Debug*-keywords now requires either that\n *plone.app.robotframework* is required with **[debug]** extras or that\n *robotframework-debuglibrary* is requires explicitly.\n [datakurre]\n\n0.8.1 (2014-02-13)\n------------------\n\n- Fix debug-keyword to load DebugLibrary lazily to not require readline until\n its really required [fixes #20]\n [datakurre]\n\n0.8.0 (2014-02-13)\n------------------\n\n- Add Debug-keyword by adding dependency on robotframework-debuglibrary and\n automatically include it in keywords.robot.\n [datakurre]\n\n0.7.5 (2014-02-11)\n------------------\n\n- Fix crete content keyword to support schema.Object-fields (e.g. RichText)\n [datakurre]\n- Fix support of passing list variables from environment into PloneRobotFixture\n [datakurre]\n\n0.7.4 (2014-02-11)\n------------------\n\n- Add 'Delete content' keyword for content remote library\n [datakurre]\n\n0.7.3 (2014-02-09)\n------------------\n\n- Allow to custom open browser keyword in server.robot\n [datakurre]\n\n0.7.2 (2014-02-09)\n------------------\n\n- Add support for registering translations directly from docs for screenshots\n [datakurre]\n\n0.7.1 (2014-02-08)\n------------------\n\n- Add ignored Sphinx-directives to pybot to make it easier to run pybot agains\n Sphinx documentation\n [datakurre]\n- Update libdoc-generated documentations\n [datakurre]\n\n0.7.0 (2014-02-08)\n------------------\n\n- Fix kwargs support for robotframework >= 2.8.3 [fixes #17]\n [datakurre]\n- Add path_to_uid method to content library.\n [tisto]\n- Add content library container tests for documentation.\n [tisto]\n- The title attribute for Dexterity types needs to be unicode.\n [tisto]\n- Add field type reference (only intid support for now).\n [tisto]\n- Add file/image support to set_field_value method/keyword.\n [tisto]\n- Add support for list type.\n [tisto]\n- Support setting RichText (Dexterity only).\n [tisto]\n- Call reindexObject after setting a field value so the object is updated in\n the catalog as well.\n [tisto]\n- Add new set_field_value keyword that allows to set the field type explicitly.\n [tisto]\n- Fix use object_rename view instead of pop-up for rename content title\n [Gagaro]\n- Fix use \"a\" instead of \"span\" for Open User Menu\n [Gagaro]\n- Fix rename content title\n [Gagaro]\n\n0.7.0rc4 (2013-11-13)\n---------------------\n\n- Add support for path as container argument value in Create content -keyword\n [datakurre]\n\n0.7.0rc3 (2013-11-12)\n---------------------\n\n- Drop dependency on plone.api\n [datakurre]\n\n0.7.0rc2 (2013-11-12)\n---------------------\n\n- Fix backwards compatibility with robotframework 1.7.7\n [datakurre]\n\n0.7.0rc1 (2013-11-10)\n---------------------\n\nThis is Arnhem Sprint preview release of 0.7.0.\n\n- Refactor and clean; Rename 'Do transition' to 'Fire transition'; Split\n 'PloneAPI' RemoteLibrary into 'Content' and 'Users' libraries\n [datakurre]\n- Add 'Pause'-keyword\n [datakurre]\n- Cleanup Zope2ServerRemote-library keywords\n [datakurre]\n- Add I18N, MockMailHost, PortalSetup and PloneAPI -keywords from c.usermanual\n [datakurre]\n- Rename RemoteServer-keyword library into Zope2ServerRemote and provide a\n shortcut import\n [datakurre]\n- Fix to support explicit layers with zodb_setup and zodb_teardown calls,\n because sometime the layers is not available (because of different server\n library instance); Add remote library for zodb_setup and zodb_teardown\n keywords\n [datakurre]\n- Rename PloneRobotSandboxLayer into PloneRobotFixture, because it's only\n usable as it is\n [datakurre]\n- Drop LiveSearch-layer (it was CMFPlone-specific); Add MockMailHostlayer; Add\n robot configurable PloneRobotSandboxLayer\n [datakurre]\n- Refactor to use python only for environment variables and define other\n variables in robot to support robot variable overrides\n [datakurre]\n- Deprecate annotate-library in favor of Selenium2Screenshots-library\n [datakurre]\n- Remove moved CMFPlone-tests\n [datakurre]\n- Use robotframework 2.8.1\n [datakurre]\n- Fix to tell in 'robot-server' help how to enable code-reloading support\n [fixes #13]\n [datakurre]\n- Add entry point for robot.libdoc\n [Beno\u00eet Suttor]\n- Return location to reference new content\n [Beno\u00eet Suttor]\n- Refactor add content keywords\n [Beno\u00eet Suttor]\n- Explain stop keyword from debugging library\n [Beno\u00eet Suttor]\n\n0.6.4 (2013-08-19)\n------------------\n\n- Better support for Login/Logout on multilingual sites by not relying on\n 'Log in' and 'Log out' on these pages. Check css locators instead.\n [saily]\n\n0.6.3 (2013-06-28)\n------------------\n\n- ZSERVER_PORT, ZOPE_HOST and ZOPE_PORT environment variables are supported.\n [gotcha]\n\n- Make ``robot-server`` show ``logging`` messages.\n [gotcha]\n\n0.6.2 (2013-06-19)\n------------------\n\n- Remove the default selenium-version (SELENIUM_VERSION-variable) set for\n sessions Sauce Labs to fix issues with mobile browser testing\n (selenium-version must not be set when testing mobile browsers)\n [datakurre]\n- Documentation updates\n [gotcha, datakurre]\n- Add ``Capture viewport screenshot`` into annotate.robot keywords library\n [datakurre]\n- Fix Speak-keyword to use ``jQuery`` instead of ``jq``\n [datakurre]\n\n0.6.1 (2013-05-16)\n------------------\n\n- Fix ``Click Action by`` keyword. on Sunburst Theme the action id is\n #plone-contentmenu-actions-${name}\n [JeanMichel FRANCOIS]\n- Enhance Server-library to support carefully designed additional layers\n (appended after the main layer)\n [datakurre]\n- Documentatio updates\n [ebrehault, Fulvio Casali, saily]\n\n0.6.0 (2013-04-30)\n------------------\n\n- Add verbose console outout for robot-server for test setup and teardown\n [datakurre]\n- Documentation update\n [datakurre, Silvio Tomatis]\n- Merge pull request #2 from silviot/patch-1\n- Add ``Element should become visible`` keyword\n [datakurre]\n\n0.5.0 (2013-04-09)\n------------------\n\n- Add ``Align elements horizontally`` annotation keyword.\n\n0.4.4 (2013-04-09)\n------------------\n\n- Fix image cropping math.\n\n0.4.3 (2013-04-08)\n------------------\n\n- Fix the default Selenium timeout to be 30s instead of 10s, because\n defaults need to be safe at first and only then optimal.\n\n0.4.2 (2013-04-08)\n------------------\n\n- Use ``Capture and crop page screenshot`` keyword in screencast example; Try\n more transparent annotation pointer\n\n0.4.1 (2013-04-08)\n------------------\n\n- Rename ``Add dot`` to ``Add pointer`` and ``Add numbered dot`` to ``Add dot``;\n Available annotations keywords are now ``Add pointer``, ``Add dot`` and\n ``Add note``.\n\n0.4.0 (2013-04-08)\n------------------\n\n- Moved speak.js into collective.js.speakjs.\n- Add note positions. Add numbered dot\n- Tune old annotation keywords.\n\n0.3.0 (2013-04-07)\n------------------\n\n- Add annotation library with dot and note\n- Add image cropping keyword into annotation library\n- Restore pybot-entrypoint (it's needed for screenshot-usecase)\n\n0.2.5 (2013-04-05)\n------------------\n\n- PLOG2013 development release.\n- Fix Sauce Labs -library to work without tunnel identifier\n\n0.2.4 (2013-04-04)\n------------------\n\n- PLOG2013 development release.\n- Fix typo in AUTOLOGIN_LIBRARY_FIXTURE\n\n0.2.3 (2013-04-04)\n------------------\n\n- PLOG2013 development release.\n- Define dedicated re-usable AUTOLOGIN_ROBOT_FIXTURE\n- Drop BBB for plone.act\n- Drop entrypoints for pure pybot and rebot to make it easier to use them pure\n without extra dependencies by installing robotentrypoints-package\n\n0.1.0 (2013-04-03)\n------------------\n\n- PLOG2013 development release.\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/plone/plone.app.robotframework/", "keywords": "robot automatic browser testing Plone", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "plone.app.robotframework", "package_url": "https://pypi.org/project/plone.app.robotframework/", "platform": "", "project_url": "https://pypi.org/project/plone.app.robotframework/", "project_urls": { "Homepage": "https://github.com/plone/plone.app.robotframework/" }, "release_url": "https://pypi.org/project/plone.app.robotframework/1.5.2/", "requires_dist": [ "Products.CMFCore", "Products.CMFPlone", "Products.MailHost", "Products.PlonePAS (>=5.0.1)", "Products.PluggableAuthService", "babel", "plone.app.testing", "plone.testing", "plone.uuid", "robotframework", "robotframework-selenium2library", "robotsuite", "selenium", "setuptools", "six", "zope.component", "zope.configuration", "zope.i18n", "zope.schema", "zope.testrunner", "robotframework-debuglibrary; extra == 'debug'", "sphinxcontrib-robotdoc; extra == 'docs'", "watchdog; extra == 'reload'", "robotframework-ride; extra == 'ride'", "collective.js.speakjs; extra == 'speak'", "plone.app.dexterity; extra == 'test'", "plone.app.textfield; extra == 'test'", "plone.dexterity; extra == 'test'", "robotsuite; extra == 'test'", "z3c.form; extra == 'test'" ], "requires_python": "", "summary": "Robot Framework testing resources for Plone", "version": "1.5.2" }, "last_serial": 5299355, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d86b59fc80ea5302b4848f452abdb4ef", "sha256": "31e3c591cdd9ed27e42a9bb6cd6f7634bd1ccfc89152d637a801f3ad975a775b" }, "downloads": -1, "filename": "plone.app.robotframework-0.1.0.zip", "has_sig": false, "md5_digest": "d86b59fc80ea5302b4848f452abdb4ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 346885, "upload_time": "2013-04-03T19:59:35", "url": "https://files.pythonhosted.org/packages/46/8b/aa66363200fb255f1c91988bb7de562f951b8877a4f1f1433b367cc8fc38/plone.app.robotframework-0.1.0.zip" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "a1f8d840f8567009a144aba02ba5156a", "sha256": "f3e1ea24b69a8b2390e142bc6069ffc2b0bcce87bff7d22c229a40c501ed135f" }, "downloads": -1, "filename": "plone.app.robotframework-0.2.3.zip", "has_sig": false, "md5_digest": "a1f8d840f8567009a144aba02ba5156a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80896, "upload_time": "2013-04-04T09:16:59", "url": "https://files.pythonhosted.org/packages/26/5e/147c20933d2906469b8f0595657b8a90c8d42a6119ef368f67c70cf7896a/plone.app.robotframework-0.2.3.zip" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "eb4aa96187fd537b54ad7270247fe611", "sha256": "f409273e6ded8f284c83a4fe35464304d75c2bf671c299c6319cef3322e73ab6" }, "downloads": -1, "filename": "plone.app.robotframework-0.2.4.zip", "has_sig": false, "md5_digest": "eb4aa96187fd537b54ad7270247fe611", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80971, "upload_time": "2013-04-04T10:07:55", "url": "https://files.pythonhosted.org/packages/22/aa/fed3b7f970c465a9cd66c6567d2c4d698d26ae075eeec394206b4016bc3a/plone.app.robotframework-0.2.4.zip" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "0f9ffc6e46dbf9b75e6a3a2356359c6c", "sha256": "5a7524564e067c1c691387ed8ded7c9ccf247d9573f396cf701b4784df78dda1" }, "downloads": -1, "filename": "plone.app.robotframework-0.2.5.zip", "has_sig": false, "md5_digest": "0f9ffc6e46dbf9b75e6a3a2356359c6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81118, "upload_time": "2013-04-04T22:31:02", "url": "https://files.pythonhosted.org/packages/ab/1f/3721d63ff90ee3053a7118a1713fc3fd5ab22ed33e37aabbd817da387abd/plone.app.robotframework-0.2.5.zip" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "2639831545365bf062554604d53a9e9e", "sha256": "87721fcc838ce1eede11c2988a8dc18cc08efcca3d99b63ffc3e16c788df43ea" }, "downloads": -1, "filename": "plone.app.robotframework-0.3.0.zip", "has_sig": false, "md5_digest": "2639831545365bf062554604d53a9e9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 642317, "upload_time": "2013-04-07T01:14:09", "url": "https://files.pythonhosted.org/packages/d1/97/0d1eb0da796365757f5fbcecc86877097694800cc79b2535708d601a6892/plone.app.robotframework-0.3.0.zip" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "9a961e088cb039a5aa50bf2d4a406ff5", "sha256": "540421de1111a2ddc0201eda4aa6002d74bc35a09c70e9482105f9e8a809f593" }, "downloads": -1, "filename": "plone.app.robotframework-0.4.0.zip", "has_sig": false, "md5_digest": "9a961e088cb039a5aa50bf2d4a406ff5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 91507, "upload_time": "2013-04-07T22:05:35", "url": "https://files.pythonhosted.org/packages/eb/17/2fd433a88baf88d601d72bdf936ecc85b89e7cb690af121ecc3b4182cf55/plone.app.robotframework-0.4.0.zip" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "e85c72023544f9afae8524715cbb61df", "sha256": "6a1f4e6040ca11f4434836448b10c515a432b6d571acfbc531de12c963e974a5" }, "downloads": -1, "filename": "plone.app.robotframework-0.4.1.zip", "has_sig": false, "md5_digest": "e85c72023544f9afae8524715cbb61df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 91701, "upload_time": "2013-04-07T22:41:31", "url": "https://files.pythonhosted.org/packages/8d/7b/326ffac5d92e5557bc1df98fd7e20a43c8114e8ce363422513f7d47866c2/plone.app.robotframework-0.4.1.zip" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "d034192b041cd5a37ec560b6831b5167", "sha256": "d92b87514554af660bcd4af1f83863fe7b48c7ee78ac18d69ded1f48514e326a" }, "downloads": -1, "filename": "plone.app.robotframework-0.4.2.zip", "has_sig": false, "md5_digest": "d034192b041cd5a37ec560b6831b5167", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 91958, "upload_time": "2013-04-08T03:55:09", "url": "https://files.pythonhosted.org/packages/d7/1d/be3a5bda801253254064a7a96cbfa9de1f43cf5d968dfa062a6d276772be/plone.app.robotframework-0.4.2.zip" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "103f960fc934ee35651761ca9a272eac", "sha256": "90718e83c66d915ac735898a81bf52b604ef14def5696e1c03ab5fef4e4041ea" }, "downloads": -1, "filename": "plone.app.robotframework-0.4.3.zip", "has_sig": false, "md5_digest": "103f960fc934ee35651761ca9a272eac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92187, "upload_time": "2013-04-08T10:34:16", "url": "https://files.pythonhosted.org/packages/31/77/ccbc94c4ce2dac242fd656a553fe32ce4eefb36b1186c79b30082b09d34a/plone.app.robotframework-0.4.3.zip" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "9d9b10aa17f2a0e8cc4dee28a88d95b1", "sha256": "2b42babd7a319cf0deb711e419f4537343c4345d29520b73a5791953a9f06b90" }, "downloads": -1, "filename": "plone.app.robotframework-0.4.4.zip", "has_sig": false, "md5_digest": "9d9b10aa17f2a0e8cc4dee28a88d95b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92236, "upload_time": "2013-04-09T02:08:31", "url": "https://files.pythonhosted.org/packages/41/79/98a2cdb47920ca03a0ab9930db40c6e0ae630c684fc217c5c4a43f2614f6/plone.app.robotframework-0.4.4.zip" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "83fff209687931e530287dda061ba493", "sha256": "c8b30cae8650af98a144dabb3465021fca9fed9ab6e2e395a69297332e457a8b" }, "downloads": -1, "filename": "plone.app.robotframework-0.5.0.zip", "has_sig": false, "md5_digest": "83fff209687931e530287dda061ba493", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92485, "upload_time": "2013-04-09T08:15:54", "url": "https://files.pythonhosted.org/packages/bd/1b/70ced9b4f5f093ceeac69bb2dc88ce3e0f3d370ad1124ad6f8b95e60b211/plone.app.robotframework-0.5.0.zip" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "8b174a002b8ee07ab13a8272064482f1", "sha256": "744c8478ec812d98448dcfa3a6709ebb5c0048ff1302171e9b0a20dd9aa706e9" }, "downloads": -1, "filename": "plone.app.robotframework-0.6.0.zip", "has_sig": false, "md5_digest": "8b174a002b8ee07ab13a8272064482f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93219, "upload_time": "2013-04-30T06:04:15", "url": "https://files.pythonhosted.org/packages/24/99/cf7d76815b1bd78e60f384123cd2ccb2ef3b7cda52c8d0536f0fbfacb23b/plone.app.robotframework-0.6.0.zip" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "da0d47bff48722d75d13d449d7f21880", "sha256": "772597dde41e81f98ef6fefd6b5143c8d7c4b0424eb4ee58a82cbe31d112f9a5" }, "downloads": -1, "filename": "plone.app.robotframework-0.6.1.zip", "has_sig": false, "md5_digest": "da0d47bff48722d75d13d449d7f21880", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94496, "upload_time": "2013-05-16T20:20:29", "url": "https://files.pythonhosted.org/packages/6d/2b/95828c5793881d732e294fb8c0ab09bf9707b286bcf2db9b988a337787ce/plone.app.robotframework-0.6.1.zip" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "c8b2c4894f96b6f605487c09bfc0f02c", "sha256": "299cc0009c7dc12b4dc0dede5d826a03f75527f8ddf8008c6e60ca590467fe4c" }, "downloads": -1, "filename": "plone.app.robotframework-0.6.2.zip", "has_sig": false, "md5_digest": "c8b2c4894f96b6f605487c09bfc0f02c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95272, "upload_time": "2013-06-19T04:28:17", "url": "https://files.pythonhosted.org/packages/6c/39/1ceb83ba04f54782cd7dd4c1034456a74a27d408f220168c5be973160d78/plone.app.robotframework-0.6.2.zip" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "5ff3e4151e4c6e20e2700263a764c0a3", "sha256": "b4ab2965cdd268dffde3223ec50ea06ef5b58b35af9de89bbb7f5c7b647e5124" }, "downloads": -1, "filename": "plone.app.robotframework-0.6.3.zip", "has_sig": false, "md5_digest": "5ff3e4151e4c6e20e2700263a764c0a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96359, "upload_time": "2013-06-28T15:19:27", "url": "https://files.pythonhosted.org/packages/a4/48/e0d00f71502ec3bfc47f831c29925c7ad8e5c019772dff355d1a6baccaac/plone.app.robotframework-0.6.3.zip" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "849a6f2d91fb96cb73fa694191175669", "sha256": "c1a14082cfe6d7b945b6e983d9ec283cdbbd63c3f8e5e35f622db0b7048db2bc" }, "downloads": -1, "filename": "plone.app.robotframework-0.6.4.zip", "has_sig": false, "md5_digest": "849a6f2d91fb96cb73fa694191175669", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96671, "upload_time": "2013-08-19T17:56:31", "url": "https://files.pythonhosted.org/packages/ee/22/8aa9eaa9a6105f19d45f888005ae9bf0e452a47d3c66de5944ea6570b3bf/plone.app.robotframework-0.6.4.zip" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "4e3a518ff7949759198aeb689932e14d", "sha256": "42939b69ce95fe151d98d84b07b5dd4ab84878c84efe737bc79d3a6d180135e3" }, "downloads": -1, "filename": "plone.app.robotframework-0.7.0.zip", "has_sig": false, "md5_digest": "4e3a518ff7949759198aeb689932e14d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 838311, "upload_time": "2014-02-08T13:39:52", "url": "https://files.pythonhosted.org/packages/fb/d7/fae1f1d466909fe9ecf6e2442d2019ab7461db27e962120323dea2655f32/plone.app.robotframework-0.7.0.zip" } ], "0.7.0rc1": [ { "comment_text": "", "digests": { "md5": "3029d338c62697fa0d9c09cb5c84deaa", "sha256": "604ee9563f326d1585fc00449b087890a152b210bcac4dfabfad7e58574ce403" }, "downloads": -1, "filename": "plone.app.robotframework-0.7.0rc1.zip", "has_sig": false, "md5_digest": "3029d338c62697fa0d9c09cb5c84deaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 759057, "upload_time": "2013-11-10T15:57:53", "url": "https://files.pythonhosted.org/packages/56/81/1d02d17a0e016721d26e39e73da3a5280d43bb32826ed6d871721f82abf2/plone.app.robotframework-0.7.0rc1.zip" } ], "0.7.0rc2": [ { "comment_text": "", "digests": { "md5": "5c3be81fd0c83c363cfb4c0df8637075", "sha256": "1c8a462a48b1f228ee60ad8f23c14ac13e71134d950641798f3fa8c55f6b10b9" }, "downloads": -1, "filename": "plone.app.robotframework-0.7.0rc2.zip", "has_sig": false, "md5_digest": "5c3be81fd0c83c363cfb4c0df8637075", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 760361, "upload_time": "2013-11-12T10:21:46", "url": "https://files.pythonhosted.org/packages/8b/9f/b566b771376dc71ac3862ece6d0049092d9f69cc1b43b451ae3912a5d647/plone.app.robotframework-0.7.0rc2.zip" } ], "0.7.0rc3": [ { "comment_text": "", "digests": { "md5": "2df47c0616c1a49536c85719ee9a2c35", "sha256": "3f11244ceba42f362434e109aac1d61abef18102a463bd92efddcee1184c9600" }, "downloads": -1, "filename": "plone.app.robotframework-0.7.0rc3.zip", "has_sig": false, "md5_digest": "2df47c0616c1a49536c85719ee9a2c35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 762445, "upload_time": "2013-11-12T20:59:01", "url": "https://files.pythonhosted.org/packages/ca/11/63f97d30d206e07d8f881e931ba3e992b272bff10e8b76e5619b7d17dc8d/plone.app.robotframework-0.7.0rc3.zip" } ], "0.7.0rc4": [ { "comment_text": "", "digests": { "md5": "7a758b3594e9e27cbca7f953ee15b1ac", "sha256": "92a3dfe5b51796c91a47b3301745ea3d5cf9be0b559b73862c75363734bc935f" }, "downloads": -1, "filename": "plone.app.robotframework-0.7.0rc4.zip", "has_sig": false, "md5_digest": "7a758b3594e9e27cbca7f953ee15b1ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 762653, "upload_time": "2013-11-12T23:24:36", "url": "https://files.pythonhosted.org/packages/99/73/033116b599b9f61f79b9bf530ac98b8a9f094321db8b470a0e7b7d520c07/plone.app.robotframework-0.7.0rc4.zip" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "a936c0f5044b40fd35ff7fd008e0c7aa", "sha256": "e5979b49b9cccc3fc06a68640af8af423d44549489228da370a3997cd923ace0" }, "downloads": -1, "filename": "plone.app.robotframework-0.7.1.zip", "has_sig": false, "md5_digest": "a936c0f5044b40fd35ff7fd008e0c7aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 839891, "upload_time": "2014-02-08T15:45:05", "url": "https://files.pythonhosted.org/packages/7a/d2/4ecd1719f8fbe912a3b35a03ac59d4f7ef92d7af99cff727259372b0751f/plone.app.robotframework-0.7.1.zip" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "f040e4dc8b028d93ee2bc13d96ae46ec", "sha256": "d3b26be7aed6f60b438c850045bfcbc8ed5a32a73fbe6e2aba54890f81537d13" }, "downloads": -1, "filename": "plone.app.robotframework-0.7.2.zip", "has_sig": false, "md5_digest": "f040e4dc8b028d93ee2bc13d96ae46ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 840092, "upload_time": "2014-02-09T12:16:42", "url": "https://files.pythonhosted.org/packages/38/97/3255885482df1f79a1c1bf5f3c942e8f303060786999bc696134f96f94ec/plone.app.robotframework-0.7.2.zip" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "8f4c998b1c39c2b00532449ebc73b1d4", "sha256": "315b5f3e0bb1e9207369a8d6ea4f1fe42a2b69afee2a1ccb8727630e80f7af6c" }, "downloads": -1, "filename": "plone.app.robotframework-0.7.3.zip", "has_sig": false, "md5_digest": "8f4c998b1c39c2b00532449ebc73b1d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 840211, "upload_time": "2014-02-09T19:22:41", "url": "https://files.pythonhosted.org/packages/48/83/fa6938ebcf1f45a0d426cbb9dabe15b784b03c6070e9400bc3fa7806ae1b/plone.app.robotframework-0.7.3.zip" } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "6ecfd655212bc7205240ffb899a1d5c2", "sha256": "e1e78aa0716fadb5dabd43b420e1bc76f7ca57c93027e8f5c272a790f505ecbb" }, "downloads": -1, "filename": "plone.app.robotframework-0.7.4.zip", "has_sig": false, "md5_digest": "6ecfd655212bc7205240ffb899a1d5c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 840394, "upload_time": "2014-02-11T09:26:10", "url": "https://files.pythonhosted.org/packages/af/6c/88abf7ad1a95739185e78b0836473e9afd42081681b193f49e35a3d871a7/plone.app.robotframework-0.7.4.zip" } ], "0.7.5": [ { "comment_text": "", "digests": { "md5": "6addf4bc0c62c003069910405cc7b02c", "sha256": "3962202457989e66a3bd83d57f255c8a9c217ad7315f08201fe7cec2e23b4601" }, "downloads": -1, "filename": "plone.app.robotframework-0.7.5.zip", "has_sig": false, "md5_digest": "6addf4bc0c62c003069910405cc7b02c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 841011, "upload_time": "2014-02-11T15:49:36", "url": "https://files.pythonhosted.org/packages/74/a5/3dd514e013db481a25c82903d4018a3627ce36b13c0d67ef3e0f9be4eb51/plone.app.robotframework-0.7.5.zip" } ], "0.7.6": [ { "comment_text": "", "digests": { "md5": "52d1967debbacea6b76d3efde7d4521c", "sha256": "d8b5c57840c55c518ff4805989019d6735f0ee06ccd99dfaf8627f5b63660d02" }, "downloads": -1, "filename": "plone.app.robotframework-0.7.6.zip", "has_sig": false, "md5_digest": "52d1967debbacea6b76d3efde7d4521c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 841325, "upload_time": "2014-02-12T15:25:30", "url": "https://files.pythonhosted.org/packages/fd/5a/12390fb1d6f07ef1a20704a3b1a39ce01bf66374f75f66e203a38455139e/plone.app.robotframework-0.7.6.zip" } ], "0.7.7": [ { "comment_text": "", "digests": { "md5": "4924309ae64a6e76de7974836ba2a165", "sha256": "0a43b43169b246e7b9cda09a526661eb2a434124cad3f7861cdcbfddd180a44d" }, "downloads": -1, "filename": "plone.app.robotframework-0.7.7.zip", "has_sig": false, "md5_digest": "4924309ae64a6e76de7974836ba2a165", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 841139, "upload_time": "2014-02-13T13:53:32", "url": "https://files.pythonhosted.org/packages/49/59/7fca08d9713c55911b4e205b8e6c2779a9dd152fd4a361fcb5ca8fc62819/plone.app.robotframework-0.7.7.zip" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "979173ef57fac1d6c48abd00941eb854", "sha256": "0615e4ea3acaf0b0c59a29573d04fe738c58c256b75e27185a9b973473d39d7a" }, "downloads": -1, "filename": "plone.app.robotframework-0.8.0.zip", "has_sig": false, "md5_digest": "979173ef57fac1d6c48abd00941eb854", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 841509, "upload_time": "2014-02-12T23:29:02", "url": "https://files.pythonhosted.org/packages/72/48/bb752f0abc362e73323f644a8d1f1e6951d6ced8ba6d7aea1a58ec42fa62/plone.app.robotframework-0.8.0.zip" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "7983e2ca3f94dfd293065ca6f5f9a8f4", "sha256": "0001ca00ecce9fdcbac9183a5e251e2d6bab406fcece29a43914b7ffea97e602" }, "downloads": -1, "filename": "plone.app.robotframework-0.8.1.zip", "has_sig": false, "md5_digest": "7983e2ca3f94dfd293065ca6f5f9a8f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 841813, "upload_time": "2014-02-13T14:02:33", "url": "https://files.pythonhosted.org/packages/d0/3e/1388f608cf25958958e3b02ba5e16e407c4595b904c9b0fc8c7f64925b5f/plone.app.robotframework-0.8.1.zip" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "cb13db88d76f28c5e0761fafe2a1af7d", "sha256": "c20119ada69d265e9891a63137bc478c404f7dea8edc4dadde2033cd1cb4cd5a" }, "downloads": -1, "filename": "plone.app.robotframework-0.8.2.zip", "has_sig": false, "md5_digest": "cb13db88d76f28c5e0761fafe2a1af7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 843007, "upload_time": "2014-02-17T15:47:51", "url": "https://files.pythonhosted.org/packages/38/d3/278e696b691ec0dc250f42e7e7ba34edde403584cc75ba2872b41b03a6ed/plone.app.robotframework-0.8.2.zip" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "6ff653f66220f3088a3bd6a127038cf4", "sha256": "48bf9042247e6e914cec5b0b8c047c0838b8ec0b94a7ba83e555630d972fbcc9" }, "downloads": -1, "filename": "plone.app.robotframework-0.8.3.zip", "has_sig": false, "md5_digest": "6ff653f66220f3088a3bd6a127038cf4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 843127, "upload_time": "2014-03-04T21:32:48", "url": "https://files.pythonhosted.org/packages/94/e8/2af152070f76a747d3e05fc69df0cf08039a6d68c4ac12a8260c7e242bc0/plone.app.robotframework-0.8.3.zip" } ], "0.8.4": [ { "comment_text": "", "digests": { "md5": "f601f554acd0828179ba0693b6958d3a", "sha256": "539aee32c99e89473f1137aeaa612fc7cd96e834b1bd3aacd7a043fdc03bacef" }, "downloads": -1, "filename": "plone.app.robotframework-0.8.4.zip", "has_sig": false, "md5_digest": "f601f554acd0828179ba0693b6958d3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 843214, "upload_time": "2014-03-31T19:43:06", "url": "https://files.pythonhosted.org/packages/ff/e2/3c95de6475bd31429b398592eb52f9215267444dafe55a47ea2f1bad308d/plone.app.robotframework-0.8.4.zip" } ], "0.8.5": [ { "comment_text": "", "digests": { "md5": "5bb51e71f590bd88cd0dd8aeabfdcda0", "sha256": "578a7099860dee62217cc6d7637980223cc902e67dac1a93a6aee1a85f2a0361" }, "downloads": -1, "filename": "plone.app.robotframework-0.8.5.zip", "has_sig": false, "md5_digest": "5bb51e71f590bd88cd0dd8aeabfdcda0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 843401, "upload_time": "2014-04-02T17:37:15", "url": "https://files.pythonhosted.org/packages/57/0c/b866f10270da8618aae86e93593bb02163d5dbce8d03c1a90e6f38a2338e/plone.app.robotframework-0.8.5.zip" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "bd6bd5a508e80003342318ec59c79e4a", "sha256": "262e1da934b1829385c7db69e50892a49640631de8d5c8d57eabb846a7ba08ed" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.0.zip", "has_sig": false, "md5_digest": "bd6bd5a508e80003342318ec59c79e4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 845580, "upload_time": "2014-04-13T13:39:35", "url": "https://files.pythonhosted.org/packages/ad/d1/4834cf47d403c3c191a1ee239991adabdd281484016106fa25c2bbd6c72f/plone.app.robotframework-0.9.0.zip" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "7b873415ed923c711581c60cec26f000", "sha256": "b370cbc06302193dab64e0419de7d5e85e8a54481debe2bba5e4b37a531a8102" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.1.zip", "has_sig": false, "md5_digest": "7b873415ed923c711581c60cec26f000", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 845688, "upload_time": "2014-04-16T11:40:34", "url": "https://files.pythonhosted.org/packages/33/87/eb49e857cb5cc9fde66252e8395c62a7871d7ea1d07adf45383a9ced7a0e/plone.app.robotframework-0.9.1.zip" } ], "0.9.10": [ { "comment_text": "", "digests": { "md5": "b8b6d0bad5ac1867b1cdc36d8937bf96", "sha256": "596537bed9cce9764b9e6ac71857fb2f2c6fce511d7eae43082d01c27cd7dbf9" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.10.zip", "has_sig": false, "md5_digest": "b8b6d0bad5ac1867b1cdc36d8937bf96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 851929, "upload_time": "2015-07-30T11:30:38", "url": "https://files.pythonhosted.org/packages/ad/f5/6cd4fcf850eef83cbf398742115c687cfd90948569372c409a68dc1da84f/plone.app.robotframework-0.9.10.zip" } ], "0.9.11": [ { "comment_text": "", "digests": { "md5": "7e4021f1e7ce4ee5a36a27e51d5a7e05", "sha256": "8a38dc0a7531196dacdff954861c6e91ce27df1a1b3d8163b39b060b9b5a1b6e" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.11.tar.gz", "has_sig": false, "md5_digest": "7e4021f1e7ce4ee5a36a27e51d5a7e05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 803988, "upload_time": "2015-09-16T08:22:25", "url": "https://files.pythonhosted.org/packages/ef/07/ca1b8c690af88aadcc514fc2b35d9f6672e1fa2f05147e0edb5746f5c535/plone.app.robotframework-0.9.11.tar.gz" } ], "0.9.12": [ { "comment_text": "", "digests": { "md5": "cac4a73446695d3e39d92f115e186c0d", "sha256": "2aea42d889ed089e5b84ce82aee414cd473349656d53074fd428dbe7722b3dd4" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.12.tar.gz", "has_sig": false, "md5_digest": "cac4a73446695d3e39d92f115e186c0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 804287, "upload_time": "2015-09-27T14:10:08", "url": "https://files.pythonhosted.org/packages/45/98/cd54bacb426c329937faa8aa88274f2b007aafe6bd7cea8af9cf27b7d4f0/plone.app.robotframework-0.9.12.tar.gz" } ], "0.9.13": [ { "comment_text": "", "digests": { "md5": "27b588250b7b31dba10344e232cf4c98", "sha256": "52b519c52c50c26a37c537f3a392cb71de667be46e235a497e78eb1d8c6c27e2" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.13.tar.gz", "has_sig": false, "md5_digest": "27b588250b7b31dba10344e232cf4c98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 805182, "upload_time": "2015-10-10T10:17:05", "url": "https://files.pythonhosted.org/packages/29/5e/befceea5ac0c938c270ff114d48810e506d6f19b707a1faa9463c10dbf6e/plone.app.robotframework-0.9.13.tar.gz" } ], "0.9.14": [ { "comment_text": "", "digests": { "md5": "a85cf677108e9782157b0aef08165a8f", "sha256": "71aab1a8a7150b1a1418f258d7667be04cf262e3db88cac749162eb326e39f10" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.14.tar.gz", "has_sig": false, "md5_digest": "a85cf677108e9782157b0aef08165a8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 805618, "upload_time": "2015-10-10T21:43:07", "url": "https://files.pythonhosted.org/packages/4f/2f/730544a3db3bcd2db6e214f71e6d94996a2d035e0b895b81273612a88189/plone.app.robotframework-0.9.14.tar.gz" } ], "0.9.15": [ { "comment_text": "", "digests": { "md5": "d41c6396d8398aaf5e5cf4379d0d4831", "sha256": "14d79fa439463c3a421a6ac9e12681e053893696b857db3201cf67173e16130a" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.15.tar.gz", "has_sig": false, "md5_digest": "d41c6396d8398aaf5e5cf4379d0d4831", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 799577, "upload_time": "2016-02-26T22:58:40", "url": "https://files.pythonhosted.org/packages/7e/55/4867c403cf428b3a365bc2610c667c87e2c388bfe36ef34f624d4189da86/plone.app.robotframework-0.9.15.tar.gz" } ], "0.9.16": [ { "comment_text": "", "digests": { "md5": "715985aaedefc61beac847c901b3e03a", "sha256": "59475d46bd8441a4736b55bca460aeb617cb2195ce375877f309ad69f9aa7149" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.16.tar.gz", "has_sig": false, "md5_digest": "715985aaedefc61beac847c901b3e03a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 799926, "upload_time": "2016-06-07T16:20:30", "url": "https://files.pythonhosted.org/packages/cf/fa/6fd92874f9d047e23e0553fce8a932ddcc82ffac8f8f8a980dd27c16cc5b/plone.app.robotframework-0.9.16.tar.gz" } ], "0.9.17": [ { "comment_text": "", "digests": { "md5": "040bcee1b907501587542b8137af689d", "sha256": "1e22ef9c213f694a7f5950d855c6ca656c880c199e7347b5bf7caef700250992" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.17.tar.gz", "has_sig": false, "md5_digest": "040bcee1b907501587542b8137af689d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 801805, "upload_time": "2016-07-15T16:49:58", "url": "https://files.pythonhosted.org/packages/27/34/9a81206dad958cb9bbb405fde1dfa22d807de0c1db18866646b0c67268c0/plone.app.robotframework-0.9.17.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "a46ccd9a10866893213518ec43ad857c", "sha256": "60779699daf0c54368bbedde8410c744b04de7248a06e5da437b7ff476c810e0" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.2.zip", "has_sig": false, "md5_digest": "a46ccd9a10866893213518ec43ad857c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 845965, "upload_time": "2014-04-28T16:34:17", "url": "https://files.pythonhosted.org/packages/76/e0/0f22a3b2eb0d9799cf2d51c106e8311db63574fb61414107c9f32c35d84a/plone.app.robotframework-0.9.2.zip" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "9e3feba979896957f35cb09a92eb9c58", "sha256": "e9a61acc04c2443be16c4d9178ba4b421655b6e4892051f9d76ab8919cd9b04f" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.3.zip", "has_sig": false, "md5_digest": "9e3feba979896957f35cb09a92eb9c58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 846961, "upload_time": "2014-06-23T04:42:08", "url": "https://files.pythonhosted.org/packages/d6/fe/80b6605fdcb871deaeb6c50ad84ec024c90af1fa4302f6d5f2eaca718a4b/plone.app.robotframework-0.9.3.zip" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "54c0d78d3718de1a68e3dcb40d84c78f", "sha256": "815572947c9ad8bed72302eac8bc69d999be41b571d193c799a4c3e4cd3810d1" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.4.zip", "has_sig": false, "md5_digest": "54c0d78d3718de1a68e3dcb40d84c78f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 847149, "upload_time": "2014-06-23T04:55:54", "url": "https://files.pythonhosted.org/packages/9e/22/51c61cd62648c1236cfef3753aa2f0a4233004b9b81dff5168b7aa44f4f1/plone.app.robotframework-0.9.4.zip" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "85db4345c141082b8b1631b12f9de193", "sha256": "cc461e3d5b9f8dba61b159ccac26939d69be12e31819af82f301cc09cafae648" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.5.zip", "has_sig": false, "md5_digest": "85db4345c141082b8b1631b12f9de193", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 853417, "upload_time": "2014-10-09T05:04:12", "url": "https://files.pythonhosted.org/packages/0e/d2/084fef8d231777cb8950442a09b4d6d72ec44f6a56b0127d8e46758c4808/plone.app.robotframework-0.9.5.zip" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "d78af1eb2c60a524287c7b83d4461baf", "sha256": "478dbbe2069108212d7bfc4415a712d8f844da9515bd9e1eb520768809d23c73" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.6.zip", "has_sig": false, "md5_digest": "d78af1eb2c60a524287c7b83d4461baf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 849628, "upload_time": "2014-10-11T06:42:26", "url": "https://files.pythonhosted.org/packages/8f/f9/4186b9cbababe0a711883fddf611eee10b49de854542894ead79ea8cda1b/plone.app.robotframework-0.9.6.zip" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "a1024f8ce85763e63e2ecad6bbe791fa", "sha256": "01eb65adba11a4fc7ef5ce7b0f01f04f6d74a4928fabcb6d190767f67cbb8b82" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.7.zip", "has_sig": false, "md5_digest": "a1024f8ce85763e63e2ecad6bbe791fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 849751, "upload_time": "2014-10-12T21:15:40", "url": "https://files.pythonhosted.org/packages/c4/05/fafb1bd43eb0e0783289e67d1304e46571f6560edc05ce04a04631f86bb4/plone.app.robotframework-0.9.7.zip" } ], "0.9.8": [ { "comment_text": "", "digests": { "md5": "440e20e6bff71961b0e75bf52541f0ff", "sha256": "eef5d0cdb2d1f6ab32c6a51e1efb776835729a619e34f223f8c99affd67dcda2" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.8.zip", "has_sig": false, "md5_digest": "440e20e6bff71961b0e75bf52541f0ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 849974, "upload_time": "2014-11-11T21:13:58", "url": "https://files.pythonhosted.org/packages/18/3a/71426b5c3e0eeefb1a4137f5478dce6b6f00255b2a55127b66740b5980ad/plone.app.robotframework-0.9.8.zip" } ], "0.9.9": [ { "comment_text": "", "digests": { "md5": "54dab9b48127460e430852ef826be855", "sha256": "201d784447037630f988b1bd93b5ea02c073e9baa431e585d77218bd6b01c973" }, "downloads": -1, "filename": "plone.app.robotframework-0.9.9.zip", "has_sig": false, "md5_digest": "54dab9b48127460e430852ef826be855", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 850921, "upload_time": "2015-03-13T14:22:35", "url": "https://files.pythonhosted.org/packages/ac/a8/57374a0015c01a251792738534d60efb5357010bb6d0ec2fe20fcff8760e/plone.app.robotframework-0.9.9.zip" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "28eeb4012102819c76092dbc9044faec", "sha256": "b389a93b7afa743e54174b01fcb80c44a20874eaa22f39e35faf9e310e639e1b" }, "downloads": -1, "filename": "plone.app.robotframework-1.0.tar.gz", "has_sig": false, "md5_digest": "28eeb4012102819c76092dbc9044faec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 801976, "upload_time": "2016-07-15T16:57:04", "url": "https://files.pythonhosted.org/packages/60/bb/e309640981288a7834fd6e3feab062c5c7e91168aadbb604e7466e7f7d5e/plone.app.robotframework-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "728302dcda2b3d5ed7af0c49f9be8b93", "sha256": "b24dcb8e45ec6234881d20cc0ad1e0133b136da6322d0851430a9f8e3a46a89f" }, "downloads": -1, "filename": "plone.app.robotframework-1.0.1.tar.gz", "has_sig": false, "md5_digest": "728302dcda2b3d5ed7af0c49f9be8b93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 802176, "upload_time": "2016-09-07T23:23:33", "url": "https://files.pythonhosted.org/packages/d3/00/2863006693d5044de24fba36464053e68fa54f93ef0b3d761b40eefc31a5/plone.app.robotframework-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "d2d30dc15b6ca3028ca7e01a9bc543eb", "sha256": "0a13b77ac87a6c56150da2eb0fcfe890e9243d8575bb7f6820890e80f79f493c" }, "downloads": -1, "filename": "plone.app.robotframework-1.0.2.tar.gz", "has_sig": false, "md5_digest": "d2d30dc15b6ca3028ca7e01a9bc543eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 799089, "upload_time": "2017-02-22T19:47:05", "url": "https://files.pythonhosted.org/packages/3c/59/3fb72a45fda9d1a74adebb8e14bd9461a6ac31a84af91a5bb66fa32fdd24/plone.app.robotframework-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "b27b3c357e2d4bea9f96a3a6c0b3aa23", "sha256": "7f9fe6fa7cc4679bde98f841a41a45ea24b70d7e3fe546fdf0bf5ba61075b06c" }, "downloads": -1, "filename": "plone.app.robotframework-1.0.3.tar.gz", "has_sig": false, "md5_digest": "b27b3c357e2d4bea9f96a3a6c0b3aa23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 801085, "upload_time": "2017-03-28T07:24:23", "url": "https://files.pythonhosted.org/packages/0c/14/10a2bb79e36fa06370937ccd697955124943954804c760a015ca57aedaab/plone.app.robotframework-1.0.3.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "f4d579bfa83c400e63088b30b80f85b0", "sha256": "c35386492eede4c8f2496fd83374c8ddea60821fc39afa1e493b2b2bf0e7d34c" }, "downloads": -1, "filename": "plone.app.robotframework-1.1.tar.gz", "has_sig": false, "md5_digest": "f4d579bfa83c400e63088b30b80f85b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 898285, "upload_time": "2017-04-07T23:34:36", "url": "https://files.pythonhosted.org/packages/bb/f4/106d9e77ff762cf04bcd1bae52c452a58c414614e757e73411d9565790db/plone.app.robotframework-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "c3aa3206f72b4258091245ca95da54d9", "sha256": "3cbd692780e1fab6e5ef222ddab68f52a73ea1d41186ebc27f5f5be6164e8346" }, "downloads": -1, "filename": "plone.app.robotframework-1.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "c3aa3206f72b4258091245ca95da54d9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 133054, "upload_time": "2017-06-28T16:28:20", "url": "https://files.pythonhosted.org/packages/e9/6f/7d03db7b4ca7e7248fba7ac43a6ed3a19cc31c17d939887770af77f00a7a/plone.app.robotframework-1.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eca1fc249962eaefd080404942258941", "sha256": "80b40ed3e6bdd11d7862b0741b93f43344b2b69b76fcb23bcd02e471e7b4a0b4" }, "downloads": -1, "filename": "plone.app.robotframework-1.1.1.tar.gz", "has_sig": false, "md5_digest": "eca1fc249962eaefd080404942258941", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 898473, "upload_time": "2017-06-28T16:28:25", "url": "https://files.pythonhosted.org/packages/3c/df/9e7bcc48c461134ddbd6fd8fc94e609f011998542ffdcdc1a7e2fd0b09ad/plone.app.robotframework-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "50ab0a46ffbc9f3d18e627e03834ff3b", "sha256": "707fabbf4130fa3ef79e79d45d9acade9fec9665b442778b14556dc22aa99d7c" }, "downloads": -1, "filename": "plone.app.robotframework-1.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "50ab0a46ffbc9f3d18e627e03834ff3b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 133427, "upload_time": "2018-01-30T10:04:45", "url": "https://files.pythonhosted.org/packages/3f/96/53b624982a97be50d207a4fd9978914a7bab53647144c0077b1406e24020/plone.app.robotframework-1.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5dcbbd9f4b76d55637e2148084200f72", "sha256": "8490979832c736eae3f31fb53b767f3210c25365984de0216420ae8ead4ed2cf" }, "downloads": -1, "filename": "plone.app.robotframework-1.1.2.tar.gz", "has_sig": false, "md5_digest": "5dcbbd9f4b76d55637e2148084200f72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 895485, "upload_time": "2018-01-30T10:04:48", "url": "https://files.pythonhosted.org/packages/b5/f3/58b97c3ee33daf0bc21451107890765d427f5f1dcd3ae6178cbfe144e616/plone.app.robotframework-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "a967c44e8287ea32ce971a0836139539", "sha256": "d1d04dbbf8ff6610dd62d6cf6375ae147f1b2c4aa44b9bfb09b6e4e56d36c315" }, "downloads": -1, "filename": "plone.app.robotframework-1.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "a967c44e8287ea32ce971a0836139539", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 133538, "upload_time": "2018-02-02T15:25:12", "url": "https://files.pythonhosted.org/packages/99/50/601961b8b173665fb29c47cabe422223ab808e51ffbb326ecbd896b37248/plone.app.robotframework-1.1.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eb760a0d7c1d449782cd5ac44c649229", "sha256": "ad0ba8c372e73f82f9aeeac0cb5593d2f714dde2d64f449113d6d796fc37c837" }, "downloads": -1, "filename": "plone.app.robotframework-1.1.3.tar.gz", "has_sig": false, "md5_digest": "eb760a0d7c1d449782cd5ac44c649229", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 895579, "upload_time": "2018-02-02T15:25:13", "url": "https://files.pythonhosted.org/packages/0c/fa/e033fd72bc95f639941b02b15ebb0956849548e6f34408edc284467c6e37/plone.app.robotframework-1.1.3.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "b9da937e5835cb9821a6e0f41883d7eb", "sha256": "d9a77a7744574eb2a7fd916bcd985f7d76992c51661303d16e9f679cd2504de7" }, "downloads": -1, "filename": "plone.app.robotframework-1.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "b9da937e5835cb9821a6e0f41883d7eb", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 133792, "upload_time": "2018-02-22T23:13:10", "url": "https://files.pythonhosted.org/packages/64/3c/f750e43d2a15f492fc9bf98145463aecf1df121c6cbe6e6b9a199ccabebd/plone.app.robotframework-1.2.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "86cf2e56c0fce6eab5739b1aa8660c18", "sha256": "640a93e7368ae158ef8110c3ca954f37e667950ab5daf6db67d3a576879e6174" }, "downloads": -1, "filename": "plone.app.robotframework-1.2.0.tar.gz", "has_sig": false, "md5_digest": "86cf2e56c0fce6eab5739b1aa8660c18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 895904, "upload_time": "2018-02-22T23:13:12", "url": "https://files.pythonhosted.org/packages/61/6e/4aafeefc5f84b6868006cfc0a81d3e3b795daf3697b0b77d6bc5e1ff4fd4/plone.app.robotframework-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "46b2713fbe0a59b48da4665928587179", "sha256": "05c10568b219702b2000144faa5aa2d86c38fb1d3314c140c803098f4319f813" }, "downloads": -1, "filename": "plone.app.robotframework-1.2.1-py2-none-any.whl", "has_sig": false, "md5_digest": "46b2713fbe0a59b48da4665928587179", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 126649, "upload_time": "2018-06-22T09:06:50", "url": "https://files.pythonhosted.org/packages/dd/aa/c1c25b3e1c18f57171e2648a50083f9b18b1e739514651dd442bc9a333bc/plone.app.robotframework-1.2.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "faa756171c5bb4a76317a7d9349c1ed5", "sha256": "15cc3829004a1e0faf4f9dd21be3f1e79c1cb08b48abcc06936617ba12347a14" }, "downloads": -1, "filename": "plone.app.robotframework-1.2.1.tar.gz", "has_sig": false, "md5_digest": "faa756171c5bb4a76317a7d9349c1ed5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 902443, "upload_time": "2018-06-22T09:06:58", "url": "https://files.pythonhosted.org/packages/51/f7/94df19287028451a266361d12c1b9d945ca486dda78206824b3d87fed8cb/plone.app.robotframework-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "aca8ef1e3aa9143aa174ae7eb683bcd9", "sha256": "ed51774315359e0f4846649fef4760a5d99d06627cb6f954b2f1fcf9f3bf27af" }, "downloads": -1, "filename": "plone.app.robotframework-1.2.2-py2-none-any.whl", "has_sig": false, "md5_digest": "aca8ef1e3aa9143aa174ae7eb683bcd9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 126577, "upload_time": "2018-10-31T14:54:15", "url": "https://files.pythonhosted.org/packages/c5/58/f5fdaa1c36f0e0950e12a9aafb60dc33cb6dca97fe6c135e75e0f1ae56a5/plone.app.robotframework-1.2.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8c9ecc09bbb58da46a0a9041fd31fbe9", "sha256": "865b262c73d9b03a970936d86e35fb8d07bb56e16620d0b110d93f9383edb99e" }, "downloads": -1, "filename": "plone.app.robotframework-1.2.2.tar.gz", "has_sig": false, "md5_digest": "8c9ecc09bbb58da46a0a9041fd31fbe9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 896421, "upload_time": "2018-10-31T14:54:19", "url": "https://files.pythonhosted.org/packages/0f/17/b494653cc3152a70f4845ebe0a7b909be1a7c3cb69a9622600229a79b4f2/plone.app.robotframework-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "d8a4bf57abcd4cb16463f49b1f03c715", "sha256": "e20a1afb6c6778a9eed55b8c3b0e710dfb94b75d0be9a9a13930b1518ef1a76a" }, "downloads": -1, "filename": "plone.app.robotframework-1.2.3-py2-none-any.whl", "has_sig": false, "md5_digest": "d8a4bf57abcd4cb16463f49b1f03c715", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 126883, "upload_time": "2019-02-11T10:23:55", "url": "https://files.pythonhosted.org/packages/28/7a/70cc3d8ebb6975352924fd2d9387ada90684c6628c3774e79c861ec60477/plone.app.robotframework-1.2.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "22801792d37e962a37a570fff812c332", "sha256": "e8a264f1fc3ba2c0b891fce2165b1eee589f42ee524d4e84d775035ff9cfb188" }, "downloads": -1, "filename": "plone.app.robotframework-1.2.3.tar.gz", "has_sig": false, "md5_digest": "22801792d37e962a37a570fff812c332", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 893828, "upload_time": "2019-02-11T10:23:57", "url": "https://files.pythonhosted.org/packages/78/67/515fbf5ef7dbf674a2c2c70527df0675898c0f3cf833c0bc80d5503c841a/plone.app.robotframework-1.2.3.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "7b192a345bc90d3bafcf3d0c3f521be9", "sha256": "da0177f56c1f3a4ff0dafeb60c6d41effb6c9ee20152c8e9d5da45b7a18c667d" }, "downloads": -1, "filename": "plone.app.robotframework-1.3.0-py2-none-any.whl", "has_sig": false, "md5_digest": "7b192a345bc90d3bafcf3d0c3f521be9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 126907, "upload_time": "2018-10-02T01:38:45", "url": "https://files.pythonhosted.org/packages/89/c5/98da99f76cd9c035ab345360371e57553c18b6d915190de860f7e8a87ca8/plone.app.robotframework-1.3.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a5b2d098bde6a1a056e9cb20aee9c79c", "sha256": "e0fd5921ff448a363b95005371d9f353f0a46bb57334b5fcf6e98e98ffd5af4e" }, "downloads": -1, "filename": "plone.app.robotframework-1.3.0.tar.gz", "has_sig": false, "md5_digest": "a5b2d098bde6a1a056e9cb20aee9c79c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 901052, "upload_time": "2018-10-02T01:38:49", "url": "https://files.pythonhosted.org/packages/e5/46/8d80237bf54ae0567aa1ef7582f5f945174a220cc99d395de50a77d02a83/plone.app.robotframework-1.3.0.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "0a9000777520a09acca74ad195a0c060", "sha256": "1124c8d5ad6e5b7c178ca22eaff00e42ceef9d71fa0171dafba69cfb5c9b45ac" }, "downloads": -1, "filename": "plone.app.robotframework-1.3.1-py2-none-any.whl", "has_sig": false, "md5_digest": "0a9000777520a09acca74ad195a0c060", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 126777, "upload_time": "2018-10-31T15:02:04", "url": "https://files.pythonhosted.org/packages/31/50/b0db022c5cd75acb636e51409341bba55d1228dae68424693cce3211597c/plone.app.robotframework-1.3.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ecd9389d5dab622e3821c69d1022c5ba", "sha256": "33eb1557b3ffd75f51b699b38d475951b992c7b90028b0dc70ebe49010ca84fd" }, "downloads": -1, "filename": "plone.app.robotframework-1.3.1.tar.gz", "has_sig": false, "md5_digest": "ecd9389d5dab622e3821c69d1022c5ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 896965, "upload_time": "2018-10-31T15:02:08", "url": "https://files.pythonhosted.org/packages/5c/84/d75c6f294888f572969e937bab555645d67a07c00817da3f0dc67a94eea4/plone.app.robotframework-1.3.1.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "8bccc01501fc0617f120c3c6c3a1b06f", "sha256": "0202b59ff1ecb873eed1467151e1a8ba1155b71213394ea7a694524ea4ffbd4d" }, "downloads": -1, "filename": "plone.app.robotframework-1.4.0-py2-none-any.whl", "has_sig": false, "md5_digest": "8bccc01501fc0617f120c3c6c3a1b06f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 126838, "upload_time": "2018-10-31T15:35:15", "url": "https://files.pythonhosted.org/packages/cd/fc/34b8fde2756ae18cf69ff86d675a9c5a5ed17b542100fda20b0ea1d8c6af/plone.app.robotframework-1.4.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7dddf4d6b7446b408d5e7cfa1d5d6c65", "sha256": "6ad629b741facc69bcc9a89cbd38b1744bf5657ef4d35d370ffd1a8562e883d9" }, "downloads": -1, "filename": "plone.app.robotframework-1.4.0.tar.gz", "has_sig": false, "md5_digest": "7dddf4d6b7446b408d5e7cfa1d5d6c65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 897039, "upload_time": "2018-10-31T15:35:19", "url": "https://files.pythonhosted.org/packages/28/2d/61fa9ba171476e01b29a266a84b8b94011c0adb066eaa6ed67e5ee43bf8f/plone.app.robotframework-1.4.0.tar.gz" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "05afd344fbb70f1d23621e59e9d05108", "sha256": "ff809f915c0fe333c9df98c9474f42b395c038296e54a4460df431f01ccbe2fd" }, "downloads": -1, "filename": "plone.app.robotframework-1.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "05afd344fbb70f1d23621e59e9d05108", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 127533, "upload_time": "2019-02-08T13:05:18", "url": "https://files.pythonhosted.org/packages/46/04/831448ea4eaf5e9e2174a5844e9e1fb30f9e3decac296532b2392ae55756/plone.app.robotframework-1.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "870777273ac010603bef06d24fe134e3", "sha256": "5313691a8020a42cb59440191119b48887d7d0d22fd29610104e2fa76d5f9289" }, "downloads": -1, "filename": "plone.app.robotframework-1.5.0.tar.gz", "has_sig": false, "md5_digest": "870777273ac010603bef06d24fe134e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 897984, "upload_time": "2019-02-08T13:05:22", "url": "https://files.pythonhosted.org/packages/a5/6d/6d6d24703703aa6def57fec6cefd095378c0993886378fd15f44436bb5d8/plone.app.robotframework-1.5.0.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "cdb21b5e57016ea047519ce130411ea1", "sha256": "2d4c28e0a65d3e367d98aadd30b0923ec25d8ff171ea7b6c0fc8a4789b348780" }, "downloads": -1, "filename": "plone.app.robotframework-1.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cdb21b5e57016ea047519ce130411ea1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 128165, "upload_time": "2019-05-01T23:56:31", "url": "https://files.pythonhosted.org/packages/62/2e/36314b382d78d35ff6dfb47b73fb0d4e1927fa0769a35405764667cf72a9/plone.app.robotframework-1.5.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3d3b0a67099c2b11fbb448f3e04c1e92", "sha256": "ef95a9076cf51cb4d717a5d18b9a870863c13b19bd6f76e4481c177ce995bef5" }, "downloads": -1, "filename": "plone.app.robotframework-1.5.1.tar.gz", "has_sig": false, "md5_digest": "3d3b0a67099c2b11fbb448f3e04c1e92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 898820, "upload_time": "2019-05-01T23:56:38", "url": "https://files.pythonhosted.org/packages/69/1a/c8187b9ae78b2646ac6b41d9f4a581daa2561267654c013ddf1d3288f3f3/plone.app.robotframework-1.5.1.tar.gz" } ], "1.5.2": [ { "comment_text": "", "digests": { "md5": "3414e7d920a420b71b3203f6afcf5ce4", "sha256": "f002dec3ac2d0d2274bdc427980b14fa2b4e5a86f3a9ff4babec698ae56da358" }, "downloads": -1, "filename": "plone.app.robotframework-1.5.2-py2-none-any.whl", "has_sig": false, "md5_digest": "3414e7d920a420b71b3203f6afcf5ce4", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 128192, "upload_time": "2019-05-21T19:01:32", "url": "https://files.pythonhosted.org/packages/e8/c6/f094aab36ff0502d99e29860750b7be91cb3f059e14c9a95616abbee2286/plone.app.robotframework-1.5.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c3afba103a1e46ddf9392a555966cf17", "sha256": "f6e49fdbc6ec2b1db3f4973440ff7030be77ed7177296c3c1a327e300d2f8a13" }, "downloads": -1, "filename": "plone.app.robotframework-1.5.2.tar.gz", "has_sig": false, "md5_digest": "c3afba103a1e46ddf9392a555966cf17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 898769, "upload_time": "2019-05-21T19:01:37", "url": "https://files.pythonhosted.org/packages/1a/61/fbe540cc41b24eca226c099277e25189311912250d7c7c971b5a84eca7b0/plone.app.robotframework-1.5.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3414e7d920a420b71b3203f6afcf5ce4", "sha256": "f002dec3ac2d0d2274bdc427980b14fa2b4e5a86f3a9ff4babec698ae56da358" }, "downloads": -1, "filename": "plone.app.robotframework-1.5.2-py2-none-any.whl", "has_sig": false, "md5_digest": "3414e7d920a420b71b3203f6afcf5ce4", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 128192, "upload_time": "2019-05-21T19:01:32", "url": "https://files.pythonhosted.org/packages/e8/c6/f094aab36ff0502d99e29860750b7be91cb3f059e14c9a95616abbee2286/plone.app.robotframework-1.5.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c3afba103a1e46ddf9392a555966cf17", "sha256": "f6e49fdbc6ec2b1db3f4973440ff7030be77ed7177296c3c1a327e300d2f8a13" }, "downloads": -1, "filename": "plone.app.robotframework-1.5.2.tar.gz", "has_sig": false, "md5_digest": "c3afba103a1e46ddf9392a555966cf17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 898769, "upload_time": "2019-05-21T19:01:37", "url": "https://files.pythonhosted.org/packages/1a/61/fbe540cc41b24eca226c099277e25189311912250d7c7c971b5a84eca7b0/plone.app.robotframework-1.5.2.tar.gz" } ] }