{ "info": { "author": "Plone Foundation", "author_email": "plone-developers@lists.sourceforge.net", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 5.1", "Framework :: Plone :: 5.2", "Framework :: Zope2", "Framework :: Zope :: 4", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "Introduction\n============\n\nA portlet that fetches results from a collection.\n\nChangelog\n=========\n\n3.3.2 (2019-08-23)\n------------------\n\nBug fixes:\n\n- Fix deprecated import ``isDefaultPage``.\n [jensens]\n\n\n3.3.1 (2018-11-02)\n------------------\n\nBug fixes:\n\n- Fix tests in Python 3\n [davisagli]\n\n\n3.3.0 (2017-11-24)\n------------------\n\nBug fixes:\n\n- Fix collection selection for Plone 5.1\n [agitator]\n\n- Fix test. Portlet renderer no longer mixes in Acquisition.Explicit.\n [pbauer]\n\n\n3.2 (2017-07-03)\n----------------\n\nNew features:\n\n- add options to supress icons,\n read thumb_scale from registry plus option to override thumb_scale individually\n or suppress thumbs.\n Replace paper clip (fontello icon) with mimetype icon\n from mimetype registry for files\n https://github.com/plone/Products.CMFPlone/issues/1734\n applied https://github.com/plone/Products.CMFPlone/issues/1483\n [fgrcon]\n\nBug fixes:\n\n\n- fixed css-classes for thumb scales ...\n https://github.com/plone/Products.CMFPlone/issues/2077\n [fgrcon]\n\n- Remove unittest2 dependency\n [kakshay21]\n\n\n3.1 (2016-08-15)\n----------------\n\nNew:\n\n- If collection is default page in parent, link to parent.\n [malthe]\n\nFixes:\n\n- Use zope.interface decorator.\n [gforcada]\n\n\n3.0.6 (2016-01-08)\n------------------\n\nFixes:\n\n- Fixed sometimes failing test due to sorting.\n [maurits]\n\n\n3.0.5 (2015-11-26)\n------------------\n\nFixes:\n\n- Used registry lookup for types_use_view_action_in_listings.\n [esteele]\n\n- Cleanup and rework: contenttype-icons and showing thumbnails\n for images/leadimages in listings\n https://github.com/plone/Products.CMFPlone/issues/1226\n [fgrcon]\n\n\n3.0.4 (2015-09-07)\n------------------\n\n- Fix show_dates by calling obj.Date(). This fixes https://github.com/plone/plone.app.contenttypes/issues/263\n [timo]\n\n\n3.0.3 (2015-06-05)\n------------------\n\n- Fix test to be more forgiving on matches html\n [vangheem]\n\n- This package does not depend on plone.app.form\n [tomgross]\n\n- Fix last part of the test: regexp -> lxml\n [khink]\n\n- Fix tests. Kids, don't parse HTML with regexps.\n [khink]\n\n- Remove DL's from portlet templates.\n [khink]\n\n\n3.0.2 (2015-03-13)\n------------------\n\n- ReST fix.\n [timo]\n\n\n3.0.1 (2015-03-13)\n------------------\n\n- fix AttributeError: exclude_context on existing portlet assignments, refs #5\n [davisagli]\n\n- Add an option for excluding the render context from the collection results\n since in most cases it's undesirable to include the current context in a\n listing on that context's view.\n [rpatterson]\n\n\n3.0 (2014-04-05)\n----------------\n\n- Use z3c.form for portlet forms.\n [bosim, davisagli]\n\n- Provide a hook to facilitate overrides that do not include an empty\n footer when the more link is turned off.\n [anthonygerrard]\n\n\n2.2.1 (2014-02-22)\n------------------\n\n- Include rst files in releases.\n [timo]\n\n\n2.2.0 (2014-02-22)\n------------------\n\n- Remove DL's from portlet templates.\n https://github.com/plone/Products.CMFPlone/issues/163\n [khink]\n\n- plone.portlet.collection should also install plone.app.querystring:default\n profile\n [garbas]\n\n- Replace deprecated test assert statements.\n [timo]\n\n- Use PLONE_APP_CONTENTTYPES_FIXTURE as test layer for Plone 5 compatibility.\n [timo]\n\n\n2.1.5 (2013-04-29)\n------------------\n\n- PEP8 cleanup.\n [timo]\n\n- Migrate all tests to use the new Collection type instead of the old Topic\n type.\n [timo]\n\n- Migrate all tests to plone.app.testing.\n [timo]\n\n- Fix Archetypes brain rendering.\n This fixes http://dev.plone.org/ticket/13518.\n [timo]\n\n\n2.1.4 (2013-03-19)\n------------------\n\n- Support for Dexterity-based collections added. Use 'title_or_id' instead of\n the AT-specific 'pretty_title_or_id'.\n [timo]\n\n- Remove deprecated getIcon() method from collection portlet view.\n [timo]\n\n\n2.1.3 (2013-01-01)\n------------------\n\n- Fix for #12274 - missing icons for some contenttypes.\n [spereverde]\n\n\n2.1.2 (2012-10-03)\n------------------\n\n- Fix 'This portlet display a'.\n [danjacka]\n\n\n2.1.1 (2012-06-29)\n------------------\n\n- accessibility improvements for screen readers regarding \"more\" links, see\n https://dev.plone.org/ticket/11982\n [rmattb, applied by polyester]\n\n\n2.1 (2012-04-15)\n----------------\n\n- Support new-style collections a la plone.app.collection.\n [davisagli]\n\n\n2.0.4 (2011-08-29)\n------------------\n\n- Portlet is shown when user has View permission for the collection.\n Fixes http://dev.plone.org/plone/ticket/12152\n [gotcha]\n\n- Fix failing test.\n [davisagli]\n\n2.0.3 - 2011-07-04\n------------------\n\n- Change the `target_collection` query to use a `portal_type` instead of an\n `object_provides` restriction. The data for the former is much more likely\n in the ZODB cache as many catalog queries use it.\n [hannosch]\n\n- Fix 'Show more...' handling so it doesn't cause portletFooter to disappear.\n Fixes http://dev.plone.org/plone/ticket/9415.\n [msmith64]\n\n2.0.2 - 2011-05-18\n------------------\n\n- Fix memoization of results when randomizing. We only memoize on the instance,\n in this case the rendered object, which is created per request and per\n portlet.\n [hannosch]\n\n- Pass on `limit` setting from the portlet to the `queryCatalog` call, to take\n advantage of optimizations inside the catalog.\n [hannosch]\n\n- Add MANIFEST.in.\n [WouterVH]\n\n- Add metadata.xml to profile.\n [WouterVH]\n\n- Added a dynamic dl class, generated from portlet's title. Code taken from\n plone.portlet.static.\n [zupo]\n\n\n2.0.1 - 2011-01-03\n------------------\n\n- Add Site Administrator to the default roles for the\n \"plone.portlet.collection: Add collection portlet\" permission, for forward\n compatibility with Plone 4.1.\n [davisagli]\n\n- Removed bug where a resultset with fewer items than limit wasn't randomized.\n [jaroel]\n\n- Removed Plone 3 specific implementation in favor of a generic one.\n [jaroel]\n\n- Fixed returning optional randomized results in the collection\n portlet. This happened on Plone 4; if this makes the portlet too\n slow for you, you should switch off the randomizing.\n [maurits]\n\n- Fixed wrong exception handling in random collection portlet that\n failed to catch an IndexError.\n [maurits]\n\n\n2.0 - 2010-07-18\n----------------\n\n- Update license to GPL version 2 only.\n [hannosch]\n\n- Add fix for http://dev.plone.org/plone/ticket/9198 so that\n typeUseViewActionInListings is respected.\n [aaronv]\n\n- Removed msgids in portlets.xml. There is no support for\n msgids in the import of portlets.xml implementation.\n This allows to extract translatable strings with i18ndude.\n [vincentfretin]\n\n- Add fix for http://dev.plone.org/plone/ticket/9184 so that\n restrictedTraverse always gets a string and not Unicode.\n [amleczko]\n\n\n1.1.3 - 2008-07-07\n------------------\n\n- Added 'Select random items' option.\n [davisagli]\n\n\n1.1.2 - 2008-06-01\n------------------\n\n- Use a custom edit permission for the portlet.\n [hannosch]\n\n\n1.1.0 - 2008-04-20\n------------------\n\n- Added missing i18n markup to portlets.xml.\n [hannosch]\n\n- Changed the i18n domain to `plone`.\n [hannosch]\n\n\n1.0b1 - 2008-03-08\n------------------\n\n- Fix a typo in the CSS classes.\n [davisagli]\n\n- Set default_query to get something to browse in the UberSelectionWidget from\n the start.\n [fschulze]\n\n- Code cleanup and make showing of dates for items and a 'Show more...' link\n configurable.\n [optilude]\n\n\n0.1.1 - 2007-11-19\n------------------\n\n- Set zip-safe flag for the egg to False so zcml can be correctly loaded.\n [wichert]\n\n- Remove non-ASCII characters form the description since PyPI can not handle\n them.\n [wichert]\n\n\n0.1 - 2007-11-19\n----------------\n\n- First public release\n [baekholt, wichert]\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.org/project/plone.portlet.collection", "keywords": "collection portlet", "license": "GPL version 2", "maintainer": "", "maintainer_email": "", "name": "plone.portlet.collection", "package_url": "https://pypi.org/project/plone.portlet.collection/", "platform": "", "project_url": "https://pypi.org/project/plone.portlet.collection/", "project_urls": { "Homepage": "https://pypi.org/project/plone.portlet.collection" }, "release_url": "https://pypi.org/project/plone.portlet.collection/3.3.2/", "requires_dist": [ "setuptools", "plone.memoize", "plone.portlets", "plone.app.portlets", "plone.app.vocabularies", "plone.app.testing ; extra == 'test'", "plone.app.contenttypes ; extra == 'test'" ], "requires_python": "", "summary": "A portlet that fetches results from a collection", "version": "3.3.2" }, "last_serial": 5720535, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8a2bcc1078e0242bde11177cda18cbb0", "sha256": "fec06b461d8c32aaccda3da01092dac02db99885e4e673934473fce54c6be2cb" }, "downloads": -1, "filename": "plone.portlet.collection-0.1.tar.gz", "has_sig": false, "md5_digest": "8a2bcc1078e0242bde11177cda18cbb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12718, "upload_time": "2007-11-19T10:23:24", "url": "https://files.pythonhosted.org/packages/db/84/42fbaefa3af24c3dff57662db78b12fd4d310b1e7a991f3f0da750f28df2/plone.portlet.collection-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "667c743ce495131d5607e4939aee1df8", "sha256": "3a07b5863de7f3da4e237d6faef96dec57552dba7a396fafb694025dc920f375" }, "downloads": -1, "filename": "plone.portlet.collection-0.1.1.tar.gz", "has_sig": false, "md5_digest": "667c743ce495131d5607e4939aee1df8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12712, "upload_time": "2007-11-19T14:33:35", "url": "https://files.pythonhosted.org/packages/96/32/b53bd334c0846c1a462f0ca9228f31597a8260c2a399fdf5f449559d27d4/plone.portlet.collection-0.1.1.tar.gz" } ], "1.0b1": [ { "comment_text": "", "digests": { "md5": "d0a59b7efa27ae75c921dbe99b2fa6a1", "sha256": "c691434f359cb3a83d941491ed61f63a03db60cfb535fc09e834b4854b4896b7" }, "downloads": -1, "filename": "plone.portlet.collection-1.0b1-py2.4.egg", "has_sig": false, "md5_digest": "d0a59b7efa27ae75c921dbe99b2fa6a1", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 17686, "upload_time": "2008-03-08T10:36:57", "url": "https://files.pythonhosted.org/packages/a9/f7/ffc8e509d8d24db779370ed72a53c98ef94149c5e18ba190f5c7a4b59c8e/plone.portlet.collection-1.0b1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "130631289cec74d38c541d710eb8723c", "sha256": "7fbc22d6b97a20d351a555192d66c94d2e03fb081d845ab5fa963b8688694cb5" }, "downloads": -1, "filename": "plone.portlet.collection-1.0b1.tar.gz", "has_sig": false, "md5_digest": "130631289cec74d38c541d710eb8723c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13063, "upload_time": "2008-03-08T10:36:57", "url": "https://files.pythonhosted.org/packages/a0/41/539c94587329dc0b515bbfdedb27df1fddf1d35b2e4106af3b8a2f804d7f/plone.portlet.collection-1.0b1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "b787e8c5dbbf6223dfd0758da5339949", "sha256": "555ac592a4853a01927e1875c031a079c2be170c5d6c6a1aa91be2fe28212c17" }, "downloads": -1, "filename": "plone.portlet.collection-1.1.0-py2.4.egg", "has_sig": false, "md5_digest": "b787e8c5dbbf6223dfd0758da5339949", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 17802, "upload_time": "2008-04-20T18:57:41", "url": "https://files.pythonhosted.org/packages/9a/81/05f82ad7508cce6c28a4a22f2756cc08a00333e732be99ac318cb17640aa/plone.portlet.collection-1.1.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "7ab7d2c7affc4a8bf821896f5d181b66", "sha256": "930d24ebb570a00f651634b1fe31c3df563db7d597068ee5c9b9316fc4180325" }, "downloads": -1, "filename": "plone.portlet.collection-1.1.0.tar.gz", "has_sig": false, "md5_digest": "7ab7d2c7affc4a8bf821896f5d181b66", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13297, "upload_time": "2008-04-20T18:57:41", "url": "https://files.pythonhosted.org/packages/29/9e/ea20557fef5b02d9bede672ef7aa4aa3a5427cc37269ac5ef91041794b1e/plone.portlet.collection-1.1.0.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "df744d2344e6bcad381ac9bc0667fdef", "sha256": "5a4f99f1c0dc7239e362d0dc7dddd976a9143082fc01260526fd6940d83797ea" }, "downloads": -1, "filename": "plone.portlet.collection-1.1.2-py2.4.egg", "has_sig": false, "md5_digest": "df744d2344e6bcad381ac9bc0667fdef", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 18190, "upload_time": "2008-06-01T22:33:16", "url": "https://files.pythonhosted.org/packages/c3/58/2c7502fdb326ce6e0b7d27ddc3e6e527af1b378f0a2f1bf5251f320e8028/plone.portlet.collection-1.1.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "129e0fae53b1260db266c58c75f550bd", "sha256": "671cd6f69f47ba2d8c92f3cd8bbd472d7282de315315509dbf9ecd38fc97e0ef" }, "downloads": -1, "filename": "plone.portlet.collection-1.1.2.tar.gz", "has_sig": false, "md5_digest": "129e0fae53b1260db266c58c75f550bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13503, "upload_time": "2008-06-01T22:33:16", "url": "https://files.pythonhosted.org/packages/13/33/c2f794c5887ec6651d96649e048b5c43051d8ad14e0ac5b243ba9ad23e7b/plone.portlet.collection-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "97513c0e7c3a2d297198ee750a83710b", "sha256": "a1b2e2f582679081f4e8150629023056f676f81b92cb725eab40dfe9d6e4ca03" }, "downloads": -1, "filename": "plone.portlet.collection-1.1.3.tar.gz", "has_sig": false, "md5_digest": "97513c0e7c3a2d297198ee750a83710b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14641, "upload_time": "2008-07-07T00:54:05", "url": "https://files.pythonhosted.org/packages/74/5d/4c866471bec11112afdbc0672680558133391d08c6b19f8dfdc278c779bf/plone.portlet.collection-1.1.3.tar.gz" } ], "1.1rc1": [ { "comment_text": "", "digests": { "md5": "1117e7da18cf4036f7085106e716b28f", "sha256": "47f367af984914554a89382bccf80ec7e509edb68035a7c6c5a84cdc5f7510c6" }, "downloads": -1, "filename": "plone.portlet.collection-1.1rc1-py2.4.egg", "has_sig": false, "md5_digest": "1117e7da18cf4036f7085106e716b28f", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 17801, "upload_time": "2008-03-26T00:00:51", "url": "https://files.pythonhosted.org/packages/19/80/b2ee69d884f65231fb2b27ff4326ad49981c8e2701176207e861f290139a/plone.portlet.collection-1.1rc1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "e484c3ff244f6d8d5dcf3a7415dac435", "sha256": "c87f52c82e2b034c843070ae65ea4d6dfc383ac876fc3897417993c0097eed93" }, "downloads": -1, "filename": "plone.portlet.collection-1.1rc1.tar.gz", "has_sig": false, "md5_digest": "e484c3ff244f6d8d5dcf3a7415dac435", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13297, "upload_time": "2008-03-26T00:00:51", "url": "https://files.pythonhosted.org/packages/69/7a/3995ff01b173fa42574769943f6ea2457fbd093003378dc40d3490038cc4/plone.portlet.collection-1.1rc1.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "6c73d10acdf470b8a5572c82565797cb", "sha256": "cac63d8f66128cde6076c89deadc1e6afe39645a127516eeb9109b607597f984" }, "downloads": -1, "filename": "plone.portlet.collection-2.0.zip", "has_sig": false, "md5_digest": "6c73d10acdf470b8a5572c82565797cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22238, "upload_time": "2010-07-18T16:09:43", "url": "https://files.pythonhosted.org/packages/96/09/b8e69f093dc2e5612c268f9f50ed86255e6fb987097a061c006659f8ed97/plone.portlet.collection-2.0.zip" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "bca77ca20d895193e3086a5e5984656f", "sha256": "1d9aa093cd0f74298459cc6c931f3212f959d61d598d0649c2aa3563b6005d39" }, "downloads": -1, "filename": "plone.portlet.collection-2.0.1.zip", "has_sig": false, "md5_digest": "bca77ca20d895193e3086a5e5984656f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23150, "upload_time": "2011-01-03T16:05:11", "url": "https://files.pythonhosted.org/packages/eb/a4/648a73b1a8294ffe00348464e3e8269624b91cbae8d9a5065fad8bd21c6d/plone.portlet.collection-2.0.1.zip" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "1e3614cd3ff9dcde5fabc2589daf767f", "sha256": "4495cab5aa24b1e7ee1129cfb1fdb37907e93c27b665beab507cb4842d9d83e0" }, "downloads": -1, "filename": "plone.portlet.collection-2.0.2.zip", "has_sig": false, "md5_digest": "1e3614cd3ff9dcde5fabc2589daf767f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23365, "upload_time": "2011-05-18T18:08:42", "url": "https://files.pythonhosted.org/packages/61/11/8aaaa59ace36a64b208da40a2f88f1d93669e618a960fb036ce9b76ab515/plone.portlet.collection-2.0.2.zip" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "f39ee14ceecc4366f1393f55a63bab27", "sha256": "d9b1d038ca42f7c6ab1f5cba18284e2fa56400d8bec847b65d95921aa67909db" }, "downloads": -1, "filename": "plone.portlet.collection-2.0.3.zip", "has_sig": false, "md5_digest": "f39ee14ceecc4366f1393f55a63bab27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26927, "upload_time": "2011-07-05T00:45:28", "url": "https://files.pythonhosted.org/packages/b1/fb/06d452ec4cb829a4e7a2e9ccb678c1172637ac723d04802b6f42bf9fb765/plone.portlet.collection-2.0.3.zip" } ], "2.0.4": [ { "comment_text": "", "digests": { "md5": "39ba9a24e240ffe30c3a0d1984b771f1", "sha256": "d7d68cb28a715f6088cbc145f58c641ba2f83b8f58ed889dcb04164ed115802c" }, "downloads": -1, "filename": "plone.portlet.collection-2.0.4.tar.gz", "has_sig": false, "md5_digest": "39ba9a24e240ffe30c3a0d1984b771f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17309, "upload_time": "2011-08-29T13:28:44", "url": "https://files.pythonhosted.org/packages/3b/8c/60b3c5b8437b014c0082c6084a573fe54a8b1f4ef98d8e4a8954f34d5d3f/plone.portlet.collection-2.0.4.tar.gz" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "4e8b4e153a22266368ce567ec45bc7f1", "sha256": "38165bc709d289be656bb9ca844a129001d8a5668b6f947e79f453589d041001" }, "downloads": -1, "filename": "plone.portlet.collection-2.1.zip", "has_sig": false, "md5_digest": "4e8b4e153a22266368ce567ec45bc7f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27492, "upload_time": "2012-04-16T00:33:40", "url": "https://files.pythonhosted.org/packages/20/34/fb0dc3bb667e1513e28f9675957e29365d85a544239d06faa212db3254a4/plone.portlet.collection-2.1.zip" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "efbd56d6f7b4c8681e1088e3f567dff6", "sha256": "8ab2c6b84f57bf80a1164edf5195f9878f05276b0de4aedda837e949bad79726" }, "downloads": -1, "filename": "plone.portlet.collection-2.1.1.zip", "has_sig": false, "md5_digest": "efbd56d6f7b4c8681e1088e3f567dff6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27909, "upload_time": "2012-06-30T04:58:01", "url": "https://files.pythonhosted.org/packages/18/c2/1c6031586d3f291ffcb15492d24338e928a8c6217459ffb512bdbff3a54f/plone.portlet.collection-2.1.1.zip" } ], "2.1.10": [ { "comment_text": "", "digests": { "md5": "79bbc0618bde1a2243565339ee11a1b7", "sha256": "928e32f1618e54ee172e5a91b42ccf4b71937128710c385c6ecca80de782f1cd" }, "downloads": -1, "filename": "plone.portlet.collection-2.1.10.tar.gz", "has_sig": false, "md5_digest": "79bbc0618bde1a2243565339ee11a1b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21312, "upload_time": "2016-01-08T20:32:17", "url": "https://files.pythonhosted.org/packages/21/8c/3bb55a353d9fc05e2dbdfd254b96759dd0ec589642f6335a19b901536be0/plone.portlet.collection-2.1.10.tar.gz" } ], "2.1.2": [ { "comment_text": "", "digests": { "md5": "3085b6cdabf7d8e360c70bc1f25337c9", "sha256": "be6f8adac24cd9950d059d994a97f4e9afead155fab823b9510103c0bff0d154" }, "downloads": -1, "filename": "plone.portlet.collection-2.1.2.zip", "has_sig": false, "md5_digest": "3085b6cdabf7d8e360c70bc1f25337c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28010, "upload_time": "2012-10-03T14:52:09", "url": "https://files.pythonhosted.org/packages/f8/d3/ba5ab0e731d4c4544e41e9340fd22cf98d25c87feeaf7b08c65c004ff905/plone.portlet.collection-2.1.2.zip" } ], "2.1.3": [ { "comment_text": "", "digests": { "md5": "5f0006dbb3e0b56870383dfdedc49228", "sha256": "73c747bfc9b632637e0f170c97c58fed829e6f3c7af5c21593e35e74e5eb05b2" }, "downloads": -1, "filename": "plone.portlet.collection-2.1.3.zip", "has_sig": false, "md5_digest": "5f0006dbb3e0b56870383dfdedc49228", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28137, "upload_time": "2013-01-02T01:51:24", "url": "https://files.pythonhosted.org/packages/12/d5/ba62ed9ef12c349f054d59a3e37fcfe13ec7be6da4aa44d693a3c55467d6/plone.portlet.collection-2.1.3.zip" } ], "2.1.4": [ { "comment_text": "", "digests": { "md5": "00a139248309043e7b539dee5462e105", "sha256": "3fe229b7ab04ccda0b7a8e9d5862899f51880ad04cc27305502615e5d4255dda" }, "downloads": -1, "filename": "plone.portlet.collection-2.1.4.zip", "has_sig": false, "md5_digest": "00a139248309043e7b539dee5462e105", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28364, "upload_time": "2013-03-19T07:54:56", "url": "https://files.pythonhosted.org/packages/bf/83/33dd4e7e9655388d18b78a9acc18496f2e6bcf4818acfda7eeb82a8be112/plone.portlet.collection-2.1.4.zip" } ], "2.1.5": [ { "comment_text": "", "digests": { "md5": "065f0d9141860229cf66d0ff2ed6d4ea", "sha256": "b001a602016ae7aad2929ae9989e9da95833511f41e602aeb8ce508e4253f069" }, "downloads": -1, "filename": "plone.portlet.collection-2.1.5.zip", "has_sig": false, "md5_digest": "065f0d9141860229cf66d0ff2ed6d4ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28005, "upload_time": "2013-04-29T07:08:01", "url": "https://files.pythonhosted.org/packages/4d/33/c24f2a92573d397a3c4e3182e81676a5e869c8a7fae5f3419ad2a1488b8a/plone.portlet.collection-2.1.5.zip" } ], "2.1.6": [ { "comment_text": "", "digests": { "md5": "4db36c0d8a5116cbafb3b45b34434930", "sha256": "ffd142280b65d53a6edb190d1ac461ee7045ab5c715261b3079ff3b4804fa9fb" }, "downloads": -1, "filename": "plone.portlet.collection-2.1.6.zip", "has_sig": false, "md5_digest": "4db36c0d8a5116cbafb3b45b34434930", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29807, "upload_time": "2014-09-07T15:38:41", "url": "https://files.pythonhosted.org/packages/1d/bc/f5cd7178fe52de14a0718d51f64c3c9c54f3097e74eb34d65c61437a04aa/plone.portlet.collection-2.1.6.zip" } ], "2.1.7": [ { "comment_text": "", "digests": { "md5": "3d47ff3689c8feba901ab402be557a13", "sha256": "89c116c25e804f2aecfe031c1ad968d04e38864b149178a4d4ce7559902077b1" }, "downloads": -1, "filename": "plone.portlet.collection-2.1.7.zip", "has_sig": false, "md5_digest": "3d47ff3689c8feba901ab402be557a13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29614, "upload_time": "2015-04-29T07:00:27", "url": "https://files.pythonhosted.org/packages/e1/c5/4971e98e1553af477cd1c1eea6ec11b6a76749e11c16bfe3dded1ad6caf5/plone.portlet.collection-2.1.7.zip" } ], "2.1.8": [ { "comment_text": "", "digests": { "md5": "87db16ea355c6ce330529ea6bc2d5100", "sha256": "c30bdcab4432fcf400a5a2597d1cdd975d42e69b878db710b5ea88cdd3ba25c2" }, "downloads": -1, "filename": "plone.portlet.collection-2.1.8.zip", "has_sig": false, "md5_digest": "87db16ea355c6ce330529ea6bc2d5100", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29874, "upload_time": "2015-09-02T05:24:50", "url": "https://files.pythonhosted.org/packages/bf/bf/e24ea326377d0ef00e3b5f36964437c5eda05b52efdad07beef4299eaedf/plone.portlet.collection-2.1.8.zip" } ], "2.1.9": [ { "comment_text": "", "digests": { "md5": "de38521dbf964eee46df48486cf5f6b5", "sha256": "ab914660480745ae28a72d441e07c53c5bdbd36718bab1dda6b6a797828592c0" }, "downloads": -1, "filename": "plone.portlet.collection-2.1.9.tar.gz", "has_sig": false, "md5_digest": "de38521dbf964eee46df48486cf5f6b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21145, "upload_time": "2015-10-30T00:35:07", "url": "https://files.pythonhosted.org/packages/7a/a5/53726ca5aa796e5c8b83d3d5bf5cd21b4d201390c8de3803950b79b14027/plone.portlet.collection-2.1.9.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "826a16df0d6c60d363304e2d9d79d9e3", "sha256": "f75c7456a437841340a08795d6bf966af14b04dcedf2028f734455a94fe37d68" }, "downloads": -1, "filename": "plone.portlet.collection-2.2.0.zip", "has_sig": false, "md5_digest": "826a16df0d6c60d363304e2d9d79d9e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26326, "upload_time": "2014-02-22T10:33:36", "url": "https://files.pythonhosted.org/packages/66/43/3d24ff134c9eb3035cf9288c562f475f50cbc6bca078c44927793f4f58f2/plone.portlet.collection-2.2.0.zip" } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "29b158c2cc3fba16c3436fcd461595a9", "sha256": "60a498af3bcbb839d014903ba482da3de01cee357c8e6ceaec806163f514234d" }, "downloads": -1, "filename": "plone.portlet.collection-2.2.1.zip", "has_sig": false, "md5_digest": "29b158c2cc3fba16c3436fcd461595a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28574, "upload_time": "2014-02-22T10:41:49", "url": "https://files.pythonhosted.org/packages/b4/5f/f02081f9c3eab65c037d748194dfd5308cd7bad0faf3ae5e3ba076ad23e3/plone.portlet.collection-2.2.1.zip" } ], "3.0": [ { "comment_text": "", "digests": { "md5": "4fe2006cfde31b4e9d92b70ea95821fb", "sha256": "430ba421857edacb7587867b04b254b6679e75e4b794c999997f2e017f03196b" }, "downloads": -1, "filename": "plone.portlet.collection-3.0.zip", "has_sig": false, "md5_digest": "4fe2006cfde31b4e9d92b70ea95821fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28989, "upload_time": "2014-04-05T13:25:44", "url": "https://files.pythonhosted.org/packages/d6/b2/57bc4bb7a2ce8f29caa1d36d0460c76a76b555d58d72f42d3c837c071690/plone.portlet.collection-3.0.zip" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "9cb09b3f2120bf044dfbc03636e921cf", "sha256": "7cb82b9ad61e3c17174abfb6d519ab39e3294116886043b515f25bea37952a00" }, "downloads": -1, "filename": "plone.portlet.collection-3.0.1.zip", "has_sig": false, "md5_digest": "9cb09b3f2120bf044dfbc03636e921cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30295, "upload_time": "2015-03-13T17:31:32", "url": "https://files.pythonhosted.org/packages/7a/c5/01e63fb16cc49b91fe6228526be6d43130ef3b76a1d4fcd38e5d5fd9a152/plone.portlet.collection-3.0.1.zip" } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "fcce9ee84cfc663251705e5a775bd36f", "sha256": "a69687c5326fdb221bed3c34429570eb8b25dbd667bf9226e60e495bb324db9b" }, "downloads": -1, "filename": "plone.portlet.collection-3.0.2.zip", "has_sig": false, "md5_digest": "fcce9ee84cfc663251705e5a775bd36f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30337, "upload_time": "2015-03-13T17:34:43", "url": "https://files.pythonhosted.org/packages/1d/83/5e9b35bb47b0cfaac5d0933e14f1dda1baa00ddeee0793f80d5aa405d098/plone.portlet.collection-3.0.2.zip" } ], "3.0.3": [ { "comment_text": "", "digests": { "md5": "116297df8539b0f497c82658f1a190cb", "sha256": "542eb5b00922567a049c4e7e4cb01e20752ac175e4b9a1249349ea0c1793c8b3" }, "downloads": -1, "filename": "plone.portlet.collection-3.0.3.tar.gz", "has_sig": false, "md5_digest": "116297df8539b0f497c82658f1a190cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21675, "upload_time": "2015-06-05T11:24:14", "url": "https://files.pythonhosted.org/packages/a7/bc/a08a0bd2688d38fae9472abcfd29bc5d941e23a3774b7d600c2e13f0cc19/plone.portlet.collection-3.0.3.tar.gz" } ], "3.0.4": [ { "comment_text": "", "digests": { "md5": "a0e7073876d0c241e3bd347dcbf12ac7", "sha256": "6693ac4fc5c103128648431de7f09029ea95cafd2f1dfb4eb9fff028a1e05f9e" }, "downloads": -1, "filename": "plone.portlet.collection-3.0.4.tar.gz", "has_sig": false, "md5_digest": "a0e7073876d0c241e3bd347dcbf12ac7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22056, "upload_time": "2015-09-07T18:59:58", "url": "https://files.pythonhosted.org/packages/8e/d4/6b8a81c2ac76c4205fe878b3280ed4713807c3fa97433c96b9f754dff8cb/plone.portlet.collection-3.0.4.tar.gz" } ], "3.0.5": [ { "comment_text": "", "digests": { "md5": "f7a10b7b95b49260e0175f604f9cabd8", "sha256": "ceb8155debb28d0751237b63f7a14acb4d001514395b54d30e3ee0acc0fccf8f" }, "downloads": -1, "filename": "plone.portlet.collection-3.0.5.tar.gz", "has_sig": false, "md5_digest": "f7a10b7b95b49260e0175f604f9cabd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22333, "upload_time": "2015-11-25T23:10:45", "url": "https://files.pythonhosted.org/packages/ac/2f/5a6f93944f1c7bc3e46effe342c12d9f62090f0b162ba3382e386d99bc84/plone.portlet.collection-3.0.5.tar.gz" } ], "3.0.6": [ { "comment_text": "", "digests": { "md5": "95457bdbfd0aa24f270954a6559af210", "sha256": "bbedb15699c5e8a7524be67434925486722513fac725dc8d91358f6126200fa6" }, "downloads": -1, "filename": "plone.portlet.collection-3.0.6.tar.gz", "has_sig": false, "md5_digest": "95457bdbfd0aa24f270954a6559af210", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22404, "upload_time": "2016-01-08T19:37:06", "url": "https://files.pythonhosted.org/packages/b9/8b/914b1131effc4dd96a5a147e071d6da53b586372dfadbcf18e359cd5d416/plone.portlet.collection-3.0.6.tar.gz" } ], "3.1": [ { "comment_text": "", "digests": { "md5": "648b7998305cfb844e5d14839913adb1", "sha256": "91b22c6625b38344b0d430b85eb72ceff1435ddef460f6462152c65d215bb58c" }, "downloads": -1, "filename": "plone.portlet.collection-3.1.tar.gz", "has_sig": false, "md5_digest": "648b7998305cfb844e5d14839913adb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22627, "upload_time": "2016-08-15T19:53:59", "url": "https://files.pythonhosted.org/packages/d6/d4/cdea4b92520a61844cf00048eeeda8c7f2e11533ea980b6bf0d84beedc66/plone.portlet.collection-3.1.tar.gz" } ], "3.2": [ { "comment_text": "", "digests": { "md5": "6663530c313d34438be0319c684874c6", "sha256": "849672de0bc8aa52785800d933364b4ef352cf59ff55bd9ec5240c9ccee2c21f" }, "downloads": -1, "filename": "plone.portlet.collection-3.2.tar.gz", "has_sig": false, "md5_digest": "6663530c313d34438be0319c684874c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24107, "upload_time": "2017-07-03T11:30:52", "url": "https://files.pythonhosted.org/packages/fd/9e/b798c0b39731af0498560a27e82af88ffbb76ad7ac36818f34d2ad6259b2/plone.portlet.collection-3.2.tar.gz" } ], "3.3.0": [ { "comment_text": "", "digests": { "md5": "e6b7dd90cfe7049790dc98a3b3ebbb7c", "sha256": "0c50588b7776a08bf31097414729c5b03a0ad5a7b1a5002926469979ed7eabee" }, "downloads": -1, "filename": "plone.portlet.collection-3.3.0.tar.gz", "has_sig": false, "md5_digest": "e6b7dd90cfe7049790dc98a3b3ebbb7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23313, "upload_time": "2017-11-25T01:37:00", "url": "https://files.pythonhosted.org/packages/01/b0/7950014dbcc7ccb69b8729c5085f20045c0adb953f4f703b018db2e1efde/plone.portlet.collection-3.3.0.tar.gz" } ], "3.3.1": [ { "comment_text": "", "digests": { "md5": "e8f33ed64b82e989fb7e416df9778b2b", "sha256": "c4ce1d853605df4bde2e3d8763f08ff04500b9c4afa6d017dfa051704c9e0a83" }, "downloads": -1, "filename": "plone.portlet.collection-3.3.1-py2-none-any.whl", "has_sig": false, "md5_digest": "e8f33ed64b82e989fb7e416df9778b2b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 18127, "upload_time": "2018-11-02T06:30:13", "url": "https://files.pythonhosted.org/packages/8a/fe/4bcc4a760fe8e50b8c501264f297d217a8279b04f747c273b477a622090d/plone.portlet.collection-3.3.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d39c2a1c168ba3e66b885a904ab663dc", "sha256": "7452f04f962b7414fb40e5e66457e9c6918115ddaacdc0427dfa11f486fd4efe" }, "downloads": -1, "filename": "plone.portlet.collection-3.3.1.tar.gz", "has_sig": false, "md5_digest": "d39c2a1c168ba3e66b885a904ab663dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23446, "upload_time": "2018-11-02T06:30:14", "url": "https://files.pythonhosted.org/packages/e7/d1/1528f2a681b9f50d71c5b72833ae737b5ea615d7520ed67b7da74963a164/plone.portlet.collection-3.3.1.tar.gz" } ], "3.3.2": [ { "comment_text": "", "digests": { "md5": "886f8e712dd12d684bfd6d4d127a97e5", "sha256": "4703a96ec2b5c5722f45fa1420bf59d72ba1118f745252fa9e560d775193d98e" }, "downloads": -1, "filename": "plone.portlet.collection-3.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "886f8e712dd12d684bfd6d4d127a97e5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 18212, "upload_time": "2019-08-23T12:28:50", "url": "https://files.pythonhosted.org/packages/91/99/51ddb5aed1c6425bdbe999af563831f2ad11e926401dfd421413c877e0de/plone.portlet.collection-3.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5de87c89049bb0d236df4701504ec3c8", "sha256": "a5c480e6d73fab067f31e312a92b0731fceb64a3272fee8803c3a8912fa7f9a5" }, "downloads": -1, "filename": "plone.portlet.collection-3.3.2.tar.gz", "has_sig": false, "md5_digest": "5de87c89049bb0d236df4701504ec3c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24476, "upload_time": "2019-08-23T12:28:53", "url": "https://files.pythonhosted.org/packages/18/99/2e14570e5928488a0fc1281a6b7a233442cb459801e48bd0a0bd9b4fa54c/plone.portlet.collection-3.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "886f8e712dd12d684bfd6d4d127a97e5", "sha256": "4703a96ec2b5c5722f45fa1420bf59d72ba1118f745252fa9e560d775193d98e" }, "downloads": -1, "filename": "plone.portlet.collection-3.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "886f8e712dd12d684bfd6d4d127a97e5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 18212, "upload_time": "2019-08-23T12:28:50", "url": "https://files.pythonhosted.org/packages/91/99/51ddb5aed1c6425bdbe999af563831f2ad11e926401dfd421413c877e0de/plone.portlet.collection-3.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5de87c89049bb0d236df4701504ec3c8", "sha256": "a5c480e6d73fab067f31e312a92b0731fceb64a3272fee8803c3a8912fa7f9a5" }, "downloads": -1, "filename": "plone.portlet.collection-3.3.2.tar.gz", "has_sig": false, "md5_digest": "5de87c89049bb0d236df4701504ec3c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24476, "upload_time": "2019-08-23T12:28:53", "url": "https://files.pythonhosted.org/packages/18/99/2e14570e5928488a0fc1281a6b7a233442cb459801e48bd0a0bd9b4fa54c/plone.portlet.collection-3.3.2.tar.gz" } ] }