{ "info": { "author": "Hong Minhee", "author_email": "minhee@dahlia.kr", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: C++", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: Stackless", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Code Generators", "Topic :: Software Development :: Compilers" ], "description": "libsass-python: Sass_/SCSS for Python\n=====================================\n\n.. image:: https://badge.fury.io/py/libsass.svg\n :alt: PyPI\n :target: https://pypi.org/pypi/libsass/\n\n.. image:: https://dev.azure.com/asottile/asottile/_apis/build/status/sass.libsass-python?branchName=master\n :target: https://dev.azure.com/asottile/asottile/_build/latest?definitionId=22&branchName=master\n :alt: Build Status\n\n.. image:: https://img.shields.io/azure-devops/coverage/asottile/asottile/22/master.svg\n :target: https://dev.azure.com/asottile/asottile/_build/latest?definitionId=22&branchName=master\n :alt: Coverage Status\n\n.. image:: https://results.pre-commit.ci/badge/github/sass/libsass-python/master.svg\n :target: https://results.pre-commit.ci/latest/github/sass/libsass-python/master\n :alt: pre-commit.ci status\n\nThis package provides a simple Python extension module ``sass`` which is\nbinding LibSass_ (written in C/C++ by Hampton Catlin and Aaron Leung).\nIt's very straightforward and there isn't any headache related Python\ndistribution/deployment. That means you can add just ``libsass`` into\nyour ``setup.py``'s ``install_requires`` list or ``requirements.txt`` file.\nNeed no Ruby nor Node.js.\n\nIt currently supports CPython 2.7, 3.6--3.8, and PyPy 2.3+!\n\n.. _Sass: https://sass-lang.com/\n.. _LibSass: https://github.com/sass/libsass\n\n\nFeatures\n--------\n\n- You don't need any Ruby/Node.js stack at all, for development or deployment\n either.\n- Fast. (LibSass_ is written in C++.)\n- Simple API. See the below example code for details.\n- Custom functions.\n- ``@import`` callbacks.\n- Support both tabbed (Sass) and braces (SCSS) syntax.\n- WSGI middleware for ease of development.\n It automatically compiles Sass/SCSS files for each request.\n- ``setuptools``/``distutils`` integration.\n You can build all Sass/SCSS files using\n ``setup.py build_sass`` command.\n- Works also on PyPy.\n- Provides prebuilt wheel_ binaries for Linux, Windows, and Mac.\n\n.. _wheel: https://www.python.org/dev/peps/pep-0427/\n\n\nInstall\n-------\n\nIt's available on PyPI_, so you can install it using ``pip`` (or\n``easy_install``):\n\n.. code-block:: console\n\n $ pip install libsass\n\n.. note::\n\n libsass requires some features introduced by the recent C++ standard.\n You need a C++ compiler that support those features.\n See also libsass project's README_ file.\n\n.. _PyPI: https://pypi.org/pypi/libsass/\n.. _README: https://github.com/sass/libsass#readme\n\n\n.. _example:\n\nExample\n-------\n\n.. code-block:: pycon\n\n >>> import sass\n >>> print sass.compile(string='a { b { color: blue; } }')\n a b {\n color: blue; }\n\n\nDocs\n----\n\nThere's the user guide manual and the full API reference for ``libsass``:\n\nhttps://sass.github.io/libsass-python/\n\nYou can build the docs by yourself:\n\n.. code-block:: console\n\n $ cd docs/\n $ make html\n\nThe built docs will go to ``docs/_build/html/`` directory.\n\n\nCredit\n------\n\nHong Minhee wrote this Python binding of LibSass_.\n\nHampton Catlin and Aaron Leung wrote LibSass_, which is portable C/C++\nimplementation of Sass_.\n\nHampton Catlin originally designed Sass_ language and wrote the first\nreference implementation of it in Ruby.\n\nThe above three are all distributed under `MIT license`_.\n\n.. _MIT license: https://mit-license.org/", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/sass/libsass-python/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://sass.github.io/libsass-python/", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "libsass", "package_url": "https://pypi.org/project/libsass/", "platform": "", "project_url": "https://pypi.org/project/libsass/", "project_urls": { "Download": "https://github.com/sass/libsass-python/releases", "Homepage": "https://sass.github.io/libsass-python/" }, "release_url": "https://pypi.org/project/libsass/0.21.0/", "requires_dist": null, "requires_python": "", "summary": "Sass for Python: A straightforward binding of libsass for Python.", "version": "0.21.0", "yanked": false, "yanked_reason": null }, "last_serial": 12061848, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9a4c06a28b6effc59ec5a3d1c369f38c", "sha256": "3f436f4ccfdc7729ce3be24e46c048ae92e8373371046148e6860c53414ddeb3" }, "downloads": -1, "filename": "libsass-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9a4c06a28b6effc59ec5a3d1c369f38c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47419, "upload_time": "2012-08-17T08:27:31", "upload_time_iso_8601": "2012-08-17T08:27:31.618917Z", "url": "https://files.pythonhosted.org/packages/3f/68/5d9e0a16ec33c92bcf619530db56613643530e0411cb62268a75653ad83d/libsass-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "63c685f0c09b5445f0593d02c0114b9c", "sha256": "5e6f425df3693314f973483b41983cc67c5341d0b1d912c597452d5114488e14" }, "downloads": -1, "filename": "libsass-0.1.1.tar.gz", "has_sig": false, "md5_digest": "63c685f0c09b5445f0593d02c0114b9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48104, "upload_time": "2012-08-17T23:31:48", "upload_time_iso_8601": "2012-08-17T23:31:48.928244Z", "url": "https://files.pythonhosted.org/packages/b3/18/957511cbca4044bbe73b10f33e90c9fb42ae2ed86ae4b3673d7740f42953/libsass-0.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.0": [ { "comment_text": "", "digests": { "md5": "f4ce7335685ee9da96aa6970977705be", "sha256": "b13a6e666b77269e5e19e2ee71ccbbe0b7ffc0c6fe975810e68eea3548c74efc" }, "downloads": -1, "filename": "libsass-0.10.0-cp26-none-macosx_10_11_intel.whl", "has_sig": true, "md5_digest": "f4ce7335685ee9da96aa6970977705be", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 1251632, "upload_time": "2015-12-16T03:33:03", "upload_time_iso_8601": "2015-12-16T03:33:03.466900Z", "url": "https://files.pythonhosted.org/packages/01/e4/cb1e13ac469f42d1cd567e3b79b664526032496dd8cea8297f756e04a21e/libsass-0.10.0-cp26-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a5e8a3fdd84c497d80114bca776e7340", "sha256": "02828168b13ba496422c7befc5825e39d5e1e83c89b89aec0504c8a877776e58" }, "downloads": -1, "filename": "libsass-0.10.0-cp27-none-macosx_10_11_intel.whl", "has_sig": true, "md5_digest": "a5e8a3fdd84c497d80114bca776e7340", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 1251620, "upload_time": "2015-12-16T03:35:38", "upload_time_iso_8601": "2015-12-16T03:35:38.190600Z", "url": "https://files.pythonhosted.org/packages/57/d2/ce75708832f5fc556032707577019528cf218cef45f842ad3a07a32df11e/libsass-0.10.0-cp27-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9551802039ee1c0e8adc2c2f4e5954ca", "sha256": "27f9a26e23a98538a7261a40d72229968cceb44ef17b89599c2bf674487c7c48" }, "downloads": -1, "filename": "libsass-0.10.0-cp27-none-win32.whl", "has_sig": false, "md5_digest": "9551802039ee1c0e8adc2c2f4e5954ca", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 530707, "upload_time": "2015-12-15T21:35:02", "upload_time_iso_8601": "2015-12-15T21:35:02.489495Z", "url": "https://files.pythonhosted.org/packages/c1/65/8da9f19a4d8d46c061e805aed70fdaa0b66be90c9532b41de92d8a0e02ed/libsass-0.10.0-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "53b6f0a85d344e23db53e762dcf6b6bc", "sha256": "da3c02c06f18d56638d709c81a3be311f9d7944620282f7d88be2d66c078fb03" }, "downloads": -1, "filename": "libsass-0.10.0-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "53b6f0a85d344e23db53e762dcf6b6bc", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 654416, "upload_time": "2015-12-15T21:35:10", "upload_time_iso_8601": "2015-12-15T21:35:10.661143Z", "url": "https://files.pythonhosted.org/packages/6d/b0/fd4a8362235353b0e4fd6434a28542fa757f451019be7bd844a6db9ca423/libsass-0.10.0-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "96f32ea0e14da18d877a4ccf727e49c7", "sha256": "efe6b6221dec30dd07c649b506ad664146344429c3990b7821642abae39e9321" }, "downloads": -1, "filename": "libsass-0.10.0-cp33-none-win32.whl", "has_sig": false, "md5_digest": "96f32ea0e14da18d877a4ccf727e49c7", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 530933, "upload_time": "2015-12-15T21:35:22", "upload_time_iso_8601": "2015-12-15T21:35:22.124983Z", "url": "https://files.pythonhosted.org/packages/26/04/9423e98cee8bedbeb179c681a88d4ca03f1c340a6a1b04b98250c5a96e94/libsass-0.10.0-cp33-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "87d1f56ecfc8b7c115083ef6d760ff02", "sha256": "20fe392f5fdb351e71324729dda3b10a146f83c4bf5187366fa3fa840495881e" }, "downloads": -1, "filename": "libsass-0.10.0-cp33-none-win_amd64.whl", "has_sig": false, "md5_digest": "87d1f56ecfc8b7c115083ef6d760ff02", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 654627, "upload_time": "2015-12-15T21:35:29", "upload_time_iso_8601": "2015-12-15T21:35:29.705047Z", "url": "https://files.pythonhosted.org/packages/9e/ac/c1d9b772c253c57d5b10cbfa77396645d46d4b09b0b8b41f8c317c6ff69f/libsass-0.10.0-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a8bbebbc4f40c288f0289c3ae4e58ef8", "sha256": "a4b6f99aa3ff8e5d269faa048009c5a4acf6610790f78bc4213545bb39700eba" }, "downloads": -1, "filename": "libsass-0.10.0-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "a8bbebbc4f40c288f0289c3ae4e58ef8", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 1302025, "upload_time": "2015-12-16T03:38:17", "upload_time_iso_8601": "2015-12-16T03:38:17.379373Z", "url": "https://files.pythonhosted.org/packages/1d/57/a4bb2d401d46ece54a453008af2d0bc5dbdadc46a0e57d080c275656e481/libsass-0.10.0-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a49d726ebb4318103690e5ea7f99e322", "sha256": "0a357721fa3b0aa77f789f3d0fe4be163682a0a45ac16b8fe49673e60de72700" }, "downloads": -1, "filename": "libsass-0.10.0-cp34-none-win32.whl", "has_sig": false, "md5_digest": "a49d726ebb4318103690e5ea7f99e322", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 530696, "upload_time": "2015-12-15T21:35:37", "upload_time_iso_8601": "2015-12-15T21:35:37.875896Z", "url": "https://files.pythonhosted.org/packages/59/ad/9d73b990662f289cf97f07ac73d476efe52693393eb26c222adf65bbc57f/libsass-0.10.0-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "01cbb70dcafc72503c18fb3877accbf6", "sha256": "70d73d5e354deef55422cde6da594113e9e546f59d672188cba9907406e38768" }, "downloads": -1, "filename": "libsass-0.10.0-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "01cbb70dcafc72503c18fb3877accbf6", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 654530, "upload_time": "2015-12-15T21:35:45", "upload_time_iso_8601": "2015-12-15T21:35:45.224246Z", "url": "https://files.pythonhosted.org/packages/ab/be/6e26308f1b9bf7b6615571aeb8b39ee1da6dbd137effd5264b71af10f0d3/libsass-0.10.0-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "13a16a50d0e03732efb98defa3423c6b", "sha256": "6a48b18788443ef713cb83ca179dd52177df6a3a0ab6b548a1d0a895a26c7415" }, "downloads": -1, "filename": "libsass-0.10.0-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "13a16a50d0e03732efb98defa3423c6b", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 1302077, "upload_time": "2015-12-16T03:40:53", "upload_time_iso_8601": "2015-12-16T03:40:53.365282Z", "url": "https://files.pythonhosted.org/packages/d9/f5/545e69aeee833d27be120c86f92195019bf23076ecb3075b5d378715498d/libsass-0.10.0-cp35-cp35m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8b32bc88312e791a01ab1ea6515c3fa0", "sha256": "0a06f16a048fe347d8b7276b2478fc23fcea0a2fdcf65f6819c6065d067f804e" }, "downloads": -1, "filename": "libsass-0.10.0.tar.gz", "has_sig": false, "md5_digest": "8b32bc88312e791a01ab1ea6515c3fa0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 272872, "upload_time": "2015-12-15T18:43:26", "upload_time_iso_8601": "2015-12-15T18:43:26.136143Z", "url": "https://files.pythonhosted.org/packages/9b/58/eee5f4490efada54c07be2147b983c51e915599c5026b15675e8740a6848/libsass-0.10.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "fabdbeb43cf1a3801b5e67794669892d", "sha256": "369b93b2d9cba78957edefcde5e738ac6fb4b5163770b9a7f61adb7e9ebd6a4d" }, "downloads": -1, "filename": "libsass-0.10.1-cp26-cp26mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fabdbeb43cf1a3801b5e67794669892d", "packagetype": "bdist_wheel", "python_version": "cp26", "requires_python": null, "size": 6999788, "upload_time": "2016-05-29T15:18:59", "upload_time_iso_8601": "2016-05-29T15:18:59.787392Z", "url": "https://files.pythonhosted.org/packages/ce/b3/689f77b29a80565237996301b31cdeb08aeed72b2d64a7b06b24a0c3cfed/libsass-0.10.1-cp26-cp26mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bba2a6f4c3ebfdf2726b6d32bcc0cdf5", "sha256": "415e4c6545a3cc87d5c64825ceab97a73645f1e7fc2edb98248504b78b71c872" }, "downloads": -1, "filename": "libsass-0.10.1-cp26-none-macosx_10_11_intel.whl", "has_sig": true, "md5_digest": "bba2a6f4c3ebfdf2726b6d32bcc0cdf5", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 1285969, "upload_time": "2016-02-03T12:45:32", "upload_time_iso_8601": "2016-02-03T12:45:32.057874Z", "url": "https://files.pythonhosted.org/packages/74/a2/0ede623520cd8ab54e9197539d940f9f9d981b9276890f77a63935131d4a/libsass-0.10.1-cp26-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f87e40fac309c1e710ee33fa7456912d", "sha256": "8c9b18788b647a0d2f0171014f18954103a9c0527efb262f069d5b2567f9d706" }, "downloads": -1, "filename": "libsass-0.10.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f87e40fac309c1e710ee33fa7456912d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 6999341, "upload_time": "2016-05-29T15:19:23", "upload_time_iso_8601": "2016-05-29T15:19:23.232850Z", "url": "https://files.pythonhosted.org/packages/ce/54/cd27fdc701ac146d0141d180f369021905b1055f3d6b798a148baf8d27f1/libsass-0.10.1-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7cc4e9895ec5f9150db83ebfec6f3228", "sha256": "5a780f1a92177022ecc019c724d309e0a6c59d1810eef81569ac927ef3ca803b" }, "downloads": -1, "filename": "libsass-0.10.1-cp27-none-macosx_10_11_intel.whl", "has_sig": true, "md5_digest": "7cc4e9895ec5f9150db83ebfec6f3228", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 1285952, "upload_time": "2016-02-03T13:08:20", "upload_time_iso_8601": "2016-02-03T13:08:20.923540Z", "url": "https://files.pythonhosted.org/packages/cb/e2/612634e41520471c91e6a1dbaafef2c970f597cbc343e8c83ec6e46620ff/libsass-0.10.1-cp27-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9cd2d143971d05277655d6c6245de984", "sha256": "5d5a23731b2878f19e22394edd189e145d00cb026fc9b68877c0d5ad796af7d8" }, "downloads": -1, "filename": "libsass-0.10.1-cp27-none-win32.whl", "has_sig": false, "md5_digest": "9cd2d143971d05277655d6c6245de984", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 622586, "upload_time": "2016-01-30T07:49:12", "upload_time_iso_8601": "2016-01-30T07:49:12.178881Z", "url": "https://files.pythonhosted.org/packages/28/0a/eeff3566b21f5ee91a237b6be31006c8c85247e2c560b089d8b9905064aa/libsass-0.10.1-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2e16b8ef63e3d85a89db8f7ffc34cea4", "sha256": "ef49f0992cb9be4fd407c07856b2f5d4b147eecc224931ef441863953d7957a9" }, "downloads": -1, "filename": "libsass-0.10.1-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "2e16b8ef63e3d85a89db8f7ffc34cea4", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 765506, "upload_time": "2016-01-30T07:49:18", "upload_time_iso_8601": "2016-01-30T07:49:18.591912Z", "url": "https://files.pythonhosted.org/packages/aa/62/86134da6457e18bf52845d86ceb0fa1f3dd888dbdab521498e85b78ad925/libsass-0.10.1-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a1ace4ea414e0781b5e99fb1dc11924c", "sha256": "a8af563f5600ebaf84a3d67fc77784c0136b6abf320da30b2fbeaddb0bcd7b21" }, "downloads": -1, "filename": "libsass-0.10.1-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "a1ace4ea414e0781b5e99fb1dc11924c", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 1337089, "upload_time": "2016-02-04T03:55:59", "upload_time_iso_8601": "2016-02-04T03:55:59.047423Z", "url": "https://files.pythonhosted.org/packages/45/11/f08e21b471f2cc59145e62768d924e9ed46a6803717da4ab207096bd385d/libsass-0.10.1-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1533197bb3017e4daa89575f74ce655b", "sha256": "30d966aa749a36f41bf8ca2db7e333442a17568e8b217498ee9eb09af9c0902a" }, "downloads": -1, "filename": "libsass-0.10.1-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1533197bb3017e4daa89575f74ce655b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 6996847, "upload_time": "2016-05-29T15:19:34", "upload_time_iso_8601": "2016-05-29T15:19:34.668060Z", "url": "https://files.pythonhosted.org/packages/ce/a4/2ce0556fd78823edd901b7d5672e1b6892e428152426a66ae52a3dfe700c/libsass-0.10.1-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "75ca7c18a5af65ed03a89ac4cf7fe47f", "sha256": "19fada125ab3bd7af6bce1fd470c069436d5ef53ae812895881b243c44826543" }, "downloads": -1, "filename": "libsass-0.10.1-cp34-none-win32.whl", "has_sig": false, "md5_digest": "75ca7c18a5af65ed03a89ac4cf7fe47f", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 622926, "upload_time": "2016-01-30T07:49:24", "upload_time_iso_8601": "2016-01-30T07:49:24.531406Z", "url": "https://files.pythonhosted.org/packages/b0/e5/adfd5e97c8d9a103ff840262bce0d417ec19f9f6aefdc12ce7a72f8d4a96/libsass-0.10.1-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "46ea67e88793e7025a7f0a156e189fc3", "sha256": "4943ed09395dfa1a0f48cb2e0436827dab1e3ae62903e4144e5657d5b0f81571" }, "downloads": -1, "filename": "libsass-0.10.1-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "46ea67e88793e7025a7f0a156e189fc3", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 764860, "upload_time": "2016-01-30T07:49:31", "upload_time_iso_8601": "2016-01-30T07:49:31.847150Z", "url": "https://files.pythonhosted.org/packages/f9/24/7466144a81bf9a4513ff799ceadc156d515dc5598c37f79a383d26029c03/libsass-0.10.1-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2ea9e686061d7904be1e606e958dddef", "sha256": "fd7332e4411caee2330e4558d6346055ec7c01ad2877d52acb447583c76e79bb" }, "downloads": -1, "filename": "libsass-0.10.1-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "2ea9e686061d7904be1e606e958dddef", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 1337152, "upload_time": "2016-02-04T03:53:52", "upload_time_iso_8601": "2016-02-04T03:53:52.214576Z", "url": "https://files.pythonhosted.org/packages/48/08/0d7ac06430bd37ceac5391ff3848e0761fe409964b835085d403533be6bf/libsass-0.10.1-cp35-cp35m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "faf64e5ab41faa249c12e07ef9a8cc05", "sha256": "fea1220851be1991c22352ac55007b3583c862b7ede8220f4be08d274e41bb00" }, "downloads": -1, "filename": "libsass-0.10.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "faf64e5ab41faa249c12e07ef9a8cc05", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 6997252, "upload_time": "2016-05-29T15:19:45", "upload_time_iso_8601": "2016-05-29T15:19:45.100105Z", "url": "https://files.pythonhosted.org/packages/8b/99/b5cc9225bc2058b716ea2776e433624282b9dfdfe991e4288405b64b7716/libsass-0.10.1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b2db2e8c9ef94b2932bc76d08b1c00f7", "sha256": "e1159c82c3ddf7c9a79a3d108ede74d6c81baa57e7ec5eee0df99d7504614b1e" }, "downloads": -1, "filename": "libsass-0.10.1-cp35-none-win32.whl", "has_sig": false, "md5_digest": "b2db2e8c9ef94b2932bc76d08b1c00f7", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 601871, "upload_time": "2016-01-30T07:49:37", "upload_time_iso_8601": "2016-01-30T07:49:37.929215Z", "url": "https://files.pythonhosted.org/packages/f9/6f/0dd633c1abc82ed5401f057cfd9f24e3bea6f1cff005c3df03693afd2ea5/libsass-0.10.1-cp35-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "07dcdf421fb81beb565117d2cfc3a40a", "sha256": "3f1c43e57eeb8ff36b04841187f2b98724ac23f5af8d0e4e446faf1818ea712c" }, "downloads": -1, "filename": "libsass-0.10.1-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "07dcdf421fb81beb565117d2cfc3a40a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 728775, "upload_time": "2016-01-30T07:49:43", "upload_time_iso_8601": "2016-01-30T07:49:43.719885Z", "url": "https://files.pythonhosted.org/packages/a2/63/bd6df875ffd50c39f6fba10349b00a3185a1d9368c82ba694f5916245eb9/libsass-0.10.1-cp35-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "de8ebe9aabf121db31034515aa2cfe4a", "sha256": "786af7629402ec50067834be17146fae49b0660c0d43379ccb9f85af7a97b07e" }, "downloads": -1, "filename": "libsass-0.10.1.tar.gz", "has_sig": false, "md5_digest": "de8ebe9aabf121db31034515aa2cfe4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 279805, "upload_time": "2016-01-30T06:56:28", "upload_time_iso_8601": "2016-01-30T06:56:28.113534Z", "url": "https://files.pythonhosted.org/packages/7b/2e/a05819e9a0bafff3451fce793c32d796551135a932e5aef85f6828668e7e/libsass-0.10.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "2c6df3c0cabc68404dd1555f05c6a5d5", "sha256": "bd41953a3dfabe1c8b43f0980618f61f1f6be16c78dc9ebacf61a6a8116340db" }, "downloads": -1, "filename": "libsass-0.11.0-cp26-cp26mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2c6df3c0cabc68404dd1555f05c6a5d5", "packagetype": "bdist_wheel", "python_version": "cp26", "requires_python": null, "size": 7005678, "upload_time": "2016-05-29T15:10:49", "upload_time_iso_8601": "2016-05-29T15:10:49.707857Z", "url": "https://files.pythonhosted.org/packages/7b/93/935568284bb6e5bd5675cd2a3053c95a14afa9c18c9e550ef51701acbd2b/libsass-0.11.0-cp26-cp26mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "195b18f1bf3a6881092aa5e681ed23fc", "sha256": "82437433349c25cefe79e339b31fbd04ba256f625b64355a367a13f77e39806a" }, "downloads": -1, "filename": "libsass-0.11.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "195b18f1bf3a6881092aa5e681ed23fc", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 7005531, "upload_time": "2016-05-29T15:11:02", "upload_time_iso_8601": "2016-05-29T15:11:02.076120Z", "url": "https://files.pythonhosted.org/packages/25/b1/671edaa5454a2b724d3626871ed89a954571fe4dadbf4dd5999eff03836f/libsass-0.11.0-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "448a4c2a71382c0beb6dc750ec91757c", "sha256": "6d192a60cb5514305d335af30cb01137660283b57cda4b9cd6382d79b83638e3" }, "downloads": -1, "filename": "libsass-0.11.0-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "448a4c2a71382c0beb6dc750ec91757c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 622719, "upload_time": "2016-03-23T19:54:18", "upload_time_iso_8601": "2016-03-23T19:54:18.674575Z", "url": "https://files.pythonhosted.org/packages/e7/fe/320c76a7d267e2c02ebbe871410ffbc947c42776e2fa53eef5f894fc2cfb/libsass-0.11.0-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f7eb7951bcfd7570d64a4192110bf3b2", "sha256": "e452b890f9c67dc0712b6b974a9162a5fd87b1ed9a01b48a19a7dce800d4f615" }, "downloads": -1, "filename": "libsass-0.11.0-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "f7eb7951bcfd7570d64a4192110bf3b2", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 766987, "upload_time": "2016-03-23T19:54:26", "upload_time_iso_8601": "2016-03-23T19:54:26.208706Z", "url": "https://files.pythonhosted.org/packages/fa/ee/dcd9fe0ca1d7b699addcc65669f32b14da5c3ab416e42795fdbeb59dc117/libsass-0.11.0-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1f2744d751512d2cf473f8c0673f281c", "sha256": "fa7bdecb885001b80ece10feced41fc2d5fd211c9ddf9cccbe389ab410bd9119" }, "downloads": -1, "filename": "libsass-0.11.0-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1f2744d751512d2cf473f8c0673f281c", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 6998349, "upload_time": "2016-05-29T15:11:17", "upload_time_iso_8601": "2016-05-29T15:11:17.704351Z", "url": "https://files.pythonhosted.org/packages/56/60/0daf67e9bea3faa12122314aa3604257a64174908821909a336462b91491/libsass-0.11.0-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "538075df82c170a1f695e0e0fee2f1b2", "sha256": "c430361d1153c6732bdf4275e3de1686258e59a22a783e095232e8ac2ae62c80" }, "downloads": -1, "filename": "libsass-0.11.0-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "538075df82c170a1f695e0e0fee2f1b2", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 622912, "upload_time": "2016-03-23T19:54:32", "upload_time_iso_8601": "2016-03-23T19:54:32.476106Z", "url": "https://files.pythonhosted.org/packages/fc/33/98b99a00eabdca63214d796d38b5207f8cbf5ac896928d354d7f6f9bcf04/libsass-0.11.0-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6fa92b7d868e305693a7b8430e9a311e", "sha256": "463ddff239d8acba47080549883c36bee256ea7d5191fad0620d2b4d84506099" }, "downloads": -1, "filename": "libsass-0.11.0-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "6fa92b7d868e305693a7b8430e9a311e", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 766283, "upload_time": "2016-03-23T19:54:41", "upload_time_iso_8601": "2016-03-23T19:54:41.096323Z", "url": "https://files.pythonhosted.org/packages/d9/a9/1bd5f50262d856853110e0715eb6787b02fcab9671c8630dfa1635399ce1/libsass-0.11.0-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7bb39863b1b4e52934daba55b5692904", "sha256": "3a0ac149bd7153d557a07cb45119860696946a87f4e761f71f0750bd473462e9" }, "downloads": -1, "filename": "libsass-0.11.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7bb39863b1b4e52934daba55b5692904", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 6998510, "upload_time": "2016-05-29T15:11:27", "upload_time_iso_8601": "2016-05-29T15:11:27.959494Z", "url": "https://files.pythonhosted.org/packages/18/68/b75f2c5ee3c168d68fe1da877aa7bc53881f78572cbe248bbfb3c2092899/libsass-0.11.0-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6a7c4e1d58fb9f6929317daeb8996358", "sha256": "0cfffa375f739e0bf7d3ba26920db2e84fe325cc40f9ab006affe88c497bdfce" }, "downloads": -1, "filename": "libsass-0.11.0-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "6a7c4e1d58fb9f6929317daeb8996358", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 602810, "upload_time": "2016-03-23T19:54:51", "upload_time_iso_8601": "2016-03-23T19:54:51.173695Z", "url": "https://files.pythonhosted.org/packages/0c/0f/623862e29823c141af2f3712302a4eea8f70823400bb6670decd6d0c86d5/libsass-0.11.0-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b67e5a7bc11d631a8e79cd32274815db", "sha256": "46f64f71b659433ddb8e0c20d54a163b9f9591ec57518018c6b3f5a8c7f658e8" }, "downloads": -1, "filename": "libsass-0.11.0-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "b67e5a7bc11d631a8e79cd32274815db", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 729213, "upload_time": "2016-03-23T19:55:04", "upload_time_iso_8601": "2016-03-23T19:55:04.992690Z", "url": "https://files.pythonhosted.org/packages/90/c7/660ce9c938f37322517f400ab8ef663f6b9fe5c279a85b3f6dc059e96f80/libsass-0.11.0-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fc44f40e4ed3f01620426663e10c61ce", "sha256": "6c8c75115871def756d1306762f622f24f02c34289c802fed9f4da0a12d6653a" }, "downloads": -1, "filename": "libsass-0.11.0.tar.gz", "has_sig": false, "md5_digest": "fc44f40e4ed3f01620426663e10c61ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 281154, "upload_time": "2016-03-23T18:49:21", "upload_time_iso_8601": "2016-03-23T18:49:21.649269Z", "url": "https://files.pythonhosted.org/packages/70/4e/dbee9da9f2943e32bf491410cd613f9ffd77f6b6aad67d6f111981283129/libsass-0.11.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.1": [ { "comment_text": "", "digests": { "md5": "9ba1d55456fc2bf66928cd4e908da556", "sha256": "c7de1aaa64ff9f8357cc8e7a219cb190cdd382f91a448f36087fd9f6fac4a021" }, "downloads": -1, "filename": "libsass-0.11.1-cp26-cp26mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9ba1d55456fc2bf66928cd4e908da556", "packagetype": "bdist_wheel", "python_version": "cp26", "requires_python": null, "size": 7068205, "upload_time": "2016-05-29T14:52:21", "upload_time_iso_8601": "2016-05-29T14:52:21.251496Z", "url": "https://files.pythonhosted.org/packages/15/8f/8f01000fa66d6d6c4a65208c6cae45f50dfec6dd84418809db3b8716604e/libsass-0.11.1-cp26-cp26mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e3ae824c5823b1178793efe734f81f61", "sha256": "cd91c3995e522ad8e10a778ed5ba8b703f7b7fe9e3ac2d653994b24c350e01b8" }, "downloads": -1, "filename": "libsass-0.11.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e3ae824c5823b1178793efe734f81f61", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 7068218, "upload_time": "2016-05-29T14:52:32", "upload_time_iso_8601": "2016-05-29T14:52:32.359516Z", "url": "https://files.pythonhosted.org/packages/38/58/dc19929c244346156876d7f9accaa3a272047f6f6d1ff646f44296c97a61/libsass-0.11.1-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cdf8a25a3ca0c707da2eb5b4731ce424", "sha256": "0e1a1c646354f02afdce467dc304a37666736a615f92c30c6cd413bb43ef2259" }, "downloads": -1, "filename": "libsass-0.11.1-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "cdf8a25a3ca0c707da2eb5b4731ce424", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 617147, "upload_time": "2016-05-01T22:23:51", "upload_time_iso_8601": "2016-05-01T22:23:51.768116Z", "url": "https://files.pythonhosted.org/packages/78/64/7d1c19f26f3b5050c7e0ed3ea118d95a8e15ca0daaf12e2188f4ebefecdf/libsass-0.11.1-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4645caeeb40a3f19bb92c9614e93977f", "sha256": "9576eff9873f45cc964f35347f37f653a7cecba80c4d10865a258e627c455574" }, "downloads": -1, "filename": "libsass-0.11.1-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "4645caeeb40a3f19bb92c9614e93977f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 764091, "upload_time": "2016-05-01T22:24:00", "upload_time_iso_8601": "2016-05-01T22:24:00.488110Z", "url": "https://files.pythonhosted.org/packages/4e/7e/397e081ce8c119ad00c61443f1d5d6a6de00890ce72ebe6b0a7c2c8368f6/libsass-0.11.1-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cee813a6f9ec7132025dbfb63c26f982", "sha256": "dbdf07a1c2127309013dd475acadce6e572d10e52ccdaf15a9a657ec99a86993" }, "downloads": -1, "filename": "libsass-0.11.1-cp27-none-macosx_10_11_intel.whl", "has_sig": true, "md5_digest": "cee813a6f9ec7132025dbfb63c26f982", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 1254202, "upload_time": "2016-06-20T13:06:37", "upload_time_iso_8601": "2016-06-20T13:06:37.080943Z", "url": "https://files.pythonhosted.org/packages/06/b8/09fa1a1115e32c47e1608afaebe5ec9ff501ecdfea1ff0076da0433c8750/libsass-0.11.1-cp27-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "269648696e4bbda30d9aab171209d719", "sha256": "46a8384c7f13bb8495c432195e3f15e62ca2d1e4b7942dbc8d154d916a59802b" }, "downloads": -1, "filename": "libsass-0.11.1-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "269648696e4bbda30d9aab171209d719", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 1332888, "upload_time": "2016-06-20T13:09:04", "upload_time_iso_8601": "2016-06-20T13:09:04.440038Z", "url": "https://files.pythonhosted.org/packages/9a/57/b80118808a99b083f866b388979d14041360bee0fdcb0ae2308a87d0616a/libsass-0.11.1-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1c1632289fc04409995b57094effe09c", "sha256": "9d12146d1582b803c8be2eae1ef2297f937b00b11e6e0b90b16156d70333add7" }, "downloads": -1, "filename": "libsass-0.11.1-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1c1632289fc04409995b57094effe09c", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 7064390, "upload_time": "2016-05-29T14:52:43", "upload_time_iso_8601": "2016-05-29T14:52:43.810033Z", "url": "https://files.pythonhosted.org/packages/e6/f2/3ac79ebf5e6d132eca8ff31b3e12dfbd868965a26e3dd0ed597d84c28e20/libsass-0.11.1-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "67b327f5496ae32d2c5920c83ef8a3f7", "sha256": "e19c052478977b90beb5d969b8ab095aff84a35ce0418684cc69a06e99032ef1" }, "downloads": -1, "filename": "libsass-0.11.1-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "67b327f5496ae32d2c5920c83ef8a3f7", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 616434, "upload_time": "2016-05-01T22:24:27", "upload_time_iso_8601": "2016-05-01T22:24:27.764914Z", "url": "https://files.pythonhosted.org/packages/3a/6a/80c97b5370dcbecbadacdacd6cf0c9f2697f598258823d8149ed5f972e12/libsass-0.11.1-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4001d0dc1841786e5ccf6e9499922d10", "sha256": "705dcdaab624a5b8352b302e151e67d7a61da56eca17016eba48ab1c85b388e7" }, "downloads": -1, "filename": "libsass-0.11.1-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "4001d0dc1841786e5ccf6e9499922d10", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 764117, "upload_time": "2016-05-01T22:24:37", "upload_time_iso_8601": "2016-05-01T22:24:37.079661Z", "url": "https://files.pythonhosted.org/packages/29/38/9d483c46b22b55440172d66ddef782c11d18e4cea1c886950f26ae040fe2/libsass-0.11.1-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "26cc4b7b881516dd8011be58643e30a1", "sha256": "bc14257d7e55088a76a067556a6184315c7e4371032c1fa8d5f1d857b6a8f639" }, "downloads": -1, "filename": "libsass-0.11.1-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "26cc4b7b881516dd8011be58643e30a1", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 1332945, "upload_time": "2016-06-21T04:46:13", "upload_time_iso_8601": "2016-06-21T04:46:13.190430Z", "url": "https://files.pythonhosted.org/packages/de/2d/b8e727e940570ee7bcb6933ac9d151d3397ff5ccd7df421cd422420cc4f0/libsass-0.11.1-cp35-cp35m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3bf580c88e423bd27396f0ea62b3f630", "sha256": "d6c88effe352937b8637f438236c0393134bf53590afb561085c461268385b18" }, "downloads": -1, "filename": "libsass-0.11.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3bf580c88e423bd27396f0ea62b3f630", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 7064895, "upload_time": "2016-05-29T14:53:00", "upload_time_iso_8601": "2016-05-29T14:53:00.464600Z", "url": "https://files.pythonhosted.org/packages/22/5c/c1f2a64a654355dc13660db9c06a5317aabdc605d2716d3569ea281bbc78/libsass-0.11.1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c7ec9282cd0e88cda0a2e4000bd53af7", "sha256": "f8db0d5c85dee8ad331b7ccf62ad8afe8a7dc5c94e6652ddea770e5a47c4312f" }, "downloads": -1, "filename": "libsass-0.11.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "c7ec9282cd0e88cda0a2e4000bd53af7", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 599670, "upload_time": "2016-05-01T22:24:44", "upload_time_iso_8601": "2016-05-01T22:24:44.948306Z", "url": "https://files.pythonhosted.org/packages/3a/e3/77ce611c92adc3cb6b6689e4f014194d697ff159ab2dc7edd2cf570589bd/libsass-0.11.1-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1935c97b64efc33ea693959865c689f7", "sha256": "1df2ab5ac78528a0a36516831bc4a8bd9ba59e002d6025c7487bc2bd6a521f1d" }, "downloads": -1, "filename": "libsass-0.11.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "1935c97b64efc33ea693959865c689f7", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 729741, "upload_time": "2016-05-01T22:24:52", "upload_time_iso_8601": "2016-05-01T22:24:52.044590Z", "url": "https://files.pythonhosted.org/packages/76/69/52c5a7bf7df0b7146d6e03b30dfd307a2d309b5c57731d209066ea6518a9/libsass-0.11.1-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e277d39d16ca0fcc0623e1ef7f5c0b05", "sha256": "f060d7dab825942ca7f86d0c4adadf7d731a2e30f9bce6e4f010ad7d32adbf06" }, "downloads": -1, "filename": "libsass-0.11.1.tar.gz", "has_sig": false, "md5_digest": "e277d39d16ca0fcc0623e1ef7f5c0b05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280597, "upload_time": "2016-04-23T00:21:35", "upload_time_iso_8601": "2016-04-23T00:21:35.061523Z", "url": "https://files.pythonhosted.org/packages/96/33/bfab3318660778694d843af625459e3ec8e26f12a7494d6ff9ea4162091d/libsass-0.11.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.2": [ { "comment_text": "", "digests": { "md5": "ad705ed279dde9e5ae4c2743e6098486", "sha256": "097d0899cfa3227b8f76fa0120d3d98513ad6c2cde7e146b1813302e9edf93dd" }, "downloads": -1, "filename": "libsass-0.11.2-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ad705ed279dde9e5ae4c2743e6098486", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 7140419, "upload_time": "2016-10-24T23:54:42", "upload_time_iso_8601": "2016-10-24T23:54:42.045336Z", "url": "https://files.pythonhosted.org/packages/60/42/618f7736dfa8f0fe905e1b19979b2f9b60f29210b638831323f6c890021e/libsass-0.11.2-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7bf50bccc7a2efd71089ebffce66f96b", "sha256": "c4ebc3241b9ae14cbbc059fe238f926bc7212daf2dea0f2f28fb4c06e512b981" }, "downloads": -1, "filename": "libsass-0.11.2-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "7bf50bccc7a2efd71089ebffce66f96b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 655447, "upload_time": "2016-10-24T23:56:19", "upload_time_iso_8601": "2016-10-24T23:56:19.655752Z", "url": "https://files.pythonhosted.org/packages/3d/8f/6579b98d4891e635b2137f3d59e1fe798129aea95a3cdff1cf638ea60d48/libsass-0.11.2-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "30c2f3b9b9223412311dd3f5e345a1f7", "sha256": "d3daca4c653a4566934f38f4c6b642bda44c78f171dcb58cb67685035127fc89" }, "downloads": -1, "filename": "libsass-0.11.2-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "30c2f3b9b9223412311dd3f5e345a1f7", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 804766, "upload_time": "2016-10-24T23:56:23", "upload_time_iso_8601": "2016-10-24T23:56:23.020657Z", "url": "https://files.pythonhosted.org/packages/60/b4/cd0bf5674471476fb4d1df1a5a8354ff0a121470d8ff4c0bbd0361b47fb6/libsass-0.11.2-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3f30b5d39c301285ea537d294e3c5b4f", "sha256": "bf22e96e312f1d3fff5a7823a009c37f55298f19c990ea592fe40881267900fa" }, "downloads": -1, "filename": "libsass-0.11.2-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3f30b5d39c301285ea537d294e3c5b4f", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 7138825, "upload_time": "2016-10-24T23:54:49", "upload_time_iso_8601": "2016-10-24T23:54:49.353448Z", "url": "https://files.pythonhosted.org/packages/6a/b9/232a855a6333024ce31636b44c63c991a5c8ba0ead8fc55dd1d3f8f577ed/libsass-0.11.2-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7a39378ddf36b1e22e5c647bd520876f", "sha256": "93ab9481d67689d58048a72a3c16ab5b9a831bce7cd1e9cc381cb2f9a2967869" }, "downloads": -1, "filename": "libsass-0.11.2-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "7a39378ddf36b1e22e5c647bd520876f", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 654081, "upload_time": "2016-10-24T23:56:26", "upload_time_iso_8601": "2016-10-24T23:56:26.683594Z", "url": "https://files.pythonhosted.org/packages/ab/21/8407b6c50fb0ed5010924b63760e4b1485c2b80ba2a9212fa6e92b595621/libsass-0.11.2-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b5e8ee4838d8aa02000467ac70b031e6", "sha256": "9066181396eb21fb1b42329c362d74f3c2adea6af6a346f433f94cff671202ce" }, "downloads": -1, "filename": "libsass-0.11.2-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "b5e8ee4838d8aa02000467ac70b031e6", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 805221, "upload_time": "2016-10-24T23:56:29", "upload_time_iso_8601": "2016-10-24T23:56:29.955393Z", "url": "https://files.pythonhosted.org/packages/21/11/cc02adaa3f7196e0cc254cf0eb37d35cbb7753ebc21eb670e9b2c2a3dc1a/libsass-0.11.2-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "686edb679eb1769ec94a8c8ae820e475", "sha256": "fdb721de6f015ed7060b65ec87cd740e228c37293074f9eddabf7ecd6150d80d" }, "downloads": -1, "filename": "libsass-0.11.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "686edb679eb1769ec94a8c8ae820e475", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 7138623, "upload_time": "2016-10-24T23:54:56", "upload_time_iso_8601": "2016-10-24T23:54:56.486139Z", "url": "https://files.pythonhosted.org/packages/16/39/89d61e586feae08f6ec22e0023f7896efaebed1f7bf1ba18b209ca0c4daf/libsass-0.11.2-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "085a8be0da5ef74c1767d53cd902aa06", "sha256": "c43b66a41c2c1d1c1dcf40edfb4d1ee425f16ca75f4b5032674433011b0fda0b" }, "downloads": -1, "filename": "libsass-0.11.2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "085a8be0da5ef74c1767d53cd902aa06", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 663632, "upload_time": "2016-10-24T23:56:32", "upload_time_iso_8601": "2016-10-24T23:56:32.862715Z", "url": "https://files.pythonhosted.org/packages/5c/31/5b9447cfc65c3f488847c759c12d87ba522e2f6c892e449f92ca1b1540d0/libsass-0.11.2-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "451e50460e020da400944f960f5ee6d0", "sha256": "c30074e3c63bcdbfbccb1da37f8f4466e3b3e6b35cf44dd482d576a7864d5c62" }, "downloads": -1, "filename": "libsass-0.11.2-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "451e50460e020da400944f960f5ee6d0", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 769361, "upload_time": "2016-10-24T23:56:37", "upload_time_iso_8601": "2016-10-24T23:56:37.709519Z", "url": "https://files.pythonhosted.org/packages/75/07/122669612b3ddd3aee794029ee06c275a17c7b25b1267a131d379099287e/libsass-0.11.2-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "631fa4cb94c8b23bd97d95721383e274", "sha256": "2c20a64dba8d09d435f17ac6f61ca428420ef15535eb23932fa14090273c3764" }, "downloads": -1, "filename": "libsass-0.11.2.tar.gz", "has_sig": false, "md5_digest": "631fa4cb94c8b23bd97d95721383e274", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 282424, "upload_time": "2016-10-24T23:37:51", "upload_time_iso_8601": "2016-10-24T23:37:51.529853Z", "url": "https://files.pythonhosted.org/packages/4a/82/25fb0c35c64571e0a616ac5ceb28129217fb2d5b0f2439b505ca30ce72dc/libsass-0.11.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "b58f5c8ee4f0e2a002ca01e2387b4e22", "sha256": "3eb075add1815dd023586aadd6114561ab46a5949ee41e649dbd7e40622ea6d0" }, "downloads": -1, "filename": "libsass-0.12.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b58f5c8ee4f0e2a002ca01e2387b4e22", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 7481466, "upload_time": "2016-12-11T03:05:56", "upload_time_iso_8601": "2016-12-11T03:05:56.451553Z", "url": "https://files.pythonhosted.org/packages/84/69/3c5694afb9ac4450299f3cbb24311b75f982a211e744a5c79a864d74e1da/libsass-0.12.0-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "571c9f5551fff53c8116922b608ffd8e", "sha256": "b21ac822ce8233313922cd3cb81ac8cb64be0237332bd9679be2eb609fac6077" }, "downloads": -1, "filename": "libsass-0.12.0-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "571c9f5551fff53c8116922b608ffd8e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 662123, "upload_time": "2016-12-11T03:14:58", "upload_time_iso_8601": "2016-12-11T03:14:58.537504Z", "url": "https://files.pythonhosted.org/packages/b9/c5/723f0d1697e7f8f8563cf6987cf02d8ae34fd0b47732d478e803ecefa087/libsass-0.12.0-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "22b2e63702ca633e6e7ae7b3194be9dd", "sha256": "3edd6303bb4c9fe17bd72951a7c40cf83c825f30e49f32c7187c2cdbcbfcd03c" }, "downloads": -1, "filename": "libsass-0.12.0-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "22b2e63702ca633e6e7ae7b3194be9dd", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 818571, "upload_time": "2016-12-11T03:15:01", "upload_time_iso_8601": "2016-12-11T03:15:01.865389Z", "url": "https://files.pythonhosted.org/packages/0e/f6/93e508ea8a6dddb7e2c60630f605ef379246e8f60d31dd989e5b23bb4425/libsass-0.12.0-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a659ea686cd077d2948d9b588f5f9b56", "sha256": "ca811ee7c6d6d8a325b5f89f5f1ea836ac689dbb0defb0f50abf21af9a07095b" }, "downloads": -1, "filename": "libsass-0.12.0-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a659ea686cd077d2948d9b588f5f9b56", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 7478949, "upload_time": "2016-12-11T03:05:39", "upload_time_iso_8601": "2016-12-11T03:05:39.082610Z", "url": "https://files.pythonhosted.org/packages/97/f3/d171b5fa051372be2ab95b484a2c98ead658c23c5d57da7862e16df672aa/libsass-0.12.0-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "602a8144b745d62076db3f34c3295f30", "sha256": "856462d2b39a25c1aa71859c94e9872ab2c61ac72d5ed68e2c6c7d1b373be474" }, "downloads": -1, "filename": "libsass-0.12.0-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "602a8144b745d62076db3f34c3295f30", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 662115, "upload_time": "2016-12-11T03:15:05", "upload_time_iso_8601": "2016-12-11T03:15:05.587677Z", "url": "https://files.pythonhosted.org/packages/4d/65/8db8e99f5511985509d5a6bf64cdb06e31b1ae7a1893bb0a254dcda62e33/libsass-0.12.0-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a3cf030224d819c2d59f4a4db62f555d", "sha256": "c54406b82300662a8df646b7afda6feb37b80651c087c85b718b0ade31820eda" }, "downloads": -1, "filename": "libsass-0.12.0-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "a3cf030224d819c2d59f4a4db62f555d", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 819366, "upload_time": "2016-12-11T03:15:08", "upload_time_iso_8601": "2016-12-11T03:15:08.582417Z", "url": "https://files.pythonhosted.org/packages/7e/c0/9d675b7a508d04053d26f672845de41a3689b2597d748a322393c9ccd8dd/libsass-0.12.0-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8835d57cd80f42af3d8925f6de54b08d", "sha256": "8cd8d71734b06e0a72d505ce3e4686deb5c67e9a71be0e91a69824cabd6b4964" }, "downloads": -1, "filename": "libsass-0.12.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8835d57cd80f42af3d8925f6de54b08d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 7479386, "upload_time": "2016-12-11T03:05:48", "upload_time_iso_8601": "2016-12-11T03:05:48.144554Z", "url": "https://files.pythonhosted.org/packages/df/b2/9bb65567ef27731a1931aeb1cfa07f339c651a8d9608691f15dae457774c/libsass-0.12.0-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b5726c5727b77fa15303673c950d363f", "sha256": "98a40defb4dd6c1cde1271ae1ee34eaaa141b51f51867ef1a16cbeade766c639" }, "downloads": -1, "filename": "libsass-0.12.0-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "b5726c5727b77fa15303673c950d363f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 672194, "upload_time": "2016-12-11T03:15:11", "upload_time_iso_8601": "2016-12-11T03:15:11.420347Z", "url": "https://files.pythonhosted.org/packages/03/9b/93615cd645da411888e92dd7ea3f5b5e892a2dd4f013e13fcdca96040cad/libsass-0.12.0-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1a0ee1abd447200bac2f38b9dd8e859a", "sha256": "a420c52a430845e77591ba663cd7aeb04373c481f551441791f22836c61dbf65" }, "downloads": -1, "filename": "libsass-0.12.0-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "1a0ee1abd447200bac2f38b9dd8e859a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 780370, "upload_time": "2016-12-11T03:15:14", "upload_time_iso_8601": "2016-12-11T03:15:14.754020Z", "url": "https://files.pythonhosted.org/packages/b8/7d/f582c9c9da01a4da65476a5a2a08874dd2fcccb8ba6a9be6c75e7db08c35/libsass-0.12.0-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fa674d3e33531cecdc39c6e6874a44f0", "sha256": "fba5a6c02d0388f7513b53b07ac65077e9fc87e32b86688824601f1705a1f3a6" }, "downloads": -1, "filename": "libsass-0.12.0.tar.gz", "has_sig": false, "md5_digest": "fa674d3e33531cecdc39c6e6874a44f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 289652, "upload_time": "2016-12-11T02:58:38", "upload_time_iso_8601": "2016-12-11T02:58:38.684904Z", "url": "https://files.pythonhosted.org/packages/fe/91/973cc1c2edd4121370a54d62b2274217d2a6da8e09f4fb5e7dbf1d19e74a/libsass-0.12.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.1": [ { "comment_text": "", "digests": { "md5": "2e3e9a64b63232eecc10efd24b932fca", "sha256": "7fc8a67ea910c75c00aed32fa34a1e90a7355bb879baf27d5b381c392b57c647" }, "downloads": -1, "filename": "libsass-0.12.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2e3e9a64b63232eecc10efd24b932fca", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 7470507, "upload_time": "2016-12-20T17:01:06", "upload_time_iso_8601": "2016-12-20T17:01:06.512447Z", "url": "https://files.pythonhosted.org/packages/86/6d/3c7d248b703d8e53be9d59d77fe135b1a31e186bb15193ee1256d2fe1ee5/libsass-0.12.1-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8ee7114ac11eeca36196a5661d52bfec", "sha256": "574037c3587a656ace2603da9d8e21fe08eac882ba5f8fec0d7fefac5c819193" }, "downloads": -1, "filename": "libsass-0.12.1-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "8ee7114ac11eeca36196a5661d52bfec", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 663316, "upload_time": "2016-12-20T16:53:39", "upload_time_iso_8601": "2016-12-20T16:53:39.382526Z", "url": "https://files.pythonhosted.org/packages/c5/35/907dff60763c10920ea0749b4cd10cb768cda833d3117ff3081f0685891d/libsass-0.12.1-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2e4b2c0ab0164837b8c86cea2e226884", "sha256": "785ff46061f611211f1d22cb2f98f9778d86acf5609a3ebb0527a0d91c2c34ba" }, "downloads": -1, "filename": "libsass-0.12.1-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "2e4b2c0ab0164837b8c86cea2e226884", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 819271, "upload_time": "2016-12-20T16:53:45", "upload_time_iso_8601": "2016-12-20T16:53:45.085063Z", "url": "https://files.pythonhosted.org/packages/a0/16/90dd42b04f2cda158d3b499c042f5d613d6800ecf7babdad5db60e9d2bde/libsass-0.12.1-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a62da48b633dbada07f93ec02cd1919a", "sha256": "e04d029e2b4ed4e943e6f69472af7e34fa2ad5f2fcc69ea05a25743b65905131" }, "downloads": -1, "filename": "libsass-0.12.1-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a62da48b633dbada07f93ec02cd1919a", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 7469303, "upload_time": "2016-12-20T17:01:35", "upload_time_iso_8601": "2016-12-20T17:01:35.156066Z", "url": "https://files.pythonhosted.org/packages/a3/80/f791a92918517fc30b994b09aa4ef76110b19a1ad2a673afc7652c465d96/libsass-0.12.1-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6907413294c4343ddb8e50134a73d2d2", "sha256": "c53c2568a1abba636eb86d31b3522385fe678cc2e8c727a231b62238fb2623ad" }, "downloads": -1, "filename": "libsass-0.12.1-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "6907413294c4343ddb8e50134a73d2d2", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 662234, "upload_time": "2016-12-20T16:53:50", "upload_time_iso_8601": "2016-12-20T16:53:50.781151Z", "url": "https://files.pythonhosted.org/packages/26/9c/6935c860a732e446abc47e0ee224a50c1a810892ceea1cf4ae7087f2bf07/libsass-0.12.1-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "df72a84114d387b90784da61ef5d8c93", "sha256": "7a523be94349b7f21d0c0071a3c3695047b3f14367ca33bb70f02f4ac8f835e1" }, "downloads": -1, "filename": "libsass-0.12.1-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "df72a84114d387b90784da61ef5d8c93", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 820041, "upload_time": "2016-12-20T16:53:59", "upload_time_iso_8601": "2016-12-20T16:53:59.704613Z", "url": "https://files.pythonhosted.org/packages/15/ce/d396922d4d958c0212f5ff651266c84f4f19eb21fb4d9d49c01ef2f45d38/libsass-0.12.1-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "968da539d695e583c46bdb760dda21ad", "sha256": "a5c3bf6ae0d23d608cd022d3a2a9e37eeb2a2822121e997f47f384e60db066d9" }, "downloads": -1, "filename": "libsass-0.12.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "968da539d695e583c46bdb760dda21ad", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 7469487, "upload_time": "2016-12-20T17:02:12", "upload_time_iso_8601": "2016-12-20T17:02:12.783679Z", "url": "https://files.pythonhosted.org/packages/c8/ee/4cc3a6b843f3f13925904fb453528bbd13068444db87192a2547083dbaf5/libsass-0.12.1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "968014b4c591c92794557726a68bb974", "sha256": "37c93794aca0cae5538a1dfbeac4757d007b447e2fb45a91bb4ad3bc4231ea74" }, "downloads": -1, "filename": "libsass-0.12.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "968014b4c591c92794557726a68bb974", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 672576, "upload_time": "2016-12-20T16:54:06", "upload_time_iso_8601": "2016-12-20T16:54:06.544862Z", "url": "https://files.pythonhosted.org/packages/c6/ff/ca977b90aff4edc5e79350e3d3b066a7784e72fc2bc3d753a1a30f5747f1/libsass-0.12.1-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5d3deb8f2e51892f8fc84ada90e8ba26", "sha256": "18cc86d9dc1add58067e6dfeb69b57965ef54c62f7fc33b7ce41954ef8ab9567" }, "downloads": -1, "filename": "libsass-0.12.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "5d3deb8f2e51892f8fc84ada90e8ba26", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 780801, "upload_time": "2016-12-20T16:54:12", "upload_time_iso_8601": "2016-12-20T16:54:12.622743Z", "url": "https://files.pythonhosted.org/packages/91/5e/35270c29781310a40d526a9ef721ffc2106362900be647b3f6962a6e7fef/libsass-0.12.1-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4adb340107bd7bc3eccac68dd10ffb71", "sha256": "40d73cc48600cd5a65d6088d0fa801d0ea903626804b2c9c168977e495e885dd" }, "downloads": -1, "filename": "libsass-0.12.1.tar.gz", "has_sig": false, "md5_digest": "4adb340107bd7bc3eccac68dd10ffb71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 287688, "upload_time": "2016-12-20T16:52:12", "upload_time_iso_8601": "2016-12-20T16:52:12.462445Z", "url": "https://files.pythonhosted.org/packages/d7/d8/24a709226e4c99df4a499ee886f91809e8f8c71963ebec0370ec9ee3ee53/libsass-0.12.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.2": [ { "comment_text": "", "digests": { "md5": "14b42fda1e1eafaff0d4288c2f1920bb", "sha256": "680e6d644ebf610e353ce5da010a8d8999c718336de08f35640d36ab504c0118" }, "downloads": -1, "filename": "libsass-0.12.2-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "14b42fda1e1eafaff0d4288c2f1920bb", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 7984322, "upload_time": "2017-01-05T21:13:39", "upload_time_iso_8601": "2017-01-05T21:13:39.106237Z", "url": "https://files.pythonhosted.org/packages/d1/db/a2c2c88cd8cc82935d355371c22fb9b9b61e30974a434a91612204a1293f/libsass-0.12.2-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6918af0485b7750496c028bc5c0e0ca9", "sha256": "6a3c0e5c5086d8ad3c1e499541890c3c2f538616b54fab7e5bbddd597a4ca99b" }, "downloads": -1, "filename": "libsass-0.12.2-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "6918af0485b7750496c028bc5c0e0ca9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 749118, "upload_time": "2017-01-05T21:23:46", "upload_time_iso_8601": "2017-01-05T21:23:46.173317Z", "url": "https://files.pythonhosted.org/packages/4f/a4/e3dae6152b337965edd12cb15d5e6e19a996fbc24514bfac651bfd3a9d12/libsass-0.12.2-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1f8813b5ba1691268794f86aa16416c8", "sha256": "6a74b10bdd0fcdc98b0fbb8361f15d5aa58ccf5f7cc95adca5d3d3305704a767" }, "downloads": -1, "filename": "libsass-0.12.2-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "1f8813b5ba1691268794f86aa16416c8", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 938627, "upload_time": "2017-01-05T21:23:49", "upload_time_iso_8601": "2017-01-05T21:23:49.436307Z", "url": "https://files.pythonhosted.org/packages/fa/56/4ed2d9bb9c1fd8cb4a19188cdff129eb6efa98bf36259bdff90d348eea7e/libsass-0.12.2-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f2bc3d495a7c251f5c239fe2c4634bd3", "sha256": "d339df97e1d3054086d336786e338023c071206e7da7eb2a468692877cd23247" }, "downloads": -1, "filename": "libsass-0.12.2-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f2bc3d495a7c251f5c239fe2c4634bd3", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 7982134, "upload_time": "2017-01-05T21:13:32", "upload_time_iso_8601": "2017-01-05T21:13:32.011581Z", "url": "https://files.pythonhosted.org/packages/94/37/6ce8b9d62ab35de7bedc18054caf4b286c83990b168a1f5de9ee27f31d57/libsass-0.12.2-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f681bbf687602aa6d56f87009e5ea8c6", "sha256": "a88d91b297cf3662d9e220fddca394feb82b5e2b4b602fa8eff63234334f34c3" }, "downloads": -1, "filename": "libsass-0.12.2-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "f681bbf687602aa6d56f87009e5ea8c6", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 749742, "upload_time": "2017-01-05T21:23:52", "upload_time_iso_8601": "2017-01-05T21:23:52.553145Z", "url": "https://files.pythonhosted.org/packages/81/b1/b1c95be5c739160c1bed32adcaf9725445f1fec9f4f7961a17e8c396c088/libsass-0.12.2-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8eae84c9b981899a231c980cbd237223", "sha256": "8b214d3e79b1318b129fe1dacb6cdabd018e34a17ac3da783ae810cd7f17e345" }, "downloads": -1, "filename": "libsass-0.12.2-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "8eae84c9b981899a231c980cbd237223", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 938626, "upload_time": "2017-01-05T21:23:55", "upload_time_iso_8601": "2017-01-05T21:23:55.591883Z", "url": "https://files.pythonhosted.org/packages/a6/17/d7ec9443f23dd22e1abb416f963aff18983ebf32c3f0c984b9be68081f9a/libsass-0.12.2-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "05bb353cc6ce073039127ffeef1bedb3", "sha256": "58ea5f38a8579ee9f29c77d11ddeac1d91967109d5636bfaebbe1e21c17a200a" }, "downloads": -1, "filename": "libsass-0.12.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "05bb353cc6ce073039127ffeef1bedb3", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 7982674, "upload_time": "2017-01-05T21:13:21", "upload_time_iso_8601": "2017-01-05T21:13:21.090862Z", "url": "https://files.pythonhosted.org/packages/31/9b/9db0e2403bbeca946aeafdc4c2ef8512917f8e4767221657f2cb502c8149/libsass-0.12.2-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1dad4c77e624645079129670eb330501", "sha256": "44dcfb4c1f66f7aea6ad72aed77cfad2f165740c8aa61efc983c81d363405fb7" }, "downloads": -1, "filename": "libsass-0.12.2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "1dad4c77e624645079129670eb330501", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 759891, "upload_time": "2017-01-05T21:23:58", "upload_time_iso_8601": "2017-01-05T21:23:58.375171Z", "url": "https://files.pythonhosted.org/packages/e7/41/1427adfb52624a8ea2806a9b493c80a6cecda9d169777abfd441f835edf4/libsass-0.12.2-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ee733f38c8bcaa61335aec4bbf67e31f", "sha256": "bc8c1b2641d45c2bbe7c7157c1547de936da10ea6a1e631c73452b8eec55b353" }, "downloads": -1, "filename": "libsass-0.12.2-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "ee733f38c8bcaa61335aec4bbf67e31f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 894256, "upload_time": "2017-01-05T21:24:01", "upload_time_iso_8601": "2017-01-05T21:24:01.405126Z", "url": "https://files.pythonhosted.org/packages/1f/04/c5e522c7d2543ea78664e928e12dac80c80cd6653838b92884d2c647f65e/libsass-0.12.2-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3b9cd1d37920558e79d3f868af864401", "sha256": "afc4c85db4b3f38fe793c4ae50e1d94b10da05d5e72317c65501cb15d4f040ff" }, "downloads": -1, "filename": "libsass-0.12.2.tar.gz", "has_sig": false, "md5_digest": "3b9cd1d37920558e79d3f868af864401", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 293920, "upload_time": "2017-01-05T20:57:47", "upload_time_iso_8601": "2017-01-05T20:57:47.359512Z", "url": "https://files.pythonhosted.org/packages/b8/04/818878989243c629a7a58883479d345350963df0d51a678f0d2136b2cfa5/libsass-0.12.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.3": [ { "comment_text": "", "digests": { "md5": "660ed23079671b816c5d04aa2de67d86", "sha256": "ff07c2c55f9d73d9f57cded30138ff99dfbb9fe7fbc71a4bbb43aa067ad2beed" }, "downloads": -1, "filename": "libsass-0.12.3-cp27-cp27m-macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "660ed23079671b816c5d04aa2de67d86", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 758851, "upload_time": "2017-04-10T14:23:28", "upload_time_iso_8601": "2017-04-10T14:23:28.802139Z", "url": "https://files.pythonhosted.org/packages/65/40/a98ccbd1bfc7251d0922d256e4fd8f7afd399c0c79d78da5a313f82ef096/libsass-0.12.3-cp27-cp27m-macosx_10_11_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e96f68b92b1c13cfc7c0ca4ac6cd4c10", "sha256": "edb366b784c58c635ace69ef392e5ad3a42690aeac80d43521c64e0ee7706331" }, "downloads": -1, "filename": "libsass-0.12.3-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e96f68b92b1c13cfc7c0ca4ac6cd4c10", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 7975954, "upload_time": "2017-01-07T19:51:55", "upload_time_iso_8601": "2017-01-07T19:51:55.133040Z", "url": "https://files.pythonhosted.org/packages/1a/cf/802b2d4474df7e9ea366c01b70798542da5bb0a2c9340239454993934419/libsass-0.12.3-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d23c669dc7a4a2b6cce5522e433f3d5a", "sha256": "2fb999d978e9cc8f7459f8f07a8acf9fc03d6e9fa95fcf98169bf0a5ede81eb6" }, "downloads": -1, "filename": "libsass-0.12.3-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "d23c669dc7a4a2b6cce5522e433f3d5a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 749136, "upload_time": "2017-01-07T19:58:53", "upload_time_iso_8601": "2017-01-07T19:58:53.247181Z", "url": "https://files.pythonhosted.org/packages/c9/9b/0ce2661a4e8da552c7ad80b8c92f0294c1ac9d662a3167fbf7626cc8faa0/libsass-0.12.3-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d12c861e6a6acbadb8755925a6f849c0", "sha256": "d2b77e43726cd658b1bc13f1a2df543dc34c9f945a9144faecc88ca03fe581ff" }, "downloads": -1, "filename": "libsass-0.12.3-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "d12c861e6a6acbadb8755925a6f849c0", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 937292, "upload_time": "2017-01-07T19:58:57", "upload_time_iso_8601": "2017-01-07T19:58:57.559386Z", "url": "https://files.pythonhosted.org/packages/90/0c/462e3c770b9ea25707178ef885afa5066d1e0a5bf95e4e71772ba2dddc03/libsass-0.12.3-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "53fa331972d71c4c2a8d6b224c614f43", "sha256": "ebf413799057a4dd59d85ceb533935f171117565053341e3714e4cb05253bbbf" }, "downloads": -1, "filename": "libsass-0.12.3-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "53fa331972d71c4c2a8d6b224c614f43", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 7973651, "upload_time": "2017-01-07T19:51:46", "upload_time_iso_8601": "2017-01-07T19:51:46.162859Z", "url": "https://files.pythonhosted.org/packages/1a/82/969622281b76f4d49ae94907615c1d572916d80faf89eaa3ceed41378209/libsass-0.12.3-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fb0c10624f76038336e0c781526d8a2b", "sha256": "815d60626b329db2943c5d331a5b74d36eb2e441047ae2bd6ad8d1b2c14cfc5d" }, "downloads": -1, "filename": "libsass-0.12.3-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "fb0c10624f76038336e0c781526d8a2b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 749765, "upload_time": "2017-01-07T19:59:00", "upload_time_iso_8601": "2017-01-07T19:59:00.671808Z", "url": "https://files.pythonhosted.org/packages/ba/77/b8fa4c6d8987c863e7e9344818a97204b3c269acbd35d824b541e4b70174/libsass-0.12.3-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2e45e7c0480b39b49d32c6e07af3ce2a", "sha256": "cd20479d80cdb49ba7007611d8a9a7004579d54552e010277764c19d82233a51" }, "downloads": -1, "filename": "libsass-0.12.3-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "2e45e7c0480b39b49d32c6e07af3ce2a", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 936958, "upload_time": "2017-01-07T19:59:04", "upload_time_iso_8601": "2017-01-07T19:59:04.849315Z", "url": "https://files.pythonhosted.org/packages/f6/e7/645f8a5ae5baae2ac4cd4d2e2f243ccc1eea74e1462cffff6115b7158249/libsass-0.12.3-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "02b414ab8b1a8c6d9a152292048d4043", "sha256": "38e9b9b08d299793fffa7b5003d473a6c537e495117f2c44787e3437a5e38f90" }, "downloads": -1, "filename": "libsass-0.12.3-cp35-cp35m-macosx_10_12_x86_64.whl", "has_sig": true, "md5_digest": "02b414ab8b1a8c6d9a152292048d4043", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 758446, "upload_time": "2017-04-10T14:21:05", "upload_time_iso_8601": "2017-04-10T14:21:05.989674Z", "url": "https://files.pythonhosted.org/packages/77/50/4a15070d7cd74ce3ab70c4d90cfb64c90787cae48b10ab8cae64e5ece149/libsass-0.12.3-cp35-cp35m-macosx_10_12_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2a2c68721d5443ddf2255d8aa5e2afe4", "sha256": "28a490f350d38fa3a16da8a52e5ae685e71c8938a7b87cf2d58aee892f30c756" }, "downloads": -1, "filename": "libsass-0.12.3-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "2a2c68721d5443ddf2255d8aa5e2afe4", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 1343873, "upload_time": "2017-04-11T03:32:43", "upload_time_iso_8601": "2017-04-11T03:32:43.673293Z", "url": "https://files.pythonhosted.org/packages/80/28/91d050aef0ecf2f48d8da9af58a685406c45a3aa169425ca8006aec18965/libsass-0.12.3-cp35-cp35m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "185a1016f848704e63c06a5f5d4bd877", "sha256": "a1e3f19ef392badcc87ad75d8988b1720a4d4f5a506f2f52ebb781300c57136d" }, "downloads": -1, "filename": "libsass-0.12.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "185a1016f848704e63c06a5f5d4bd877", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 7974254, "upload_time": "2017-01-07T19:51:37", "upload_time_iso_8601": "2017-01-07T19:51:37.430956Z", "url": "https://files.pythonhosted.org/packages/fc/47/4824af86017915412d21a8148bec662a5c7105c7f91feb867599e4129f9d/libsass-0.12.3-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d89346ae0bbdcf3670ec0c53c3adc5cd", "sha256": "64414697e65da4bfb47f0e11471bf5c79e1dd81e10e2e4b1a70f8ed1cdc33f5b" }, "downloads": -1, "filename": "libsass-0.12.3-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "d89346ae0bbdcf3670ec0c53c3adc5cd", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 759936, "upload_time": "2017-01-07T19:59:07", "upload_time_iso_8601": "2017-01-07T19:59:07.965224Z", "url": "https://files.pythonhosted.org/packages/37/ba/5e582017c645af521dab15ec3806bc8f24df953edf2ff5e665ce0dcb13ee/libsass-0.12.3-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f163d8c20d93384cf67d59404e0c6ed4", "sha256": "b8f8cf7c5ee16d217541e6b34def3f45286545077301adc4f54e94977fc69c9f" }, "downloads": -1, "filename": "libsass-0.12.3-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "f163d8c20d93384cf67d59404e0c6ed4", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 894062, "upload_time": "2017-01-07T19:59:11", "upload_time_iso_8601": "2017-01-07T19:59:11.314005Z", "url": "https://files.pythonhosted.org/packages/d6/43/8477c55cc8d333c9f633e71617c6360b189c0db2812ab39db801b185cd2d/libsass-0.12.3-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6ef371f20cac762d62237548cc9cd471", "sha256": "c3ea0cbb36745b6cc10278539e0bf93a426f2f497306181fc6214193f493b8d5" }, "downloads": -1, "filename": "libsass-0.12.3-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": true, "md5_digest": "6ef371f20cac762d62237548cc9cd471", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 758450, "upload_time": "2017-04-10T14:18:45", "upload_time_iso_8601": "2017-04-10T14:18:45.697949Z", "url": "https://files.pythonhosted.org/packages/01/a8/06bd8c84376f4c9bd2b1bb41481a42de019018f7f321012c006f7a7f5176/libsass-0.12.3-cp36-cp36m-macosx_10_12_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "86093754abe5c5711bd0bb79ad12dd50", "sha256": "ec659d4d2f60d95160e60f7f52d569bf1b29318018b6f07f8706ff6d4bc04de7" }, "downloads": -1, "filename": "libsass-0.12.3-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "86093754abe5c5711bd0bb79ad12dd50", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 1343872, "upload_time": "2017-04-11T03:29:32", "upload_time_iso_8601": "2017-04-11T03:29:32.590554Z", "url": "https://files.pythonhosted.org/packages/c5/32/c7f6e5c72b79c30fd7ce3d9e7ab5e0a0bd5dca2aebcf9ce7a66ee9472d98/libsass-0.12.3-cp36-cp36m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f4409e695f3b1cefc167753841a01355", "sha256": "b064ccedb51b874c725a40f03fc952afd85bd6f5369d41aa74f393ff3388b9e1" }, "downloads": -1, "filename": "libsass-0.12.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f4409e695f3b1cefc167753841a01355", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 7974299, "upload_time": "2017-01-07T21:00:30", "upload_time_iso_8601": "2017-01-07T21:00:30.415805Z", "url": "https://files.pythonhosted.org/packages/3f/a7/d2ea1b29f97f2206dd801b77ed4fd9e005b6ebbd4037f92f21589872bef0/libsass-0.12.3-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ca6d4ac9215033e54003afbd4d543383", "sha256": "cf43ea1a69bab2836fc953e3d73f32d15efdcbf44c6082df36dd12c76ff59322" }, "downloads": -1, "filename": "libsass-0.12.3-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "ca6d4ac9215033e54003afbd4d543383", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 759929, "upload_time": "2017-04-03T20:45:35", "upload_time_iso_8601": "2017-04-03T20:45:35.506769Z", "url": "https://files.pythonhosted.org/packages/9b/97/8b9b24fd4bae4dfd224f573e4ac6561082b02f57db37c9385864321c870c/libsass-0.12.3-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d695cf2f78d77dc45d69bacc81db28a1", "sha256": "55cb32142f8c5f449edcb4baf040b553d59a604c8957aa177d26782a06d0eb6f" }, "downloads": -1, "filename": "libsass-0.12.3-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "d695cf2f78d77dc45d69bacc81db28a1", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 894069, "upload_time": "2017-04-03T20:45:38", "upload_time_iso_8601": "2017-04-03T20:45:38.835260Z", "url": "https://files.pythonhosted.org/packages/91/67/978d2be31205752058c5bdb5ce3d2b5c891176b9ed32e787b33ba2c7b1d9/libsass-0.12.3-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b2b0735a975731e1d07804fd4e7251c2", "sha256": "236762af9c693bb72ed92d65ff4a5a77d27af9494b6174fbec7e6308416673b0" }, "downloads": -1, "filename": "libsass-0.12.3.tar.gz", "has_sig": false, "md5_digest": "b2b0735a975731e1d07804fd4e7251c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 295246, "upload_time": "2017-01-07T19:39:06", "upload_time_iso_8601": "2017-01-07T19:39:06.269653Z", "url": "https://files.pythonhosted.org/packages/77/3e/3854643362efea519450b60dec8cee6775ebf104cae4cf98f3c6d23fb3bd/libsass-0.12.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.0": [ { "comment_text": "", "digests": { "md5": "5f65d22df94f70d6f372dd901332304a", "sha256": "2fd0ab09154d196a6770fc8b02b97e4b5630c5e67d3fec35b9ece78372f0d258" }, "downloads": -1, "filename": "libsass-0.13.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "5f65d22df94f70d6f372dd901332304a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8578295, "upload_time": "2017-06-07T19:47:58", "upload_time_iso_8601": "2017-06-07T19:47:58.421077Z", "url": "https://files.pythonhosted.org/packages/54/85/14169d933284ca1c8e0428e9756e5934fa42c473386b00914d4b2aa868c8/libsass-0.13.0-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bdf5001b4136856b002cd8261aeb1c87", "sha256": "9ef915939ffbb568391dba5284d099c15191d4e4ff6da9dab4148cdae10291ad" }, "downloads": -1, "filename": "libsass-0.13.0-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "bdf5001b4136856b002cd8261aeb1c87", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 761084, "upload_time": "2017-06-07T20:03:40", "upload_time_iso_8601": "2017-06-07T20:03:40.996285Z", "url": "https://files.pythonhosted.org/packages/ec/af/217757b24254397f4563852ff221442295d1474a2f88e2e2e7af562ec130/libsass-0.13.0-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1bbe1ac2d3bd08d3a02e83cd17eca5a5", "sha256": "1cef270bd6c20b8cf47f5af73427cfaf2a23d39459d892684c862c5cadd14ff4" }, "downloads": -1, "filename": "libsass-0.13.0-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "1bbe1ac2d3bd08d3a02e83cd17eca5a5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 943753, "upload_time": "2017-06-07T20:03:44", "upload_time_iso_8601": "2017-06-07T20:03:44.465950Z", "url": "https://files.pythonhosted.org/packages/1f/2b/94e8a1e5da14bb07e9cc2fa2fc91818ae23615b27fb131766ed334ce6e0c/libsass-0.13.0-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "404c1070c6f395145a1fea6f1bd6660d", "sha256": "01176a5b4e31afd1af57515f64f5cd281bc497eda0de7996f394f72dcb8dc0db" }, "downloads": -1, "filename": "libsass-0.13.0-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "404c1070c6f395145a1fea6f1bd6660d", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 8575020, "upload_time": "2017-06-07T19:48:05", "upload_time_iso_8601": "2017-06-07T19:48:05.345994Z", "url": "https://files.pythonhosted.org/packages/60/11/fd2600aefc45d2a95579bf14ccc1049c34485be5b1bbf2a8bf6ef0214611/libsass-0.13.0-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fce1a8e5b8b4514a38c47de34fc38cd0", "sha256": "8925f54b6961e49d06bfbd534e26fe86d72aeffc4b978ed7558fa722083dfb22" }, "downloads": -1, "filename": "libsass-0.13.0-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "fce1a8e5b8b4514a38c47de34fc38cd0", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 761183, "upload_time": "2017-06-07T20:03:47", "upload_time_iso_8601": "2017-06-07T20:03:47.269346Z", "url": "https://files.pythonhosted.org/packages/d9/97/db7d18cf3d06546404ee4c152042ddcc45e61926cc2570724c393b0fa4cd/libsass-0.13.0-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e08cbeab4a2be7f2df9b189c87047741", "sha256": "837f5f854bdf48c695eb6cb10651fe858e521b7263bc0afa4dc0976eb6d0b706" }, "downloads": -1, "filename": "libsass-0.13.0-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "e08cbeab4a2be7f2df9b189c87047741", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 943898, "upload_time": "2017-06-07T20:03:50", "upload_time_iso_8601": "2017-06-07T20:03:50.165981Z", "url": "https://files.pythonhosted.org/packages/8d/74/0dcf9eb1ba0d9be257e30ec96ad8420f8d6479b8807c6714224249aa2daa/libsass-0.13.0-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b722547a74be0a83c0b55fdd3a332422", "sha256": "4ac4ed6f6a68e6fdae0bbaf171768ef76d0ac8cc948eb63d5835a99a7fe417a6" }, "downloads": -1, "filename": "libsass-0.13.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b722547a74be0a83c0b55fdd3a332422", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8575232, "upload_time": "2017-06-07T19:47:44", "upload_time_iso_8601": "2017-06-07T19:47:44.692984Z", "url": "https://files.pythonhosted.org/packages/95/21/f96ae0c82a070fd2ce7cbcd4d8cf47fb1473d7a3dd602da6023661da31d4/libsass-0.13.0-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "500206af37bb11b56d92d702ac428016", "sha256": "4b32a3fda9f722a1d1b9bea014ea8a33956b08c8c0e6ccbec904c14cb181bf64" }, "downloads": -1, "filename": "libsass-0.13.0-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "500206af37bb11b56d92d702ac428016", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 769319, "upload_time": "2017-06-07T20:03:53", "upload_time_iso_8601": "2017-06-07T20:03:53.206407Z", "url": "https://files.pythonhosted.org/packages/4d/cd/36368e90e43b02d08e50b4b86ab23c9a6c4a727951297981f308c7ede433/libsass-0.13.0-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "efee33bc7dff0821f600abd3261e8957", "sha256": "14c39dea3ecacc84321f1887c7cc1142f184b1421fe81f39990f178794af8067" }, "downloads": -1, "filename": "libsass-0.13.0-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "efee33bc7dff0821f600abd3261e8957", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 907588, "upload_time": "2017-06-07T20:03:56", "upload_time_iso_8601": "2017-06-07T20:03:56.113637Z", "url": "https://files.pythonhosted.org/packages/7d/c6/e2b0bd0493a99351c445397f16fd103bc6d59dbc1264f030ac2e0c2063c4/libsass-0.13.0-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0a699aebbf7608cc25edcb9b12586c42", "sha256": "1adf2c855d1f89aba07c9833501d029e9598afa5cc76930305508e82327e0952" }, "downloads": -1, "filename": "libsass-0.13.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0a699aebbf7608cc25edcb9b12586c42", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 8575174, "upload_time": "2017-06-07T19:47:51", "upload_time_iso_8601": "2017-06-07T19:47:51.462381Z", "url": "https://files.pythonhosted.org/packages/bb/e8/1f99bacd9f7f68246f22f05030282cec03ac0c9ee98893a5ffa795cca9bc/libsass-0.13.0-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "149f2a1c07e2703479b7a90be9e76a23", "sha256": "aa05de92262fd22725af694a006cf42f4ef0def8f89fa64b5a63f55997c3d1bc" }, "downloads": -1, "filename": "libsass-0.13.0-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "149f2a1c07e2703479b7a90be9e76a23", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 769318, "upload_time": "2017-06-07T20:03:58", "upload_time_iso_8601": "2017-06-07T20:03:58.857274Z", "url": "https://files.pythonhosted.org/packages/2c/3d/f645cb7705a899e81137d512ff8f6515577f94e8f7fb4f229e127c1d6d5d/libsass-0.13.0-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d024d6722a885d4794074746662fe135", "sha256": "4d4deccd20dab9deabb26ad1e3adf488a76a97c1be189dd4e2726ef82064f77b" }, "downloads": -1, "filename": "libsass-0.13.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "d024d6722a885d4794074746662fe135", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 907583, "upload_time": "2017-06-07T20:04:01", "upload_time_iso_8601": "2017-06-07T20:04:01.759085Z", "url": "https://files.pythonhosted.org/packages/b1/10/5896a114290f9390f2eb3c7ce6cdd7483a853e976b082d60ec238b38c15b/libsass-0.13.0-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b14ee54fdb12408a641172028a64c769", "sha256": "886b58a7ad7d927ea68480ea8335a7af06d197be4e501f294a42e099c3e63aee" }, "downloads": -1, "filename": "libsass-0.13.0.tar.gz", "has_sig": false, "md5_digest": "b14ee54fdb12408a641172028a64c769", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 298298, "upload_time": "2017-06-07T19:32:41", "upload_time_iso_8601": "2017-06-07T19:32:41.092893Z", "url": "https://files.pythonhosted.org/packages/cc/0b/efd232d304f04164f0b0ed74eea12736af33154aeb9fd29ea1b0c24fc49f/libsass-0.13.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.1": [ { "comment_text": "", "digests": { "md5": "c0c588b82947d26534aa51e236574fa1", "sha256": "864da863e3ff512c204f5250788a1c6531ea7d17cff82cf9ebb995c6a19cb032" }, "downloads": -1, "filename": "libsass-0.13.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c0c588b82947d26534aa51e236574fa1", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8622130, "upload_time": "2017-06-08T18:07:51", "upload_time_iso_8601": "2017-06-08T18:07:51.594798Z", "url": "https://files.pythonhosted.org/packages/c2/ba/846f866a14aa6c39c5241db531a79209d6bfe1ec3d82287fa7d0779ccf04/libsass-0.13.1-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "831504deab8c974bfbdbe23ba7c0f1b6", "sha256": "f7bb16fe214a3fb7c222b18d944cd96325c7c5ad93d25c7850f313a3eb15d271" }, "downloads": -1, "filename": "libsass-0.13.1-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "831504deab8c974bfbdbe23ba7c0f1b6", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 765882, "upload_time": "2017-06-08T18:28:45", "upload_time_iso_8601": "2017-06-08T18:28:45.895487Z", "url": "https://files.pythonhosted.org/packages/8b/2b/52dc87733d4ae56c073fa2fbbceb6e2d95fee21e13eca07c98ccf7a0cbc5/libsass-0.13.1-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "42fbc4aab98e535c24ca5d6241ab7553", "sha256": "ac38fea1d9ba776b70a269d4cc6d1ed30198a536f8d618a74fee96d18d5b8d2a" }, "downloads": -1, "filename": "libsass-0.13.1-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "42fbc4aab98e535c24ca5d6241ab7553", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 947745, "upload_time": "2017-06-08T18:28:49", "upload_time_iso_8601": "2017-06-08T18:28:49.693495Z", "url": "https://files.pythonhosted.org/packages/14/b2/6d21efd4ce59af89eca955fec1351f6be8cccf2c1582e4a26c6daac24710/libsass-0.13.1-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "53c385161d13d111f46f78751a6918c7", "sha256": "06c24e8a0dcb0b92cebcf7616f9532cc74158defca2bd40e93aadf5085634be8" }, "downloads": -1, "filename": "libsass-0.13.1-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "53c385161d13d111f46f78751a6918c7", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 8615452, "upload_time": "2017-06-08T18:07:42", "upload_time_iso_8601": "2017-06-08T18:07:42.555818Z", "url": "https://files.pythonhosted.org/packages/f8/0b/57e787a99380844f0da0179fd5e893f9c7c38224cb1ee116e192745328e1/libsass-0.13.1-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cf251f46c9fe0210628ea758b9acb76d", "sha256": "6b401f5fbf08a4f34db0f225af27e6c276ce5c307a6e50c8cb3b7f95abb86664" }, "downloads": -1, "filename": "libsass-0.13.1-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "cf251f46c9fe0210628ea758b9acb76d", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 765726, "upload_time": "2017-06-08T18:28:52", "upload_time_iso_8601": "2017-06-08T18:28:52.642174Z", "url": "https://files.pythonhosted.org/packages/33/b1/7040c17b91c4fb76e9bed712b762de8a144539a990500c66aaf72edaac72/libsass-0.13.1-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "61a003c2d9cf149d38c9772aa3246132", "sha256": "049a15b88ebf2e319c646f46ddda258ad826a5749297a6a52dd1b7d7ac55f9a0" }, "downloads": -1, "filename": "libsass-0.13.1-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "61a003c2d9cf149d38c9772aa3246132", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 948543, "upload_time": "2017-06-08T18:28:55", "upload_time_iso_8601": "2017-06-08T18:28:55.651797Z", "url": "https://files.pythonhosted.org/packages/94/20/37e5ff7c72db95be5c7b3529fb77949d4ed9af77d6bbe9e566150a0f1296/libsass-0.13.1-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cc9e76c2040597cbac34e497f56acfac", "sha256": "d48eb9cad482ad1494b4f9e45f045e7bf6843dec0ba75b21581f4d56b822bb1c" }, "downloads": -1, "filename": "libsass-0.13.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "cc9e76c2040597cbac34e497f56acfac", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8615580, "upload_time": "2017-06-08T18:07:36", "upload_time_iso_8601": "2017-06-08T18:07:36.381422Z", "url": "https://files.pythonhosted.org/packages/aa/7a/61eda9ab15f9e4fec7be1ac919d2d8745991f9c2e0c26216e0c07a520160/libsass-0.13.1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0197f711c47a5286ea55df2113e12f22", "sha256": "de614fb2145f64eb1c689953fe2c5d960bafd8d0f965dd7f69a345c3ae14f59f" }, "downloads": -1, "filename": "libsass-0.13.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "0197f711c47a5286ea55df2113e12f22", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 773397, "upload_time": "2017-06-08T18:28:59", "upload_time_iso_8601": "2017-06-08T18:28:59.149158Z", "url": "https://files.pythonhosted.org/packages/9c/5f/410f5dd17775979bda562ad3718cf0311828981386c7b274dd52939c1e84/libsass-0.13.1-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "eb290a83721b8653c9c606cb35866423", "sha256": "f65a8d1d3b583224a6ec79d026e0b13c0d12901df3f0f7f139232dd3f0a9bedc" }, "downloads": -1, "filename": "libsass-0.13.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "eb290a83721b8653c9c606cb35866423", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 912415, "upload_time": "2017-06-08T18:29:01", "upload_time_iso_8601": "2017-06-08T18:29:01.951123Z", "url": "https://files.pythonhosted.org/packages/7a/a4/b6e6672d2a7df40ce27f6e0bd20563cf4c741d0c1da447c562b2fdc18fc1/libsass-0.13.1-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7146c8010719cff96db5e74256504878", "sha256": "8fe4bd31f0a4987e2808a6ea9a36d8a1fdf4ee728f99c4480c48060299891e2c" }, "downloads": -1, "filename": "libsass-0.13.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7146c8010719cff96db5e74256504878", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 8615566, "upload_time": "2017-06-08T18:08:01", "upload_time_iso_8601": "2017-06-08T18:08:01.873485Z", "url": "https://files.pythonhosted.org/packages/4f/6a/1e2ef2efceb5b96ff2a7eefa2e8b167896e77e08fe9137db3662fbed53cb/libsass-0.13.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "20dd8b259f2512dac23f2a1fe9f2d1c2", "sha256": "286f9660eb644c86ccd9edee33199ce607675adbaeced255ead538de6851b031" }, "downloads": -1, "filename": "libsass-0.13.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "20dd8b259f2512dac23f2a1fe9f2d1c2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 773393, "upload_time": "2017-06-08T18:29:05", "upload_time_iso_8601": "2017-06-08T18:29:05.394564Z", "url": "https://files.pythonhosted.org/packages/31/57/b0abe67029d0588ee9ef2a64759a648a92767e5bf90956c79ce5d41c14f2/libsass-0.13.1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a9c99d36e44171abfb85765b144db9c6", "sha256": "546fb49191c16045ccd17a58461a57375eb42fb0be63dda69aa7515ecc29220f" }, "downloads": -1, "filename": "libsass-0.13.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "a9c99d36e44171abfb85765b144db9c6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 912412, "upload_time": "2017-06-08T18:29:08", "upload_time_iso_8601": "2017-06-08T18:29:08.428510Z", "url": "https://files.pythonhosted.org/packages/61/bd/056de4e8b99564ffecef42bfbb611a43c7f8dc60f839e08358b44b0c75d3/libsass-0.13.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fe94d537647e1bb316d40ab66dfe3223", "sha256": "797c82b903fc87a012b8f112db38e257ca026802775cf9e0a396aed986351587" }, "downloads": -1, "filename": "libsass-0.13.1.tar.gz", "has_sig": false, "md5_digest": "fe94d537647e1bb316d40ab66dfe3223", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 299901, "upload_time": "2017-06-08T17:56:36", "upload_time_iso_8601": "2017-06-08T17:56:36.335005Z", "url": "https://files.pythonhosted.org/packages/fa/73/83ae26e2778b6629d834b365e2594fb00817eb54cf0703c26f9e0785b71d/libsass-0.13.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.2": [ { "comment_text": "", "digests": { "md5": "af977f94cf61b4412ce8b09ed8337bc5", "sha256": "8aa15bbeef766ef2801bfb2bbf0a1eb52f0393105d97c724dfe6e4d03983cc32" }, "downloads": -1, "filename": "libsass-0.13.2-cp27-cp27m-macosx_10_12_intel.whl", "has_sig": false, "md5_digest": "af977f94cf61b4412ce8b09ed8337bc5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1657770, "upload_time": "2017-10-04T18:53:04", "upload_time_iso_8601": "2017-10-04T18:53:04.070329Z", "url": "https://files.pythonhosted.org/packages/e8/7e/e83af6cd1d84bfd5bf24bc8f254042490eaac061d8799ccc63196c5dd5ce/libsass-0.13.2-cp27-cp27m-macosx_10_12_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7c8c2ddc928f5d1303bde9756e37dc5e", "sha256": "f87206f43aeed521b9000796cfc841335c4dbb4651dbfeb915f85bb8deae9f1c" }, "downloads": -1, "filename": "libsass-0.13.2-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7c8c2ddc928f5d1303bde9756e37dc5e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8622253, "upload_time": "2017-06-15T02:27:00", "upload_time_iso_8601": "2017-06-15T02:27:00.301189Z", "url": "https://files.pythonhosted.org/packages/87/c4/542ddda59e2994518688c11a81819dd24efbeae5572562a59adfbf046adf/libsass-0.13.2-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "eb66220e66712378a5ac914dce39c18e", "sha256": "6a9f7e2838987a1bf6bd7011401c509ce3d5db602db038eb26fbc23c8e5ef2a2" }, "downloads": -1, "filename": "libsass-0.13.2-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "eb66220e66712378a5ac914dce39c18e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 765956, "upload_time": "2017-06-15T02:46:05", "upload_time_iso_8601": "2017-06-15T02:46:05.589596Z", "url": "https://files.pythonhosted.org/packages/a3/2a/389824f81112c88eeb274db99b0a2672b85e477b1f1908d92d96d997e78d/libsass-0.13.2-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b9d9ea12ab53f71b6bd5f05dcb0a0155", "sha256": "2fd1bb96c39356893200bdb643185ecd091191b90823bf67a70ff0deaee823ee" }, "downloads": -1, "filename": "libsass-0.13.2-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "b9d9ea12ab53f71b6bd5f05dcb0a0155", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 947818, "upload_time": "2017-06-15T02:46:08", "upload_time_iso_8601": "2017-06-15T02:46:08.685892Z", "url": "https://files.pythonhosted.org/packages/7e/aa/a8c278405ac94de8c07e040d57a8044fe7c22a369503fcd801150d488f19/libsass-0.13.2-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e9db026e7a6d007d1a5c330841656517", "sha256": "aa5df9c3141dc7f456babe78239829ac5379d4e6a86bed6c1bca389dbe772106" }, "downloads": -1, "filename": "libsass-0.13.2-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e9db026e7a6d007d1a5c330841656517", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 8615738, "upload_time": "2017-06-15T02:27:08", "upload_time_iso_8601": "2017-06-15T02:27:08.029429Z", "url": "https://files.pythonhosted.org/packages/4b/31/cbd3d8e27afde9aaa37d93fdf46b43e1d578440867659fd5cd2317e687e5/libsass-0.13.2-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "15f9188819d34ce9e5e3b532b4c2b72f", "sha256": "35217aecea17efe31aa2a9126708cf2afa198f31f3e6dd9e68ac91e919f62272" }, "downloads": -1, "filename": "libsass-0.13.2-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "15f9188819d34ce9e5e3b532b4c2b72f", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 765796, "upload_time": "2017-06-15T02:46:11", "upload_time_iso_8601": "2017-06-15T02:46:11.060557Z", "url": "https://files.pythonhosted.org/packages/59/40/5935f42d7dd93e39c8b2ec3fccd3a4c6a8dfbdcd66f9aa2447a7c0055a81/libsass-0.13.2-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2615281b79232f58b8e7ecb2c1c44299", "sha256": "708bf3c3f874c0c982faf2d838253953b087ffad527cb12de02450dc0d6da81b" }, "downloads": -1, "filename": "libsass-0.13.2-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "2615281b79232f58b8e7ecb2c1c44299", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 948616, "upload_time": "2017-06-15T02:46:14", "upload_time_iso_8601": "2017-06-15T02:46:14.250830Z", "url": "https://files.pythonhosted.org/packages/5e/33/9abdb404c4d37adc02a2e9d253cc37c6c2a419237ced43766d78045221d2/libsass-0.13.2-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c8e459a01f4274255646eef9b7ac9845", "sha256": "4dacde0ef2648e4fb2ea95c8b2a0f72fee1b37686db61f8ee422cf41ca0e277d" }, "downloads": -1, "filename": "libsass-0.13.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c8e459a01f4274255646eef9b7ac9845", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8615585, "upload_time": "2017-06-15T02:26:54", "upload_time_iso_8601": "2017-06-15T02:26:54.193453Z", "url": "https://files.pythonhosted.org/packages/7f/7f/058cf35b5c17952158800c84b75c16d0b7387b73c18cb749840d18cd48f2/libsass-0.13.2-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9775b285b29ccec363192e8969da6e9c", "sha256": "4adf70944e48f969cb8450032f64cd5ffa0d8af697655a7653af3f710f1fa626" }, "downloads": -1, "filename": "libsass-0.13.2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "9775b285b29ccec363192e8969da6e9c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 773470, "upload_time": "2017-06-15T02:46:17", "upload_time_iso_8601": "2017-06-15T02:46:17.348515Z", "url": "https://files.pythonhosted.org/packages/ac/00/e78f1dc210e5316b6cf9bbc7396ac9928c298384f4b3aeddeac29397f3f8/libsass-0.13.2-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0a971052675669e8dcf0a711926d7654", "sha256": "33d61da0b54834da1021631d22b5de8a8a5bffb5717828d56c1f51feff9835c2" }, "downloads": -1, "filename": "libsass-0.13.2-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "0a971052675669e8dcf0a711926d7654", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 912486, "upload_time": "2017-06-15T02:46:20", "upload_time_iso_8601": "2017-06-15T02:46:20.193232Z", "url": "https://files.pythonhosted.org/packages/00/5d/70838bf764fda3f2208b7413d771b2de3fd868d66fd80e45f5700c1b91f5/libsass-0.13.2-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ff73a54677521f9429d7af7360bd7629", "sha256": "22d76d0acb54ef3513ee79fdbd9598b210d3cb2578af362381de815fccff61c4" }, "downloads": -1, "filename": "libsass-0.13.2-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": false, "md5_digest": "ff73a54677521f9429d7af7360bd7629", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 824990, "upload_time": "2017-10-04T18:53:39", "upload_time_iso_8601": "2017-10-04T18:53:39.722200Z", "url": "https://files.pythonhosted.org/packages/a6/17/cf74ee0f259de9163a3b75fb042a00908e835a9f88878a389eadf3f945b3/libsass-0.13.2-cp36-cp36m-macosx_10_12_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "834adf58102071acd04972f7c3db5d88", "sha256": "859ecb339da09995cbfa140aec441160dc9986e9d84e931f6d94b6113de53e9d" }, "downloads": -1, "filename": "libsass-0.13.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "834adf58102071acd04972f7c3db5d88", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 8615603, "upload_time": "2017-06-15T02:26:46", "upload_time_iso_8601": "2017-06-15T02:26:46.217337Z", "url": "https://files.pythonhosted.org/packages/3e/9f/1fdb3ee60c9126ec0fe35525a4e789ebf5ebb470fda4fce5da879fafc43f/libsass-0.13.2-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4515ab1be6ca91d497c484a3b96f1dcd", "sha256": "cbeb3e217e173a7f444aef7898528d5d3894d95eabc088c5d2a3c18462bfe6cb" }, "downloads": -1, "filename": "libsass-0.13.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "4515ab1be6ca91d497c484a3b96f1dcd", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 773464, "upload_time": "2017-06-15T02:46:23", "upload_time_iso_8601": "2017-06-15T02:46:23.405890Z", "url": "https://files.pythonhosted.org/packages/a6/5b/52130e3e76f1114685eaa951037ba1b9d31a05c3e55729d5de21c64a6116/libsass-0.13.2-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "00c9f0e7129ff1228e092ad222024f43", "sha256": "95b5908827b815b852529b0456e2a465ad19641c0d3a35de6136bbf68d2aad54" }, "downloads": -1, "filename": "libsass-0.13.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "00c9f0e7129ff1228e092ad222024f43", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 912482, "upload_time": "2017-06-15T02:46:26", "upload_time_iso_8601": "2017-06-15T02:46:26.648702Z", "url": "https://files.pythonhosted.org/packages/53/39/fe0ab705ffaec37cacf839a0214d031b04f0c5e9c0c399965aa1a731a52f/libsass-0.13.2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8aa0da9b4b809d2f1ec9bbd06a223047", "sha256": "f6270e6f5eb0bfa4e5ecf5b9e6443f576a6fe47cbb732b8d6acaf396c323ec0a" }, "downloads": -1, "filename": "libsass-0.13.2.tar.gz", "has_sig": false, "md5_digest": "8aa0da9b4b809d2f1ec9bbd06a223047", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 299924, "upload_time": "2017-06-15T02:15:51", "upload_time_iso_8601": "2017-06-15T02:15:51.696440Z", "url": "https://files.pythonhosted.org/packages/f1/db/49d9596da8fecb33125195eb84e0dd4db2769db003120bd1b4526690829a/libsass-0.13.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.3": [ { "comment_text": "", "digests": { "md5": "01e87f9ade863e6d575ab830610a536d", "sha256": "43bbfb23dbb09884d5524cb941a8aa97d93d10d990fdc15775d5d0fa491fc683" }, "downloads": -1, "filename": "libsass-0.13.3-cp27-cp27m-macosx_10_12_intel.whl", "has_sig": false, "md5_digest": "01e87f9ade863e6d575ab830610a536d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1673184, "upload_time": "2017-10-11T21:13:43", "upload_time_iso_8601": "2017-10-11T21:13:43.102263Z", "url": "https://files.pythonhosted.org/packages/bc/65/085bc6c3c81b5894e1ea67d663a3ceb52a5fe5d2d6f3da0a5d44d568b3f2/libsass-0.13.3-cp27-cp27m-macosx_10_12_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "daf4a46d5c798a3988b312f62abcda6c", "sha256": "fdef06e91bba04d0c55b025f1ee1314867989994015d48964c970a3c3a6ad050" }, "downloads": -1, "filename": "libsass-0.13.3-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "daf4a46d5c798a3988b312f62abcda6c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8648667, "upload_time": "2017-10-11T21:03:46", "upload_time_iso_8601": "2017-10-11T21:03:46.394276Z", "url": "https://files.pythonhosted.org/packages/60/7e/ac56fe58ee06a2305d31dba495fdcf0f84da2cceffb5640ded3bad8c4eaa/libsass-0.13.3-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2b23cedaf5bf8e0ae6be27c9462a1b9f", "sha256": "4bd6bda8de999b35d946f9afce1dd9123cd473d9e2b6588ca26df74e0a79714e" }, "downloads": -1, "filename": "libsass-0.13.3-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "2b23cedaf5bf8e0ae6be27c9462a1b9f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 768891, "upload_time": "2017-10-11T21:05:51", "upload_time_iso_8601": "2017-10-11T21:05:51.265732Z", "url": "https://files.pythonhosted.org/packages/4e/8d/a077e95e5b2134e06ab2b89543efb5e6b1a3af048d82c0f2db1a6f965937/libsass-0.13.3-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "703582c4b8eaddfd501316b0721444c3", "sha256": "3b2f9226b9b14edb9907a2073ed46fbfbc3a28e9c668b89a2e7ff73d83d6f664" }, "downloads": -1, "filename": "libsass-0.13.3-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "703582c4b8eaddfd501316b0721444c3", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 953607, "upload_time": "2017-10-11T21:05:54", "upload_time_iso_8601": "2017-10-11T21:05:54.471385Z", "url": "https://files.pythonhosted.org/packages/25/10/a23975723df97f6ff42ab0892d872dc77c4e1be6f75352657c501412cc2f/libsass-0.13.3-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e1841ebdee6826963fa3cdfa3385a9a6", "sha256": "3e3522b5c95a795fd8482837718cfdc3c926d83ade73fca51820e1ef07e8430c" }, "downloads": -1, "filename": "libsass-0.13.3-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e1841ebdee6826963fa3cdfa3385a9a6", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 8649256, "upload_time": "2017-10-11T21:03:59", "upload_time_iso_8601": "2017-10-11T21:03:59.423288Z", "url": "https://files.pythonhosted.org/packages/27/70/a0558bf28b997834a0046e3dd8dcaa27bbf9394044acf299dda70b7865c7/libsass-0.13.3-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "69edf1ec29f367b94cdd12077eef71ad", "sha256": "e1adbb847076c247efafb64f3d8084ddba7fa03be1adc9a4899ab22c026363ba" }, "downloads": -1, "filename": "libsass-0.13.3-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "69edf1ec29f367b94cdd12077eef71ad", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 769851, "upload_time": "2017-10-11T21:05:56", "upload_time_iso_8601": "2017-10-11T21:05:56.559528Z", "url": "https://files.pythonhosted.org/packages/60/bd/b4c6805ea3c7171ca6963e8733f554b01c7437f4dec6f4103bfbd8ca162f/libsass-0.13.3-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6fe12e37b07dc4e8183cc3a9e5feb2aa", "sha256": "41339a70a2364f59c3e438cb4c4eb899a319e52833a117ccbce850d8fd85726a" }, "downloads": -1, "filename": "libsass-0.13.3-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "6fe12e37b07dc4e8183cc3a9e5feb2aa", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 954145, "upload_time": "2017-10-11T21:05:58", "upload_time_iso_8601": "2017-10-11T21:05:58.473032Z", "url": "https://files.pythonhosted.org/packages/d0/67/ef3bf87596b8250bf48247b9be73f9f5745d3fba8b71ac9280eab7e1c59e/libsass-0.13.3-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9cbb5d1b44e9d0531a00e2bbd3d882fc", "sha256": "00e4856e201e5547016d186adc63ac7a048f54b27030cfa30b67e19ae03c408c" }, "downloads": -1, "filename": "libsass-0.13.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9cbb5d1b44e9d0531a00e2bbd3d882fc", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8649383, "upload_time": "2017-10-11T21:04:04", "upload_time_iso_8601": "2017-10-11T21:04:04.294132Z", "url": "https://files.pythonhosted.org/packages/2d/dd/fe973b57ef3b23d2eecd42f8d701e19931e48f889520af0ee8624561883f/libsass-0.13.3-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "16b8f1d2d7e1fcb7e24ae69bed835a69", "sha256": "aa358600e3e7162ef06147dc0ecd77e83780a2490323562f018cc21f2654bb07" }, "downloads": -1, "filename": "libsass-0.13.3-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "16b8f1d2d7e1fcb7e24ae69bed835a69", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 776711, "upload_time": "2017-10-11T21:06:01", "upload_time_iso_8601": "2017-10-11T21:06:01.882216Z", "url": "https://files.pythonhosted.org/packages/80/88/171d64ac5c42411dd5b05308fa06dbeef1219d15ceb26bb138f4f96c6a7c/libsass-0.13.3-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8e8fa4b16220961a9385aa5cbc7a6904", "sha256": "b626cc65cf5cfc73458fb22e218e59e3b86a58481cce550e25dd6f23be5d5abd" }, "downloads": -1, "filename": "libsass-0.13.3-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "8e8fa4b16220961a9385aa5cbc7a6904", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 916653, "upload_time": "2017-10-11T21:06:05", "upload_time_iso_8601": "2017-10-11T21:06:05.754750Z", "url": "https://files.pythonhosted.org/packages/fd/d0/d4218aee0e0103782933aa3a9f8ac1f5947f84cd9a8b7e615fa37d3bc121/libsass-0.13.3-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f3ca891faf4458ea5b2d178d5af6178e", "sha256": "34d91c9a5c3f68d32de71366b5e7b01ba356147d30d61f9040098a460bb48c53" }, "downloads": -1, "filename": "libsass-0.13.3-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": false, "md5_digest": "f3ca891faf4458ea5b2d178d5af6178e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 831574, "upload_time": "2017-10-11T21:13:45", "upload_time_iso_8601": "2017-10-11T21:13:45.921456Z", "url": "https://files.pythonhosted.org/packages/b7/4d/efbb0a35ca3df1fc728a3fac82a6c9dbb0c7df4406f7c4ad1997fff785b2/libsass-0.13.3-cp36-cp36m-macosx_10_12_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8654327d3f88385c4a78bb95640f082c", "sha256": "3ce24991b72fe7ed95d05c7036fdeee680ff35e0f56517d9aa316bdcc0680c1e" }, "downloads": -1, "filename": "libsass-0.13.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8654327d3f88385c4a78bb95640f082c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 8649438, "upload_time": "2017-10-11T21:03:35", "upload_time_iso_8601": "2017-10-11T21:03:35.316788Z", "url": "https://files.pythonhosted.org/packages/23/ef/5ece3f95d1a2eab1c62b0ab6f1d097cef1bed76ecbcd0b41edcc1bb099c5/libsass-0.13.3-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6fbf2c9f6b4359b8a602e0e512a8cb5f", "sha256": "c339754cb58eb99e77acd3833e659b9e608d600b774c08f352995d3461cce651" }, "downloads": -1, "filename": "libsass-0.13.3-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "6fbf2c9f6b4359b8a602e0e512a8cb5f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 776709, "upload_time": "2017-10-11T21:06:10", "upload_time_iso_8601": "2017-10-11T21:06:10.434598Z", "url": "https://files.pythonhosted.org/packages/a3/33/cbf89ee8703ce095000308a1f6e8331e8e8ebe1f4f18e6f8da08fb3e569e/libsass-0.13.3-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e9db8858b52b0c31e03fa999481843e1", "sha256": "ab4a636c6490e29716f387925453c09b3b9dafb8f681374a56303993b0f215bf" }, "downloads": -1, "filename": "libsass-0.13.3-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "e9db8858b52b0c31e03fa999481843e1", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 916652, "upload_time": "2017-10-11T21:06:14", "upload_time_iso_8601": "2017-10-11T21:06:14.486643Z", "url": "https://files.pythonhosted.org/packages/6a/60/77d5d30bd1dd51615f3821cade1a01aec8c12bac914fd1b8533d3b702ec2/libsass-0.13.3-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3c11bed144fdd8d6339a6e89a7ceafae", "sha256": "27a9ae91e2f2f2c2462555951fd6ea2b5916452b7c7bc73b49708d518970fe7f" }, "downloads": -1, "filename": "libsass-0.13.3.tar.gz", "has_sig": false, "md5_digest": "3c11bed144fdd8d6339a6e89a7ceafae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 297821, "upload_time": "2017-10-11T19:45:17", "upload_time_iso_8601": "2017-10-11T19:45:17.627920Z", "url": "https://files.pythonhosted.org/packages/4a/e5/ba98c8ce05d88a75054546c6bc785c0f779be8eb41fd973185af6c7d35b2/libsass-0.13.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.4": [ { "comment_text": "", "digests": { "md5": "c611fb8dc197a0e9046c1388ed9fb807", "sha256": "ac3f331f6aa01e7e39bbb90d81b2c5005d44348bb292e9f199b58b4b88a11d9b" }, "downloads": -1, "filename": "libsass-0.13.4-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c611fb8dc197a0e9046c1388ed9fb807", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8697776, "upload_time": "2017-11-14T20:19:55", "upload_time_iso_8601": "2017-11-14T20:19:55.447741Z", "url": "https://files.pythonhosted.org/packages/91/dc/bd2ec81a0aefdd5d31ea969bd09791a2a8efd876da46c67dd9ee0d7e73a1/libsass-0.13.4-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5832e85a021e9eeb4626092e62b791ba", "sha256": "c6d1d2417083528b2666ed777d822b710fe0a035d13449a35455c2772aadd056" }, "downloads": -1, "filename": "libsass-0.13.4-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "5832e85a021e9eeb4626092e62b791ba", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 770924, "upload_time": "2017-11-14T20:47:41", "upload_time_iso_8601": "2017-11-14T20:47:41.323378Z", "url": "https://files.pythonhosted.org/packages/85/28/b22d6f64018ac3338d6f9f4af8745ee5aed09fd27e3ab4dd6907dfd74fd5/libsass-0.13.4-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f8aa0d360dbba728a7a64e1737b7d544", "sha256": "1ead4bc795ecbc241814e49afb67aa470e4de4abb583b2b78259c57cd680c92c" }, "downloads": -1, "filename": "libsass-0.13.4-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "f8aa0d360dbba728a7a64e1737b7d544", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 956653, "upload_time": "2017-11-14T20:47:44", "upload_time_iso_8601": "2017-11-14T20:47:44.678386Z", "url": "https://files.pythonhosted.org/packages/37/a4/eefb4624e05ee1da21deaf390b6baebc30a5c7319089d271bd08f220d9d3/libsass-0.13.4-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fc7d32c0fbb3075023d91cd4baecde94", "sha256": "f2f173fb84fd86bbf81b2d4fd524564465a167eb993c8ca8f40fe0d123ff5232" }, "downloads": -1, "filename": "libsass-0.13.4-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fc7d32c0fbb3075023d91cd4baecde94", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 8698776, "upload_time": "2017-11-14T20:19:30", "upload_time_iso_8601": "2017-11-14T20:19:30.270256Z", "url": "https://files.pythonhosted.org/packages/cf/77/6eefae54a11b51d72749d543e1521803432861d573a312e35826b39734f1/libsass-0.13.4-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "13967119f0b6601dc564571ab3a89fcf", "sha256": "628425f94b0f6f1ffb9a34ad083c116fa13e78c88dad9c486b6283d81c25e3ef" }, "downloads": -1, "filename": "libsass-0.13.4-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "13967119f0b6601dc564571ab3a89fcf", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 771211, "upload_time": "2017-11-14T20:47:48", "upload_time_iso_8601": "2017-11-14T20:47:48.682165Z", "url": "https://files.pythonhosted.org/packages/ae/ef/80d5c3390c06579edf4f7dc16e1e0089ded9f8d18a66b029d2b581862873/libsass-0.13.4-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1b5b91b36b15eb6e8ccf3a4aa7b816dc", "sha256": "8616e62f90fc799a5bbf6752cb857a9716d6c092f49842a0737795c534056f22" }, "downloads": -1, "filename": "libsass-0.13.4-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "1b5b91b36b15eb6e8ccf3a4aa7b816dc", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 956408, "upload_time": "2017-11-14T20:47:52", "upload_time_iso_8601": "2017-11-14T20:47:52.000300Z", "url": "https://files.pythonhosted.org/packages/36/b3/9729511bdd28b9b7aeb9d64721cd3ab64990d7709e8a414060a501086b13/libsass-0.13.4-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fcfb1c9030cb3569aa3d4c8920dc6626", "sha256": "f2b79e0102d191dc0b51d4441e95bb6c511cf0250be2884cb5861b6ed510b289" }, "downloads": -1, "filename": "libsass-0.13.4-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fcfb1c9030cb3569aa3d4c8920dc6626", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8699518, "upload_time": "2017-11-14T20:19:41", "upload_time_iso_8601": "2017-11-14T20:19:41.095301Z", "url": "https://files.pythonhosted.org/packages/55/0d/bbdda0b9749659f5fafc37a0d04f163cdaff5e02e6673de9439878decde4/libsass-0.13.4-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bb8ebad8d4f2e90dcc435b5836e7d683", "sha256": "4edd087648bed801c5df7b5d13440302e41316d83a7306f7cae16d1ac7b8acbc" }, "downloads": -1, "filename": "libsass-0.13.4-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "bb8ebad8d4f2e90dcc435b5836e7d683", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 778448, "upload_time": "2017-11-14T20:47:58", "upload_time_iso_8601": "2017-11-14T20:47:58.554939Z", "url": "https://files.pythonhosted.org/packages/67/26/4800b3f07dd516359ad1e99651fc35b9d474ddb70486ffb435d0877b8782/libsass-0.13.4-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "90a35fe2ba599500e29efef7fd09c067", "sha256": "54321343e4bf6e3f7067b3e78a3f5f6968ed13867e8abba77f57dcb6fc06b54a" }, "downloads": -1, "filename": "libsass-0.13.4-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "90a35fe2ba599500e29efef7fd09c067", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 919077, "upload_time": "2017-11-14T20:48:02", "upload_time_iso_8601": "2017-11-14T20:48:02.561045Z", "url": "https://files.pythonhosted.org/packages/48/5f/aeb799b6fa0ab7db2ca7058adf117f4567a9835b9c5d02c9dd63063afb7f/libsass-0.13.4-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f5104a8111b712988386286ae737799e", "sha256": "814e6177940339471682f70723db831bda714e68af49cde66c85a41b58dc3e1c" }, "downloads": -1, "filename": "libsass-0.13.4-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f5104a8111b712988386286ae737799e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 8698984, "upload_time": "2017-11-14T20:19:45", "upload_time_iso_8601": "2017-11-14T20:19:45.808611Z", "url": "https://files.pythonhosted.org/packages/d5/ff/81d882223b676c86248e8cd03cd97f3b5281c3fd975e5a77dd524cebce61/libsass-0.13.4-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0f8586b2e6aeb7c5321a4ce4d31294dc", "sha256": "9f7c0ee9e0b949e7fe21882d56704fd9bd808f7984c82370e4825b3a25358fa7" }, "downloads": -1, "filename": "libsass-0.13.4-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "0f8586b2e6aeb7c5321a4ce4d31294dc", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 778449, "upload_time": "2017-11-14T20:48:04", "upload_time_iso_8601": "2017-11-14T20:48:04.717699Z", "url": "https://files.pythonhosted.org/packages/cc/70/a192dcdf555e582a35ef9c7716f86b15a100854bf991706eb05579a148ae/libsass-0.13.4-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5fb6f4116b6153e7d9636ac7306d70f6", "sha256": "1906045ad9a2518bf6ba2af3cc67a1485f924e6120aca01d7017447e512a7d64" }, "downloads": -1, "filename": "libsass-0.13.4-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "5fb6f4116b6153e7d9636ac7306d70f6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 919075, "upload_time": "2017-11-14T20:48:07", "upload_time_iso_8601": "2017-11-14T20:48:07.634750Z", "url": "https://files.pythonhosted.org/packages/26/f5/390fc40a6eafba17c2e7d1c260d2f8956c70ae69e5e5223a33854cf6ba16/libsass-0.13.4-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a6bc47e45ef3f532867edc8d2cf166b2", "sha256": "113af1377418e87457636f3c9aa36486bf5283c62ac9bc00e4694f8e53c3802c" }, "downloads": -1, "filename": "libsass-0.13.4.tar.gz", "has_sig": false, "md5_digest": "a6bc47e45ef3f532867edc8d2cf166b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 298486, "upload_time": "2017-11-14T19:33:01", "upload_time_iso_8601": "2017-11-14T19:33:01.635847Z", "url": "https://files.pythonhosted.org/packages/d9/ea/d2d67633f2d808bfa2461f54f7068fd21f47eb0980132e560cdcc99a7882/libsass-0.13.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.5": [ { "comment_text": "", "digests": { "md5": "2bb485cbc7a609485503249cf08c60aa", "sha256": "4d95d5d0222ac18505fcc6975c18c34504d62cd16119dcb937be748d00d459fc" }, "downloads": -1, "filename": "libsass-0.13.5-cp27-cp27m-macosx_10_12_x86_64.whl", "has_sig": false, "md5_digest": "2bb485cbc7a609485503249cf08c60aa", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 836689, "upload_time": "2018-02-08T20:24:12", "upload_time_iso_8601": "2018-02-08T20:24:12.686284Z", "url": "https://files.pythonhosted.org/packages/35/a1/502c082dd8947ec8b310362a2d1645ed41352d2443d621f6bc2f34f74964/libsass-0.13.5-cp27-cp27m-macosx_10_12_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f0f62f646cc0abdebfaa09fe7ae2b518", "sha256": "1e0ee4c13c12f6227abbc744cc8d4ae36292b83c99bc6c47d80e2d3eb598ed59" }, "downloads": -1, "filename": "libsass-0.13.5-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f0f62f646cc0abdebfaa09fe7ae2b518", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8714932, "upload_time": "2018-01-12T05:08:06", "upload_time_iso_8601": "2018-01-12T05:08:06.310926Z", "url": "https://files.pythonhosted.org/packages/8a/b9/c8d4a5a9bc881f72e0162c0b5cddf3839097e3bc2d3c37b2fbd2a56511de/libsass-0.13.5-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5fea7ccbc699458c5305f5e8d147b084", "sha256": "8d7b4b6c93040c234aea6e80ebcacb9e08ae198a225ad81ea2a6d759e9ca7f4c" }, "downloads": -1, "filename": "libsass-0.13.5-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "5fea7ccbc699458c5305f5e8d147b084", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 772417, "upload_time": "2018-01-12T05:42:28", "upload_time_iso_8601": "2018-01-12T05:42:28.720026Z", "url": "https://files.pythonhosted.org/packages/74/0a/787d10eedd3cd49cb14b4e03000b006ca72c5de0d1d5bed0f138d70ba3b4/libsass-0.13.5-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ee12d294e82fd1aa21f4eb4b4cac1f6e", "sha256": "783f00193cbd56409e6c25c9bb0edd15bba90572acc42f90239a3ee134a1e96e" }, "downloads": -1, "filename": "libsass-0.13.5-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "ee12d294e82fd1aa21f4eb4b4cac1f6e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 958360, "upload_time": "2018-01-12T05:42:32", "upload_time_iso_8601": "2018-01-12T05:42:32.657722Z", "url": "https://files.pythonhosted.org/packages/29/ad/c589d4aa6c66517d46bf8695ba375465de0e2f3d249848a68c884798bb62/libsass-0.13.5-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f0c7a045bb761bcc34ac720b6181b1ff", "sha256": "00deea1416c904b529f01247ac433134f429833918cb340fa7d153694a09172a" }, "downloads": -1, "filename": "libsass-0.13.5-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f0c7a045bb761bcc34ac720b6181b1ff", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 8717077, "upload_time": "2018-01-12T05:08:23", "upload_time_iso_8601": "2018-01-12T05:08:23.017753Z", "url": "https://files.pythonhosted.org/packages/07/ad/c3cf173a259db7ed4d3ed0bbd6f199a18de7501419c5b4ba6b94e38d893c/libsass-0.13.5-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d0bf806759e6acbc09ed1147b7952bc6", "sha256": "74a4431b765f3fbb131482feca4acfa92a9a7bc74b988f90b94ba10df74e75a6" }, "downloads": -1, "filename": "libsass-0.13.5-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "d0bf806759e6acbc09ed1147b7952bc6", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 772316, "upload_time": "2018-01-12T05:42:35", "upload_time_iso_8601": "2018-01-12T05:42:35.531581Z", "url": "https://files.pythonhosted.org/packages/17/89/fad04c51335ca4bea7ebc9c3e8d7a774056cb05f649268f32194b75f8aa5/libsass-0.13.5-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cbb5431c78997169b94357a4f975b68d", "sha256": "b6a32b51980b8c03a00dcc8ddac8d2928b806ed440a483080bb8d4b68b9b330d" }, "downloads": -1, "filename": "libsass-0.13.5-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "cbb5431c78997169b94357a4f975b68d", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 957942, "upload_time": "2018-01-12T05:42:39", "upload_time_iso_8601": "2018-01-12T05:42:39.174804Z", "url": "https://files.pythonhosted.org/packages/f1/e4/acd5d08d36558c7546ec8c7f5e9fa09cc16ee90b55c5d2c54755384986dd/libsass-0.13.5-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f177be7401afb7e6185ba22fb7084278", "sha256": "97e15fd10c3916ea6343c9ccc24389bebf9697b904499ed2f3f93d87d57dcebd" }, "downloads": -1, "filename": "libsass-0.13.5-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f177be7401afb7e6185ba22fb7084278", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8717159, "upload_time": "2018-01-12T05:08:38", "upload_time_iso_8601": "2018-01-12T05:08:38.410823Z", "url": "https://files.pythonhosted.org/packages/fb/fa/e091ac32b450b8417114094a6dc923247eae82f7b1fc474aab6f6905b66c/libsass-0.13.5-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4320d60b013a9e72cc57ef8a2dc79f1f", "sha256": "2964d1be82acc0a4f9f584b3dd6672e4535181b7167ed897e873f924c124d71b" }, "downloads": -1, "filename": "libsass-0.13.5-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "4320d60b013a9e72cc57ef8a2dc79f1f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 779346, "upload_time": "2018-01-12T05:42:43", "upload_time_iso_8601": "2018-01-12T05:42:43.122056Z", "url": "https://files.pythonhosted.org/packages/96/5d/a114acb0518ab856f746c7038a3ebb956075adfee30f42889dc47e67b0db/libsass-0.13.5-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c4b8c236b638902f45062ad83b12d6e1", "sha256": "dd2f26f47214423669d8b20bb9cfc4627b5f7fc66f28b45aafa092d13b74993a" }, "downloads": -1, "filename": "libsass-0.13.5-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "c4b8c236b638902f45062ad83b12d6e1", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 921094, "upload_time": "2018-01-12T05:42:46", "upload_time_iso_8601": "2018-01-12T05:42:46.783507Z", "url": "https://files.pythonhosted.org/packages/1f/78/8da0de9f9555aa125c6a18fa60dd3a9c3b0e978c86f6d86fad22c4fefcee/libsass-0.13.5-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "178f8179ec7b270762618e0716c23259", "sha256": "34147e653cb64a061ec25baf3857c49b04cc8f06588fc41582a7fd2b6c067bf2" }, "downloads": -1, "filename": "libsass-0.13.5-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": false, "md5_digest": "178f8179ec7b270762618e0716c23259", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 835693, "upload_time": "2018-02-08T20:24:14", "upload_time_iso_8601": "2018-02-08T20:24:14.962846Z", "url": "https://files.pythonhosted.org/packages/7d/fe/49b23994e8f7a65960d4c6d20eafb0cc6fde3f813281d4cf94bda7d65ded/libsass-0.13.5-cp36-cp36m-macosx_10_12_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "850229c3c74bc492cf717e0f9a2abbaa", "sha256": "5a837cb0c23d0a41fa4e15b67a89fdc14f51e09841229cf1bd201ec4e69ca629" }, "downloads": -1, "filename": "libsass-0.13.5-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "850229c3c74bc492cf717e0f9a2abbaa", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 8717737, "upload_time": "2018-01-12T05:07:42", "upload_time_iso_8601": "2018-01-12T05:07:42.800817Z", "url": "https://files.pythonhosted.org/packages/f4/2c/545d309ae2d57204fefa85e7998b33582d5cf982f2c2bc45930464963975/libsass-0.13.5-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5c5991a95214379002cad7958498bafa", "sha256": "5a3bc905b9a34e262baede089ca4a78856249a8c0b56bca80b450a98f137a724" }, "downloads": -1, "filename": "libsass-0.13.5-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "5c5991a95214379002cad7958498bafa", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 779347, "upload_time": "2018-01-12T05:42:49", "upload_time_iso_8601": "2018-01-12T05:42:49.390260Z", "url": "https://files.pythonhosted.org/packages/7d/d5/99d83bf7126353a942069c2374645036ddda75ab6cc48f6f11f732a50521/libsass-0.13.5-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "20fe4bbba39d5e945460a1cc0d0478f5", "sha256": "5162aa22ea09e67cfa1d6c2de2368b496232d76fda218a8d6a723adecc181fbf" }, "downloads": -1, "filename": "libsass-0.13.5-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "20fe4bbba39d5e945460a1cc0d0478f5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 921092, "upload_time": "2018-01-12T05:42:52", "upload_time_iso_8601": "2018-01-12T05:42:52.959847Z", "url": "https://files.pythonhosted.org/packages/67/54/d1e00bce31b9117972ecd454af7ce19915b473ffb5b75043ce726b06cb01/libsass-0.13.5-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a400dc2db9c252483b22a6c13dbb7955", "sha256": "c833dfb9e7f5b55c37e8aec418cca440dab703f79372141aed789844896dde1a" }, "downloads": -1, "filename": "libsass-0.13.5.tar.gz", "has_sig": false, "md5_digest": "a400dc2db9c252483b22a6c13dbb7955", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 302968, "upload_time": "2018-01-12T04:52:03", "upload_time_iso_8601": "2018-01-12T04:52:03.397069Z", "url": "https://files.pythonhosted.org/packages/02/68/a34fe46508b243a59e33020ea5b18b7b4bedb438095176f9a5060913d1cb/libsass-0.13.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.6": [ { "comment_text": "", "digests": { "md5": "a44995d952799ead08dc3f6cd6c8fde3", "sha256": "8c13c9f3cf3f880aaedaa4b50d050b1a7101b3bdaf5d8f79e316f1b9349dbe3b" }, "downloads": -1, "filename": "libsass-0.13.6-cp27-cp27m-macosx_10_12_x86_64.whl", "has_sig": false, "md5_digest": "a44995d952799ead08dc3f6cd6c8fde3", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 836688, "upload_time": "2018-02-08T20:24:17", "upload_time_iso_8601": "2018-02-08T20:24:17.352319Z", "url": "https://files.pythonhosted.org/packages/4d/8d/276ea9a36e1991326352526c2f81a77b218ee5ce0c546cff5cc396e544e9/libsass-0.13.6-cp27-cp27m-macosx_10_12_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4487a480e73e69efa55bb04c0988d8d2", "sha256": "cf0d65c34442aa0c9b8ed83a20564cedec99f2d09a0da4744b21740d44492d07" }, "downloads": -1, "filename": "libsass-0.13.6-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4487a480e73e69efa55bb04c0988d8d2", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8715092, "upload_time": "2018-01-19T16:49:24", "upload_time_iso_8601": "2018-01-19T16:49:24.391994Z", "url": "https://files.pythonhosted.org/packages/a8/d1/9a473bbf3b7362976b91c0aaa92f059996b30829a0c51ab09289379f2623/libsass-0.13.6-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "42b82c89ddf8b98571b1343c0d2e0abe", "sha256": "94b11ddd402a994b43d4ca5d19e30a2bfb01ed7e91499aa10e499cb3c8306f93" }, "downloads": -1, "filename": "libsass-0.13.6-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "42b82c89ddf8b98571b1343c0d2e0abe", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 772411, "upload_time": "2018-01-19T17:19:37", "upload_time_iso_8601": "2018-01-19T17:19:37.526781Z", "url": "https://files.pythonhosted.org/packages/53/f2/b7813c041b0c7f560f41fc43955f9c0f4b974f8b73329d06ab2a1ca1266e/libsass-0.13.6-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5429570091930c3252bfd1f5f0b53bce", "sha256": "e06d362e64144e979746331df26098978366e8650d50998f9e216961cc224c97" }, "downloads": -1, "filename": "libsass-0.13.6-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "5429570091930c3252bfd1f5f0b53bce", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 958352, "upload_time": "2018-01-19T17:19:41", "upload_time_iso_8601": "2018-01-19T17:19:41.477763Z", "url": "https://files.pythonhosted.org/packages/9a/93/3d5f31daee21a475c27aec2efc11c916d63de04683a0b1f486cb1b7af7b4/libsass-0.13.6-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8247fea65983c94d5b2720e17efa2ba5", "sha256": "fa146a0d549cd8fb9631b60d62a7cb263270188d2ffac429d13560f66b6afb37" }, "downloads": -1, "filename": "libsass-0.13.6-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8247fea65983c94d5b2720e17efa2ba5", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 8717136, "upload_time": "2018-01-19T16:49:38", "upload_time_iso_8601": "2018-01-19T16:49:38.913377Z", "url": "https://files.pythonhosted.org/packages/65/37/df942e3a3fe9df86c3fe467d2f0035c6eef2195ae32390cd2613c51d199f/libsass-0.13.6-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a0df3185becf017c0f7fe454254d8702", "sha256": "bdba58d917a928d49a573974933838883687c86f12296175abc0d426cf46921a" }, "downloads": -1, "filename": "libsass-0.13.6-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "a0df3185becf017c0f7fe454254d8702", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 772311, "upload_time": "2018-01-19T17:19:47", "upload_time_iso_8601": "2018-01-19T17:19:47.540217Z", "url": "https://files.pythonhosted.org/packages/58/fc/1eec3a4566464ffc33c8e3970d08f285412402989c605415889a9de76014/libsass-0.13.6-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0ccc0f99c558fb8d0e0dd0378510db2b", "sha256": "ac186b4311b76649f19d3130486e911b8bf01c4dacf6e8c1e8060c8645437d10" }, "downloads": -1, "filename": "libsass-0.13.6-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "0ccc0f99c558fb8d0e0dd0378510db2b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 957936, "upload_time": "2018-01-19T17:19:55", "upload_time_iso_8601": "2018-01-19T17:19:55.483608Z", "url": "https://files.pythonhosted.org/packages/d3/a8/592aa1665eeecc5d46f84ef4fc9cbefcb94a8f1cde099d14f165808ef883/libsass-0.13.6-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "03e6327ff9d7d6152f8a790678e286d6", "sha256": "9842cddcecff2fabafa4b017fe87908d28fc12024424add949c1585077047b38" }, "downloads": -1, "filename": "libsass-0.13.6-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "03e6327ff9d7d6152f8a790678e286d6", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8717351, "upload_time": "2018-01-19T16:49:49", "upload_time_iso_8601": "2018-01-19T16:49:49.813558Z", "url": "https://files.pythonhosted.org/packages/8c/d6/320d19b32f267338634cf6f413b0d181a087b1fbdac1be722c4204b67edd/libsass-0.13.6-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f2de8a5aa7399e8c894962c0813dd43f", "sha256": "1923e70dba59607a4774dbc60c0f5d9c2976d4db914c24164d18efe9f6056e9e" }, "downloads": -1, "filename": "libsass-0.13.6-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "f2de8a5aa7399e8c894962c0813dd43f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 779341, "upload_time": "2018-01-19T17:19:57", "upload_time_iso_8601": "2018-01-19T17:19:57.324471Z", "url": "https://files.pythonhosted.org/packages/f4/c3/4a9386b0209bbced37835ee2fb2f6723520653d89bbaf4bd45d8d5f2c848/libsass-0.13.6-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5f5ce3dbf876f7a432ab4cabc8902326", "sha256": "b8149ed1032d892e38276f2b39e5620d00f43221bc90400eb8e9957dd413732d" }, "downloads": -1, "filename": "libsass-0.13.6-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "5f5ce3dbf876f7a432ab4cabc8902326", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 921088, "upload_time": "2018-01-19T17:19:59", "upload_time_iso_8601": "2018-01-19T17:19:59.256135Z", "url": "https://files.pythonhosted.org/packages/78/6c/514049fc0fa3960fe79e9d47a2dc28bd4ca05eb8fc046dfe64769fcada42/libsass-0.13.6-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "74aace3d70f409b5a36d59407a223b4c", "sha256": "4a8c3adea190b014ca325efb8b6eb84f2db4cf69a8969aa87867c7beca211dce" }, "downloads": -1, "filename": "libsass-0.13.6-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": false, "md5_digest": "74aace3d70f409b5a36d59407a223b4c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 835694, "upload_time": "2018-02-08T20:24:19", "upload_time_iso_8601": "2018-02-08T20:24:19.601566Z", "url": "https://files.pythonhosted.org/packages/96/a3/950eaa2ac56ac60eadc11f6f104ae91bb9189172d923090f8580e7d81cf1/libsass-0.13.6-cp36-cp36m-macosx_10_12_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "07c25a2c2cf5bc43c7c98db2fc7fdbaa", "sha256": "86112b5f6f8e7f22a2a9182546574fdc196f7f8b668507d7d01410b45ab649b4" }, "downloads": -1, "filename": "libsass-0.13.6-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "07c25a2c2cf5bc43c7c98db2fc7fdbaa", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 8717452, "upload_time": "2018-01-19T16:49:45", "upload_time_iso_8601": "2018-01-19T16:49:45.936371Z", "url": "https://files.pythonhosted.org/packages/32/30/763b029e394c02db67d2c0bf3c06b13e50f9553d6151663da81c5bdc11d1/libsass-0.13.6-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9cf51f79b5fc41dc63ed469257a87cab", "sha256": "f6e16f7f0d3d7fd4f002376ac7eb73595c928495dce6be55d72ad8fac78efac1" }, "downloads": -1, "filename": "libsass-0.13.6-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "9cf51f79b5fc41dc63ed469257a87cab", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 779345, "upload_time": "2018-01-19T17:20:01", "upload_time_iso_8601": "2018-01-19T17:20:01.323191Z", "url": "https://files.pythonhosted.org/packages/26/0a/41b10c135438146f98be5ca581cd4b7b2c92701b29d2f3f393bc61024522/libsass-0.13.6-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "999602cb9ed2fbfadf9a8f372c7ccaf6", "sha256": "207225a3d7c1f098d1b385834b09961a4ce7fc16e7dc953b7f0777cda07445eb" }, "downloads": -1, "filename": "libsass-0.13.6-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "999602cb9ed2fbfadf9a8f372c7ccaf6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 921087, "upload_time": "2018-01-19T17:20:03", "upload_time_iso_8601": "2018-01-19T17:20:03.193592Z", "url": "https://files.pythonhosted.org/packages/18/00/7808bc50f94666323d5177c1d6cd55c87682926767dc755e24f8e4df7f55/libsass-0.13.6-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "89e70b7c12495c59b1b9b57d5ae59825", "sha256": "e988a34ae331802bae74990bd4acf428a2eedd6a3853f4a6057c1f5329fe60d2" }, "downloads": -1, "filename": "libsass-0.13.6.tar.gz", "has_sig": false, "md5_digest": "89e70b7c12495c59b1b9b57d5ae59825", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 299180, "upload_time": "2018-01-19T16:38:26", "upload_time_iso_8601": "2018-01-19T16:38:26.043151Z", "url": "https://files.pythonhosted.org/packages/15/f1/335d99c84148d2d1857d489b53f34466bfcba77e882d717ba2a517812326/libsass-0.13.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.7": [ { "comment_text": "", "digests": { "md5": "f9254e607d11e651f14ac73c61c48a06", "sha256": "c246d63f9e6b87f4a6b4a4ef854749fdf07bfe4b2ad2f6a94817281dc3320ef1" }, "downloads": -1, "filename": "libsass-0.13.7-cp27-cp27m-macosx_10_12_x86_64.whl", "has_sig": false, "md5_digest": "f9254e607d11e651f14ac73c61c48a06", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 841539, "upload_time": "2018-02-08T20:24:21", "upload_time_iso_8601": "2018-02-08T20:24:21.876475Z", "url": "https://files.pythonhosted.org/packages/c8/04/e83bb6d01b18820db50f132e2dee3b0213f45669f56321ed4f138fb1cdc5/libsass-0.13.7-cp27-cp27m-macosx_10_12_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7cf3b9d28a0c8a14c3a5699fc1854447", "sha256": "d0760722506efba7226f58049cf30fe983757cf1e27d106af1af7be90a955638" }, "downloads": -1, "filename": "libsass-0.13.7-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7cf3b9d28a0c8a14c3a5699fc1854447", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8760316, "upload_time": "2018-02-06T01:53:12", "upload_time_iso_8601": "2018-02-06T01:53:12.838927Z", "url": "https://files.pythonhosted.org/packages/b2/52/6771d374324d52be9638ba4de68601fe71d1847022ca0a4ee425a3eff0cc/libsass-0.13.7-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "72f064747f734df755239eee958c1f1e", "sha256": "54bcb9a400ea05a35e50dedfa423f100f216877c58620a1f413d2d467930935a" }, "downloads": -1, "filename": "libsass-0.13.7-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "72f064747f734df755239eee958c1f1e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 773078, "upload_time": "2018-02-06T02:32:47", "upload_time_iso_8601": "2018-02-06T02:32:47.700878Z", "url": "https://files.pythonhosted.org/packages/58/6a/d05847d87c679857cf781693b1a895ff4e8b857f696bb3f15d5664ad141e/libsass-0.13.7-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "866478817ae17c53c97ca78767e42ff9", "sha256": "99b98f4713c7e6abc5be741a12ebf9a2e2b97523963c370be0c906c4e405284f" }, "downloads": -1, "filename": "libsass-0.13.7-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "866478817ae17c53c97ca78767e42ff9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 959943, "upload_time": "2018-02-06T02:32:51", "upload_time_iso_8601": "2018-02-06T02:32:51.584732Z", "url": "https://files.pythonhosted.org/packages/21/7a/04c9daa4bfc04001c5210265328b9c08c2c874e10f00592112c24dc0151f/libsass-0.13.7-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0c60a784a6bf552b660658993cc775dc", "sha256": "59754484be012b920a4b7a133ed76d18abe901afac9d1834270a7595ccef50b6" }, "downloads": -1, "filename": "libsass-0.13.7-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0c60a784a6bf552b660658993cc775dc", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 8758243, "upload_time": "2018-02-06T01:53:34", "upload_time_iso_8601": "2018-02-06T01:53:34.758824Z", "url": "https://files.pythonhosted.org/packages/66/dc/e2514455fffcfda3fd69dbda20134b9dbb3450356ebce7801f6811fb5e21/libsass-0.13.7-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "12a43bb04dacb8e8707493439a58e537", "sha256": "14f478fddfdc8e0162d3c960b8e541b223ed0e591a505bd6a682dc9d63fec731" }, "downloads": -1, "filename": "libsass-0.13.7-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "12a43bb04dacb8e8707493439a58e537", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 774023, "upload_time": "2018-02-06T02:32:55", "upload_time_iso_8601": "2018-02-06T02:32:55.893302Z", "url": "https://files.pythonhosted.org/packages/be/a6/7309fb6f93d8b0c6e57865e2033fce20ba8f44ccfe74dc5227e58f29875d/libsass-0.13.7-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "18872ee488187be66d070495cb3414b2", "sha256": "3d3705493d41c72bfca7017462bd8e5cec28412db849d0d961e85b6842da8ca1" }, "downloads": -1, "filename": "libsass-0.13.7-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "18872ee488187be66d070495cb3414b2", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 959823, "upload_time": "2018-02-06T02:32:59", "upload_time_iso_8601": "2018-02-06T02:32:59.236096Z", "url": "https://files.pythonhosted.org/packages/6e/c0/24344541d75005d8495bd89b0d9a1dd713e5219266829e8590ce60f2f89f/libsass-0.13.7-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3b63d339e724c598c7d45c16ae28c655", "sha256": "36b48491b32cb07b44d4052bcd893b48deb0eeb16360feae3b8a96607db9178d" }, "downloads": -1, "filename": "libsass-0.13.7-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3b63d339e724c598c7d45c16ae28c655", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8758465, "upload_time": "2018-02-06T01:52:36", "upload_time_iso_8601": "2018-02-06T01:52:36.928545Z", "url": "https://files.pythonhosted.org/packages/12/0a/8df917edec6e46ac1c1a87cdb77ca19c2b1c5cabdf941dc483d86c18ab2c/libsass-0.13.7-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3ad063bf09ef06497e18ce587a086431", "sha256": "dcab89045041f74bcc2b164e0dce7e6727eaf45857bb341892154cbbd122a238" }, "downloads": -1, "filename": "libsass-0.13.7-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "3ad063bf09ef06497e18ce587a086431", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 780972, "upload_time": "2018-02-06T02:33:02", "upload_time_iso_8601": "2018-02-06T02:33:02.726533Z", "url": "https://files.pythonhosted.org/packages/af/c8/a9b1de1ff1df006c273e1547dabd74d3714b49cbaf42ca8a0cec69f40999/libsass-0.13.7-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cd7bb563ef2574f711bf9feab1fa64e5", "sha256": "e1c72399f1df24b70697ca7de73e1b54a7617f1bf1162cc6c7ae1f6eb78ec387" }, "downloads": -1, "filename": "libsass-0.13.7-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "cd7bb563ef2574f711bf9feab1fa64e5", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 923213, "upload_time": "2018-02-06T02:33:06", "upload_time_iso_8601": "2018-02-06T02:33:06.387929Z", "url": "https://files.pythonhosted.org/packages/2d/4d/20252b435d6538b5438f5ba19674b2c056685439f2362b7f38da5f4eceee/libsass-0.13.7-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cebac3155ad7b0a64e600262ce8b8112", "sha256": "d8eb806a451d8f01a990f0b1d270936939205dd36fdf3dc09d9ac53d410b2575" }, "downloads": -1, "filename": "libsass-0.13.7-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": false, "md5_digest": "cebac3155ad7b0a64e600262ce8b8112", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 840518, "upload_time": "2018-02-08T20:24:24", "upload_time_iso_8601": "2018-02-08T20:24:24.260422Z", "url": "https://files.pythonhosted.org/packages/d0/92/7181abce7e83b18b61d862a4f33efd1f839299a3c55f3b1199b61fdcd9ab/libsass-0.13.7-cp36-cp36m-macosx_10_12_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aae0c899424245147b2997131bda9836", "sha256": "d1f57c7384f5beb849c7e6c0553fbfab1f7f50c65c5e2fc95d6c867854241832" }, "downloads": -1, "filename": "libsass-0.13.7-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "aae0c899424245147b2997131bda9836", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 8758722, "upload_time": "2018-02-06T01:52:54", "upload_time_iso_8601": "2018-02-06T01:52:54.708578Z", "url": "https://files.pythonhosted.org/packages/b6/a8/3e9fbee51bdc67ebdd759092a40adeebaea068b680e12b2322fa27d83c12/libsass-0.13.7-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "041e2d9c8a6cc2b4a27e55ea6aaa8118", "sha256": "4c61c807aa55b3cc47c70cf654fe1c605d2836df0af82b94075aa00f0be04885" }, "downloads": -1, "filename": "libsass-0.13.7-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "041e2d9c8a6cc2b4a27e55ea6aaa8118", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 780972, "upload_time": "2018-02-06T02:33:11", "upload_time_iso_8601": "2018-02-06T02:33:11.562463Z", "url": "https://files.pythonhosted.org/packages/60/a8/5f20ab7055d19abcb993b34e944f49505938e50a5443698aea1f8db69ebf/libsass-0.13.7-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "31f14c3dd7f625f05f74d18ee93b2dca", "sha256": "0c6b237f12649f9f99d09ccebb8f6c1f0181cccfbf4efede84c69625df0b7102" }, "downloads": -1, "filename": "libsass-0.13.7-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "31f14c3dd7f625f05f74d18ee93b2dca", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 923211, "upload_time": "2018-02-06T02:33:14", "upload_time_iso_8601": "2018-02-06T02:33:14.800809Z", "url": "https://files.pythonhosted.org/packages/15/81/a147fafde35c31900df57b4c01fd1d5d38d80f53c87bec2c2a270fae17a6/libsass-0.13.7-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2a2be593ffc0f86f20d3e48ab19b0ada", "sha256": "d3b16bb2d509069180665c7b7ef2408c531c26153ed5d01566a862961bc14771" }, "downloads": -1, "filename": "libsass-0.13.7.tar.gz", "has_sig": false, "md5_digest": "2a2be593ffc0f86f20d3e48ab19b0ada", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 304328, "upload_time": "2018-02-06T01:42:54", "upload_time_iso_8601": "2018-02-06T01:42:54.638902Z", "url": "https://files.pythonhosted.org/packages/bf/5e/9e75c0ca8b33a51768fcd32e29cbce00476edee2959b2107ea0a5ff7d831/libsass-0.13.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.0": [ { "comment_text": "", "digests": { "md5": "45fe78ea9074c2c970dbcc8184674b3a", "sha256": "fe1f566ba5510a36f56a1216efba41763fffa746773151cb540bdf9be68b736c" }, "downloads": -1, "filename": "libsass-0.14.0-cp27-cp27m-macosx_10_13_intel.whl", "has_sig": false, "md5_digest": "45fe78ea9074c2c970dbcc8184674b3a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1732229, "upload_time": "2018-03-19T15:59:51", "upload_time_iso_8601": "2018-03-19T15:59:51.453311Z", "url": "https://files.pythonhosted.org/packages/98/ca/101904d2c2c054a7d73e6f5ed95eb0add85ee8b14ceb435ab676d0c64c12/libsass-0.14.0-cp27-cp27m-macosx_10_13_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9c4090061d2620f5d171ed93179e3b01", "sha256": "cf469eb311f99ce46a0c9734dffbe4e6e988924bf3788a795a25780f10b6d62e" }, "downloads": -1, "filename": "libsass-0.14.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9c4090061d2620f5d171ed93179e3b01", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8910391, "upload_time": "2018-03-07T04:17:43", "upload_time_iso_8601": "2018-03-07T04:17:43.294800Z", "url": "https://files.pythonhosted.org/packages/f1/8a/d0b7086c0efbf1557e6de0754119f0c00693c80247a7bac1bdfc1d91ec31/libsass-0.14.0-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7b5c2b11a108db16ac212026fcc7cca2", "sha256": "93e7c8825c4988b4d7269411c3b06f0309727445ae4c8d07c2495dc9dc99eb5c" }, "downloads": -1, "filename": "libsass-0.14.0-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "7b5c2b11a108db16ac212026fcc7cca2", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 788209, "upload_time": "2018-03-07T04:32:46", "upload_time_iso_8601": "2018-03-07T04:32:46.979515Z", "url": "https://files.pythonhosted.org/packages/28/55/29ca4ea9ad7c670644a58cbb1e1f33206bc5c528120f4b8a9fd1dc6e2def/libsass-0.14.0-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0a46b683b5e731c52891e4da1eba709a", "sha256": "8f480dd6047c6c18cea542cc2210cef735041b03daebb6bb2de8414bc1c33035" }, "downloads": -1, "filename": "libsass-0.14.0-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "0a46b683b5e731c52891e4da1eba709a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 979186, "upload_time": "2018-03-07T04:32:49", "upload_time_iso_8601": "2018-03-07T04:32:49.867780Z", "url": "https://files.pythonhosted.org/packages/54/c0/a13ca3f34c191bb7509c0159ed9c942425e45d2c4d26da8af5acf09547d1/libsass-0.14.0-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "081bf6eec04bbb0542ffb0989a7f9456", "sha256": "1c5cad70b536690af4d9eea95857e8aaa9d6132f99bc9b5eecd685d241037a6c" }, "downloads": -1, "filename": "libsass-0.14.0-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "081bf6eec04bbb0542ffb0989a7f9456", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 8902671, "upload_time": "2018-03-07T04:17:58", "upload_time_iso_8601": "2018-03-07T04:17:58.690967Z", "url": "https://files.pythonhosted.org/packages/ea/5e/cbc997600781c1426c0e3a7e59212d815638aaad65cb81985eef9359cff4/libsass-0.14.0-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "407479b5da5e9cf3e4f8f886b19ea8b4", "sha256": "2b5591c95af2158ba2ad8b376c36807e3ab9371862fda622ff45b08cf482e7fc" }, "downloads": -1, "filename": "libsass-0.14.0-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "407479b5da5e9cf3e4f8f886b19ea8b4", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 788657, "upload_time": "2018-03-07T04:32:52", "upload_time_iso_8601": "2018-03-07T04:32:52.565420Z", "url": "https://files.pythonhosted.org/packages/cf/d3/84f78848424eaf499f7b7d8cb3054cd5e4c238f06af4c29f000a7bd24689/libsass-0.14.0-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a896bf6973d4967cb165e1f1ff13eb33", "sha256": "8566c73d23f80f3d69af12e900f8dbf57fa2e6dfbf2ba98778498cc393ea0915" }, "downloads": -1, "filename": "libsass-0.14.0-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "a896bf6973d4967cb165e1f1ff13eb33", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 979291, "upload_time": "2018-03-07T04:32:55", "upload_time_iso_8601": "2018-03-07T04:32:55.626055Z", "url": "https://files.pythonhosted.org/packages/f2/0f/a4f17b1a7c6799c6fecada94227dd238bca1cb4b5b015ea4de25aa1f7dfe/libsass-0.14.0-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "83dabd350c2a92d0e4fd2835b04043bc", "sha256": "e5ef86960aa11136118e2d895d5990eb9dd40c6e1ae35d64aa86631c136b978e" }, "downloads": -1, "filename": "libsass-0.14.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "83dabd350c2a92d0e4fd2835b04043bc", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8902706, "upload_time": "2018-03-07T04:17:09", "upload_time_iso_8601": "2018-03-07T04:17:09.038138Z", "url": "https://files.pythonhosted.org/packages/7e/33/1b8596dd8ae4c36b72e92e7d29bf3b61a81a5c8313ebdda8443dbd6c1318/libsass-0.14.0-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5117f6595f7bf5da96c76d01902d7362", "sha256": "229802249ac68b6774cfa0d1ed7c3aa97bb7ab576736f8af65fe11ade60d6238" }, "downloads": -1, "filename": "libsass-0.14.0-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "5117f6595f7bf5da96c76d01902d7362", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 798923, "upload_time": "2018-03-07T04:32:58", "upload_time_iso_8601": "2018-03-07T04:32:58.299163Z", "url": "https://files.pythonhosted.org/packages/4e/a0/7a0b9a0454479ead3179134a517a64b294290225bf0c98c5d9f695acffc5/libsass-0.14.0-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1a8dc7dbe2e57c8dcce1eeeb3999624b", "sha256": "83bcb63fa37b21ed2da9be0699972d5de395fe0e65128e36fa005fd1a9d3155d" }, "downloads": -1, "filename": "libsass-0.14.0-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "1a8dc7dbe2e57c8dcce1eeeb3999624b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 941916, "upload_time": "2018-03-07T04:33:01", "upload_time_iso_8601": "2018-03-07T04:33:01.152681Z", "url": "https://files.pythonhosted.org/packages/38/ee/1c98a5d0b6e19e2d0b3a0831cb0ade6e76d140b1f6fa6b301335db3e2b62/libsass-0.14.0-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "462c09c71004c1612e586f50ca6dc90d", "sha256": "e82e66cb3acd5a18699515037536a297a18270460ad65f7aa208dc3dd5769cc3" }, "downloads": -1, "filename": "libsass-0.14.0-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "462c09c71004c1612e586f50ca6dc90d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 862145, "upload_time": "2018-03-19T15:59:53", "upload_time_iso_8601": "2018-03-19T15:59:53.655547Z", "url": "https://files.pythonhosted.org/packages/8b/16/8443ac669d0af47c866533a53c0716d6bcda97ede004b3b42b16ce4f2ecc/libsass-0.14.0-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "50fd43b010cb68426ce8e036980871af", "sha256": "1182cbd22faa99e6c237b172a105286eda68c7f6e6d38fb0a0a53f41595c8194" }, "downloads": -1, "filename": "libsass-0.14.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "50fd43b010cb68426ce8e036980871af", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 8902812, "upload_time": "2018-03-07T04:17:26", "upload_time_iso_8601": "2018-03-07T04:17:26.748442Z", "url": "https://files.pythonhosted.org/packages/f2/90/00d6da555c640e2434a9798cb1de79b7a3a846f6919d5d38620e0390c906/libsass-0.14.0-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "92b71fbdd409def674ba016312ff8668", "sha256": "bbfd282f3849939f3a8843691e12f1da62614e6eb53ddac2a6ddd32a50d731ad" }, "downloads": -1, "filename": "libsass-0.14.0-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "92b71fbdd409def674ba016312ff8668", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 798924, "upload_time": "2018-03-07T04:33:03", "upload_time_iso_8601": "2018-03-07T04:33:03.760591Z", "url": "https://files.pythonhosted.org/packages/b6/b4/a3ef8647c77e8319a961623c083a8759401a7b3fdbd423b6b294c74a2578/libsass-0.14.0-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a0931506953e42dcd18ddd80c557fb2d", "sha256": "723729fde3db56ea900333eb82a4f9ad48168d01df5040ea1ec89e19171f9d15" }, "downloads": -1, "filename": "libsass-0.14.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "a0931506953e42dcd18ddd80c557fb2d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 941914, "upload_time": "2018-03-07T04:33:06", "upload_time_iso_8601": "2018-03-07T04:33:06.904364Z", "url": "https://files.pythonhosted.org/packages/ef/00/d09f5d082866a626c605c83444e8e4663fc95278a9da4e290a6fd36b3d30/libsass-0.14.0-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d94fa6743d505024c7e6dbee54c4cdf6", "sha256": "9afdcbd2f5f76226b3457794406bacc52c20271d41343dfa39a9861fce48a3de" }, "downloads": -1, "filename": "libsass-0.14.0.tar.gz", "has_sig": false, "md5_digest": "d94fa6743d505024c7e6dbee54c4cdf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 307951, "upload_time": "2018-03-07T04:06:21", "upload_time_iso_8601": "2018-03-07T04:06:21.185424Z", "url": "https://files.pythonhosted.org/packages/5c/ef/017add006ca5647a839e95ec96086bf0171066e86614b6a86564d47ca504/libsass-0.14.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.1": [ { "comment_text": "", "digests": { "md5": "a52f47314f9ae5ddda987f755aae3153", "sha256": "bb93323fca103f7716a62f8199fe830e85b8186545e674f7ba0f3b5a800ee5a8" }, "downloads": -1, "filename": "libsass-0.14.1-cp27-cp27m-macosx_10_13_intel.whl", "has_sig": false, "md5_digest": "a52f47314f9ae5ddda987f755aae3153", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1730952, "upload_time": "2018-03-19T15:59:55", "upload_time_iso_8601": "2018-03-19T15:59:55.559669Z", "url": "https://files.pythonhosted.org/packages/d4/d2/d3b816273a56489defad410dc59083d3677ddfd5acd1c39b4a63de1630c3/libsass-0.14.1-cp27-cp27m-macosx_10_13_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6220f01517e8288535718152c362e793", "sha256": "39f9ab1ef8d822cc87f552fc51e9dc23cf9d325e219029560b39d912bc962a8b" }, "downloads": -1, "filename": "libsass-0.14.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6220f01517e8288535718152c362e793", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8904605, "upload_time": "2018-03-12T22:45:36", "upload_time_iso_8601": "2018-03-12T22:45:36.563372Z", "url": "https://files.pythonhosted.org/packages/8d/92/b2ae0c18d14d9635143f8f5489bccc8b787c5db8dbecf4882b7dd3037c0b/libsass-0.14.1-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7f28a5c76618e4323ec0c6ef08de10f6", "sha256": "12296608c120bacba5fec5811ad4bb56b685278b9e10998e456fb4d4bb73c89b" }, "downloads": -1, "filename": "libsass-0.14.1-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "7f28a5c76618e4323ec0c6ef08de10f6", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 789088, "upload_time": "2018-03-12T23:12:23", "upload_time_iso_8601": "2018-03-12T23:12:23.124734Z", "url": "https://files.pythonhosted.org/packages/3e/45/24a75edb2444a2492c8aa65af0734055cfd411eb7446847532ed5c639493/libsass-0.14.1-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d26cab9dd546b4f722e1a2b933d725a5", "sha256": "af590da23a834b2d814b159766b3d7817d18fa68bd2aef05e3501965ef297834" }, "downloads": -1, "filename": "libsass-0.14.1-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "d26cab9dd546b4f722e1a2b933d725a5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 979440, "upload_time": "2018-03-12T23:12:26", "upload_time_iso_8601": "2018-03-12T23:12:26.355265Z", "url": "https://files.pythonhosted.org/packages/87/34/6b78f21d11e7823ad66ca22f75878ebc32a515e509a7e1c7d53edc83abc9/libsass-0.14.1-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "61213ea009572f2e65f9ed465b29d76b", "sha256": "b498de549c2083597a7d42e78e1a4005c3fcc0af24242d04c7f5ea4783c38839" }, "downloads": -1, "filename": "libsass-0.14.1-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "61213ea009572f2e65f9ed465b29d76b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 8900221, "upload_time": "2018-03-12T22:46:18", "upload_time_iso_8601": "2018-03-12T22:46:18.610222Z", "url": "https://files.pythonhosted.org/packages/51/c6/d1fd06cc6bcd046aa12a1bf4eb28c8febbe9c7dea51ba6d1a7990e8cd262/libsass-0.14.1-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5ec84754a507db6d12b0cbc9cda1a851", "sha256": "d8d5fa185465a11f047bd2e9de2ea3e7f7ff3d2d8afd9ecde870050125213517" }, "downloads": -1, "filename": "libsass-0.14.1-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "5ec84754a507db6d12b0cbc9cda1a851", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 789203, "upload_time": "2018-03-12T23:12:30", "upload_time_iso_8601": "2018-03-12T23:12:30.711817Z", "url": "https://files.pythonhosted.org/packages/04/03/4bf10d1c3606b6372e1a5596992d704b9076a820d456da9426bfcf3c3443/libsass-0.14.1-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "39a09995d7031418466c3fa21e70c259", "sha256": "6e3dcc37e6db7da7678fd66739b3a8957b04a5613768858425eb249c14fe26b3" }, "downloads": -1, "filename": "libsass-0.14.1-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "39a09995d7031418466c3fa21e70c259", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 979059, "upload_time": "2018-03-12T23:12:34", "upload_time_iso_8601": "2018-03-12T23:12:34.392219Z", "url": "https://files.pythonhosted.org/packages/ce/cb/c6efcee8d753979885b5ea58380f8dbd7d946ea33b3f2f57774dc25d3c5a/libsass-0.14.1-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "72eb959e937570161256cd51c70000c7", "sha256": "12a1aff7b04b3190f160e7dd7f62f5bfab4613e5c6a817b44e07c0b49a73b3ec" }, "downloads": -1, "filename": "libsass-0.14.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "72eb959e937570161256cd51c70000c7", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8900239, "upload_time": "2018-03-12T22:45:10", "upload_time_iso_8601": "2018-03-12T22:45:10.630494Z", "url": "https://files.pythonhosted.org/packages/10/4b/3c0f51589357569158bf517b5b16d1e71cb7542987efeba24cc46f42a4af/libsass-0.14.1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2f6669274f6ce6638c81a3ee24253a94", "sha256": "3d5f2c739d45aae23370dfb8c19a02ae40276fbb9e6d0f322e49243f0833f1ae" }, "downloads": -1, "filename": "libsass-0.14.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "2f6669274f6ce6638c81a3ee24253a94", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 799057, "upload_time": "2018-03-12T23:12:37", "upload_time_iso_8601": "2018-03-12T23:12:37.865368Z", "url": "https://files.pythonhosted.org/packages/07/4e/cdafbde5e048bd9681a0f611cb9dc1abd670b2f17aaffb64dbc0ed945408/libsass-0.14.1-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a5b5f4270c37950e51a75007c2d4f51a", "sha256": "7fc1408c5422297c5ee3f811afb8b7e21cd4af69a201ddd7fe69e543b7d2da59" }, "downloads": -1, "filename": "libsass-0.14.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "a5b5f4270c37950e51a75007c2d4f51a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 941737, "upload_time": "2018-03-12T23:12:40", "upload_time_iso_8601": "2018-03-12T23:12:40.981536Z", "url": "https://files.pythonhosted.org/packages/4a/84/3d404bd646d0d14b9478a6f993601d923dc11f1c9852132cdc454f3f426d/libsass-0.14.1-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "556f0a958aa8be042ccb306eeb006d2a", "sha256": "6a4aa32a50e68c4e07a8d99efd9cf9168b8c4d7ec9dcacc3e1c5cf83f8e71641" }, "downloads": -1, "filename": "libsass-0.14.1-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "556f0a958aa8be042ccb306eeb006d2a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 861064, "upload_time": "2018-03-19T15:59:57", "upload_time_iso_8601": "2018-03-19T15:59:57.614149Z", "url": "https://files.pythonhosted.org/packages/98/74/091ee7c70b71167483be564dd5204a75411d73dec6b3f55d9317fa04f3b6/libsass-0.14.1-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0198433d6c5f8bb2ea0d33cd6ac756bf", "sha256": "07e009d8b42316e42d05144f466bd70a028a4e00dc4209f0dcc4ac547031225f" }, "downloads": -1, "filename": "libsass-0.14.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0198433d6c5f8bb2ea0d33cd6ac756bf", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 8900153, "upload_time": "2018-03-12T22:45:52", "upload_time_iso_8601": "2018-03-12T22:45:52.228665Z", "url": "https://files.pythonhosted.org/packages/e4/23/8005416c797c3319ae5ec72cd90749263c5690a50b0c28d32d234ceb7283/libsass-0.14.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8f97c2c3ffe79ec22b434454098b441b", "sha256": "dbed1573538424ac2bfc37ba33b507bf14450d3f3dcfc4363488b6ce925e285c" }, "downloads": -1, "filename": "libsass-0.14.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "8f97c2c3ffe79ec22b434454098b441b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 799054, "upload_time": "2018-03-12T23:12:44", "upload_time_iso_8601": "2018-03-12T23:12:44.109578Z", "url": "https://files.pythonhosted.org/packages/45/17/0804ac54678f60bb13c0575a16d86aa343be70349a8748a91eb95426ad66/libsass-0.14.1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e87dc53fbee83b8bc858c66e6e4d8365", "sha256": "ccd3e42f5951290fa3f22a51804365e94dccf05c821a795cd2c04856c201675e" }, "downloads": -1, "filename": "libsass-0.14.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "e87dc53fbee83b8bc858c66e6e4d8365", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 941735, "upload_time": "2018-03-12T23:12:47", "upload_time_iso_8601": "2018-03-12T23:12:47.448303Z", "url": "https://files.pythonhosted.org/packages/93/43/22ed47a8bb563a1b4a6f01c173aa69aa3be50fa75b9a2cedc333856fa0a1/libsass-0.14.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "672ea2231a51560667542c14fea48225", "sha256": "ddf905e6f2fcb547884718142756c9c0f2ecd07a03ae9275180ec3f09c54213b" }, "downloads": -1, "filename": "libsass-0.14.1.tar.gz", "has_sig": false, "md5_digest": "672ea2231a51560667542c14fea48225", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 308004, "upload_time": "2018-03-12T22:30:01", "upload_time_iso_8601": "2018-03-12T22:30:01.904908Z", "url": "https://files.pythonhosted.org/packages/bb/8b/1214ee4ff18b6a490a963e80df3b835e5bc2e94130d817ee4f37ec130ac6/libsass-0.14.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.2": [ { "comment_text": "", "digests": { "md5": "793a7ac49b09adc1c08cb1deb3a43e6a", "sha256": "be7bc08d8b56bdf0def507c4bfa4066a0533f6e27023ed73e496097458b94a23" }, "downloads": -1, "filename": "libsass-0.14.2-cp27-cp27m-macosx_10_13_intel.whl", "has_sig": false, "md5_digest": "793a7ac49b09adc1c08cb1deb3a43e6a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1785422, "upload_time": "2018-03-19T15:59:59", "upload_time_iso_8601": "2018-03-19T15:59:59.663622Z", "url": "https://files.pythonhosted.org/packages/ce/45/6caefb61930e90f992332b2e0fe3734851b782a1508d882f779f53351e69/libsass-0.14.2-cp27-cp27m-macosx_10_13_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bd45233469cc4e8a81452dfbd8d1576a", "sha256": "228f196ba6e4a35d03056f7e6d43fdc9ca18df2af99c89b733acf0a200bd434f" }, "downloads": -1, "filename": "libsass-0.14.2-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bd45233469cc4e8a81452dfbd8d1576a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9206239, "upload_time": "2018-03-17T07:01:27", "upload_time_iso_8601": "2018-03-17T07:01:27.584340Z", "url": "https://files.pythonhosted.org/packages/ad/98/8e3fc58459eda22e43ff126b02a6d3bf9161d15016023bf452a6e3dd1130/libsass-0.14.2-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0b87f02cef5c29ff6c54b43b2f4474c8", "sha256": "bfc659bc6d050d241338af4e1f8afdae935d72b10d82d130153f473566d926f2" }, "downloads": -1, "filename": "libsass-0.14.2-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "0b87f02cef5c29ff6c54b43b2f4474c8", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 796160, "upload_time": "2018-03-17T07:10:46", "upload_time_iso_8601": "2018-03-17T07:10:46.602296Z", "url": "https://files.pythonhosted.org/packages/37/e3/4d5b26038e61fe82ddfdb589d38f49a0ef62686a68d53faefb409668951d/libsass-0.14.2-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d86c3dab21583cb7c36277ac1d6a08a0", "sha256": "79b8d1484c0dbad47b8e5c86b75819aeabd4282aa93a779548a0fa8491106c89" }, "downloads": -1, "filename": "libsass-0.14.2-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "d86c3dab21583cb7c36277ac1d6a08a0", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 993750, "upload_time": "2018-03-17T07:10:49", "upload_time_iso_8601": "2018-03-17T07:10:49.712151Z", "url": "https://files.pythonhosted.org/packages/b6/36/214d06ca5cdad2cd8dc9b8bd3838c34a06fab339c51ffb687d8d1df58dc7/libsass-0.14.2-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "70c16b50c58852e6adaddcf9c64ed92a", "sha256": "50ea01c66bf97e79fc8fe47a72ba0644126fb5f117ee001f41f29ff5c3985fc5" }, "downloads": -1, "filename": "libsass-0.14.2-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "70c16b50c58852e6adaddcf9c64ed92a", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 9199683, "upload_time": "2018-03-17T07:01:58", "upload_time_iso_8601": "2018-03-17T07:01:58.592138Z", "url": "https://files.pythonhosted.org/packages/3a/3e/9698e9052e223c898ff51c3d72b81566752b5597d598074daa085f16e685/libsass-0.14.2-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6b78f1abce147b736bfed77c9b83bc65", "sha256": "784ff2c45f98470c0993ddae1ad9bc2131fab582cd12d3887041fe2eb074ade0" }, "downloads": -1, "filename": "libsass-0.14.2-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "6b78f1abce147b736bfed77c9b83bc65", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 796706, "upload_time": "2018-03-17T07:10:52", "upload_time_iso_8601": "2018-03-17T07:10:52.548445Z", "url": "https://files.pythonhosted.org/packages/82/0f/494d460eef88262056256ce284bf7453e4aac1998bfd79f687c8ea62d8f1/libsass-0.14.2-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "567909506d36ddf346a1b16803ae6d0f", "sha256": "a8d8f685b4756f73f737e90eef9734211355e8e8b2c754522559c900032995a6" }, "downloads": -1, "filename": "libsass-0.14.2-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "567909506d36ddf346a1b16803ae6d0f", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 994277, "upload_time": "2018-03-17T07:10:55", "upload_time_iso_8601": "2018-03-17T07:10:55.942790Z", "url": "https://files.pythonhosted.org/packages/11/d5/580ad9a079de88d16678be6ea0162ea9d5b4e1259dcf75069b5f8999aeb9/libsass-0.14.2-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a84f5731f2a0cb1d95ca1ef7a5ce5d83", "sha256": "4d5d605e63faee5959f3eb6e17eb75983cc72c75eaa7a41a44e75c6e3822f9b0" }, "downloads": -1, "filename": "libsass-0.14.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a84f5731f2a0cb1d95ca1ef7a5ce5d83", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 9199624, "upload_time": "2018-03-17T07:02:14", "upload_time_iso_8601": "2018-03-17T07:02:14.259466Z", "url": "https://files.pythonhosted.org/packages/5a/3c/e6d56ca240443734ceb1e7c525c280862b7a57b6f92f14c81eadbd43d1b8/libsass-0.14.2-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b6d7ee81e42d27f98af4aed9c5a49f24", "sha256": "0a237e22a43a790c4f3e181aed7413f3b4c5d59308ba5b9941c08c35311d4292" }, "downloads": -1, "filename": "libsass-0.14.2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "b6d7ee81e42d27f98af4aed9c5a49f24", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 809511, "upload_time": "2018-03-17T07:10:58", "upload_time_iso_8601": "2018-03-17T07:10:58.867164Z", "url": "https://files.pythonhosted.org/packages/63/e0/1206daa454bbbcba4c370f402cf71e44000c96bbe51a9966aa56732677d7/libsass-0.14.2-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "20fcc8e0b74b5b54eb22a5df3c4973e2", "sha256": "3ccce258f5b8797875a6833e163dff773d04c51e5e5023c2fe87ee28f20c40fe" }, "downloads": -1, "filename": "libsass-0.14.2-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "20fcc8e0b74b5b54eb22a5df3c4973e2", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 958385, "upload_time": "2018-03-17T07:11:02", "upload_time_iso_8601": "2018-03-17T07:11:02.056242Z", "url": "https://files.pythonhosted.org/packages/2c/ea/4d85990df1c708303f5c683ee1f4d4d12923f3d53df488d25e986d93021f/libsass-0.14.2-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f57e068815517a2b699a0c194452516e", "sha256": "1da42e98619c8bb39e8aaf8588566b83641c8fd542288e3c6588953524a3fcbd" }, "downloads": -1, "filename": "libsass-0.14.2-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "f57e068815517a2b699a0c194452516e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 887204, "upload_time": "2018-03-19T16:00:01", "upload_time_iso_8601": "2018-03-19T16:00:01.821527Z", "url": "https://files.pythonhosted.org/packages/4d/c4/f13dfe441c3d379622e0fef2e14e1977722bda7c4ed5bbe3d72a97a130c4/libsass-0.14.2-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "eb72d8b7eb21fa3f0ba0661df6dfe28d", "sha256": "ad6cef634191560adce0add22201d259590eaf29d05c256d572eab6ab7ab4922" }, "downloads": -1, "filename": "libsass-0.14.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "eb72d8b7eb21fa3f0ba0661df6dfe28d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9199792, "upload_time": "2018-03-17T07:01:43", "upload_time_iso_8601": "2018-03-17T07:01:43.091026Z", "url": "https://files.pythonhosted.org/packages/bc/e7/8508d579ff105ec5bba9c450ef945b65c73508e95459a97f921b963cc670/libsass-0.14.2-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "01ee31dcfcf4c28a3247effdc80d9ad2", "sha256": "56cf44f4fff75e5c437a13964df4e4b594dac10be2e73905412a5baf636879b7" }, "downloads": -1, "filename": "libsass-0.14.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "01ee31dcfcf4c28a3247effdc80d9ad2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 809512, "upload_time": "2018-03-17T07:11:04", "upload_time_iso_8601": "2018-03-17T07:11:04.968812Z", "url": "https://files.pythonhosted.org/packages/f3/45/e014b6f862cc17980e0e6258d8bd8077d65d259c3c5bb8548c189f29f905/libsass-0.14.2-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a28f9d0a14665d815f6f6b9ef1e01638", "sha256": "e2a7dec7f83571062b15ed13730c1b810cb5ce23db36b4bbc23ca88d11555069" }, "downloads": -1, "filename": "libsass-0.14.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "a28f9d0a14665d815f6f6b9ef1e01638", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 958384, "upload_time": "2018-03-17T07:11:08", "upload_time_iso_8601": "2018-03-17T07:11:08.097381Z", "url": "https://files.pythonhosted.org/packages/1c/47/b7cab7f67cfcdfc64b0f3161fd7a085c58c8481c5bf6ecf3833aa66c0740/libsass-0.14.2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1da0fbd2be44045e349907535106db4a", "sha256": "3ff39d23a56c4ebb3f92e7531521fbf5c00555047c5e0de6aa2a53199e595636" }, "downloads": -1, "filename": "libsass-0.14.2.tar.gz", "has_sig": false, "md5_digest": "1da0fbd2be44045e349907535106db4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 309460, "upload_time": "2018-03-17T06:41:55", "upload_time_iso_8601": "2018-03-17T06:41:55.061092Z", "url": "https://files.pythonhosted.org/packages/0f/a3/c2aed4128ee3639653da412a1b1e7ae95804a5fa7dbd35d4fb3593f6f0a8/libsass-0.14.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.3": [ { "comment_text": "", "digests": { "md5": "ce184800d9d89855558c0223666e88a9", "sha256": "fdd7e2988b0583741bcf0ed7b0bf399ef953bde3202ffd99938a9311cedb49e1" }, "downloads": -1, "filename": "libsass-0.14.3-cp27-cp27m-macosx_10_13_intel.whl", "has_sig": false, "md5_digest": "ce184800d9d89855558c0223666e88a9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1805769, "upload_time": "2018-04-23T16:22:01", "upload_time_iso_8601": "2018-04-23T16:22:01.734091Z", "url": "https://files.pythonhosted.org/packages/4f/e7/09bbb01d3977cec8ccf8ca97eab0dfabdb898ed9863e5282553fdf3e4b3c/libsass-0.14.3-cp27-cp27m-macosx_10_13_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "61134df42b26809a4cc2616823342e96", "sha256": "9c50104d23c1bc2a244a7c0f643c70f829fe3d32b5c7560c73bd8e19f0f3cc69" }, "downloads": -1, "filename": "libsass-0.14.3-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "61134df42b26809a4cc2616823342e96", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9216656, "upload_time": "2018-04-23T16:14:56", "upload_time_iso_8601": "2018-04-23T16:14:56.774365Z", "url": "https://files.pythonhosted.org/packages/97/8e/bcdd8977f5f6e50b83488d359b70fbf229758fda5065bb3d36f3728f9a30/libsass-0.14.3-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "169aef3d11dae46f56cc965ed1f52db9", "sha256": "3aebec38d6e97d6708b86a440c64e9a09aae81ce1f12096327f0dbb009139320" }, "downloads": -1, "filename": "libsass-0.14.3-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "169aef3d11dae46f56cc965ed1f52db9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 794223, "upload_time": "2018-04-23T16:54:19", "upload_time_iso_8601": "2018-04-23T16:54:19.684376Z", "url": "https://files.pythonhosted.org/packages/4f/1d/ca3177071f85239df892bb68797eb424f676e0922a0f5345f1974e7fc3b6/libsass-0.14.3-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "da50f2ab1370de3b31ac4feda60ec0fc", "sha256": "a15620e15439e63967a98a2b21e04dce57fa22802193e04eb0bdbf2fb454ca7a" }, "downloads": -1, "filename": "libsass-0.14.3-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "da50f2ab1370de3b31ac4feda60ec0fc", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 990807, "upload_time": "2018-04-23T16:54:21", "upload_time_iso_8601": "2018-04-23T16:54:21.295214Z", "url": "https://files.pythonhosted.org/packages/5f/f7/c449a4708f21d3ca0b74dfee67d55d3e5135043a34535a5c5244e2cf98e4/libsass-0.14.3-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1260fe4331a4616a99f7eaae683f6210", "sha256": "84c20f3ea0cb9c8e203eb12b6f92e0cdfdce589f896e48e4260b1fde3a76bd2c" }, "downloads": -1, "filename": "libsass-0.14.3-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1260fe4331a4616a99f7eaae683f6210", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 9207625, "upload_time": "2018-04-23T16:14:44", "upload_time_iso_8601": "2018-04-23T16:14:44.050272Z", "url": "https://files.pythonhosted.org/packages/8d/51/6c387e5b724b183dae4d460a050af1c6e1a0b578e157d6fa1d50e75951fd/libsass-0.14.3-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fe6774262aeb760cc4aaacfd865622bd", "sha256": "3901ddc513eada236bbabfff4417f092d72107b69ceeb7adb66b1eab5244f686" }, "downloads": -1, "filename": "libsass-0.14.3-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "fe6774262aeb760cc4aaacfd865622bd", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 794839, "upload_time": "2018-04-23T16:54:23", "upload_time_iso_8601": "2018-04-23T16:54:23.086059Z", "url": "https://files.pythonhosted.org/packages/97/b9/a2eec19baddab6eb17106962b058a4c2f31c4f693060d0d37278415a8e54/libsass-0.14.3-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9c1792044280181cdfd6ad3943362c39", "sha256": "bfa73138fd8789c282036368883c70a552ef918c8332866b8d27695074480998" }, "downloads": -1, "filename": "libsass-0.14.3-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "9c1792044280181cdfd6ad3943362c39", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 991331, "upload_time": "2018-04-23T16:54:24", "upload_time_iso_8601": "2018-04-23T16:54:24.620619Z", "url": "https://files.pythonhosted.org/packages/0d/16/4d7f16b68a60082e2b9eab9ad1ff4ae4aadd9530610cbd340e9b4a04b988/libsass-0.14.3-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7eb20ec8e983f51e8b875efffe33aabb", "sha256": "37c74a18ac495f2a023a4349fcdab33b38f7dbf15a4a407fc895712b038e3047" }, "downloads": -1, "filename": "libsass-0.14.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7eb20ec8e983f51e8b875efffe33aabb", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 9207485, "upload_time": "2018-04-23T16:14:48", "upload_time_iso_8601": "2018-04-23T16:14:48.826954Z", "url": "https://files.pythonhosted.org/packages/ac/5a/c98e08bc41f413906a53c028023538e91d2300542b0f82def1b8c57aa705/libsass-0.14.3-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c3ae3b7352160fe24e5b5fe3e86e2e4c", "sha256": "be2ad46cae6ab0e17460fa5d27fcff833c301cb8babe85cd765e3c90255c132d" }, "downloads": -1, "filename": "libsass-0.14.3-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "c3ae3b7352160fe24e5b5fe3e86e2e4c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 806847, "upload_time": "2018-04-23T16:54:26", "upload_time_iso_8601": "2018-04-23T16:54:26.671866Z", "url": "https://files.pythonhosted.org/packages/01/99/54b9dc2896c9136267218d5566dff3bf157fb3aee4e4af78d3dc0b48fd59/libsass-0.14.3-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "65b91d9af226af0ce373a6fd5a4ae9fe", "sha256": "6df1b830d47fef48bcfcd45dd56722c9a4a344ee670b6cfec214136b174266f9" }, "downloads": -1, "filename": "libsass-0.14.3-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "65b91d9af226af0ce373a6fd5a4ae9fe", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 955743, "upload_time": "2018-04-23T16:54:28", "upload_time_iso_8601": "2018-04-23T16:54:28.787940Z", "url": "https://files.pythonhosted.org/packages/8e/ef/e03f11fd3812c343eb648a56d49dae546109e341fd415164382a4f28da77/libsass-0.14.3-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f79631d8ebbe473771b5f1b817c09629", "sha256": "51ae0025b44e80e0f8f11837100c44b17214c2e287bf46ca199900110a8490eb" }, "downloads": -1, "filename": "libsass-0.14.3-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "f79631d8ebbe473771b5f1b817c09629", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 900532, "upload_time": "2018-04-23T16:22:04", "upload_time_iso_8601": "2018-04-23T16:22:04.024993Z", "url": "https://files.pythonhosted.org/packages/c4/85/76a155ff6523adabe7ae83c4633ade4d1b8c43017ac32527c83209ec975c/libsass-0.14.3-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4eb2c946180e0fc16121cd72dddc48d7", "sha256": "58b93dd2c0559ad390ddd93ffc4ad9964a5eb9b3fe2e983e700be5e441116284" }, "downloads": -1, "filename": "libsass-0.14.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4eb2c946180e0fc16121cd72dddc48d7", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9207283, "upload_time": "2018-04-23T16:14:52", "upload_time_iso_8601": "2018-04-23T16:14:52.830025Z", "url": "https://files.pythonhosted.org/packages/cd/35/436240f65883cac48b2b70707fcbaeea87bd6240a23e7ef6ae5bc5dfce6f/libsass-0.14.3-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1a758b072a089310396d43bc0494bdfb", "sha256": "37904d91741137041fd5f91b665e0a7b8756c0cb3c9b7415e0b4cd15f3843560" }, "downloads": -1, "filename": "libsass-0.14.3-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "1a758b072a089310396d43bc0494bdfb", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 806843, "upload_time": "2018-04-23T16:54:30", "upload_time_iso_8601": "2018-04-23T16:54:30.313451Z", "url": "https://files.pythonhosted.org/packages/05/cd/65b1e824fb5a2e7c907a7bc796f44daec7d7e91fc3a9f7f213c5593629e9/libsass-0.14.3-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b320e5950f08bd248d9e97f51983eb11", "sha256": "543a6f5cafb37b59879c42871cfb87625016628fc20c0687c5279e16ecd2d6f5" }, "downloads": -1, "filename": "libsass-0.14.3-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "b320e5950f08bd248d9e97f51983eb11", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 955740, "upload_time": "2018-04-23T16:54:32", "upload_time_iso_8601": "2018-04-23T16:54:32.220263Z", "url": "https://files.pythonhosted.org/packages/90/5e/71cf74822f27f984234943ae7282eda921c9fdf60691afe80564aa375dbd/libsass-0.14.3-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6dc78da2121d0fda5838293c41af541b", "sha256": "78124f7178d4ada5a75d6c1be2a21e000c292f2117e7f0b5f7bcd3845ba7e6fd" }, "downloads": -1, "filename": "libsass-0.14.3.tar.gz", "has_sig": false, "md5_digest": "6dc78da2121d0fda5838293c41af541b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 306043, "upload_time": "2018-04-23T16:00:04", "upload_time_iso_8601": "2018-04-23T16:00:04.494856Z", "url": "https://files.pythonhosted.org/packages/3e/7e/d412288ee1d3643aa889e2b409f65175f41cf14f08a2d24be354ec090b25/libsass-0.14.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.4": [ { "comment_text": "", "digests": { "md5": "c33bacabeab5e46856dab1cd1efc45ac", "sha256": "9ea22cc0f84bdac6a31de7332456d094bcfc79db1d96903074413041928560f5" }, "downloads": -1, "filename": "libsass-0.14.4-cp27-cp27m-macosx_10_13_intel.whl", "has_sig": false, "md5_digest": "c33bacabeab5e46856dab1cd1efc45ac", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1806377, "upload_time": "2018-04-24T18:08:43", "upload_time_iso_8601": "2018-04-24T18:08:43.092900Z", "url": "https://files.pythonhosted.org/packages/c8/19/a02a25ba77092cdca9ce311bf72d944e7fd9543bfeb5d9887f1e4941928b/libsass-0.14.4-cp27-cp27m-macosx_10_13_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "437296c4cd730a069e83c2e365b52135", "sha256": "a8519d961f7cea84b488d4d9aba77466b244fddcac50387d745a699bcba7a032" }, "downloads": -1, "filename": "libsass-0.14.4-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "437296c4cd730a069e83c2e365b52135", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9218657, "upload_time": "2018-04-24T18:14:18", "upload_time_iso_8601": "2018-04-24T18:14:18.507472Z", "url": "https://files.pythonhosted.org/packages/b7/82/54cde195c483509b1f41cbbd585e49fbdbf8b7da149c2d96635748232ba4/libsass-0.14.4-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "53e7738524ab304bd5f0c4b6ba0b8837", "sha256": "5a67069f5b04f77e92997a97532ee98782649d6affdfc9f43a1ec370f9f8e1d2" }, "downloads": -1, "filename": "libsass-0.14.4-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "53e7738524ab304bd5f0c4b6ba0b8837", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 794723, "upload_time": "2018-04-24T18:44:13", "upload_time_iso_8601": "2018-04-24T18:44:13.234159Z", "url": "https://files.pythonhosted.org/packages/7a/3d/bad18ffabd3ccc7ab0a38d7f9439d55e93e17f1afa46e49e58afe9249973/libsass-0.14.4-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6fdd0c7b0e19aebe8d7c3432bac240ba", "sha256": "0f302ffd0ec5c5a3e582cfc3a383d0aad3b82aef4943990102fda5f7d7b5f69b" }, "downloads": -1, "filename": "libsass-0.14.4-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "6fdd0c7b0e19aebe8d7c3432bac240ba", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 991284, "upload_time": "2018-04-24T18:44:14", "upload_time_iso_8601": "2018-04-24T18:44:14.974607Z", "url": "https://files.pythonhosted.org/packages/6a/ca/eb0edc08c7b846eadec00110c7c70cee7962821b38e96412528c7353bb2a/libsass-0.14.4-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e93091d39d8fd16300849498375aaec5", "sha256": "b487ef7a239d2af154c890e65f37bdf3bee614974f9b028df79d0455ecfe5265" }, "downloads": -1, "filename": "libsass-0.14.4-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e93091d39d8fd16300849498375aaec5", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 9208664, "upload_time": "2018-04-24T18:14:05", "upload_time_iso_8601": "2018-04-24T18:14:05.157238Z", "url": "https://files.pythonhosted.org/packages/21/d1/81f609111b704c07dcab0d45a97c9e2ab6e173eee2f47a0e3373c512e419/libsass-0.14.4-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "35a709e715605de7d10e6f6b6ba57ed8", "sha256": "c4af45776133e95a1faee4b95e877e7e334e9a70696f9f6dd88f2f311f91e339" }, "downloads": -1, "filename": "libsass-0.14.4-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "35a709e715605de7d10e6f6b6ba57ed8", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 795296, "upload_time": "2018-04-24T18:44:16", "upload_time_iso_8601": "2018-04-24T18:44:16.774186Z", "url": "https://files.pythonhosted.org/packages/8c/22/578dba5e5f45aae886ae68e03b3a80dd84f6781568b6ba23150807be098c/libsass-0.14.4-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "854ec2e71e29a9f7e87a7feba2e4a197", "sha256": "e214570d4c86950e408dfc3faa234b51256c89b555fffe5064dea2f04773d058" }, "downloads": -1, "filename": "libsass-0.14.4-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "854ec2e71e29a9f7e87a7feba2e4a197", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 991751, "upload_time": "2018-04-24T18:44:18", "upload_time_iso_8601": "2018-04-24T18:44:18.397977Z", "url": "https://files.pythonhosted.org/packages/f8/97/b39daac8de0ee104f21aeddf572fd780ab65a47536bce21d9c902bdc3d73/libsass-0.14.4-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "61d970ae99292cbae728961f96db6c93", "sha256": "4c3930f6416ccf2cdbbaa37ecb6919c8dee1c49e8ba3163d6e718b9e31c46037" }, "downloads": -1, "filename": "libsass-0.14.4-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "61d970ae99292cbae728961f96db6c93", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 9209181, "upload_time": "2018-04-24T18:14:09", "upload_time_iso_8601": "2018-04-24T18:14:09.441318Z", "url": "https://files.pythonhosted.org/packages/75/5f/a13cf96cece1d32d0b565b31a8390c87f6f7f4547ff6e441dcc732079ed3/libsass-0.14.4-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1639119c41a67911258476fad9ac169c", "sha256": "a580071b6e2a8b287b400f9e8edb9677a8a8656e15a3892bc263294936f6ea9d" }, "downloads": -1, "filename": "libsass-0.14.4-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "1639119c41a67911258476fad9ac169c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 807486, "upload_time": "2018-04-24T18:44:22", "upload_time_iso_8601": "2018-04-24T18:44:22.969262Z", "url": "https://files.pythonhosted.org/packages/da/87/be248fd7a60065d5fcdfe6ac25041a1dcabf178a1ed78c18ffe7250815fa/libsass-0.14.4-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7c429b50e6900d4351174f178e5d3cfb", "sha256": "fc54a932b7f785ede102e1c1521baf8c11dfb91fcf4115a8e4f935b9f9e98474" }, "downloads": -1, "filename": "libsass-0.14.4-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "7c429b50e6900d4351174f178e5d3cfb", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 956280, "upload_time": "2018-04-24T18:44:25", "upload_time_iso_8601": "2018-04-24T18:44:25.153477Z", "url": "https://files.pythonhosted.org/packages/f8/cd/49ab2a82b757225a38bfbe837a4f40c1e2973165e09f83c88aec8c4ab327/libsass-0.14.4-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6f2b1500e0cbcdf3526d70f194b7b5eb", "sha256": "abd4748ec40f88daa7bd2524630ae25e02d7bcd8c06d0c2240bc985361cb56ca" }, "downloads": -1, "filename": "libsass-0.14.4-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "6f2b1500e0cbcdf3526d70f194b7b5eb", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 901053, "upload_time": "2018-04-24T18:08:44", "upload_time_iso_8601": "2018-04-24T18:08:44.976311Z", "url": "https://files.pythonhosted.org/packages/80/a2/a679fc8c5c844bf3061d50d6d9fea03d126e8530049c3c5b95ac34d136e5/libsass-0.14.4-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "95fc1fbc674e5396da550c586d7ecbe0", "sha256": "e3c06f07cfa2a0f3e53bf6e9abdbe784c4e0b9283833319c075674a8361b06de" }, "downloads": -1, "filename": "libsass-0.14.4-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "95fc1fbc674e5396da550c586d7ecbe0", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9208530, "upload_time": "2018-04-24T18:14:14", "upload_time_iso_8601": "2018-04-24T18:14:14.020447Z", "url": "https://files.pythonhosted.org/packages/2a/58/eba843aa50ccda2102670e24b1c46f4a353ed2020ab740e245bcae1801c2/libsass-0.14.4-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "11efbe580c813e8ee892b9e7807046ba", "sha256": "7e037e894f8e188a1f560b061a800de9ecd6a8e6c87569f3122bc591a0764f26" }, "downloads": -1, "filename": "libsass-0.14.4-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "11efbe580c813e8ee892b9e7807046ba", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 807490, "upload_time": "2018-04-24T18:44:26", "upload_time_iso_8601": "2018-04-24T18:44:26.967412Z", "url": "https://files.pythonhosted.org/packages/8b/1e/2362c4033a09f8a4b2f64f2196673f40baf43857edf9182c814ae7af855a/libsass-0.14.4-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c6feeadddd01315ace5b67911d9c7309", "sha256": "137054da91361d8f3b7fdc929cee45b366665704040018fe774b5399c5e6f1f3" }, "downloads": -1, "filename": "libsass-0.14.4-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "c6feeadddd01315ace5b67911d9c7309", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 956282, "upload_time": "2018-04-24T18:44:28", "upload_time_iso_8601": "2018-04-24T18:44:28.975775Z", "url": "https://files.pythonhosted.org/packages/26/45/3f66caf2438f2c01f6e82af98de33ea3ca32a27fad99e55a9ad54d968d01/libsass-0.14.4-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b10f81c8e3ca301aa26909486bfd0f4d", "sha256": "14b1728537abf7640385e9382fb7b57d3f50eab48f813224bd321a25caed947f" }, "downloads": -1, "filename": "libsass-0.14.4.tar.gz", "has_sig": false, "md5_digest": "b10f81c8e3ca301aa26909486bfd0f4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 309680, "upload_time": "2018-04-24T18:01:41", "upload_time_iso_8601": "2018-04-24T18:01:41.380891Z", "url": "https://files.pythonhosted.org/packages/cf/f1/97b4f914c85380f65b235e5db956db1279aaf1943e1cbd5dd05e8c871b6f/libsass-0.14.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.5": [ { "comment_text": "", "digests": { "md5": "316dedf07169c84ee0d63f5615fc2ff3", "sha256": "1cf80c04a77d36fd77f00b1ae0a269eee780d971fabd9d493b15d30de9857ae5" }, "downloads": -1, "filename": "libsass-0.14.5-cp27-cp27m-macosx_10_13_intel.whl", "has_sig": false, "md5_digest": "316dedf07169c84ee0d63f5615fc2ff3", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1806149, "upload_time": "2018-04-25T16:03:34", "upload_time_iso_8601": "2018-04-25T16:03:34.500022Z", "url": "https://files.pythonhosted.org/packages/08/15/53f50ed224e426b3a787894e482924ae3f80dfb247ce74685cde5fc80bb4/libsass-0.14.5-cp27-cp27m-macosx_10_13_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "39f11deb522e67464719b0945bcf2534", "sha256": "1d55dfe8e91a15a7d72d7f8aca16e74da36899e70d911af66d7184f1c82e2b39" }, "downloads": -1, "filename": "libsass-0.14.5-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "39f11deb522e67464719b0945bcf2534", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9218256, "upload_time": "2018-04-25T16:17:59", "upload_time_iso_8601": "2018-04-25T16:17:59.352093Z", "url": "https://files.pythonhosted.org/packages/17/66/7ba7f6b0c8da5ff8bc81440af3a6834608c85ca3cb44fe12a04502ea19d5/libsass-0.14.5-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "69c3048630926c94879d5da3fd487a13", "sha256": "a0ffca466b35fb57f2afe1f1c5fd39b4c51a4107596d28ef8c0d3bb0962244b5" }, "downloads": -1, "filename": "libsass-0.14.5-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "69c3048630926c94879d5da3fd487a13", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 795059, "upload_time": "2018-04-25T16:48:19", "upload_time_iso_8601": "2018-04-25T16:48:19.574207Z", "url": "https://files.pythonhosted.org/packages/a2/e7/c57869996619466b3e22a382639245145f13dd577dc82f29a43a366bb4ed/libsass-0.14.5-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8b54f13b472028116856f5effef23599", "sha256": "62771c8ead9227579891814dd714be645243741aa23e5cb232ac0c245cf29a37" }, "downloads": -1, "filename": "libsass-0.14.5-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "8b54f13b472028116856f5effef23599", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 991334, "upload_time": "2018-04-25T16:48:21", "upload_time_iso_8601": "2018-04-25T16:48:21.349400Z", "url": "https://files.pythonhosted.org/packages/06/39/4b0c434556dce44b22f316a97fe032227852688fd6d507a525d7503de81c/libsass-0.14.5-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b77f4cc36b3c62a5450e417ea4f6232a", "sha256": "cbd5ee83d3603a2b2c2937d8f06acc07b30fd22642ea2460c966d4fd6217f1d0" }, "downloads": -1, "filename": "libsass-0.14.5-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b77f4cc36b3c62a5450e417ea4f6232a", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 9209333, "upload_time": "2018-04-25T16:17:51", "upload_time_iso_8601": "2018-04-25T16:17:51.564040Z", "url": "https://files.pythonhosted.org/packages/12/7d/197c8fa6291339fb6b335e25e1665058fa573d73e8e90c18286c751c0801/libsass-0.14.5-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ec36a8cd0db21cdefefd98dea043550e", "sha256": "7b9e7179b5f4fc32bc716f86e9ccaeb48ab90e7eb6648b339440346733af8828" }, "downloads": -1, "filename": "libsass-0.14.5-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "ec36a8cd0db21cdefefd98dea043550e", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 794492, "upload_time": "2018-04-25T16:48:23", "upload_time_iso_8601": "2018-04-25T16:48:23.212112Z", "url": "https://files.pythonhosted.org/packages/63/e7/d06983c07005c536ba61d997bb31cb6db3bbd33856b570f63d21d55943b1/libsass-0.14.5-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f26c0ec29279d817b74185f9c44f44d3", "sha256": "0f2e421d3e5a53833243e0a5f2cf7ebe9812725a7f27a797c38f3c7190ce2a82" }, "downloads": -1, "filename": "libsass-0.14.5-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "f26c0ec29279d817b74185f9c44f44d3", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 992144, "upload_time": "2018-04-25T16:48:24", "upload_time_iso_8601": "2018-04-25T16:48:24.895669Z", "url": "https://files.pythonhosted.org/packages/cf/49/accb19d128f29667a35182fa6db6a1ac43b614858d82c8260d56916841db/libsass-0.14.5-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "17afb1034180a2da94ef3dc1c96c0bf1", "sha256": "4dcd5b546bed977276f97eb7a2a13cb7cbf0a38d672e7b5525b7587c8cabcf27" }, "downloads": -1, "filename": "libsass-0.14.5-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "17afb1034180a2da94ef3dc1c96c0bf1", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 9209902, "upload_time": "2018-04-25T16:17:47", "upload_time_iso_8601": "2018-04-25T16:17:47.121792Z", "url": "https://files.pythonhosted.org/packages/50/d7/04462dcc19b8c8608d4c606069b50a399f7217535c4a9b2aa1d167d5ad84/libsass-0.14.5-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "41d119993aaa67c35228543d5055874d", "sha256": "e00b6c6d75a6e912990cbc23d48ddfdbfefc3e400c20be6593988839292248c5" }, "downloads": -1, "filename": "libsass-0.14.5-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "41d119993aaa67c35228543d5055874d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 807365, "upload_time": "2018-04-25T16:48:26", "upload_time_iso_8601": "2018-04-25T16:48:26.373749Z", "url": "https://files.pythonhosted.org/packages/7f/ee/35295f982fc8b9546ee76bbeaf2425c2da7fc669779b29a76c614cd02832/libsass-0.14.5-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "61b0ad13087e6f467848463a3dc5ce94", "sha256": "23755425149fe0f576fd0ab7bcd151fe09400b2d980fe176c28f6c19e053c830" }, "downloads": -1, "filename": "libsass-0.14.5-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "61b0ad13087e6f467848463a3dc5ce94", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 956537, "upload_time": "2018-04-25T16:48:27", "upload_time_iso_8601": "2018-04-25T16:48:27.852828Z", "url": "https://files.pythonhosted.org/packages/2c/0e/1e190199cf6cc31691247770641eb825f09ddf40b4248314c373ecff9d3f/libsass-0.14.5-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "061c13b1412c058922743784ee77cb26", "sha256": "1b74aff85f1560d629a070552ec67f9f0ff9a47446ffafddafad9944f7589ae1" }, "downloads": -1, "filename": "libsass-0.14.5-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "061c13b1412c058922743784ee77cb26", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 900932, "upload_time": "2018-04-25T16:03:36", "upload_time_iso_8601": "2018-04-25T16:03:36.351589Z", "url": "https://files.pythonhosted.org/packages/ca/8e/862060f5dfda91279bdf7db6614005a0dd69938b15f6e96499a0b9fda490/libsass-0.14.5-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fe2e59b55c3d01314aa2a54e8de3067f", "sha256": "4a434d5b713b97c4141fb71c59341d4ebff8669114b14c626af51e145a48710e" }, "downloads": -1, "filename": "libsass-0.14.5-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fe2e59b55c3d01314aa2a54e8de3067f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9210022, "upload_time": "2018-04-25T16:17:55", "upload_time_iso_8601": "2018-04-25T16:17:55.396322Z", "url": "https://files.pythonhosted.org/packages/41/65/0ede9277dee3780dc6c611b4df1de6be2735cd022e5ac381a5ad0d2df4e6/libsass-0.14.5-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e903da8fa5d6b841d392a2d58bcffa5c", "sha256": "de1eae502764b3dde294d6652a0046489cf31008de190c4dd8d05e7f4b5e0d71" }, "downloads": -1, "filename": "libsass-0.14.5-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "e903da8fa5d6b841d392a2d58bcffa5c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 807360, "upload_time": "2018-04-25T16:48:29", "upload_time_iso_8601": "2018-04-25T16:48:29.713837Z", "url": "https://files.pythonhosted.org/packages/11/34/c89c22b59fa4c793949dbce562d81611158a8f370bbfc57f738dcf4638f4/libsass-0.14.5-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "067935ddeb560b3dd13e33a508551fc3", "sha256": "ed8beef197efc6e6ab0ad03cea0885b31cc11f226290783649b4dafe1fb2ea27" }, "downloads": -1, "filename": "libsass-0.14.5-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "067935ddeb560b3dd13e33a508551fc3", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 956537, "upload_time": "2018-04-25T16:48:31", "upload_time_iso_8601": "2018-04-25T16:48:31.681236Z", "url": "https://files.pythonhosted.org/packages/34/a8/93f7e6c321a67cb57e4aed617d61e147265bbe698aa5c0c9d5c4a0cb3a1e/libsass-0.14.5-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "98fd86a06e35e407bdf8e99314cf3f48", "sha256": "bb9735066391189b3c0383254d20d59aaafb438d632d7de551c264f16486e773" }, "downloads": -1, "filename": "libsass-0.14.5-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "98fd86a06e35e407bdf8e99314cf3f48", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 9207237, "upload_time": "2018-06-30T02:30:24", "upload_time_iso_8601": "2018-06-30T02:30:24.132926Z", "url": "https://files.pythonhosted.org/packages/cd/bb/eec84a1c701616e7cc91de6178b6d47ab57a82af1923ec4303a9974a555d/libsass-0.14.5-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "86934693e4825b360594e88a734c3b72", "sha256": "727fb84326ffa930bc09fad8b706e77ada4d13b3adf35cce134962a434d7eccb" }, "downloads": -1, "filename": "libsass-0.14.5.tar.gz", "has_sig": false, "md5_digest": "86934693e4825b360594e88a734c3b72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 306341, "upload_time": "2018-04-25T15:58:58", "upload_time_iso_8601": "2018-04-25T15:58:58.749901Z", "url": "https://files.pythonhosted.org/packages/2b/36/6bb1623bb6f8d218ac3a201b5366fb6505f30465ef9ef81a084432508d79/libsass-0.14.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.0": [ { "comment_text": "", "digests": { "md5": "bea69e8e822291914db2ed4fa13244db", "sha256": "ea5d518857a981661779b959e9bd0c3b363a920bdb5a971156b495d6a8e793d5" }, "downloads": -1, "filename": "libsass-0.15.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bea69e8e822291914db2ed4fa13244db", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9214954, "upload_time": "2018-09-16T20:47:18", "upload_time_iso_8601": "2018-09-16T20:47:18.115596Z", "url": "https://files.pythonhosted.org/packages/85/4b/7ab2cf5a90c757dd31942d6d4d769b80b42be8385030378d0f210271b883/libsass-0.15.0-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "14a5987add77d4d6d70da1f265f9fac9", "sha256": "2034e286d7daf6895d8ea893082ab083de5d160322e457c6126ba7b2511291b8" }, "downloads": -1, "filename": "libsass-0.15.0-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "14a5987add77d4d6d70da1f265f9fac9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 794535, "upload_time": "2018-09-16T20:51:13", "upload_time_iso_8601": "2018-09-16T20:51:13.232137Z", "url": "https://files.pythonhosted.org/packages/77/55/af8c85d68f342c916c7cfc4a59f0b3ea3ea1d07ffcb87c3a83ba679e7bc4/libsass-0.15.0-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "531331231195607da8bed2de8649eef5", "sha256": "25f19c2bab4cea70a24396f278c713f2580e4934a29915575d53dc00724347df" }, "downloads": -1, "filename": "libsass-0.15.0-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "531331231195607da8bed2de8649eef5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 990775, "upload_time": "2018-09-16T20:51:16", "upload_time_iso_8601": "2018-09-16T20:51:16.110810Z", "url": "https://files.pythonhosted.org/packages/32/37/7d43585bb6e34cec243007bf4246cd76b6d1d4b803b863f761d846b254d0/libsass-0.15.0-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4c4493db999602e20bea41c7c65c2e9d", "sha256": "7d7460ff5d42eaadaf8b8a437ec859068c4f6d91b513645dcac15e0d7a74d0f9" }, "downloads": -1, "filename": "libsass-0.15.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4c4493db999602e20bea41c7c65c2e9d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 9206712, "upload_time": "2018-09-16T20:47:35", "upload_time_iso_8601": "2018-09-16T20:47:35.871674Z", "url": "https://files.pythonhosted.org/packages/01/ef/2451e50499d51b3e898a2f8ce86d93fae548217200215c16a5ccbfe0a0fa/libsass-0.15.0-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b80b7facac98d7b7f9bfab2867d8bfe2", "sha256": "9fdaa6c2a89950e3e83669fd69a1a7773182793651cbe5a2a0c0a8d41239be01" }, "downloads": -1, "filename": "libsass-0.15.0-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "b80b7facac98d7b7f9bfab2867d8bfe2", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 806845, "upload_time": "2018-09-16T20:51:18", "upload_time_iso_8601": "2018-09-16T20:51:18.839204Z", "url": "https://files.pythonhosted.org/packages/93/27/ce448c22443f01851f9105a106631a0313c932fc1a15efbe40d0b2245e5a/libsass-0.15.0-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f88b462c83cf9ed83986112c6e1e1023", "sha256": "f613419de5f27b966725908d92a16ac56cdf8a09a57e841f8ed9693dce947fd5" }, "downloads": -1, "filename": "libsass-0.15.0-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "f88b462c83cf9ed83986112c6e1e1023", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 956024, "upload_time": "2018-09-16T20:51:21", "upload_time_iso_8601": "2018-09-16T20:51:21.815896Z", "url": "https://files.pythonhosted.org/packages/92/5e/c651fc8ab741a40ae26cfb4a5216259f3c8a80c6785e676088774df7bdb8/libsass-0.15.0-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "706e879d1a2e7c22c401a9ac35b4647c", "sha256": "5bf3023bc695582ffc81186436416722bca9d1a80cb3d85290a5d76992c86ba0" }, "downloads": -1, "filename": "libsass-0.15.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "706e879d1a2e7c22c401a9ac35b4647c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9207036, "upload_time": "2018-09-16T20:47:54", "upload_time_iso_8601": "2018-09-16T20:47:54.509760Z", "url": "https://files.pythonhosted.org/packages/38/ba/656019b824d523d1652c949ad18733b3c3323e00ddd69407c67f9582ca2c/libsass-0.15.0-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "314da671569216ab0e177f7457fba03d", "sha256": "44ac0e6febddba7b42506797468f98fdd566267ca1351e582b4369bfeae65dd8" }, "downloads": -1, "filename": "libsass-0.15.0-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "314da671569216ab0e177f7457fba03d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 806848, "upload_time": "2018-09-16T20:51:24", "upload_time_iso_8601": "2018-09-16T20:51:24.641137Z", "url": "https://files.pythonhosted.org/packages/ec/f5/6a8de9d9fc029ca3b98a1d76bb75a7a8f3a7d64fdcc0a803045b40f7354b/libsass-0.15.0-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "71ece131e6d82b9c6cc7e433815be2fd", "sha256": "a3f02ef116ada549399aef852d4eff4387d5e2d3f25f0288a662f56bc1491787" }, "downloads": -1, "filename": "libsass-0.15.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "71ece131e6d82b9c6cc7e433815be2fd", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 956029, "upload_time": "2018-09-16T20:51:28", "upload_time_iso_8601": "2018-09-16T20:51:28.120200Z", "url": "https://files.pythonhosted.org/packages/a5/5c/48bcad6ad565c2afa2d2b3cce0cbbf0318e7c95ea4bd62f7d75ca4886411/libsass-0.15.0-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "761ac19775d37566a87d28e5b9d3688c", "sha256": "d7eef002cada7533edae40fac1fbeb23b14d56c51683d695c93860b4d5cd7b67" }, "downloads": -1, "filename": "libsass-0.15.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "761ac19775d37566a87d28e5b9d3688c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 9206498, "upload_time": "2018-09-16T20:48:11", "upload_time_iso_8601": "2018-09-16T20:48:11.955255Z", "url": "https://files.pythonhosted.org/packages/56/48/b4e0309c15c92936250eaf069a63c69ab863bba3d30075fbfe323ce4531f/libsass-0.15.0-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a774f9384b7f41d5147724ffd6e2e600", "sha256": "08acdcb6c371ab11a70201f07c1422412233f1f4aee52c85c98f3bc76180c180" }, "downloads": -1, "filename": "libsass-0.15.0-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "a774f9384b7f41d5147724ffd6e2e600", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 806847, "upload_time": "2018-09-16T20:51:31", "upload_time_iso_8601": "2018-09-16T20:51:31.188326Z", "url": "https://files.pythonhosted.org/packages/6d/51/1a2483619b126e1fc0fa4aff295eaebcaafbbbaacac6160508937378c871/libsass-0.15.0-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2da6bf53bb69c3595587fbcc2914a860", "sha256": "e3e3bc07df5c08c403700e2ea63ba557bebb157800f2d6c6b873d52d52cc90f1" }, "downloads": -1, "filename": "libsass-0.15.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "2da6bf53bb69c3595587fbcc2914a860", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 956028, "upload_time": "2018-09-16T20:51:34", "upload_time_iso_8601": "2018-09-16T20:51:34.792566Z", "url": "https://files.pythonhosted.org/packages/e1/59/732a5bb78f3c92c9a80ae373fc22d03e6a91b29f1ae8078eb2c2c8c869de/libsass-0.15.0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9343d3b34afe8d5b36cc49c4535ff00d", "sha256": "b7383eb259bbd6fd452924702dd63c34d7abf7958e9457d6990595f34c2a86ec" }, "downloads": -1, "filename": "libsass-0.15.0.tar.gz", "has_sig": false, "md5_digest": "9343d3b34afe8d5b36cc49c4535ff00d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 309012, "upload_time": "2018-09-16T20:15:20", "upload_time_iso_8601": "2018-09-16T20:15:20.550560Z", "url": "https://files.pythonhosted.org/packages/00/e4/28f7fc87da16f2d0a982a01856b10bff2bc52d87b850fdf86196ebade4f9/libsass-0.15.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.1": [ { "comment_text": "", "digests": { "md5": "03e8a4a404db2968bfcbbc4e0f4cce6c", "sha256": "a1315327c134d5ec8f90b4185e1ff2369be0108733f1be0c2ae8ba629c514ef1" }, "downloads": -1, "filename": "libsass-0.15.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "03e8a4a404db2968bfcbbc4e0f4cce6c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9214300, "upload_time": "2018-09-24T21:20:44", "upload_time_iso_8601": "2018-09-24T21:20:44.412256Z", "url": "https://files.pythonhosted.org/packages/7c/47/d704c5ca361267b8d88b327f350bb839c152c4012e4b69ef28c7c8a11674/libsass-0.15.1-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "71d9b0bfb17f82941f5f6008b685b4d6", "sha256": "e0046d841469df8f578d7bbeb6859502cd4b09b9d559451a35392256423559ea" }, "downloads": -1, "filename": "libsass-0.15.1-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "71d9b0bfb17f82941f5f6008b685b4d6", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 794494, "upload_time": "2018-09-24T21:38:24", "upload_time_iso_8601": "2018-09-24T21:38:24.600141Z", "url": "https://files.pythonhosted.org/packages/c2/69/e2bb539f3b9b5a099f2fc7991b565ee592feb5cdaf61c3892651f906e7e5/libsass-0.15.1-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d30d48654ac4fdf489f3f292ffd3b0b5", "sha256": "95109c996ea5cf598344971e7c50847930f1d5dc110b4fc989c047d3b63c0c92" }, "downloads": -1, "filename": "libsass-0.15.1-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "d30d48654ac4fdf489f3f292ffd3b0b5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 990731, "upload_time": "2018-09-24T21:38:26", "upload_time_iso_8601": "2018-09-24T21:38:26.455296Z", "url": "https://files.pythonhosted.org/packages/a0/89/92c114c054fefae53c32e58cb76b9cc085c63037b21bde46d9b8f8ac0bc9/libsass-0.15.1-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ef1d02a8635c41c7755dd2a17f4bd563", "sha256": "bcbbb4fdd3117e00dc43594fe7e3b10fe17ada8932734287b2680fca18e118c9" }, "downloads": -1, "filename": "libsass-0.15.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ef1d02a8635c41c7755dd2a17f4bd563", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 9206703, "upload_time": "2018-09-24T21:20:51", "upload_time_iso_8601": "2018-09-24T21:20:51.586757Z", "url": "https://files.pythonhosted.org/packages/12/7d/e38575ba412a91b4ac9e937fb8c3fc75568e445f136888ba175de1a0d395/libsass-0.15.1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1c70936e196a1e19324151741661b8cc", "sha256": "9f740659ec137cafbfd2298e77f21ceb1e40d30c578bd047e55e09da9220048e" }, "downloads": -1, "filename": "libsass-0.15.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "1c70936e196a1e19324151741661b8cc", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 806805, "upload_time": "2018-09-24T21:38:28", "upload_time_iso_8601": "2018-09-24T21:38:28.775921Z", "url": "https://files.pythonhosted.org/packages/af/ed/9d16db4f9fe6361c888fa66426089f3d699fd89bb9be6e551450068a4d1a/libsass-0.15.1-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3288689e776663ee24d01cf96c6c181d", "sha256": "9c87df48b541276cc8b03316ab558b4019f16e158786923950926a6ce756124a" }, "downloads": -1, "filename": "libsass-0.15.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "3288689e776663ee24d01cf96c6c181d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 955985, "upload_time": "2018-09-24T21:38:32", "upload_time_iso_8601": "2018-09-24T21:38:32.786684Z", "url": "https://files.pythonhosted.org/packages/10/a7/fce946ae2dd020320782246783e7277543fe0ff96d431077fd3947bb020c/libsass-0.15.1-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7db02595591027fb3ba9d3018defb516", "sha256": "2313f0e82de034eea59443c8f69420c60c55f7c07fd3b59ea7e7a108b36e9d86" }, "downloads": -1, "filename": "libsass-0.15.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7db02595591027fb3ba9d3018defb516", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9206716, "upload_time": "2018-09-24T21:21:04", "upload_time_iso_8601": "2018-09-24T21:21:04.334969Z", "url": "https://files.pythonhosted.org/packages/76/6e/396a08fecfb456324ecee744cccd230c04d1fbb0d9883f88570bf86e23cd/libsass-0.15.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2c97f948504bbc8337a9294f430b023a", "sha256": "8731fb9b4d3151b82d46a4495c8e2b322705cacbcb963c4bfe51d8a5a0c016e7" }, "downloads": -1, "filename": "libsass-0.15.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "2c97f948504bbc8337a9294f430b023a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 806809, "upload_time": "2018-09-24T21:38:36", "upload_time_iso_8601": "2018-09-24T21:38:36.076038Z", "url": "https://files.pythonhosted.org/packages/74/2c/0a7e6b004202bf82637eab8416800bcd05b172efe5e529330c95aaace1a6/libsass-0.15.1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a2c6c181fc54fa72d4b42825b2157643", "sha256": "81d63f915d12bbff9931beac3eb6e20c17c40a0da06c3f0173bbacd6568c302c" }, "downloads": -1, "filename": "libsass-0.15.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "a2c6c181fc54fa72d4b42825b2157643", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 955988, "upload_time": "2018-09-24T21:38:39", "upload_time_iso_8601": "2018-09-24T21:38:39.103323Z", "url": "https://files.pythonhosted.org/packages/e0/fb/92a140e3e5ab767a4f8ca1bdb7909cb8124e457e690af0e329a83472d627/libsass-0.15.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8f0a43f499bc1fb6518117be6ba8a8e9", "sha256": "99d952ac9315af4494eedb1c38e13a16c7c49a6ca056262353e9433f086a1fe3" }, "downloads": -1, "filename": "libsass-0.15.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8f0a43f499bc1fb6518117be6ba8a8e9", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 9206497, "upload_time": "2018-09-24T21:21:22", "upload_time_iso_8601": "2018-09-24T21:21:22.563195Z", "url": "https://files.pythonhosted.org/packages/f8/da/c3a2dd84b75023dd973bc460b1d400c2d9f4827be879ecc4a7379f164804/libsass-0.15.1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7c772c40a5aaa3cebec38d250b76df66", "sha256": "938518d827905c83d774a190cc6257b8183edea577485c20de7d49af5ccbeea6" }, "downloads": -1, "filename": "libsass-0.15.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "7c772c40a5aaa3cebec38d250b76df66", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 806803, "upload_time": "2018-09-24T21:40:48", "upload_time_iso_8601": "2018-09-24T21:40:48.977281Z", "url": "https://files.pythonhosted.org/packages/6f/46/0391e444b7e480aaa45386dd0caec70483294d102e0144018cd2ccc802be/libsass-0.15.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b1c73d78a5f6b2d94043ebf7ce277f27", "sha256": "e39800d946b9b11d956f02e158eeb85b86ae5b801e63c335f83609d2811b643a" }, "downloads": -1, "filename": "libsass-0.15.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "b1c73d78a5f6b2d94043ebf7ce277f27", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 955986, "upload_time": "2018-09-24T21:40:51", "upload_time_iso_8601": "2018-09-24T21:40:51.999363Z", "url": "https://files.pythonhosted.org/packages/8b/5b/2bc4d94fc54b93e98f2a8c48c2ee5673b9e55570dc5f826b1ecfc5d19133/libsass-0.15.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "15bde5b9e3bc42a7b471576fc0fe897f", "sha256": "daa7ea2b3b24585cff907320d071992ffea3ba36c4523f90798f27d1c4a9ef66" }, "downloads": -1, "filename": "libsass-0.15.1.tar.gz", "has_sig": false, "md5_digest": "15bde5b9e3bc42a7b471576fc0fe897f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 310346, "upload_time": "2018-09-24T21:08:48", "upload_time_iso_8601": "2018-09-24T21:08:48.718920Z", "url": "https://files.pythonhosted.org/packages/76/04/ecad53596a118fd77c9d8d00fcb81e4ea0ae0829d2bf87216c80948ed88e/libsass-0.15.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.16.0": [ { "comment_text": "", "digests": { "md5": "505525ee18f3b203925ee6ff272089f0", "sha256": "8e5bcd3b4996e5c51b20a5541417f26193ec356a72beac8a63e17082c6445a67" }, "downloads": -1, "filename": "libsass-0.16.0-cp27-cp27m-macosx_10_14_intel.whl", "has_sig": false, "md5_digest": "505525ee18f3b203925ee6ff272089f0", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 910485, "upload_time": "2018-11-22T21:27:56", "upload_time_iso_8601": "2018-11-22T21:27:56.060811Z", "url": "https://files.pythonhosted.org/packages/ee/42/417d94219dcd4a1275e586d03913b51a1d42647a7167bd6a7be22696d3c3/libsass-0.16.0-cp27-cp27m-macosx_10_14_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "04dbd71074fa6e1238ebf2ec7476a3ca", "sha256": "71f3fa7bc79d6aa2b8fce47579d31ea258a17da8f145855da57fe8a98c70debe" }, "downloads": -1, "filename": "libsass-0.16.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "04dbd71074fa6e1238ebf2ec7476a3ca", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9211972, "upload_time": "2018-11-18T06:12:49", "upload_time_iso_8601": "2018-11-18T06:12:49.481039Z", "url": "https://files.pythonhosted.org/packages/5b/88/9e0a8cb7f96fe6db82f26eb5ac50ce49e58ee5b35bce50561f29fe4097bf/libsass-0.16.0-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0ce38789c9b587a81c4622cf122d7436", "sha256": "fc85166cfa414ecee851fcd827472d9d290af3c3a10aaec3f9c362decfd87315" }, "downloads": -1, "filename": "libsass-0.16.0-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "0ce38789c9b587a81c4622cf122d7436", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 795096, "upload_time": "2018-11-13T22:16:30", "upload_time_iso_8601": "2018-11-13T22:16:30.777528Z", "url": "https://files.pythonhosted.org/packages/47/fc/bcc4ba1f7f3747c679e1455e48ac38d85d8bb82192a4ba9911cc7201d111/libsass-0.16.0-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2b6c46e5ab42b4e03e3bd04598186d15", "sha256": "42f1edb3e08c3d1ef98c82c58d038500cd7009ae289865b6c550b7523ff1f166" }, "downloads": -1, "filename": "libsass-0.16.0-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "2b6c46e5ab42b4e03e3bd04598186d15", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 992047, "upload_time": "2018-11-13T22:16:33", "upload_time_iso_8601": "2018-11-13T22:16:33.209456Z", "url": "https://files.pythonhosted.org/packages/b5/7f/ca95d626488912530dd0a28df4008fd3b8f8edf5145380a2e0eae7e04f51/libsass-0.16.0-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "764e572137fe7039de831b5028e29efb", "sha256": "11bbd93e6fe3568af6e12bc4746d8ea45de82254cfdd1fcc48ba8b25b20c4350" }, "downloads": -1, "filename": "libsass-0.16.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "764e572137fe7039de831b5028e29efb", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 9206373, "upload_time": "2018-11-13T20:39:55", "upload_time_iso_8601": "2018-11-13T20:39:55.152090Z", "url": "https://files.pythonhosted.org/packages/7f/31/0622603a054564f8c91d79df8d9b116decb88c284750326179eb95b4fb77/libsass-0.16.0-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9d9b05f23e98a71ea0d8c24b186c021c", "sha256": "976b411d1e65edd9e3f27104860b757409608fcf783d53df8e6115d8416ffa4f" }, "downloads": -1, "filename": "libsass-0.16.0-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "9d9b05f23e98a71ea0d8c24b186c021c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 806994, "upload_time": "2018-11-13T22:16:35", "upload_time_iso_8601": "2018-11-13T22:16:35.592727Z", "url": "https://files.pythonhosted.org/packages/cc/e2/be6c46daec18baf4190fe5b954334209593b0e8042f2584e0dd00203d6b9/libsass-0.16.0-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8fafda04aca59d1d3c9e18120f55f9db", "sha256": "91471a1b2b428d6332c6f56a409722ebde4505cb33151688e1241fd400ced82e" }, "downloads": -1, "filename": "libsass-0.16.0-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "8fafda04aca59d1d3c9e18120f55f9db", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 955756, "upload_time": "2018-11-13T22:16:38", "upload_time_iso_8601": "2018-11-13T22:16:38.202034Z", "url": "https://files.pythonhosted.org/packages/75/b4/d154a663451fd8d642ba2f148852e1fe4cbe02f2dd76fad0c1328b49c156/libsass-0.16.0-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "66525494f72cd6059941ce51b90ab4d5", "sha256": "d29c6caa7d4915253afb9e157c4e12b507103288e7eddc54d06551fd15853d15" }, "downloads": -1, "filename": "libsass-0.16.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "66525494f72cd6059941ce51b90ab4d5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9206389, "upload_time": "2018-11-18T06:13:05", "upload_time_iso_8601": "2018-11-18T06:13:05.350149Z", "url": "https://files.pythonhosted.org/packages/ed/e2/4e04a10155cca99b2334c07997a428f2f122e744c119f060d7fbaefede3a/libsass-0.16.0-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fe087b3fc31207584a8431df251be819", "sha256": "4dd724769bd7d1e06d28cb13a4621b4517753c1e18a72338ee1ccfc26c4ae70b" }, "downloads": -1, "filename": "libsass-0.16.0-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "fe087b3fc31207584a8431df251be819", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 806992, "upload_time": "2018-11-13T22:16:40", "upload_time_iso_8601": "2018-11-13T22:16:40.295297Z", "url": "https://files.pythonhosted.org/packages/86/ab/9e1f56929077b498defcd1d6a7a7521678a1da0651f7a43379b32f0ccbfa/libsass-0.16.0-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5e8dccf56fde988de328b0981ccbab3b", "sha256": "b528db0ccec9e6bfc87ee1c3ad6e433ee71d86883ab9006cdc9a77e12b7695f9" }, "downloads": -1, "filename": "libsass-0.16.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "5e8dccf56fde988de328b0981ccbab3b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 955753, "upload_time": "2018-11-13T22:16:42", "upload_time_iso_8601": "2018-11-13T22:16:42.724656Z", "url": "https://files.pythonhosted.org/packages/d3/25/2a81adb2bcb91de9229ed2aa1c8e6c01d9f0b9e89c23ff11f963f4700f52/libsass-0.16.0-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c58b2720da8a801f3d8b3afea0df6930", "sha256": "8d79e3873fb172a8589bdbc10999f5c567db4792f3fba2e64c5906e193c75e1c" }, "downloads": -1, "filename": "libsass-0.16.0-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "c58b2720da8a801f3d8b3afea0df6930", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 910242, "upload_time": "2018-11-22T21:27:59", "upload_time_iso_8601": "2018-11-22T21:27:59.434743Z", "url": "https://files.pythonhosted.org/packages/c3/d2/8f88eba2eb2648a1560259a492330d43f3d6388dd9509a272a5561ad262c/libsass-0.16.0-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4acd34f90c9ea6fe8b72301774c0bd68", "sha256": "1c2c3e711a94b5b527a821bcdb86affb325041128c90477825c984276fea8520" }, "downloads": -1, "filename": "libsass-0.16.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4acd34f90c9ea6fe8b72301774c0bd68", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 9206470, "upload_time": "2018-11-13T20:39:28", "upload_time_iso_8601": "2018-11-13T20:39:28.507200Z", "url": "https://files.pythonhosted.org/packages/06/94/560c2daaf407a5e21260db2a636bd4c991bb748fb12db47a478316027056/libsass-0.16.0-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4a91f7c1766a657c5b24a3d0ab463395", "sha256": "c7cf04e6ebdf0d01e2fad40417e93f66ea2af36bac4aae535f6addb5bb4c3b70" }, "downloads": -1, "filename": "libsass-0.16.0-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "4a91f7c1766a657c5b24a3d0ab463395", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 806987, "upload_time": "2018-11-13T22:16:45", "upload_time_iso_8601": "2018-11-13T22:16:45.398417Z", "url": "https://files.pythonhosted.org/packages/78/cb/2f4bb02cb1b9becf9ce519774ee137900ecd88f19bb87392e3f89eb45d5b/libsass-0.16.0-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e899baa766f9e8e660b71bf1692f2dd3", "sha256": "c14511ba309a7cdee3ac40edc5e5d7d4456bba83feba3110252ab068f7cc922b" }, "downloads": -1, "filename": "libsass-0.16.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "e899baa766f9e8e660b71bf1692f2dd3", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 955750, "upload_time": "2018-11-13T22:16:48", "upload_time_iso_8601": "2018-11-13T22:16:48.300313Z", "url": "https://files.pythonhosted.org/packages/12/31/c77c3af3c14f8c05d0039f923840389834dc38fe739df18f76430bb3adcb/libsass-0.16.0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2367f124c7e8269fea15c7926b427274", "sha256": "ee756c684b5524099254d55a17169a81255ed7e03e11c97e9761dc9673c71bad" }, "downloads": -1, "filename": "libsass-0.16.0.tar.gz", "has_sig": false, "md5_digest": "2367f124c7e8269fea15c7926b427274", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 309924, "upload_time": "2018-11-13T20:35:03", "upload_time_iso_8601": "2018-11-13T20:35:03.298188Z", "url": "https://files.pythonhosted.org/packages/aa/22/cd0c339ef52d602e7421bd577d137c15ec7a89431a611008bfbf7c30ade2/libsass-0.16.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.16.1": [ { "comment_text": "", "digests": { "md5": "761325d88392d8617aa8a83e1b9dca66", "sha256": "bd9bcd43a9d1c431eab3cb4b163d2d9763f9d6ba51cdea1a927078239b57fb87" }, "downloads": -1, "filename": "libsass-0.16.1-cp27-cp27m-macosx_10_14_intel.whl", "has_sig": false, "md5_digest": "761325d88392d8617aa8a83e1b9dca66", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 975625, "upload_time": "2018-11-25T22:35:47", "upload_time_iso_8601": "2018-11-25T22:35:47.684052Z", "url": "https://files.pythonhosted.org/packages/47/12/9cb51344c83a74eb7efec428fd92cacdd9bad5e4cf9791f1e5647b14b8a6/libsass-0.16.1-cp27-cp27m-macosx_10_14_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "df67424f32f6a90df15ced6766462f3f", "sha256": "e856a8fd3442ed97d0a8440fe7cd165bc16e73d39cf5aac8745fe782cfca8ac1" }, "downloads": -1, "filename": "libsass-0.16.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "df67424f32f6a90df15ced6766462f3f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9211770, "upload_time": "2018-11-25T22:35:21", "upload_time_iso_8601": "2018-11-25T22:35:21.346139Z", "url": "https://files.pythonhosted.org/packages/a9/8f/c67c170660d9b885f1d31779405a76b435dd1054b6a592b8a59ec56aad2e/libsass-0.16.1-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1606a3e486b01250218058c62c065ad4", "sha256": "d784444ffa67b132ab2991ab0d78b9f5383464c1fa56695bf0b203515a40e8a0" }, "downloads": -1, "filename": "libsass-0.16.1-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "1606a3e486b01250218058c62c065ad4", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 795223, "upload_time": "2018-11-25T22:44:51", "upload_time_iso_8601": "2018-11-25T22:44:51.190783Z", "url": "https://files.pythonhosted.org/packages/42/29/f4b166c47aa980330552e09975d1f699680ad5dab2c8f36de0bcf0069f8d/libsass-0.16.1-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6cac8be83b4bbba5af4d907830b031e7", "sha256": "bcaa87fcabc23d9c35324a8d43743b9614f5663642174b2c791639f5eec7e2d0" }, "downloads": -1, "filename": "libsass-0.16.1-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "6cac8be83b4bbba5af4d907830b031e7", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 992174, "upload_time": "2018-11-25T22:44:54", "upload_time_iso_8601": "2018-11-25T22:44:54.509930Z", "url": "https://files.pythonhosted.org/packages/fe/ef/26df5f4ab65935c6896e54539dcaf6989dde834eee5b8668278df6e5f284/libsass-0.16.1-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8fa1def4e76d1d281cdd771963eb7b3a", "sha256": "12e8cf2957659f96c43f5bba994250d675eccfe0d9f6734367b3b5fcb26dafc8" }, "downloads": -1, "filename": "libsass-0.16.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8fa1def4e76d1d281cdd771963eb7b3a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 9206349, "upload_time": "2018-11-25T22:35:39", "upload_time_iso_8601": "2018-11-25T22:35:39.994385Z", "url": "https://files.pythonhosted.org/packages/6e/c4/6566f68397db6bd7783bdaba29d451e34d63f9ba64ead24b9d27f367e30b/libsass-0.16.1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ea5a968dbf8697cda8cc778dce9efcd8", "sha256": "f1fcbf9195462355ab0a48dabf7b219010e471a30d17350be83bfbd7678cbd0a" }, "downloads": -1, "filename": "libsass-0.16.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "ea5a968dbf8697cda8cc778dce9efcd8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 807118, "upload_time": "2018-11-25T22:44:57", "upload_time_iso_8601": "2018-11-25T22:44:57.605441Z", "url": "https://files.pythonhosted.org/packages/aa/b1/5b8c08f19238483425da31f991dd93d5cd2f0c3e3353f03aba8f27466196/libsass-0.16.1-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "42b12450b8115558295901affde65864", "sha256": "ebd80ac9123c6261939ebccad90f5698b4349a6b75b52fd232e1329d51510c5a" }, "downloads": -1, "filename": "libsass-0.16.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "42b12450b8115558295901affde65864", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 955881, "upload_time": "2018-11-25T22:45:00", "upload_time_iso_8601": "2018-11-25T22:45:00.987633Z", "url": "https://files.pythonhosted.org/packages/9e/0d/b201567b61602b5f29ea107f20b19345b7439982037804f8d24c7ec0a4e9/libsass-0.16.1-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "93b7c13bcda8325eab0877f10cda6b0c", "sha256": "89b2e879b7e48c2494bd53816a898bc52144b3f6bc3d415d455940c9d2542d0c" }, "downloads": -1, "filename": "libsass-0.16.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "93b7c13bcda8325eab0877f10cda6b0c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9206447, "upload_time": "2018-11-25T22:36:20", "upload_time_iso_8601": "2018-11-25T22:36:20.683118Z", "url": "https://files.pythonhosted.org/packages/f2/1e/05a8463ecb979fc7c9818a566444da5470b322ca491b0f59bb7f3edf9437/libsass-0.16.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "81cced5c69ecce1f69280950a5ce1d1f", "sha256": "103d776cb800b81a7087da6d3a107ca851925639bdbdbc929512c1f9083c0c59" }, "downloads": -1, "filename": "libsass-0.16.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "81cced5c69ecce1f69280950a5ce1d1f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 807115, "upload_time": "2018-11-25T22:45:04", "upload_time_iso_8601": "2018-11-25T22:45:04.042296Z", "url": "https://files.pythonhosted.org/packages/e5/4a/ce0a875fc85a42e104ef97f1664d1ee47e5477dc3c07f20d335b6036e862/libsass-0.16.1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2b319424c2c2c2de074d7e4179d22019", "sha256": "e33e00f9f5a3e30064a14af94811ebbcf185d6f7cdd2ed60021a9d30f85df860" }, "downloads": -1, "filename": "libsass-0.16.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "2b319424c2c2c2de074d7e4179d22019", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 955875, "upload_time": "2018-11-25T22:45:07", "upload_time_iso_8601": "2018-11-25T22:45:07.528345Z", "url": "https://files.pythonhosted.org/packages/29/19/96d215c3173d1c4d85b89da93babe046d28d320aea9b51a6f988ba101034/libsass-0.16.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "feae2311344f9d47c90ed1d0c5caadb6", "sha256": "cc748eab1eae7b9e042185f5d24438150d33c7e669ce0fbba5cdda54cd868e8f" }, "downloads": -1, "filename": "libsass-0.16.1-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "feae2311344f9d47c90ed1d0c5caadb6", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 972724, "upload_time": "2018-11-25T22:35:52", "upload_time_iso_8601": "2018-11-25T22:35:52.419290Z", "url": "https://files.pythonhosted.org/packages/24/6c/fa9f10e4ff8dd713694a9a90e221af1a2ece01704b5a378ad136f5e2727f/libsass-0.16.1-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3205362d35db4f3a70480aff00f1445a", "sha256": "fe5cae67570ee83ef5f9dc171b356cc5ffc0d84dacc5d2ee21bba97cd3728ed9" }, "downloads": -1, "filename": "libsass-0.16.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3205362d35db4f3a70480aff00f1445a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 9206417, "upload_time": "2018-11-25T22:36:03", "upload_time_iso_8601": "2018-11-25T22:36:03.463229Z", "url": "https://files.pythonhosted.org/packages/ac/9d/5f6a3955a443364345ee23a7f9b0b8c3c486e20164bc36d4d39b8f99e2bc/libsass-0.16.1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ac4f38a147617f37ef16cf620a7102a4", "sha256": "366c78dc369a09c4abdaf50c37b07d0e62e12b30d9c7ba6b8caf804e384c1fda" }, "downloads": -1, "filename": "libsass-0.16.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "ac4f38a147617f37ef16cf620a7102a4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 807114, "upload_time": "2018-11-25T22:45:10", "upload_time_iso_8601": "2018-11-25T22:45:10.601557Z", "url": "https://files.pythonhosted.org/packages/64/ec/d68cb89fbeba5c1beaa68fecb62508976477bbfb569adae244685195614c/libsass-0.16.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ca29c01046c1ff22ccc97cb5dabe0b5d", "sha256": "75d36ec3a02c28f32caef818ce54b4952e2e3253d3fb8d0ef31c90fdf24d4043" }, "downloads": -1, "filename": "libsass-0.16.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "ca29c01046c1ff22ccc97cb5dabe0b5d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 955876, "upload_time": "2018-11-25T22:45:13", "upload_time_iso_8601": "2018-11-25T22:45:13.544101Z", "url": "https://files.pythonhosted.org/packages/03/18/d73ea8186752be0b7a4f99ddffc4a67f4b62843b281fca2396fbc6e75a45/libsass-0.16.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a230ec627cd355b9154b5afe7d6006d5", "sha256": "5043f64d37254a6cfff8f1d2adcf13efecfda7e31ea09eb809269e117c8d8736" }, "downloads": -1, "filename": "libsass-0.16.1.tar.gz", "has_sig": false, "md5_digest": "a230ec627cd355b9154b5afe7d6006d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 309030, "upload_time": "2018-11-25T22:19:27", "upload_time_iso_8601": "2018-11-25T22:19:27.985508Z", "url": "https://files.pythonhosted.org/packages/9d/00/cee3eae997e9d423f874a5d45a05e62965d0bea1c83c7aa8e8f9f8bd5c79/libsass-0.16.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.17.0": [ { "comment_text": "", "digests": { "md5": "d83bfb694b1754ac9e0a62a975dfcc90", "sha256": "bf6b7ad08f287695338f050c80f79d258a405e5c349cdaeb9be5d5376c09e37a" }, "downloads": -1, "filename": "libsass-0.17.0-cp27-cp27m-macosx_10_14_intel.whl", "has_sig": false, "md5_digest": "d83bfb694b1754ac9e0a62a975dfcc90", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 976688, "upload_time": "2019-01-08T18:51:26", "upload_time_iso_8601": "2019-01-08T18:51:26.246675Z", "url": "https://files.pythonhosted.org/packages/07/72/13bb982d8399d4fd8db027df355ef1cf92676db240944fbc881c83d13c79/libsass-0.17.0-cp27-cp27m-macosx_10_14_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fedee4be673cbf73ab14647953ba8bbb", "sha256": "0da943e00e028211cb4bb91496a20becab9fe82407bb75266ec4212af04acb45" }, "downloads": -1, "filename": "libsass-0.17.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fedee4be673cbf73ab14647953ba8bbb", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9213014, "upload_time": "2019-01-04T05:29:03", "upload_time_iso_8601": "2019-01-04T05:29:03.364875Z", "url": "https://files.pythonhosted.org/packages/be/d1/44fbe0e7486415f67009f6325dd3290ba04eaa225f340f023052839ed176/libsass-0.17.0-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "31b0ef24c81b221d65e6c2433aee3842", "sha256": "411833c623288138744865d882f5226f6db52afce1e19f42722c416df9d308dc" }, "downloads": -1, "filename": "libsass-0.17.0-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "31b0ef24c81b221d65e6c2433aee3842", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 796297, "upload_time": "2019-01-04T05:42:44", "upload_time_iso_8601": "2019-01-04T05:42:44.440471Z", "url": "https://files.pythonhosted.org/packages/77/2c/d3503202af58eda04ee6906abc6ae017bd2f2d1c254b5c1385a2588474bb/libsass-0.17.0-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "250bce3b4cbac5b6c0577f2863cd5b92", "sha256": "66e3062ff508c81928e35c66702f0cc4f70fb12eb76ba23eeb0ff87a6340cc13" }, "downloads": -1, "filename": "libsass-0.17.0-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "250bce3b4cbac5b6c0577f2863cd5b92", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 993334, "upload_time": "2019-01-04T05:42:50", "upload_time_iso_8601": "2019-01-04T05:42:50.154871Z", "url": "https://files.pythonhosted.org/packages/9f/96/e387820ebf7f9ce767d45e4ed8bfa203f6fdcfa7bd3b7ca3ad4a60d62518/libsass-0.17.0-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a3b88bc6eac9b98e360067eaf41d0b54", "sha256": "b3e4abf50ad3a6bec25acd0c67495301cab6137aa79b8640364276f7f3712586" }, "downloads": -1, "filename": "libsass-0.17.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a3b88bc6eac9b98e360067eaf41d0b54", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 9207729, "upload_time": "2019-01-04T05:30:09", "upload_time_iso_8601": "2019-01-04T05:30:09.556872Z", "url": "https://files.pythonhosted.org/packages/3e/9d/284d00b3e43630b3d4eeadf75fcc91cfa84ac882cfeff7a4ded853f47f24/libsass-0.17.0-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f6750966bd6e834fe45f28192a5c400a", "sha256": "75605a97f4b2f47fafc5a372f09efec210c7f33908c6de726362f85489fd53aa" }, "downloads": -1, "filename": "libsass-0.17.0-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "f6750966bd6e834fe45f28192a5c400a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 808225, "upload_time": "2019-01-04T05:42:54", "upload_time_iso_8601": "2019-01-04T05:42:54.609831Z", "url": "https://files.pythonhosted.org/packages/1f/12/78ec89bc265a0197a3555673bbb733f5983f010ddde0c6c4d89af0fb531e/libsass-0.17.0-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b38e1b73285ad5570eda4e55150661cf", "sha256": "7c7a531b8cd786c35170e97338be2e73a74806f95539366a8ee837df94b8a8cf" }, "downloads": -1, "filename": "libsass-0.17.0-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "b38e1b73285ad5570eda4e55150661cf", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 957114, "upload_time": "2019-01-04T05:42:59", "upload_time_iso_8601": "2019-01-04T05:42:59.304998Z", "url": "https://files.pythonhosted.org/packages/80/5d/ef214bda60e22ed2e944c108128322e0cba3beb73561a293509874b508ac/libsass-0.17.0-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a6f04149371f4e3701a9b9f7b8ccd5cb", "sha256": "a19041e78d5bb7c5d72e010e893c29119693628b6ee06025503ab2584cf24edd" }, "downloads": -1, "filename": "libsass-0.17.0-cp36-cp36m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "a6f04149371f4e3701a9b9f7b8ccd5cb", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 973863, "upload_time": "2019-01-08T18:52:00", "upload_time_iso_8601": "2019-01-08T18:52:00.337854Z", "url": "https://files.pythonhosted.org/packages/12/5a/cc4dd3aab2647a758c296a0ba6e5110b027ca251c8c9485fce085b2951e0/libsass-0.17.0-cp36-cp36m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f2a21d85e3bf4649980d88c6cdad5990", "sha256": "107591ba2c0d173bb1705bef0e9fd04a5b6f482f3584f4ea51b28ab8b137fbb2" }, "downloads": -1, "filename": "libsass-0.17.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f2a21d85e3bf4649980d88c6cdad5990", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9207723, "upload_time": "2019-01-04T05:29:35", "upload_time_iso_8601": "2019-01-04T05:29:35.762658Z", "url": "https://files.pythonhosted.org/packages/47/09/8182b85d84ab1f7fd05df06b9c32aaa41b77c79c770a7cc511eabe3c23b4/libsass-0.17.0-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "034d3fb9df940c886c3c43b5dc6f5ae8", "sha256": "4bf7a80a956da9de9715436b85343a179da4ff399a6e9a1694e70bff93d43099" }, "downloads": -1, "filename": "libsass-0.17.0-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "034d3fb9df940c886c3c43b5dc6f5ae8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 808227, "upload_time": "2019-01-04T05:43:03", "upload_time_iso_8601": "2019-01-04T05:43:03.644868Z", "url": "https://files.pythonhosted.org/packages/b3/ad/087d7f1148b99ab47c7da68ea7fb98eb111cbc764973ae67eaf3c9e56c68/libsass-0.17.0-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "87806465d67b490298b7915334ee4741", "sha256": "55b77204cfa363142ab02c49ee871321a396b8e51f6361ebc226c3953c780541" }, "downloads": -1, "filename": "libsass-0.17.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "87806465d67b490298b7915334ee4741", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 957106, "upload_time": "2019-01-04T05:43:07", "upload_time_iso_8601": "2019-01-04T05:43:07.919115Z", "url": "https://files.pythonhosted.org/packages/c4/a6/6c6b744878e57934a3e9517128e77999c32126cb37b5c53f2da3b1227b6d/libsass-0.17.0-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dcad67980903e25d91bd0c4c531a8ee2", "sha256": "1aeadc155594af23879e27792667dc06e7f248c2c599c40ff2a7335193abdf05" }, "downloads": -1, "filename": "libsass-0.17.0-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "dcad67980903e25d91bd0c4c531a8ee2", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 973843, "upload_time": "2019-01-08T18:52:37", "upload_time_iso_8601": "2019-01-08T18:52:37.463318Z", "url": "https://files.pythonhosted.org/packages/a0/60/d1332c95d149d8e4976208e8bb6db39a0746b6ee46e94d840da3a0b05629/libsass-0.17.0-cp37-cp37m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2764ed6a4cfc85536e285715ea4db0dc", "sha256": "53be1c6cea9458fc0b59fafff5307d63cbde4d6f8a4413fb52ae467566273357" }, "downloads": -1, "filename": "libsass-0.17.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2764ed6a4cfc85536e285715ea4db0dc", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 9207925, "upload_time": "2019-01-04T05:30:42", "upload_time_iso_8601": "2019-01-04T05:30:42.117770Z", "url": "https://files.pythonhosted.org/packages/5f/1d/f020a8b55c033c2f2884cab0bdd9b8fd3de1c93377b53ea42e7b5c5acb36/libsass-0.17.0-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "45f0031156eb0a7e3bc2c4adcaa68d84", "sha256": "747e1cb3624b25ce9104315cf98b080246c5112d008cba6536a7dd2edb16fcc2" }, "downloads": -1, "filename": "libsass-0.17.0-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "45f0031156eb0a7e3bc2c4adcaa68d84", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 808229, "upload_time": "2019-01-04T05:43:11", "upload_time_iso_8601": "2019-01-04T05:43:11.851367Z", "url": "https://files.pythonhosted.org/packages/b5/c0/d85ac4003873dd45d0abd4af2f5b7af2a545c8e6da9bfa63b9ad8b29d0f3/libsass-0.17.0-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9182dcdbd6f60cdce8bdd63c52a45752", "sha256": "fcbc861a001ffd68c4df00164b41c6152d5451185d06c654ac240d811be9f7e2" }, "downloads": -1, "filename": "libsass-0.17.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "9182dcdbd6f60cdce8bdd63c52a45752", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 957113, "upload_time": "2019-01-04T05:43:18", "upload_time_iso_8601": "2019-01-04T05:43:18.840944Z", "url": "https://files.pythonhosted.org/packages/9e/c1/2f147a65da1c1eb54f84a3fee0219e4bb5e89062c9193176781541da2214/libsass-0.17.0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1937ec5525d5367e50f20ed26c5050a7", "sha256": "953ebe810f09d81b84ccafdca0fb6171d1b58c8f0147cb650184a41e124e296f" }, "downloads": -1, "filename": "libsass-0.17.0.tar.gz", "has_sig": false, "md5_digest": "1937ec5525d5367e50f20ed26c5050a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 310849, "upload_time": "2019-01-04T05:17:06", "upload_time_iso_8601": "2019-01-04T05:17:06.701701Z", "url": "https://files.pythonhosted.org/packages/f6/2d/4795aa1daf2d66d4c5163f01a5cc0bb25fa3d40745c445281c61dd2e32d1/libsass-0.17.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.18.0": [ { "comment_text": "", "digests": { "md5": "6d34c4ac211d3e3902a421a1cbeff7c0", "sha256": "e0cf54dddf2cc6e373005bed6e46ccdce1f3a77bd169ab505c3a8ad9023eee5f" }, "downloads": -1, "filename": "libsass-0.18.0-cp27-cp27m-macosx_10_14_intel.whl", "has_sig": false, "md5_digest": "6d34c4ac211d3e3902a421a1cbeff7c0", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 974292, "upload_time": "2019-03-14T16:41:00", "upload_time_iso_8601": "2019-03-14T16:41:00.246937Z", "url": "https://files.pythonhosted.org/packages/b0/08/7f42f846c1bfcf25be8fd5eb35a067418e2ab3ed7ac08ebb7c7096bb240e/libsass-0.18.0-cp27-cp27m-macosx_10_14_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a28846d7afb6edaf0ad33e2d3bdf9a28", "sha256": "8fc0360ee99224f7a3cb09987e641171d34180759f467ba3d15934102ade396f" }, "downloads": -1, "filename": "libsass-0.18.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a28846d7afb6edaf0ad33e2d3bdf9a28", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9213344, "upload_time": "2019-03-14T03:27:51", "upload_time_iso_8601": "2019-03-14T03:27:51.214401Z", "url": "https://files.pythonhosted.org/packages/98/cd/aa1302b9ab87cb6d332353bb22edf5b3e1a0310186ceb9ba683f6fd09536/libsass-0.18.0-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d18e320adabf2fae795cd88be2db134e", "sha256": "5511b3c62e8d97daf929c63bd516b794f0a06acd09dd261445d864e48290551b" }, "downloads": -1, "filename": "libsass-0.18.0-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "d18e320adabf2fae795cd88be2db134e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 796682, "upload_time": "2019-03-14T03:46:32", "upload_time_iso_8601": "2019-03-14T03:46:32.032731Z", "url": "https://files.pythonhosted.org/packages/00/51/fca5c2db5a7a9fea755100e4cd282f78bf3b328f0c38cb82698cd0a18749/libsass-0.18.0-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0ea7a513040c745f8b552f7217013cf9", "sha256": "a6c5535a21a07d769151453270bc6a8373b821d1d2fd9810d84fccfe315ab188" }, "downloads": -1, "filename": "libsass-0.18.0-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "0ea7a513040c745f8b552f7217013cf9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 993542, "upload_time": "2019-03-14T03:46:35", "upload_time_iso_8601": "2019-03-14T03:46:35.153936Z", "url": "https://files.pythonhosted.org/packages/6b/a0/3309a125b13928a795c881b6c397f97b010a423af4befa03a2573462687c/libsass-0.18.0-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fb19997c69f0677a139954a818d842d2", "sha256": "bb30fc7125350c64925a98cb90da7979f76bb0ea1a0157e8aeb268f8da38e296" }, "downloads": -1, "filename": "libsass-0.18.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fb19997c69f0677a139954a818d842d2", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 9208034, "upload_time": "2019-03-14T03:28:10", "upload_time_iso_8601": "2019-03-14T03:28:10.104671Z", "url": "https://files.pythonhosted.org/packages/07/ea/d6f41a55433c47ae16ec0b28e9dc1d59a5cb5a2b7f7ec5b013c9ecacb42c/libsass-0.18.0-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "34d037b1c7906366d9b328e3102576ac", "sha256": "b375bfbf3c86ec0f4a27f266b44b2753a4b8cab7e73649eed7afcad84bc56257" }, "downloads": -1, "filename": "libsass-0.18.0-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "34d037b1c7906366d9b328e3102576ac", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 808574, "upload_time": "2019-03-14T03:46:38", "upload_time_iso_8601": "2019-03-14T03:46:38.094693Z", "url": "https://files.pythonhosted.org/packages/28/3c/d38ee5080164b5d39cbddc7b2adea8e1ef749b6ec6a0aa53b6813d7cab94/libsass-0.18.0-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1df9363b5eb9a02c5da28c77bd6dfc3a", "sha256": "366f4fd5a5eab4a519beb583e9fa78718cf2c0f40e92ed835d7ed23b82e5d954" }, "downloads": -1, "filename": "libsass-0.18.0-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "1df9363b5eb9a02c5da28c77bd6dfc3a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 957431, "upload_time": "2019-03-14T03:46:41", "upload_time_iso_8601": "2019-03-14T03:46:41.300920Z", "url": "https://files.pythonhosted.org/packages/05/95/142a68f9a9d28fabb948e514f4a262b45a4004a897f48f6b08ac80965531/libsass-0.18.0-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b522c4e1cc1fb37bec93b7c590c2d8ff", "sha256": "2ee186aa682a035a53c557b7e61ce562a1114f1a1a992d0ba962cbc3e82c490c" }, "downloads": -1, "filename": "libsass-0.18.0-cp36-cp36m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "b522c4e1cc1fb37bec93b7c590c2d8ff", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 974032, "upload_time": "2019-03-14T16:41:02", "upload_time_iso_8601": "2019-03-14T16:41:02.342803Z", "url": "https://files.pythonhosted.org/packages/31/7c/936f366180781732f9ee62cf2416008a3239eb2910f1f38833aff7211cbf/libsass-0.18.0-cp36-cp36m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bf3fa200d539d44a46a69818b5e49ced", "sha256": "7462da168c8fb997b31cb4dc3ee5adb9af2d106f7b92c2d57a1c68a56ae5a3a0" }, "downloads": -1, "filename": "libsass-0.18.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bf3fa200d539d44a46a69818b5e49ced", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9207968, "upload_time": "2019-03-14T03:28:28", "upload_time_iso_8601": "2019-03-14T03:28:28.507645Z", "url": "https://files.pythonhosted.org/packages/7a/21/9c0537e4a2742d4c9eaee2e35eac6a2e5b890aeef649e41b94ceec98018f/libsass-0.18.0-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "05ca62c19d034e5abd9b0d90eb4f99f0", "sha256": "e8941881063691d50f9cc8b8d6d8fd7bec86a8c461b2a4fc87188a5fc44d6ba4" }, "downloads": -1, "filename": "libsass-0.18.0-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "05ca62c19d034e5abd9b0d90eb4f99f0", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 808580, "upload_time": "2019-03-14T03:46:44", "upload_time_iso_8601": "2019-03-14T03:46:44.349045Z", "url": "https://files.pythonhosted.org/packages/82/ba/7af30a25e564132082df99dc3ae47bf1d18a28cc450e8b4de51060ddc04e/libsass-0.18.0-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c8f960e916ab719f6fe88a6eb6ccbc72", "sha256": "84a16ec5cf7842ff5bc2caed2c032ed624d587699797bc2a4d4a8e41f579b6e7" }, "downloads": -1, "filename": "libsass-0.18.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "c8f960e916ab719f6fe88a6eb6ccbc72", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 957430, "upload_time": "2019-03-14T03:46:47", "upload_time_iso_8601": "2019-03-14T03:46:47.557589Z", "url": "https://files.pythonhosted.org/packages/7d/90/7decc1f23088c3128772315207c16db3611e33428790872ca6e1ae7a6650/libsass-0.18.0-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6e65d73950e685808acd864f6d32ccb8", "sha256": "b548af46c1a606aed93da2566901146005d6065f73fefc63d256ba62ba1f803d" }, "downloads": -1, "filename": "libsass-0.18.0-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "6e65d73950e685808acd864f6d32ccb8", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 974002, "upload_time": "2019-03-14T16:41:04", "upload_time_iso_8601": "2019-03-14T16:41:04.449684Z", "url": "https://files.pythonhosted.org/packages/56/b1/01eab9f39abcc2609096421ac7d49192dca0cb2360bf4cd32645ad2c6dfa/libsass-0.18.0-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "822b3927b3a73113714887603a7e5035", "sha256": "d1f301637ad5768aecc81d17dcf40a68f2e11b7ca8b427dbb9f8972c150d303e" }, "downloads": -1, "filename": "libsass-0.18.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "822b3927b3a73113714887603a7e5035", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 9208236, "upload_time": "2019-03-14T03:28:46", "upload_time_iso_8601": "2019-03-14T03:28:46.874195Z", "url": "https://files.pythonhosted.org/packages/a3/5d/bfeade0b250d66e28be07eebd90100e1da08297ccac2d8d0d0bac0ea792e/libsass-0.18.0-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1c94b2712a9d3e0c70d8ed7fd241901b", "sha256": "f4b29b0c70d753c754a58aaad7c31ad3309ca4a26f9aa64e695157251f6832ad" }, "downloads": -1, "filename": "libsass-0.18.0-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "1c94b2712a9d3e0c70d8ed7fd241901b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 808577, "upload_time": "2019-03-14T03:46:50", "upload_time_iso_8601": "2019-03-14T03:46:50.536383Z", "url": "https://files.pythonhosted.org/packages/92/f3/a0c4a5db3531ccb79621de62b6244b3ebd62418a3d5a650ded65c98a2134/libsass-0.18.0-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d88963265349a986a79a56e589d010fb", "sha256": "2ae3b061a7d250fb47e5fdad1a8191600ca15dc604e76b109b6d3bf8e08fd2ed" }, "downloads": -1, "filename": "libsass-0.18.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "d88963265349a986a79a56e589d010fb", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 957425, "upload_time": "2019-03-14T03:46:53", "upload_time_iso_8601": "2019-03-14T03:46:53.644089Z", "url": "https://files.pythonhosted.org/packages/e8/89/adb138c163a51c5c6b94ebc1a1c3a68dde806eb746c6b05ff66383b7045f/libsass-0.18.0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "999cfa57ad14b818c6aada611c73dfc4", "sha256": "c2f386677514f9fc758631328bd318dd3e9d839ad7b6e248ec4535a191bfd271" }, "downloads": -1, "filename": "libsass-0.18.0.tar.gz", "has_sig": false, "md5_digest": "999cfa57ad14b818c6aada611c73dfc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 310499, "upload_time": "2019-03-14T03:15:36", "upload_time_iso_8601": "2019-03-14T03:15:36.794485Z", "url": "https://files.pythonhosted.org/packages/76/16/ff6609ce27aff7c6a3fe660324752a3f2b3c02d1de08c5f4e283b5bea2a5/libsass-0.18.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.19.0": [ { "comment_text": "", "digests": { "md5": "22d2d3bac4b9d3dc83bc7c1776b2256d", "sha256": "84186c2b285f1867a4f589a0d78bd2fe9b92be014e4d93709270d222c4a04069" }, "downloads": -1, "filename": "libsass-0.19.0-cp27-cp27m-macosx_10_14_intel.whl", "has_sig": false, "md5_digest": "22d2d3bac4b9d3dc83bc7c1776b2256d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 976334, "upload_time": "2019-05-18T19:24:54", "upload_time_iso_8601": "2019-05-18T19:24:54.693422Z", "url": "https://files.pythonhosted.org/packages/f3/b4/35ee74f17b59093e511cfcc65119fcc709b43ff17f6a229d015d45eced5d/libsass-0.19.0-cp27-cp27m-macosx_10_14_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c60a08f8b8da2423e37a8a2ea5e8c388", "sha256": "fbd9ef4c330a88d33c4ae3b4e05a76a2484b3c765af0865a75ff7da948667815" }, "downloads": -1, "filename": "libsass-0.19.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c60a08f8b8da2423e37a8a2ea5e8c388", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8963626, "upload_time": "2019-05-18T19:25:05", "upload_time_iso_8601": "2019-05-18T19:25:05.736626Z", "url": "https://files.pythonhosted.org/packages/15/c9/7357eb45c4e6f5560eb50cd5dd3dd8861fa1eab2230ff50ebaf7413a5cde/libsass-0.19.0-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9573d0009b9dd45e45afb78f17196a06", "sha256": "61b2e19f019cd64d300ddb16361aaee0ba9dbab6e10c1ec56e68104d9098d1a1" }, "downloads": -1, "filename": "libsass-0.19.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9573d0009b9dd45e45afb78f17196a06", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8955436, "upload_time": "2019-05-18T19:25:15", "upload_time_iso_8601": "2019-05-18T19:25:15.400008Z", "url": "https://files.pythonhosted.org/packages/de/25/f5b36d1e641cdff214d3e725fb4174764e55ac59b7131afe8f3474883407/libsass-0.19.0-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4b4c7a86b44dcdd154e5321fc341d7d9", "sha256": "5c62b4f59f48716887dca4d54c2eaeea321cde3c1390ce591d1284abb38314c5" }, "downloads": -1, "filename": "libsass-0.19.0-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "4b4c7a86b44dcdd154e5321fc341d7d9", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 798834, "upload_time": "2019-05-18T19:25:19", "upload_time_iso_8601": "2019-05-18T19:25:19.234333Z", "url": "https://files.pythonhosted.org/packages/11/5a/62d38f6eec1e403842f51e6b67fa1987c2c26b137b7e5ca1911e5dc8c9db/libsass-0.19.0-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bd98636964347aaa8e3bada047eac351", "sha256": "f956c0900c41615267571f9e35c7adf822b12bdb29ef949a02c10a02e70e5bd7" }, "downloads": -1, "filename": "libsass-0.19.0-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "bd98636964347aaa8e3bada047eac351", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 944091, "upload_time": "2019-05-18T19:25:22", "upload_time_iso_8601": "2019-05-18T19:25:22.095668Z", "url": "https://files.pythonhosted.org/packages/48/5b/a02636a7c1f2414e4883bef6e7d4e058e48f5c433e3436c83a2891029fa5/libsass-0.19.0-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3fe56c45bcf1a7a73fc60af1106224f2", "sha256": "ce24e89d678bc18c67f994bc6d8feef41af578d2095b1fbad0dde761fd799d18" }, "downloads": -1, "filename": "libsass-0.19.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3fe56c45bcf1a7a73fc60af1106224f2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 8955446, "upload_time": "2019-05-18T19:25:33", "upload_time_iso_8601": "2019-05-18T19:25:33.607468Z", "url": "https://files.pythonhosted.org/packages/8c/d7/553075d399a491e00e897a1432f380a0fc24d6b26a892712ef6e6292dbfb/libsass-0.19.0-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c3824670b4a7211797cbf65d820ad0cd", "sha256": "bb7f285fd3f472dd112e318561da34db4fe39c7e07f1df9b343136bbe4dd8eac" }, "downloads": -1, "filename": "libsass-0.19.0-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "c3824670b4a7211797cbf65d820ad0cd", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 782335, "upload_time": "2019-05-18T19:25:36", "upload_time_iso_8601": "2019-05-18T19:25:36.913084Z", "url": "https://files.pythonhosted.org/packages/a6/e9/9064efeaab5383a7eb428965f27466e560f22d194f562473bb3a8e054fa6/libsass-0.19.0-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7703b96d6c496b52ee07c784c5cf7f18", "sha256": "aa573c6f1875f861bc4e090c533167dddb408da9fb59592dee0b3d44486c26bf" }, "downloads": -1, "filename": "libsass-0.19.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "7703b96d6c496b52ee07c784c5cf7f18", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 932697, "upload_time": "2019-05-18T19:25:39", "upload_time_iso_8601": "2019-05-18T19:25:39.615794Z", "url": "https://files.pythonhosted.org/packages/4a/f1/f1a3629c0913cc3f312a11bb7bcdf39d2270a210337152bb392a51478660/libsass-0.19.0-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4aa49d5918464f9d0ae350d6672d6b09", "sha256": "073bcd88d43ce0c872ee69d42bf4fbb14ffdb4359bf3c53768e729576b53652e" }, "downloads": -1, "filename": "libsass-0.19.0-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "4aa49d5918464f9d0ae350d6672d6b09", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 973885, "upload_time": "2019-05-18T19:25:42", "upload_time_iso_8601": "2019-05-18T19:25:42.212518Z", "url": "https://files.pythonhosted.org/packages/8c/c1/e429e5253c7fe0706230b607484016ba71f668e84a2b434e8db6409b9c32/libsass-0.19.0-cp37-cp37m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "91c4e6115c6a9abde09bcb06fd5f3968", "sha256": "9911a193904b64638b923a661e916624fcf7075634c1a04c4a3b3cfdbadcc05f" }, "downloads": -1, "filename": "libsass-0.19.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "91c4e6115c6a9abde09bcb06fd5f3968", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 8955463, "upload_time": "2019-05-18T19:25:50", "upload_time_iso_8601": "2019-05-18T19:25:50.899057Z", "url": "https://files.pythonhosted.org/packages/27/2f/12e52b41a6b02f5000ffa331f8c1820639e3d9566b3d6a84ef2b637eebb4/libsass-0.19.0-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cc66eb12c02f9b7b6fd5fba4f8b4dc89", "sha256": "3ce1de671c072bbc7137f2afc39ce66280015d5fbd1b9b8027ec7e6eb938b1de" }, "downloads": -1, "filename": "libsass-0.19.0-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "cc66eb12c02f9b7b6fd5fba4f8b4dc89", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 782333, "upload_time": "2019-05-18T19:25:54", "upload_time_iso_8601": "2019-05-18T19:25:54.397186Z", "url": "https://files.pythonhosted.org/packages/76/b5/c4c8f4e65aba27c5921ec1e9bc9c76da8c63bb3917f7d1b19f5408278c45/libsass-0.19.0-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5681aaca8decd2e80cac49f50efc41fd", "sha256": "a88862aed203ebbdbf3a7159eb82f1ea22643c2afd63f1123edc0b96ef922b62" }, "downloads": -1, "filename": "libsass-0.19.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "5681aaca8decd2e80cac49f50efc41fd", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 932698, "upload_time": "2019-05-18T19:25:57", "upload_time_iso_8601": "2019-05-18T19:25:57.135750Z", "url": "https://files.pythonhosted.org/packages/06/1d/cfd2e978068a54e20525fe46d8a01a4b59f5edf04e2cd6affeba9b4a91c7/libsass-0.19.0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "824e84c68d9be908ee85059c8c120fcf", "sha256": "f547e087b74cbedf997b2fe34fd88137a00622900d5b08ea269c22f3b0ee1092" }, "downloads": -1, "filename": "libsass-0.19.0.tar.gz", "has_sig": false, "md5_digest": "824e84c68d9be908ee85059c8c120fcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 317079, "upload_time": "2019-05-18T19:03:53", "upload_time_iso_8601": "2019-05-18T19:03:53.015249Z", "url": "https://files.pythonhosted.org/packages/f6/08/9048bd6b577bd443e1cc4d85c640d525ff3d2d197d5359984869be015ac6/libsass-0.19.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.19.1": [ { "comment_text": "", "digests": { "md5": "678faaa0a52188c05bd92e6d7247ac93", "sha256": "b1890110043c11d11640d97334946975d7f43494dc46076c50fb5c7701878cab" }, "downloads": -1, "filename": "libsass-0.19.1-cp27-cp27m-macosx_10_14_intel.whl", "has_sig": false, "md5_digest": "678faaa0a52188c05bd92e6d7247ac93", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 976327, "upload_time": "2019-05-18T22:01:59", "upload_time_iso_8601": "2019-05-18T22:01:59.046243Z", "url": "https://files.pythonhosted.org/packages/a1/4e/66a2dc8a5235802c8106f2f875126e7ef56324db1d7310b67856b9c0fafc/libsass-0.19.1-cp27-cp27m-macosx_10_14_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "833b9d032b275698ae21e5e3f1d6de16", "sha256": "2d2630bc6fa94106cd69a72c46c10e3f7378922aed988a058ca8fc672765fac7" }, "downloads": -1, "filename": "libsass-0.19.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "833b9d032b275698ae21e5e3f1d6de16", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8963547, "upload_time": "2019-05-18T22:02:08", "upload_time_iso_8601": "2019-05-18T22:02:08.084010Z", "url": "https://files.pythonhosted.org/packages/59/85/fd40e8a0b3786d4988a308b3b4ae9510b7ddbc93562da730dcc25efde1f7/libsass-0.19.1-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f7a8e7153ced09898d09c82fe9234da9", "sha256": "25b88650f3f13fcd5d5e5d3b4c12c6e77136acd36cf0c26ef4b1bd4eac71bd70" }, "downloads": -1, "filename": "libsass-0.19.1-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "f7a8e7153ced09898d09c82fe9234da9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 795085, "upload_time": "2019-05-18T22:02:11", "upload_time_iso_8601": "2019-05-18T22:02:11.339153Z", "url": "https://files.pythonhosted.org/packages/23/ea/cdd47d729990de0ebd6421441daea5d16f0dbcdabccd141ea0bf2ddc74b3/libsass-0.19.1-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ec9e0ae3a95e1dfba12fdb1fff8c5cb7", "sha256": "ac1188c967b7c4aff23be32974c688cd55b8d9771ee6c988b39e557508c3b3f2" }, "downloads": -1, "filename": "libsass-0.19.1-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "ec9e0ae3a95e1dfba12fdb1fff8c5cb7", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1022698, "upload_time": "2019-05-18T22:02:13", "upload_time_iso_8601": "2019-05-18T22:02:13.505215Z", "url": "https://files.pythonhosted.org/packages/69/46/5dcf51dd834900c73feed100185e449a700bc430db322a1f56205a488f44/libsass-0.19.1-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2baad80d17793c3a8bcff53fadcd6bd3", "sha256": "8ac0910a43758097c816bdf9f7af85e564aff49c64ef9571be036cb599fe510a" }, "downloads": -1, "filename": "libsass-0.19.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2baad80d17793c3a8bcff53fadcd6bd3", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8954997, "upload_time": "2019-05-18T22:02:25", "upload_time_iso_8601": "2019-05-18T22:02:25.643499Z", "url": "https://files.pythonhosted.org/packages/1a/b2/2506e6653d40efdd30e6d83cf9918a32cdbf421a15e410d20703bf374080/libsass-0.19.1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c25f64dbcacc5d538ac77aa9c44d788f", "sha256": "dc75c1ed7f7863f9c23009002713fcc75331f50eb7e32e7aa1e21cc5d17071f1" }, "downloads": -1, "filename": "libsass-0.19.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "c25f64dbcacc5d538ac77aa9c44d788f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 798834, "upload_time": "2019-05-18T22:02:29", "upload_time_iso_8601": "2019-05-18T22:02:29.898806Z", "url": "https://files.pythonhosted.org/packages/e4/f8/bb09004e33a40df86b5165a67d531fb8f0437b2c88a70531b8242f10993e/libsass-0.19.1-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "68a0847604c6c3536e30df170e13ede3", "sha256": "000de439948e001934f697c51c025a6842e43c212974b6a2d5218f057114f5be" }, "downloads": -1, "filename": "libsass-0.19.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "68a0847604c6c3536e30df170e13ede3", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 944087, "upload_time": "2019-05-18T22:02:32", "upload_time_iso_8601": "2019-05-18T22:02:32.756323Z", "url": "https://files.pythonhosted.org/packages/47/05/9b9384b148dbb527bdedf480f05379a373eca1ac335319316b396b9e01bd/libsass-0.19.1-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1b8ae7d95b853712c8817bdf04609361", "sha256": "becb4c41f7edda34312d27787bcff4c9363a4f877bf87476dd863a0d7cf7bbef" }, "downloads": -1, "filename": "libsass-0.19.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1b8ae7d95b853712c8817bdf04609361", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 8955190, "upload_time": "2019-05-18T22:02:41", "upload_time_iso_8601": "2019-05-18T22:02:41.573355Z", "url": "https://files.pythonhosted.org/packages/19/77/27dd07d20c5779c105e8144823be1db1ab859002397c9661bc9a1513edd5/libsass-0.19.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0e2405dca7e8a31962fa08486f6c2eb1", "sha256": "1813dadccbe22afe56da7ce495db19117b59c50c13688fbcc1b92070b94d33ed" }, "downloads": -1, "filename": "libsass-0.19.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "0e2405dca7e8a31962fa08486f6c2eb1", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 782330, "upload_time": "2019-05-18T22:02:45", "upload_time_iso_8601": "2019-05-18T22:02:45.755426Z", "url": "https://files.pythonhosted.org/packages/fe/47/ee49ea463dd0491e57625ba59c604c1a17a3a38d3e034886adb9848fdb9a/libsass-0.19.1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "da76d0e01f54eba7ec097723dbfab097", "sha256": "049097611c246364dcad1e44986a3bb565e39ddffe64fb3956570161a995020e" }, "downloads": -1, "filename": "libsass-0.19.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "da76d0e01f54eba7ec097723dbfab097", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 932695, "upload_time": "2019-05-18T22:02:48", "upload_time_iso_8601": "2019-05-18T22:02:48.701167Z", "url": "https://files.pythonhosted.org/packages/3d/c8/075c4a623d98e00d575bb1b2c36f7c60dbd425462d02d93c9b6baadabb92/libsass-0.19.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8fe606b975b6553e4d3481497d5ba3fa", "sha256": "703bf25e5065bc8f45154fe828eee24ab7e14660088c2784e09741aecab118f9" }, "downloads": -1, "filename": "libsass-0.19.1-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "8fe606b975b6553e4d3481497d5ba3fa", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 973873, "upload_time": "2019-05-18T22:02:51", "upload_time_iso_8601": "2019-05-18T22:02:51.402590Z", "url": "https://files.pythonhosted.org/packages/3f/74/0da447ca00987c1e4f7a17fe874edf69e2b740fdde25d27cee857cba61ab/libsass-0.19.1-cp37-cp37m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bcaad4beed47fa3adbdf4614b2f0aeda", "sha256": "53570a2505794c191de1484a9c407359cd12f797a3ef50e474a95f66915a51c4" }, "downloads": -1, "filename": "libsass-0.19.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bcaad4beed47fa3adbdf4614b2f0aeda", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 8955584, "upload_time": "2019-05-18T22:03:02", "upload_time_iso_8601": "2019-05-18T22:03:02.953785Z", "url": "https://files.pythonhosted.org/packages/70/b6/054bcbede0146d90698570c928574b4fd1a4500de29b1da83b96225bb129/libsass-0.19.1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "274b906f1cac958b4cc08ce8a46b2ccc", "sha256": "b7215262984cc3f692e705564ab5405841a51cfca1408062ae9776ef4b4dabff" }, "downloads": -1, "filename": "libsass-0.19.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "274b906f1cac958b4cc08ce8a46b2ccc", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 782330, "upload_time": "2019-05-18T22:03:06", "upload_time_iso_8601": "2019-05-18T22:03:06.523899Z", "url": "https://files.pythonhosted.org/packages/85/39/fb668993e4b06e19c2bfe924ea653bde03f313089219fa3d55d4ea72a4bb/libsass-0.19.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8dac5e08946aef48097519a2db869d87", "sha256": "7179a3862fb8e2cc5d1f7e97fed0a2afed49141df1949f43fbf7c9516c48d064" }, "downloads": -1, "filename": "libsass-0.19.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "8dac5e08946aef48097519a2db869d87", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 932696, "upload_time": "2019-05-18T22:03:09", "upload_time_iso_8601": "2019-05-18T22:03:09.012330Z", "url": "https://files.pythonhosted.org/packages/b1/ec/4ba9a583cccda3aa55bbadab14eb4d1684d07dc19107b89aa4efe5dab0f2/libsass-0.19.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "46568b26661c7f678c96d95ba518cc89", "sha256": "69c86e98fb11ab74356dc054be61ae1ce6882b0dece5be409bb5ba7b1b696885" }, "downloads": -1, "filename": "libsass-0.19.1.tar.gz", "has_sig": false, "md5_digest": "46568b26661c7f678c96d95ba518cc89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 317104, "upload_time": "2019-05-18T21:46:56", "upload_time_iso_8601": "2019-05-18T21:46:56.079218Z", "url": "https://files.pythonhosted.org/packages/9c/4b/dfaf8fdb2fb9545cffe34578c1e1705dd72396c508f201c64fe6e834ab72/libsass-0.19.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.19.2": [ { "comment_text": "", "digests": { "md5": "f80c101b29e24a03f9d289998ba207d8", "sha256": "c99fbc950f1955e8b6370aafdb9d84d324e4984a2e00a2b47f04dbcc3706a9d1" }, "downloads": -1, "filename": "libsass-0.19.2-cp27-cp27m-macosx_10_14_intel.whl", "has_sig": false, "md5_digest": "f80c101b29e24a03f9d289998ba207d8", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 970886, "upload_time": "2019-06-16T19:00:05", "upload_time_iso_8601": "2019-06-16T19:00:05.811905Z", "url": "https://files.pythonhosted.org/packages/b4/63/2593e17f3a86079232ae2dfee243f141ba975a65d21c619453512c9cb1e0/libsass-0.19.2-cp27-cp27m-macosx_10_14_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6f5222a7daca68bd6b4916efe944aa51", "sha256": "2457723fe04f4e690105f758aa125e809afc840812965095fa3f4edccd6275ef" }, "downloads": -1, "filename": "libsass-0.19.2-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6f5222a7daca68bd6b4916efe944aa51", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8960061, "upload_time": "2019-06-16T19:00:17", "upload_time_iso_8601": "2019-06-16T19:00:17.828536Z", "url": "https://files.pythonhosted.org/packages/fd/e7/105afdb1745f8fa2e2d1f182bd54c2de95a1ad3766994f3639b25818e40e/libsass-0.19.2-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "855fc7b3274161c0e590603ddd3d268d", "sha256": "2d067ce4f393fee2ce52bb810a364deac5454dfdb7945d31d1f4265f21f03ab8" }, "downloads": -1, "filename": "libsass-0.19.2-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "855fc7b3274161c0e590603ddd3d268d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 796875, "upload_time": "2019-06-16T19:00:21", "upload_time_iso_8601": "2019-06-16T19:00:21.711338Z", "url": "https://files.pythonhosted.org/packages/49/6f/1e78126e7603cd763c787caef1425973a7c2ab9b82475540e424585067c0/libsass-0.19.2-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "882e1a05ecc5cd88c9167734cef0e2ff", "sha256": "78f3f14e47612be4fa4b161278f2a3e880a19b6a3367f749e9ae240434b7e7f5" }, "downloads": -1, "filename": "libsass-0.19.2-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "882e1a05ecc5cd88c9167734cef0e2ff", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1021919, "upload_time": "2019-06-16T19:00:24", "upload_time_iso_8601": "2019-06-16T19:00:24.213338Z", "url": "https://files.pythonhosted.org/packages/c5/88/04a4122fac5555022945ded96a540c9b8314b14f7a0953b1b2f1f6b20007/libsass-0.19.2-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e2f4d93627df441484ecd8451535374a", "sha256": "a20473b0427d82e37fa68f0b3a8d219f0bb5ca6d3f7d93b0f5342219285e7064" }, "downloads": -1, "filename": "libsass-0.19.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e2f4d93627df441484ecd8451535374a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8950585, "upload_time": "2019-06-16T19:00:33", "upload_time_iso_8601": "2019-06-16T19:00:33.569558Z", "url": "https://files.pythonhosted.org/packages/6f/87/d9e8b85ca382df0ae03e9de9cae62fff1c65f1381ab38b5c90f71a4e5e3c/libsass-0.19.2-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "46b58df652332f63b76753cd92384777", "sha256": "5dd647ffa1319a2a18572f41fee3bb561d7f77d8d4784074a00b2eb22c61a859" }, "downloads": -1, "filename": "libsass-0.19.2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "46b58df652332f63b76753cd92384777", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 798687, "upload_time": "2019-06-16T19:00:37", "upload_time_iso_8601": "2019-06-16T19:00:37.231929Z", "url": "https://files.pythonhosted.org/packages/b2/20/0cb22473f45934aab073499a7c6211fda2c859ea3e9a1d144338f17e4284/libsass-0.19.2-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "45087510ad0eadff43f275433d659490", "sha256": "f8790db67e00c5bc7be1bdd81ed477563a4b191e839193ecc0c2c5ec679ec481" }, "downloads": -1, "filename": "libsass-0.19.2-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "45087510ad0eadff43f275433d659490", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 943901, "upload_time": "2019-06-16T19:00:40", "upload_time_iso_8601": "2019-06-16T19:00:40.118970Z", "url": "https://files.pythonhosted.org/packages/36/47/a0a2b7efffe031cbd527e403f68e05feb56f60daffbf99fbd69721b625c0/libsass-0.19.2-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3e457e0a46783b6f9a10c91c6b86deb7", "sha256": "57d0b99c4e3512233a44141f1bf852570d359724a606dfc4550eccd0f570460d" }, "downloads": -1, "filename": "libsass-0.19.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3e457e0a46783b6f9a10c91c6b86deb7", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 8951105, "upload_time": "2019-06-16T19:00:51", "upload_time_iso_8601": "2019-06-16T19:00:51.860239Z", "url": "https://files.pythonhosted.org/packages/98/95/46846c5b7d4e78d095e25a7f305a4c8393304755431d200b3151b0c25fe9/libsass-0.19.2-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6363862345336449c65b03e16dc6171e", "sha256": "f2572b73b2e13e74b28388ae86c4fabb853ddbfc12279b4444243bd614710ce8" }, "downloads": -1, "filename": "libsass-0.19.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "6363862345336449c65b03e16dc6171e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 782557, "upload_time": "2019-06-16T19:00:54", "upload_time_iso_8601": "2019-06-16T19:00:54.890864Z", "url": "https://files.pythonhosted.org/packages/e5/73/a43b2146187a8ce3fb43dc1505140c283002cdd4a944c649020f83edc5ef/libsass-0.19.2-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "52f169c9a28d47535008c8862ccf218f", "sha256": "8d423e4b4c0e219488104b4ec4267688dbd816f3ae806beb4201918eff059b2d" }, "downloads": -1, "filename": "libsass-0.19.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "52f169c9a28d47535008c8862ccf218f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 932653, "upload_time": "2019-06-16T19:00:57", "upload_time_iso_8601": "2019-06-16T19:00:57.408168Z", "url": "https://files.pythonhosted.org/packages/63/e5/2b32e53d8fa8ce1dc03f3f5f4e64147d47f8d1b34c7a891c8278ac024736/libsass-0.19.2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "518019d4ffc8a688e96a2b4d4b2565a2", "sha256": "5b604e4f5befdecc76240c2ba243fd7e23c642ffc2dd86cbfd094a44ead6b08d" }, "downloads": -1, "filename": "libsass-0.19.2-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "518019d4ffc8a688e96a2b4d4b2565a2", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 968650, "upload_time": "2019-06-16T19:00:59", "upload_time_iso_8601": "2019-06-16T19:00:59.394309Z", "url": "https://files.pythonhosted.org/packages/13/dd/4fccdae84a59158590631064053923f02e9f45738777678952408583ea7b/libsass-0.19.2-cp37-cp37m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "22efbc5ffe607242515bfbd07854e3bd", "sha256": "2974772e7984b27a51a6d91ebc140183ddd574a9663bd02154ddfb75f13a3eed" }, "downloads": -1, "filename": "libsass-0.19.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "22efbc5ffe607242515bfbd07854e3bd", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 8951051, "upload_time": "2019-06-16T19:01:08", "upload_time_iso_8601": "2019-06-16T19:01:08.620305Z", "url": "https://files.pythonhosted.org/packages/d3/09/a92e5554aec02709c1786e6db123085f8d9b105a8264ee2737586538e4fa/libsass-0.19.2-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a2e6b9950bb8f92db66abf9f86fee0d8", "sha256": "f0f033a8154be60e1a2e1f79ee849ea69a1d62e5d476a78f69e4c7d8fd7c20e1" }, "downloads": -1, "filename": "libsass-0.19.2-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "a2e6b9950bb8f92db66abf9f86fee0d8", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 782553, "upload_time": "2019-06-16T19:01:11", "upload_time_iso_8601": "2019-06-16T19:01:11.694313Z", "url": "https://files.pythonhosted.org/packages/ac/12/3a7f4d1213ad7f53b62b30e281dd87b8f7111c7998623484a55aec526293/libsass-0.19.2-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9e0b5570c3cf561a8d4277e89c716e11", "sha256": "c1f76c2a0993914f3c3088e9b6c7031f22e879c5d27a060cdc8c5aa1318eb9b6" }, "downloads": -1, "filename": "libsass-0.19.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "9e0b5570c3cf561a8d4277e89c716e11", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 932657, "upload_time": "2019-06-16T19:01:13", "upload_time_iso_8601": "2019-06-16T19:01:13.894127Z", "url": "https://files.pythonhosted.org/packages/0b/6f/7cb24e2737a2f3ad1b445667bc22205c2798c2810e2cf21cf2c83c1cfb28/libsass-0.19.2-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bc0328429c34200f7c3178860d4b5196", "sha256": "1877d9ac68fd13dddb15406ef4872ba833fd828e87a2ac27f74bfba45390f4ce" }, "downloads": -1, "filename": "libsass-0.19.2-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bc0328429c34200f7c3178860d4b5196", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 8953834, "upload_time": "2019-10-21T23:41:13", "upload_time_iso_8601": "2019-10-21T23:41:13.408978Z", "url": "https://files.pythonhosted.org/packages/ec/ed/cfbb76f46c632f22c9fcf8dd62d826608c6e5ac1b237bd152b09d6e1c23b/libsass-0.19.2-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ed6717565ce5c4eeead870125fd33f36", "sha256": "cb50f385117535f7671ac7ff3144c1ef0b8e088778c58d269ce6f31b87bfad72" }, "downloads": -1, "filename": "libsass-0.19.2.tar.gz", "has_sig": false, "md5_digest": "ed6717565ce5c4eeead870125fd33f36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 318726, "upload_time": "2019-06-16T18:39:33", "upload_time_iso_8601": "2019-06-16T18:39:33.852684Z", "url": "https://files.pythonhosted.org/packages/bb/25/56fbd361b36b449457f19beaf616abf8cdfb8e037ea8f3f8300b7c2950a8/libsass-0.19.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.19.3": [ { "comment_text": "", "digests": { "md5": "0c3a1d1c559db0ec256e1ff41108374e", "sha256": "175355d74bd040893d539154016153247ea9775d1655a36441c97a453887a0c0" }, "downloads": -1, "filename": "libsass-0.19.3-cp27-cp27m-macosx_10_14_intel.whl", "has_sig": false, "md5_digest": "0c3a1d1c559db0ec256e1ff41108374e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 986829, "upload_time": "2019-10-18T15:22:39", "upload_time_iso_8601": "2019-10-18T15:22:39.314782Z", "url": "https://files.pythonhosted.org/packages/b9/d3/be8bab081b607fb546aa74a2290e6d1cde69554a980b55ec194e6e06ef8d/libsass-0.19.3-cp27-cp27m-macosx_10_14_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4775d690836da69d7630172e4bef3567", "sha256": "3113ef32eaf3662c162c250db6883d7a5f177856bfd8bb632a147cb0a95e4fee" }, "downloads": -1, "filename": "libsass-0.19.3-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4775d690836da69d7630172e4bef3567", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9157587, "upload_time": "2019-10-06T03:04:20", "upload_time_iso_8601": "2019-10-06T03:04:20.596033Z", "url": "https://files.pythonhosted.org/packages/87/80/e3fdfb6bc6b89737e69aac367201bad5938d7e7bf1b95c34a42579aa8219/libsass-0.19.3-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2d778e2a0947660c359c9ca3ef93ff6a", "sha256": "517324814f81cd2642cb1e9fd772e8e50e336c7c8833d50535a731e5b4c84606" }, "downloads": -1, "filename": "libsass-0.19.3-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "2d778e2a0947660c359c9ca3ef93ff6a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 773725, "upload_time": "2019-10-06T03:09:28", "upload_time_iso_8601": "2019-10-06T03:09:28.330921Z", "url": "https://files.pythonhosted.org/packages/2c/41/434c3f993a4aa9fe9e56ce9328b4691bfdcf8b1165682841cd5769910c9e/libsass-0.19.3-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2b35be5ff5c679ec0d574f6e02d2331a", "sha256": "9c711d4e4d003fec7f98fe87bb1faf7d88e6d648356413d8b8d9d76bd1844089" }, "downloads": -1, "filename": "libsass-0.19.3-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "2b35be5ff5c679ec0d574f6e02d2331a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1015716, "upload_time": "2019-10-06T03:09:35", "upload_time_iso_8601": "2019-10-06T03:09:35.460088Z", "url": "https://files.pythonhosted.org/packages/9a/5c/d75128695ec945d7ac8904ec7532fbb26fd8a1899db324d0b012b33309f5/libsass-0.19.3-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "442e1e12f070f814054f488455933137", "sha256": "75b38c236be6ca03e3dd3789f3044180fc0836b7c9e4991fcc52a8570f47dc91" }, "downloads": -1, "filename": "libsass-0.19.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "442e1e12f070f814054f488455933137", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 9137476, "upload_time": "2019-10-06T03:05:19", "upload_time_iso_8601": "2019-10-06T03:05:19.959849Z", "url": "https://files.pythonhosted.org/packages/6a/4f/ec8d2cfa441737abeafcbb6e3950931051c0fca168dd5d1fc3283d475044/libsass-0.19.3-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7b04872bc3619f43b5af6a12d03745cd", "sha256": "6129063002fc8337b734f5963ac3eb01ead51e9c88c6d27e73ddc9236cb15b2e" }, "downloads": -1, "filename": "libsass-0.19.3-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "7b04872bc3619f43b5af6a12d03745cd", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 767659, "upload_time": "2019-10-06T03:09:42", "upload_time_iso_8601": "2019-10-06T03:09:42.539144Z", "url": "https://files.pythonhosted.org/packages/04/01/544d05b279eb5890685f6e59dbc025c306664abf3205604b60e8f71a8525/libsass-0.19.3-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "547586b5175bf0bdf3a20d697918026b", "sha256": "607ce32c3b31542e0bf1bc2409627dd7247a3849ba720ec34d23426b96346199" }, "downloads": -1, "filename": "libsass-0.19.3-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "547586b5175bf0bdf3a20d697918026b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 911232, "upload_time": "2019-10-06T03:09:49", "upload_time_iso_8601": "2019-10-06T03:09:49.921518Z", "url": "https://files.pythonhosted.org/packages/07/72/1c79320b82e91cfeb09e2de43ca16de93466cd5eefd389b758ad3071861b/libsass-0.19.3-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "86ec2dc926d847ed9da0d60e868f3366", "sha256": "bc0c80a4e233b6b791a7f6f99415ab877e8a4d3a45085b68981c97d74dbfc8bf" }, "downloads": -1, "filename": "libsass-0.19.3-cp36-cp36m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "86ec2dc926d847ed9da0d60e868f3366", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 983819, "upload_time": "2019-10-18T15:23:07", "upload_time_iso_8601": "2019-10-18T15:23:07.673891Z", "url": "https://files.pythonhosted.org/packages/4f/0a/3894baa9d14dfd724bce7ba1f0d4fc2c8eb1d5e2cc69a81ad6241aad5aeb/libsass-0.19.3-cp36-cp36m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f92f4ec88776960ac30f100413d449f2", "sha256": "c5ba74babfb3a6976611312e0026c4668913cdf05e009921e1f54146ccdc02a4" }, "downloads": -1, "filename": "libsass-0.19.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f92f4ec88776960ac30f100413d449f2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9137896, "upload_time": "2019-10-06T03:06:17", "upload_time_iso_8601": "2019-10-06T03:06:17.878329Z", "url": "https://files.pythonhosted.org/packages/88/51/1ea20121e4022d3f6ef7a87a0ed1063c83ba885cd22ae24516991a4e7b6b/libsass-0.19.3-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6afd0a72eb3081cde8ee3841d8feb7f8", "sha256": "c22cdc37121b730e5fb87bc8d3eee8c4b1fe219a04d198a535fbd22895c99e27" }, "downloads": -1, "filename": "libsass-0.19.3-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "6afd0a72eb3081cde8ee3841d8feb7f8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 757720, "upload_time": "2019-10-06T03:09:56", "upload_time_iso_8601": "2019-10-06T03:09:56.505063Z", "url": "https://files.pythonhosted.org/packages/58/24/788197ba3e5a5f21b33e802364d8fc435ff25e4b6a048cf67b489fdac4b1/libsass-0.19.3-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1c2718a295c91975328358c433788d84", "sha256": "312d135e6bd1a137927fed781dab497c05930305265e3d3b1da3b3d916cd97a6" }, "downloads": -1, "filename": "libsass-0.19.3-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "1c2718a295c91975328358c433788d84", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 904542, "upload_time": "2019-10-06T03:10:04", "upload_time_iso_8601": "2019-10-06T03:10:04.416183Z", "url": "https://files.pythonhosted.org/packages/44/e5/b38edee66c6d7914755c2ca64ddd0fe8ff23b47c8afd9ff33ddc13a89da3/libsass-0.19.3-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d8b98d20cb852e34b39935fe3f7a91bd", "sha256": "6d392ecd6e4de2ccfa3b1953f2da8461a2b7c8c8c17c24e1c335ab3040671c1a" }, "downloads": -1, "filename": "libsass-0.19.3-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "d8b98d20cb852e34b39935fe3f7a91bd", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 983800, "upload_time": "2019-10-18T15:23:34", "upload_time_iso_8601": "2019-10-18T15:23:34.465176Z", "url": "https://files.pythonhosted.org/packages/eb/dc/ff02aa135af3dfbdcd272b88b7f3eb788c64e1149dc505f847b4de34238a/libsass-0.19.3-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0961de8d28f3e854feeabcbf1c608880", "sha256": "32f8322aad9b6b864b826adb5e193d704d5fb2c816f85a5cc5bf775730e5d024" }, "downloads": -1, "filename": "libsass-0.19.3-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0961de8d28f3e854feeabcbf1c608880", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 9137819, "upload_time": "2019-10-06T03:07:14", "upload_time_iso_8601": "2019-10-06T03:07:14.414026Z", "url": "https://files.pythonhosted.org/packages/8a/93/aa8476b7757237b10116d3f8aa45bb318a71dc53b4e6156ffbaf4f6e0b08/libsass-0.19.3-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0d6376125c42ab2ccce8039afb409590", "sha256": "6124594e72ba216b00131795ad5ea5de1e0cf8784e63a01e0c6a4e4c13fc7914" }, "downloads": -1, "filename": "libsass-0.19.3-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "0d6376125c42ab2ccce8039afb409590", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 757720, "upload_time": "2019-10-06T03:10:11", "upload_time_iso_8601": "2019-10-06T03:10:11.001954Z", "url": "https://files.pythonhosted.org/packages/d8/16/0fc5b3344df1ae668c1c2ed5809ab334b802ca7d7412e44b02679e071335/libsass-0.19.3-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "83f4346e86d8f0d08f84ba92c39a225a", "sha256": "4252e24c8869d6ce764052f200445331d1881b5c2d283d6131a30d0684b10403" }, "downloads": -1, "filename": "libsass-0.19.3-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "83f4346e86d8f0d08f84ba92c39a225a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 904541, "upload_time": "2019-10-06T03:10:18", "upload_time_iso_8601": "2019-10-06T03:10:18.298785Z", "url": "https://files.pythonhosted.org/packages/1e/f0/31e357eed19de56658fb3d4bf0e25ff45d513d484d93a4eb13a898bdde65/libsass-0.19.3-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "99ce7631f824c5120ed9620df43a10a4", "sha256": "f5cfe2ba69bcee673227a85603f960c061bfa49daceead07b09d9af8f6fd6f57" }, "downloads": -1, "filename": "libsass-0.19.3-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "99ce7631f824c5120ed9620df43a10a4", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 9139439, "upload_time": "2019-10-21T23:36:43", "upload_time_iso_8601": "2019-10-21T23:36:43.723871Z", "url": "https://files.pythonhosted.org/packages/8b/af/c59254302ca7a8eb35f0693f013e0bfbbb0443d79c991bc9b4000196dac7/libsass-0.19.3-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "35ace965aeb09b8cfe152410191bd86e", "sha256": "b15a0e61bd54764e658bc6931015453fa34d954f87c3b6fd35624e13bcacf69d" }, "downloads": -1, "filename": "libsass-0.19.3.tar.gz", "has_sig": false, "md5_digest": "35ace965aeb09b8cfe152410191bd86e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 315295, "upload_time": "2019-10-06T02:42:07", "upload_time_iso_8601": "2019-10-06T02:42:07.908326Z", "url": "https://files.pythonhosted.org/packages/1b/d6/4b2b8c789420c1040a4a597825c82722acb790c9f717ea7d8f6062adb6d9/libsass-0.19.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.19.4": [ { "comment_text": "", "digests": { "md5": "0c0b7531bdaa887cdda4407a208c6e97", "sha256": "74acd9adf506142699dfa292f0e569fdccbd9e7cf619e8226f7117de73566e32" }, "downloads": -1, "filename": "libsass-0.19.4-cp27-cp27m-macosx_10_14_intel.whl", "has_sig": false, "md5_digest": "0c0b7531bdaa887cdda4407a208c6e97", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 987728, "upload_time": "2019-11-04T03:07:03", "upload_time_iso_8601": "2019-11-04T03:07:03.729502Z", "url": "https://files.pythonhosted.org/packages/10/a3/1a5fce5cc3c035afe9d8be538758f348c4173222950cf6190df21eb2962a/libsass-0.19.4-cp27-cp27m-macosx_10_14_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b8b1759fc2cdf21dd4e0e053bad602fa", "sha256": "845a9573b25c141164972d498855f4ad29367c09e6d76fad12955ad0e1c83013" }, "downloads": -1, "filename": "libsass-0.19.4-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b8b1759fc2cdf21dd4e0e053bad602fa", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9160276, "upload_time": "2019-11-04T02:54:24", "upload_time_iso_8601": "2019-11-04T02:54:24.913902Z", "url": "https://files.pythonhosted.org/packages/45/e6/1101b3a38075fd2bbb97b75dc66fdcdc4d0268e21f3ac0cc5d2d873c7738/libsass-0.19.4-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "317a1a4c2e437907d2977d14411525ca", "sha256": "50778d4be269a021ba2bf42b5b8f6ff3704ab96a82175a052680bddf3ba7cc9f" }, "downloads": -1, "filename": "libsass-0.19.4-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "317a1a4c2e437907d2977d14411525ca", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 772130, "upload_time": "2019-11-04T02:55:12", "upload_time_iso_8601": "2019-11-04T02:55:12.846230Z", "url": "https://files.pythonhosted.org/packages/8c/2c/bac4ae359f06e24128a0229a8805114fb58ad90c444572a3ca0e3cf6db4c/libsass-0.19.4-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3aef537c0c5aac715626f819baa8f231", "sha256": "4dcfd561fb100250b89496e1362b96f2cc804f689a59731eb0f94f9a9e144f4a" }, "downloads": -1, "filename": "libsass-0.19.4-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "3aef537c0c5aac715626f819baa8f231", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1016102, "upload_time": "2019-11-04T02:55:15", "upload_time_iso_8601": "2019-11-04T02:55:15.142974Z", "url": "https://files.pythonhosted.org/packages/e3/d2/aec84f5f36b6c538ad36cfcdcab1c302a019fcac744bd628034a89989600/libsass-0.19.4-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b135400813c1156eaa53f9da15318540", "sha256": "81a013a4c2a614927fd1ef7a386eddabbba695cbb02defe8f31cf495106e974c" }, "downloads": -1, "filename": "libsass-0.19.4-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b135400813c1156eaa53f9da15318540", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 9146581, "upload_time": "2019-11-04T02:54:34", "upload_time_iso_8601": "2019-11-04T02:54:34.797501Z", "url": "https://files.pythonhosted.org/packages/c3/31/6b401fb2d7193fa2df3bb3cf09d3c39d2c55d6def2ffcdc4cc6dc62fcd08/libsass-0.19.4-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "684454bb22c6cc5e9d9f40a462f09f68", "sha256": "fcb7ab4dc81889e5fc99cafbc2017bc76996f9992fc6b175f7a80edac61d71df" }, "downloads": -1, "filename": "libsass-0.19.4-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "684454bb22c6cc5e9d9f40a462f09f68", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 768121, "upload_time": "2019-11-04T02:55:17", "upload_time_iso_8601": "2019-11-04T02:55:17.662776Z", "url": "https://files.pythonhosted.org/packages/46/3a/b6ead0fcfcea4de516e36e60fd1a88128369fb4f2a9fc567f53a2c403a5e/libsass-0.19.4-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e4382449db1eac1f62e088fa598ade6d", "sha256": "fc5f8336750f76f1bfae82f7e9e89ae71438d26fc4597e3ab4c05ca8fcd41d8a" }, "downloads": -1, "filename": "libsass-0.19.4-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "e4382449db1eac1f62e088fa598ade6d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 911977, "upload_time": "2019-11-04T02:55:19", "upload_time_iso_8601": "2019-11-04T02:55:19.849176Z", "url": "https://files.pythonhosted.org/packages/7e/82/07f46039477cbc667862de7f080bfbbdc41810ad750db9602ed4ff31c93f/libsass-0.19.4-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "baa144a8c40d5d46d5af957dbec74afd", "sha256": "53f87116e7441827878bd79bbad8debac23e1930423f61ab8d837ec4a4c36e0c" }, "downloads": -1, "filename": "libsass-0.19.4-cp36-cp36m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "baa144a8c40d5d46d5af957dbec74afd", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 984564, "upload_time": "2020-03-18T20:15:25", "upload_time_iso_8601": "2020-03-18T20:15:25.534562Z", "url": "https://files.pythonhosted.org/packages/8e/0b/f5e0b27b54fd5f16b7e563514c31d63cf0a62cb76ab289ce9f4b19ba4662/libsass-0.19.4-cp36-cp36m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "567e173d0f9a7aabb9438cfccceb54b9", "sha256": "9b59afa0d755089c4165516400a39a289b796b5612eeef5736ab7a1ebf96a67c" }, "downloads": -1, "filename": "libsass-0.19.4-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "567e173d0f9a7aabb9438cfccceb54b9", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9146376, "upload_time": "2019-11-04T02:54:44", "upload_time_iso_8601": "2019-11-04T02:54:44.109522Z", "url": "https://files.pythonhosted.org/packages/c7/fa/d14894f024bada6416dce38f8f1e00a7c4905bdecce9dfb45813d6fd01b7/libsass-0.19.4-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "efa3c58351c8b0da6bc042ace54ec510", "sha256": "c93df526eeef90b1ea4799c1d33b6cd5aea3e9f4633738fb95c1287c13e6b404" }, "downloads": -1, "filename": "libsass-0.19.4-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "efa3c58351c8b0da6bc042ace54ec510", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 758553, "upload_time": "2019-11-04T02:55:21", "upload_time_iso_8601": "2019-11-04T02:55:21.837170Z", "url": "https://files.pythonhosted.org/packages/06/01/4af989f0c9245bdb5f7a8a5b45c9d9dd177d9dcb4ea2739bdbd24145386c/libsass-0.19.4-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7f036c61ae283af31afc0295f8cc0de3", "sha256": "0fd8b4337b3b101c6e6afda9112cc0dc4bacb9133b59d75d65968c7317aa3272" }, "downloads": -1, "filename": "libsass-0.19.4-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "7f036c61ae283af31afc0295f8cc0de3", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 904739, "upload_time": "2019-11-04T02:55:23", "upload_time_iso_8601": "2019-11-04T02:55:23.629272Z", "url": "https://files.pythonhosted.org/packages/7d/ec/49d1f1f9598b32ef2a1f2e338ab5f811445c11dbe2e0e5985adc6094e2a8/libsass-0.19.4-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c71e9f51d709962fdb7c83c04ab991f4", "sha256": "003a65b4facb4c5dbace53fb0f70f61c5aae056a04b4d112a198c3c9674b31f2" }, "downloads": -1, "filename": "libsass-0.19.4-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "c71e9f51d709962fdb7c83c04ab991f4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 984543, "upload_time": "2019-11-04T03:07:06", "upload_time_iso_8601": "2019-11-04T03:07:06.034694Z", "url": "https://files.pythonhosted.org/packages/66/0c/6c9194d0d1d84d56bee899d18bb9d940725e3d80cbc9048b00b5ff96afb1/libsass-0.19.4-cp37-cp37m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1e1bb1f837d59bb5ba535c29b4bb2677", "sha256": "338e9ae066bf1fde874e335324d5355c52d2081d978b4f74fc59536564b35b08" }, "downloads": -1, "filename": "libsass-0.19.4-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1e1bb1f837d59bb5ba535c29b4bb2677", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 9146739, "upload_time": "2019-11-04T02:54:52", "upload_time_iso_8601": "2019-11-04T02:54:52.708598Z", "url": "https://files.pythonhosted.org/packages/82/6b/dfa1c0c4ee6a0a016525157b595654534398d99aa0678e475ff3e4289724/libsass-0.19.4-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0de8a55d4d7a7ed19b5b075ab3b12dbc", "sha256": "e318f06f06847ff49b1f8d086ac9ebce1e63404f7ea329adab92f4f16ba0e00e" }, "downloads": -1, "filename": "libsass-0.19.4-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "0de8a55d4d7a7ed19b5b075ab3b12dbc", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 758554, "upload_time": "2019-11-04T02:55:25", "upload_time_iso_8601": "2019-11-04T02:55:25.657365Z", "url": "https://files.pythonhosted.org/packages/ce/36/d5fc8ebd379b80e4c03f2cd9d3d754b19b40b093a88513754858bb78509e/libsass-0.19.4-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bfd834f7c9a0fb4fe51d0b1cde0f594e", "sha256": "a7e685466448c9b1bf98243339793978f654a1151eb5c975f09b83c7a226f4c1" }, "downloads": -1, "filename": "libsass-0.19.4-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "bfd834f7c9a0fb4fe51d0b1cde0f594e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 904738, "upload_time": "2019-11-04T02:55:28", "upload_time_iso_8601": "2019-11-04T02:55:28.230325Z", "url": "https://files.pythonhosted.org/packages/fb/7b/aae6e216891cde24d30b237ef8ffd7043c9523e674bda2d6a8f39bdaaf7e/libsass-0.19.4-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "150030263a19a10544fdd20d5687c56d", "sha256": "0fb4399f7bbecab7b181f2c2d82c3a0ba2916bf9169714b96e425355a5b23b9f" }, "downloads": -1, "filename": "libsass-0.19.4-cp38-cp38-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "150030263a19a10544fdd20d5687c56d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 984811, "upload_time": "2020-03-18T20:15:27", "upload_time_iso_8601": "2020-03-18T20:15:27.630982Z", "url": "https://files.pythonhosted.org/packages/53/11/115a4ffef10ed62cc58f337c6bdc256773efedb01eb7f586ef8de9123508/libsass-0.19.4-cp38-cp38-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8cf85e40b198ca15744d8a72a7bd34ff", "sha256": "6a51393d75f6e3c812785b0fa0b7d67c54258c28011921f204643b55f7355ec0" }, "downloads": -1, "filename": "libsass-0.19.4-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8cf85e40b198ca15744d8a72a7bd34ff", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 9148199, "upload_time": "2019-11-04T03:00:10", "upload_time_iso_8601": "2019-11-04T03:00:10.113257Z", "url": "https://files.pythonhosted.org/packages/c8/86/41d028e5d044720b3ea8029040521700efdc7747452e38a88b592f2b5ff4/libsass-0.19.4-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "33247c8777f30b03d02163e8fd86b214", "sha256": "8b5b6d1a7c4ea1d954e0982b04474cc076286493f6af2d0a13c2e950fbe0be95" }, "downloads": -1, "filename": "libsass-0.19.4.tar.gz", "has_sig": false, "md5_digest": "33247c8777f30b03d02163e8fd86b214", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 315525, "upload_time": "2019-11-04T02:41:49", "upload_time_iso_8601": "2019-11-04T02:41:49.746271Z", "url": "https://files.pythonhosted.org/packages/bb/46/1fcb3086f43ab1793fbd53966d092c1fb3dade8780ce15a96ad520bce4c6/libsass-0.19.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "809ae8ccb2ad17df77b057a36530e1c8", "sha256": "85ce7fb2c6671660120a5350d4372d56f30e09b9cb384d67e2441fbe5dff09fe" }, "downloads": -1, "filename": "libsass-0.2.0.tar.gz", "has_sig": false, "md5_digest": "809ae8ccb2ad17df77b057a36530e1c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53042, "upload_time": "2012-08-23T19:03:05", "upload_time_iso_8601": "2012-08-23T19:03:05.659223Z", "url": "https://files.pythonhosted.org/packages/ab/69/33b516952a0067f5cc44e8f70fd50df4d10ec1eedc03570388fe88c26981/libsass-0.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "cdb05e807c89b01236dce5df30cd15ce", "sha256": "aa63bf02c13a1a8f70591ea8bc92912f8369ce0d22943a57313f036840cfcda5" }, "downloads": -1, "filename": "libsass-0.2.1-py2.7-win-amd64.egg", "has_sig": false, "md5_digest": "cdb05e807c89b01236dce5df30cd15ce", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 142558, "upload_time": "2012-09-11T19:59:06", "upload_time_iso_8601": "2012-09-11T19:59:06.119890Z", "url": "https://files.pythonhosted.org/packages/3b/99/7004bedfdef3346e55ab7b26be4bd8377a82a819c20af9ea7f16afd4189d/libsass-0.2.1-py2.7-win-amd64.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "619762fa72c245abb31c15c147547fe7", "sha256": "8c4fca2fe26367dbc68fdfcbc7103bc40bc01e7c22faaa7f3196482a36e1217f" }, "downloads": -1, "filename": "libsass-0.2.1.tar.gz", "has_sig": false, "md5_digest": "619762fa72c245abb31c15c147547fe7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56685, "upload_time": "2012-09-11T19:53:52", "upload_time_iso_8601": "2012-09-11T19:53:52.934325Z", "url": "https://files.pythonhosted.org/packages/ed/16/0fb31185f0870f06a758606c84764a530bac0ec31720236e9e8d3c4963be/libsass-0.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "1cb29a628552241bb5fd7b15744c00e9", "sha256": "6d49307316fef317337b03359ba2a12c6d2a4288e4cde4a29ed9b382daf85020" }, "downloads": -1, "filename": "libsass-0.2.2-py2.6-win-amd64.egg", "has_sig": false, "md5_digest": "1cb29a628552241bb5fd7b15744c00e9", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 143011, "upload_time": "2012-09-27T18:28:13", "upload_time_iso_8601": "2012-09-27T18:28:13.101527Z", "url": "https://files.pythonhosted.org/packages/ec/0b/6b64659897994cb26ff6d51f4aebc20f980c683612bf7107301fc92e4f89/libsass-0.2.2-py2.6-win-amd64.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2d4ae13858b57b5a9f0f0bf4de854caa", "sha256": "cc894321f3804763c09f65ab010637e89db3a0e267c605a726b56036083403e0" }, "downloads": -1, "filename": "libsass-0.2.2-py2.7-win-amd64.egg", "has_sig": false, "md5_digest": "2d4ae13858b57b5a9f0f0bf4de854caa", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 142561, "upload_time": "2012-09-27T18:26:43", "upload_time_iso_8601": "2012-09-27T18:26:43.782307Z", "url": "https://files.pythonhosted.org/packages/c2/75/4f9ab47e09549356c83bc2e1fe73786599874af020b372226621fe2ff01a/libsass-0.2.2-py2.7-win-amd64.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "38af8ad84c5e455dcf42d0ca8f725077", "sha256": "4b15b9c6ad7995702b12623ef715b9fee218fe2af49bbda48adef5f74976a85b" }, "downloads": -1, "filename": "libsass-0.2.2.tar.gz", "has_sig": false, "md5_digest": "38af8ad84c5e455dcf42d0ca8f725077", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57035, "upload_time": "2012-09-27T18:06:46", "upload_time_iso_8601": "2012-09-27T18:06:46.077755Z", "url": "https://files.pythonhosted.org/packages/ac/e9/6b4e36cd12917d2c3fc2dba0c83e6ea1d80042973ca53e09ca7086fe54f4/libsass-0.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "50f68f919f73140f0edf7906e9a48375", "sha256": "5aecff993dc53bebfcffc691c85db79eed467dc7ce3a3907472cf8cf6de1876d" }, "downloads": -1, "filename": "libsass-0.2.3-py2.6-win-amd64.egg", "has_sig": false, "md5_digest": "50f68f919f73140f0edf7906e9a48375", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 143268, "upload_time": "2012-10-24T05:18:32", "upload_time_iso_8601": "2012-10-24T05:18:32.176915Z", "url": "https://files.pythonhosted.org/packages/fe/d5/e80c088e8209076582f83deeb59d0b5815da2eded2747b18fa3e6787e6f3/libsass-0.2.3-py2.6-win-amd64.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e7c152933995dc929f9ced31a06d4d93", "sha256": "78fa2ab760b27e29d78754569bb72a33ec938063cd79ae66188c888737ef9079" }, "downloads": -1, "filename": "libsass-0.2.3-py2.7-win-amd64.egg", "has_sig": false, "md5_digest": "e7c152933995dc929f9ced31a06d4d93", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 142834, "upload_time": "2012-10-24T05:19:24", "upload_time_iso_8601": "2012-10-24T05:19:24.548709Z", "url": "https://files.pythonhosted.org/packages/3a/41/98645e1067e9206281fca5572c37aeb67ff446f42339adde523f8647cee5/libsass-0.2.3-py2.7-win-amd64.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1d33356e53e9bfe079379404b29beaea", "sha256": "76c109a09e587d624024d5a6b0d805427989b8962a0f69c44c63f5b095130869" }, "downloads": -1, "filename": "libsass-0.2.3.tar.gz", "has_sig": false, "md5_digest": "1d33356e53e9bfe079379404b29beaea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61039, "upload_time": "2012-10-24T05:15:16", "upload_time_iso_8601": "2012-10-24T05:15:16.306816Z", "url": "https://files.pythonhosted.org/packages/eb/89/d94586fdd9b55e9a1eb6165a1851202962e0e11692736b13c0efcaf88207/libsass-0.2.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "dba81e44da87ba2696d37189880fffaf", "sha256": "a3cde4fb142582e1b52d3e0686d62972bdf50b212f99ba3859f3160ff680e8f1" }, "downloads": -1, "filename": "libsass-0.2.4-py2.7-win-amd64.egg", "has_sig": false, "md5_digest": "dba81e44da87ba2696d37189880fffaf", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 155028, "upload_time": "2013-02-02T07:25:34", "upload_time_iso_8601": "2013-02-02T07:25:34.094290Z", "url": "https://files.pythonhosted.org/packages/13/d8/a85bd93feec3b35837e9871696258961aaa128aa3eeb4de7ddb189cef4a9/libsass-0.2.4-py2.7-win-amd64.egg", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e22d5bdc423551aeba36482517a34636", "sha256": "1fa55169e0cb97b1be1bee8d754d8760182f3e819b3bd0540227c5ccfd1c13a0" }, "downloads": -1, "filename": "libsass-0.2.4.tar.gz", "has_sig": true, "md5_digest": "e22d5bdc423551aeba36482517a34636", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65095, "upload_time": "2012-12-03T15:46:16", "upload_time_iso_8601": "2012-12-03T15:46:16.551204Z", "url": "https://files.pythonhosted.org/packages/ed/fa/f39d0a52b4e8c45ba4471a3e95954c8c0b4482d39ddf16a66e059948bb59/libsass-0.2.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.20.0": [ { "comment_text": "", "digests": { "md5": "6d21d249232b1552ecf3289c0a03c53e", "sha256": "107c409524c6a4ed14410fa9dafa9ee59c6bd3ecae75d73af749ab2b75685726" }, "downloads": -1, "filename": "libsass-0.20.0-cp27-cp27m-macosx_10_14_intel.whl", "has_sig": false, "md5_digest": "6d21d249232b1552ecf3289c0a03c53e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1020675, "upload_time": "2020-05-05T18:00:12", "upload_time_iso_8601": "2020-05-05T18:00:12.745899Z", "url": "https://files.pythonhosted.org/packages/4d/c2/55bf55aeaf7c08a75150b2af1ce811a997d24f58504e172e03d6f2b735cf/libsass-0.20.0-cp27-cp27m-macosx_10_14_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ff8ed74ddaa68db6bbf5181451500753", "sha256": "e6a547c0aa731dcb4ed71f198e814bee0400ce04d553f3f12a53bc3a17f2a481" }, "downloads": -1, "filename": "libsass-0.20.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ff8ed74ddaa68db6bbf5181451500753", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9419061, "upload_time": "2020-05-01T16:07:34", "upload_time_iso_8601": "2020-05-01T16:07:34.387208Z", "url": "https://files.pythonhosted.org/packages/b5/ba/da46023fae5cfc8ef5a9a92bb0316f66f6ea7ca074611d021c1e0a5b681c/libsass-0.20.0-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "650acf98733e1f563c4f563949761bf7", "sha256": "98f6dee9850b29e62977a963e3beb3cfeb98b128a267d59d2c3d675e298c8d57" }, "downloads": -1, "filename": "libsass-0.20.0-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "650acf98733e1f563c4f563949761bf7", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 795037, "upload_time": "2020-05-01T16:25:32", "upload_time_iso_8601": "2020-05-01T16:25:32.550344Z", "url": "https://files.pythonhosted.org/packages/5b/85/bc5d07af0a94e982c32f4e5acaf0966503a036559e3c89037722609250ca/libsass-0.20.0-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "118142af83f7972edc902199bd17fa92", "sha256": "b077261a04ba1c213e932943208471972c5230222acb7fa97373e55a40872cbb" }, "downloads": -1, "filename": "libsass-0.20.0-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "118142af83f7972edc902199bd17fa92", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1050440, "upload_time": "2020-05-01T16:25:33", "upload_time_iso_8601": "2020-05-01T16:25:33.854443Z", "url": "https://files.pythonhosted.org/packages/be/f1/d6b3a74574f256602c3b9084db1d300049dad32074bce1bb6b5b214d5a1b/libsass-0.20.0-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4cb554b55beb6ed2373e6959cab648ab", "sha256": "74f6fb8da58179b5d86586bc045c16d93d55074bc7bb48b6354a4da7ac9f9dfd" }, "downloads": -1, "filename": "libsass-0.20.0-cp36-abi3-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4cb554b55beb6ed2373e6959cab648ab", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9420410, "upload_time": "2020-05-01T16:07:42", "upload_time_iso_8601": "2020-05-01T16:07:42.696112Z", "url": "https://files.pythonhosted.org/packages/11/29/5f58780d56bb5ce3b548e01a41e2a9e4e5506b7da3051d02cb9bf4dfc0c7/libsass-0.20.0-cp36-abi3-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dc8ddf43741adc87dbc846de41b40414", "sha256": "a43f3830d83ad9a7f5013c05ce239ca71744d0780dad906587302ac5257bce60" }, "downloads": -1, "filename": "libsass-0.20.0-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "dc8ddf43741adc87dbc846de41b40414", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 761610, "upload_time": "2020-05-01T16:25:35", "upload_time_iso_8601": "2020-05-01T16:25:35.235520Z", "url": "https://files.pythonhosted.org/packages/fd/95/75f5fd724d787ed15044bb30d0be1d0e0bef80f974d2e2116520c00020ac/libsass-0.20.0-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "90b3b16a4ae0d757629951241d8e5dae", "sha256": "fd19c8f73f70ffc6cbcca8139da08ea9a71fc48e7dfc4bb236ad88ab2d6558f1" }, "downloads": -1, "filename": "libsass-0.20.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "90b3b16a4ae0d757629951241d8e5dae", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 867546, "upload_time": "2020-05-01T16:25:36", "upload_time_iso_8601": "2020-05-01T16:25:36.633634Z", "url": "https://files.pythonhosted.org/packages/d6/7d/dab5a79501cb4fc4578b026dbde2dadb6fb0e86cdc774dbff456a503d139/libsass-0.20.0-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e778f361a1bae96f7cc9fe0cb5877ba1", "sha256": "8cf72552b39e78a1852132e16b706406bc76029fe3001583284ece8d8752a60a" }, "downloads": -1, "filename": "libsass-0.20.0-cp37-abi3-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "e778f361a1bae96f7cc9fe0cb5877ba1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 1016247, "upload_time": "2020-05-05T18:00:14", "upload_time_iso_8601": "2020-05-05T18:00:14.485772Z", "url": "https://files.pythonhosted.org/packages/da/6f/bec88642be19558c41a01b6c008bd44fba966981cc9ed6aab2991ee0da62/libsass-0.20.0-cp37-abi3-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7d81cd0b3c11a0121aae1af9abb48f56", "sha256": "7555d9b24e79943cfafac44dbb4ca7e62105c038de7c6b999838c9ff7b88645d" }, "downloads": -1, "filename": "libsass-0.20.0-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "7d81cd0b3c11a0121aae1af9abb48f56", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 761606, "upload_time": "2020-05-01T16:25:38", "upload_time_iso_8601": "2020-05-01T16:25:38.056665Z", "url": "https://files.pythonhosted.org/packages/bb/55/a44e625baca242c39f5815149f3f254cd533008f08185e0858ce0fe8db6c/libsass-0.20.0-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e27974344eb015819cc1f5e5cc1bb6db", "sha256": "794f4f4661667263e7feafe5cc866e3746c7c8a9192b2aa9afffdadcbc91c687" }, "downloads": -1, "filename": "libsass-0.20.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "e27974344eb015819cc1f5e5cc1bb6db", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 867546, "upload_time": "2020-05-01T16:25:39", "upload_time_iso_8601": "2020-05-01T16:25:39.550651Z", "url": "https://files.pythonhosted.org/packages/40/2b/6520aa8dbcce5a8a490eb24f323ca04a9ad719bbce765fcadb534f9f08de/libsass-0.20.0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6a4d7d2e95bd1975cbb257c1f9834363", "sha256": "3bc0d68778b30b5fa83199e18795314f64b26ca5871e026343e63934f616f7f7" }, "downloads": -1, "filename": "libsass-0.20.0-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "6a4d7d2e95bd1975cbb257c1f9834363", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 761343, "upload_time": "2020-05-01T16:25:41", "upload_time_iso_8601": "2020-05-01T16:25:41.100537Z", "url": "https://files.pythonhosted.org/packages/59/d7/cd43e3f934c022ab2e7cdc2dbea1bfb087e344e6c11e02661255a1025109/libsass-0.20.0-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aeb3b125acf8b5abe11a8e83cf03f54b", "sha256": "5c8ff562b233734fbc72b23bb862cc6a6f70b1e9bf85a58422aa75108b94783b" }, "downloads": -1, "filename": "libsass-0.20.0-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "aeb3b125acf8b5abe11a8e83cf03f54b", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 867129, "upload_time": "2020-05-01T16:25:42", "upload_time_iso_8601": "2020-05-01T16:25:42.363215Z", "url": "https://files.pythonhosted.org/packages/60/c8/5af948b4f76d97a30817c90ef731e0609c919ddefcdde9a4dfdc6693f042/libsass-0.20.0-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "98c65fddf9e272eae77d2b6abb73255d", "sha256": "b7452f1df274b166dc22ee2e9154c4adca619bcbbdf8041a7aa05f372a1dacbc" }, "downloads": -1, "filename": "libsass-0.20.0.tar.gz", "has_sig": false, "md5_digest": "98c65fddf9e272eae77d2b6abb73255d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 321750, "upload_time": "2020-05-01T15:56:43", "upload_time_iso_8601": "2020-05-01T15:56:43.989981Z", "url": "https://files.pythonhosted.org/packages/1a/12/90961539dec2eb3e0708e33585f89495c65814636bf32d44c7a829e4ef48/libsass-0.20.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.20.1": [ { "comment_text": "", "digests": { "md5": "bd86189c9b66954568bf176f00f4ae02", "sha256": "4a246e4b88fd279abef8b669206228c92534d96ddcd0770d7012088c408dff23" }, "downloads": -1, "filename": "libsass-0.20.1-cp27-cp27m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "bd86189c9b66954568bf176f00f4ae02", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1091265, "upload_time": "2020-08-27T22:21:47", "upload_time_iso_8601": "2020-08-27T22:21:47.961593Z", "url": "https://files.pythonhosted.org/packages/79/0f/db02777a85f108d31370afc123c50c564e29c92e9901178da8a726c139f0/libsass-0.20.1-cp27-cp27m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "637945aa31416403859d2a242e056155", "sha256": "1521d2a8d4b397c6ec90640a1f6b5529077035efc48ef1c2e53095544e713d1b" }, "downloads": -1, "filename": "libsass-0.20.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "637945aa31416403859d2a242e056155", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9419162, "upload_time": "2020-08-27T22:21:56", "upload_time_iso_8601": "2020-08-27T22:21:56.694377Z", "url": "https://files.pythonhosted.org/packages/73/49/4165dca63dd0286d12582c9c45d10bcebe8e52037e5e1ad6e580dd3d33c6/libsass-0.20.1-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "96cb411600175d5adefa8933800acf23", "sha256": "697f0f9fa8a1367ca9ec6869437cb235b1c537fc8519983d1d890178614a8903" }, "downloads": -1, "filename": "libsass-0.20.1-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "96cb411600175d5adefa8933800acf23", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 797327, "upload_time": "2020-08-27T22:21:59", "upload_time_iso_8601": "2020-08-27T22:21:59.338741Z", "url": "https://files.pythonhosted.org/packages/f2/6c/fd7e961afb8298b3b8d107ac6e1dca377d8aed017488868b96b6a28933b6/libsass-0.20.1-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0ca4c963ceadd0a922e8afe038b6afc8", "sha256": "1b2d415bbf6fa7da33ef46e549db1418498267b459978eff8357e5e823962d35" }, "downloads": -1, "filename": "libsass-0.20.1-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "0ca4c963ceadd0a922e8afe038b6afc8", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1051225, "upload_time": "2020-08-27T22:22:01", "upload_time_iso_8601": "2020-08-27T22:22:01.721778Z", "url": "https://files.pythonhosted.org/packages/dc/98/541a9053b01a2ec10901292d19d3c22e5f2a583ff5c8bfa8b40115eec67a/libsass-0.20.1-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "31bb7077a26ff6cf51edcecbb1bc5374", "sha256": "2ae806427b28bc1bb7cb0258666d854fcf92ba52a04656b0b17ba5e190fb48a9" }, "downloads": -1, "filename": "libsass-0.20.1-cp36-abi3-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "31bb7077a26ff6cf51edcecbb1bc5374", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 1083733, "upload_time": "2020-08-27T22:22:04", "upload_time_iso_8601": "2020-08-27T22:22:04.777054Z", "url": "https://files.pythonhosted.org/packages/e0/4d/203eb49bceb70de52e86461d346669fa898f50dbf858d4a9247ed03f3834/libsass-0.20.1-cp36-abi3-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0d3724b26cd4fbe3a552f9aac701c807", "sha256": "25ebc2085f5eee574761ccc8d9cd29a9b436fc970546d5ef08c6fa41eb57dff1" }, "downloads": -1, "filename": "libsass-0.20.1-cp36-abi3-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0d3724b26cd4fbe3a552f9aac701c807", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9420653, "upload_time": "2020-08-27T22:22:13", "upload_time_iso_8601": "2020-08-27T22:22:13.345981Z", "url": "https://files.pythonhosted.org/packages/7f/b9/fb78500949e1c08840327ae485a6d05c46acff057e28270b74c63566c668/libsass-0.20.1-cp36-abi3-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "57494f15c7a21c4524fbfe75b32633bb", "sha256": "553e5096414a8d4fb48d0a48f5a038d3411abe254d79deac5e008516c019e63a" }, "downloads": -1, "filename": "libsass-0.20.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "57494f15c7a21c4524fbfe75b32633bb", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 764305, "upload_time": "2020-08-27T22:22:16", "upload_time_iso_8601": "2020-08-27T22:22:16.016022Z", "url": "https://files.pythonhosted.org/packages/0c/87/1b499f6ca02e5f4c3243f336f636c54ee746a836e2e9da41f4d2a61de40a/libsass-0.20.1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "21ea0214e25e2a44ffab74a98130ed64", "sha256": "e64ae2587f1a683e831409aad03ba547c245ef997e1329fffadf7a866d2510b8" }, "downloads": -1, "filename": "libsass-0.20.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "21ea0214e25e2a44ffab74a98130ed64", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 868281, "upload_time": "2020-08-27T22:22:18", "upload_time_iso_8601": "2020-08-27T22:22:18.460723Z", "url": "https://files.pythonhosted.org/packages/11/77/18470ce7c837a9d88f9461633d0463d73167fb52e61b71dca2653d95627c/libsass-0.20.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bca57e4b6c5d8b5db5f84dba2e155c57", "sha256": "c9411fec76f480ffbacc97d8188322e02a5abca6fc78e70b86a2a2b421eae8a2" }, "downloads": -1, "filename": "libsass-0.20.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "bca57e4b6c5d8b5db5f84dba2e155c57", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 764304, "upload_time": "2020-08-27T22:22:21", "upload_time_iso_8601": "2020-08-27T22:22:21.304554Z", "url": "https://files.pythonhosted.org/packages/a8/92/a1eb7839e27930fa763ea53bbef099a7a54d007f0256eb777d52b6fd0eb6/libsass-0.20.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1b4a5bc9181ad2bd5c85343b0f09aedf", "sha256": "a8fd4af9f853e8bf42b1425c5e48dd90b504fa2e70d7dac5ac80b8c0a5a5fe85" }, "downloads": -1, "filename": "libsass-0.20.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "1b4a5bc9181ad2bd5c85343b0f09aedf", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 868281, "upload_time": "2020-08-27T22:22:24", "upload_time_iso_8601": "2020-08-27T22:22:24.116514Z", "url": "https://files.pythonhosted.org/packages/1a/5a/5366236505f6fb8809c3d680e55e32117f9327d12d9c8ce87c16fd680661/libsass-0.20.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f5605b63363a565903784669c71a0a25", "sha256": "f6852828e9e104d2ce0358b73c550d26dd86cc3a69439438c3b618811b9584f5" }, "downloads": -1, "filename": "libsass-0.20.1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "f5605b63363a565903784669c71a0a25", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 764101, "upload_time": "2020-08-27T22:22:26", "upload_time_iso_8601": "2020-08-27T22:22:26.904638Z", "url": "https://files.pythonhosted.org/packages/41/8f/fab4a763fa2c23bd7785a7f76957239f926396c315e898e129a2d33e9dcf/libsass-0.20.1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "03500cf8ca58081b22b0051486fa3fc6", "sha256": "daa98a51086d92aa7e9c8871cf1a8258124b90e2abf4697852a3dca619838618" }, "downloads": -1, "filename": "libsass-0.20.1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "03500cf8ca58081b22b0051486fa3fc6", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 868183, "upload_time": "2020-08-27T22:22:29", "upload_time_iso_8601": "2020-08-27T22:22:29.260708Z", "url": "https://files.pythonhosted.org/packages/2d/84/83c14c87651daf6f800c75d4b4b9849135ca3aac3630bb14a6723148e7dc/libsass-0.20.1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "edfd75596bf62bb4bd6dee22f3450d20", "sha256": "e0e60836eccbf2d9e24ec978a805cd6642fa92515fbd95e3493fee276af76f8a" }, "downloads": -1, "filename": "libsass-0.20.1.tar.gz", "has_sig": false, "md5_digest": "edfd75596bf62bb4bd6dee22f3450d20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 316227, "upload_time": "2020-08-27T22:07:12", "upload_time_iso_8601": "2020-08-27T22:07:12.061987Z", "url": "https://files.pythonhosted.org/packages/41/62/c4927766b1c9e5b997ac8291a876aee98d1aef2d1ac7678ce75b3a3814b2/libsass-0.20.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.21.0": [ { "comment_text": "", "digests": { "md5": "a4c2568d4504273d66a1e5f266aa2bc5", "sha256": "06c8776417fe930714bdc930a3d7e795ae3d72be6ac883ff72a1b8f7c49e5ffb" }, "downloads": -1, "filename": "libsass-0.21.0-cp27-cp27m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "a4c2568d4504273d66a1e5f266aa2bc5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1093246, "upload_time": "2021-05-21T02:26:32", "upload_time_iso_8601": "2021-05-21T02:26:32.666037Z", "url": "https://files.pythonhosted.org/packages/26/a8/c27ea1d9abc3b0a66d19a0c596113754b29c4259b43cd86d93ad5460edd7/libsass-0.21.0-cp27-cp27m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ce08c43c3c48f73d53355c2887947c52", "sha256": "1e25dd9047a9392d3c59a0b869e0404f2b325a03871ee45285ee33b3664f5613" }, "downloads": -1, "filename": "libsass-0.21.0-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ce08c43c3c48f73d53355c2887947c52", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9433899, "upload_time": "2021-05-21T01:52:22", "upload_time_iso_8601": "2021-05-21T01:52:22.794470Z", "url": "https://files.pythonhosted.org/packages/f7/bf/dc5902aa2f933f20eceaf2905abe2a8acd4a3cdb04c648e442327b4e8a7f/libsass-0.21.0-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "07bc5ad810facd327bbb8e3629defaca", "sha256": "a005f298f64624f313a3ac618ab03f844c71d84ae4f4a4aec4b68d2a4ffe75eb" }, "downloads": -1, "filename": "libsass-0.21.0-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "07bc5ad810facd327bbb8e3629defaca", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 803756, "upload_time": "2021-05-21T02:26:22", "upload_time_iso_8601": "2021-05-21T02:26:22.309424Z", "url": "https://files.pythonhosted.org/packages/c1/fd/b0cb224a4285bdade8d36d961eb37edc03289fe39b29ce9e63b50a4c39b8/libsass-0.21.0-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c5580d63dff5b75a17cd1ca2b3087683", "sha256": "6b984510ed94993708c0d697b4fef2d118929bbfffc3b90037be0f5ccadf55e7" }, "downloads": -1, "filename": "libsass-0.21.0-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "c5580d63dff5b75a17cd1ca2b3087683", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1056303, "upload_time": "2021-05-21T02:26:24", "upload_time_iso_8601": "2021-05-21T02:26:24.820274Z", "url": "https://files.pythonhosted.org/packages/03/cc/c368c650944fe770f27682d28cbe4305625e789d75897d4df29d193d4d9e/libsass-0.21.0-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9e8d859c20e20dfbda5c4e0bec928417", "sha256": "12f39712de38689a8b785b7db41d3ba2ea1d46f9379d81ea4595802d91fa6529" }, "downloads": -1, "filename": "libsass-0.21.0-cp36-abi3-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "9e8d859c20e20dfbda5c4e0bec928417", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 1085715, "upload_time": "2021-05-21T02:26:35", "upload_time_iso_8601": "2021-05-21T02:26:35.898439Z", "url": "https://files.pythonhosted.org/packages/90/73/a76f690849f864386bb18c8b4a7dfd1db7a390fd26d00fd566e86a076598/libsass-0.21.0-cp36-abi3-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a969147d8e817a7c9c371cb617459975", "sha256": "e2b1a7d093f2e76dc694c17c0c285e846d0b0deb0e8b21dc852ba1a3a4e2f1d6" }, "downloads": -1, "filename": "libsass-0.21.0-cp36-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a969147d8e817a7c9c371cb617459975", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9444637, "upload_time": "2021-05-21T01:52:33", "upload_time_iso_8601": "2021-05-21T01:52:33.560357Z", "url": "https://files.pythonhosted.org/packages/e1/75/32838d4a18f3bc1757d3b8005856ec9d14c348a4b8ae6b77387bf4dcfd02/libsass-0.21.0-cp36-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b0363bc31654c78c3d40e08c0cb9c42f", "sha256": "abc29357ee540849faf1383e1746d40d69ed5cb6d4c346df276b258f5aa8977a" }, "downloads": -1, "filename": "libsass-0.21.0-cp36-abi3-win32.whl", "has_sig": false, "md5_digest": "b0363bc31654c78c3d40e08c0cb9c42f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 763443, "upload_time": "2021-05-21T02:26:27", "upload_time_iso_8601": "2021-05-21T02:26:27.136511Z", "url": "https://files.pythonhosted.org/packages/ba/bb/7769b9433a1b3a837a313c1f5e0c5839b10afb8c3e3e157c4ee66c94a2b9/libsass-0.21.0-cp36-abi3-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f25958533d7701f161bf6a4097e67a43", "sha256": "659ae41af8708681fa3ec73f47b9735a6725e71c3b66ff570bfce78952f2314e" }, "downloads": -1, "filename": "libsass-0.21.0-cp36-abi3-win_amd64.whl", "has_sig": false, "md5_digest": "f25958533d7701f161bf6a4097e67a43", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 868188, "upload_time": "2021-05-21T02:26:29", "upload_time_iso_8601": "2021-05-21T02:26:29.447797Z", "url": "https://files.pythonhosted.org/packages/c2/33/1979ab8928732765ad39eb6bdee234c45f3b5bbd4204ac5673ff671b082e/libsass-0.21.0-cp36-abi3-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1c5a1d3ed525b0ad0a7ea1988cbc7b88", "sha256": "c9ec490609752c1d81ff6290da33485aa7cb6d7365ac665b74464c1b7d97f7da" }, "downloads": -1, "filename": "libsass-0.21.0-cp38-abi3-macosx_12_0_arm64.whl", "has_sig": false, "md5_digest": "1c5a1d3ed525b0ad0a7ea1988cbc7b88", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 980264, "upload_time": "2021-11-18T17:51:43", "upload_time_iso_8601": "2021-11-18T17:51:43.480177Z", "url": "https://files.pythonhosted.org/packages/b1/ce/cf9bc22f3b60841b0185bb3d945c59ab422a0015e538e54f377a480d0dc4/libsass-0.21.0-cp38-abi3-macosx_12_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b4edb4171b78642ea644aac689d684da", "sha256": "d5ba529d9ce668be9380563279f3ffe988f27bc5b299c5a28453df2e0b0fbaf2" }, "downloads": -1, "filename": "libsass-0.21.0.tar.gz", "has_sig": false, "md5_digest": "b4edb4171b78642ea644aac689d684da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 317193, "upload_time": "2021-05-21T01:42:18", "upload_time_iso_8601": "2021-05-21T01:42:18.199565Z", "url": "https://files.pythonhosted.org/packages/42/91/2a8abf59fa20a2b5148d18192fe66877139667cfc02bd3b782bd74b2e3d1/libsass-0.21.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "da334ca1dc532532c76270afdcc06d1a", "sha256": "8c0b48d9233d35916a45e9393267eb93a152d3ea2933ac7c11ada6dbb8ba6fea" }, "downloads": -1, "filename": "libsass-0.3.0-cp26-none-win_amd64.whl", "has_sig": false, "md5_digest": "da334ca1dc532532c76270afdcc06d1a", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 238345, "upload_time": "2014-02-20T17:39:22", "upload_time_iso_8601": "2014-02-20T17:39:22.163793Z", "url": "https://files.pythonhosted.org/packages/f4/54/af0e47e094feec46946f711b955405ccea6bedd74fcf4a2d7284d41a4917/libsass-0.3.0-cp26-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7587ef7157cb9e4f0c4bbfacddde49d2", "sha256": "48ca79fee1b2b170440f19b2f40ac92d8f376e6bdf1c10e9aa4c63102a4856e3" }, "downloads": -1, "filename": "libsass-0.3.0-cp27-none-macosx_10_8_intel.whl", "has_sig": true, "md5_digest": "7587ef7157cb9e4f0c4bbfacddde49d2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 682178, "upload_time": "2014-02-22T20:17:55", "upload_time_iso_8601": "2014-02-22T20:17:55.593939Z", "url": "https://files.pythonhosted.org/packages/25/c0/84ca0cc3087e84b7898da79ec604a65d79445364313aa4f16b2ed12c0e79/libsass-0.3.0-cp27-none-macosx_10_8_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "88102358054a76377f240077923e643c", "sha256": "331bb45aaef79e26f594dae90843ea364b8539287abbd033547ca92a7081db46" }, "downloads": -1, "filename": "libsass-0.3.0-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "88102358054a76377f240077923e643c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 238053, "upload_time": "2014-02-20T17:39:36", "upload_time_iso_8601": "2014-02-20T17:39:36.524777Z", "url": "https://files.pythonhosted.org/packages/e3/21/d630a026daf89b62fa70d78b72922b00e59ea20f8d303698e0f483554d04/libsass-0.3.0-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b4062591324d21c2b194358af636a762", "sha256": "5e781ab533a6774b6b4119f7e6da8053c5f8be601100d745431ac07d3871e565" }, "downloads": -1, "filename": "libsass-0.3.0-cp33-cp33m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "b4062591324d21c2b194358af636a762", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 681403, "upload_time": "2014-02-20T17:42:20", "upload_time_iso_8601": "2014-02-20T17:42:20.841468Z", "url": "https://files.pythonhosted.org/packages/e5/e9/e0415d57ef8652f4a86e3b98c8323454da1651a378284dddf66c430b12cf/libsass-0.3.0-cp33-cp33m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c5613915f65fb609866c4ec4b305ecfb", "sha256": "dbf5621377d12dfae94b1a005c2959d4fa38e4fe7d332378addc29253259861c" }, "downloads": -1, "filename": "libsass-0.3.0-cp33-none-win_amd64.whl", "has_sig": false, "md5_digest": "c5613915f65fb609866c4ec4b305ecfb", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 238070, "upload_time": "2014-02-20T17:39:56", "upload_time_iso_8601": "2014-02-20T17:39:56.776559Z", "url": "https://files.pythonhosted.org/packages/00/61/88f97a756f371781eeea60ca2e5679b56d9f6ada26080ce485a180f4710e/libsass-0.3.0-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3194c33aeb93318002b4d64447894979", "sha256": "0604e6f8b63da8a331d4320d6de24d0f95dd8b80d554c48f38e04e48bf770999" }, "downloads": -1, "filename": "libsass-0.3.0.tar.gz", "has_sig": true, "md5_digest": "3194c33aeb93318002b4d64447894979", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 86205, "upload_time": "2014-02-20T17:37:50", "upload_time_iso_8601": "2014-02-20T17:37:50.478750Z", "url": "https://files.pythonhosted.org/packages/1a/0b/dc05e61be7f533f9f5889257ce55107e73da11969f8384a88f0dd6e8eec2/libsass-0.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "ac6b1ed7794c37c689ebf0367ada6f46", "sha256": "d32a38ea3abb4a6bcc57503880733ed80e82da29ad497330c6f9fe085049f727" }, "downloads": -1, "filename": "libsass-0.4.0-cp26-none-macosx_10_9_x86_64.whl", "has_sig": true, "md5_digest": "ac6b1ed7794c37c689ebf0367ada6f46", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 310521, "upload_time": "2014-05-06T15:01:46", "upload_time_iso_8601": "2014-05-06T15:01:46.678843Z", "url": "https://files.pythonhosted.org/packages/a8/cf/cd788f837a5ca14b60dbe558575be5f7c2747163908e1442e85ed2dc19f1/libsass-0.4.0-cp26-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cf2ebde85003b593a612a62231fc914b", "sha256": "7533f4787ee2dc57cca223f53af1e5924dbc225949575a6cf12807fbb0fa5843" }, "downloads": -1, "filename": "libsass-0.4.0-cp26-none-win_amd64.whl", "has_sig": true, "md5_digest": "cf2ebde85003b593a612a62231fc914b", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 202639, "upload_time": "2014-05-06T15:01:28", "upload_time_iso_8601": "2014-05-06T15:01:28.866657Z", "url": "https://files.pythonhosted.org/packages/1a/ff/092c090188fc5a6c46ed603ba5e3faffeee48b587f0d7a8931e7000c5d09/libsass-0.4.0-cp26-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "480e31fb4d737a90d0b939b0826f2dfc", "sha256": "3e7458afcd9f6b2ba435f8fe50a457a2ce0ed7adac6e1064cdcec8117522cd7c" }, "downloads": -1, "filename": "libsass-0.4.0-cp27-none-macosx_10_9_intel.whl", "has_sig": true, "md5_digest": "480e31fb4d737a90d0b939b0826f2dfc", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 311057, "upload_time": "2014-05-06T14:45:09", "upload_time_iso_8601": "2014-05-06T14:45:09.649363Z", "url": "https://files.pythonhosted.org/packages/b6/cd/166c4db5d98bd5d82fdf1c3f5a30d607af8b43069d04e6b7ec69940f79b2/libsass-0.4.0-cp27-none-macosx_10_9_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8c87792ba73bdebebefe71e30c8e234e", "sha256": "19c40904a5c20c3ffec68509b389a4658f13e2596965861278b468b959de4b8e" }, "downloads": -1, "filename": "libsass-0.4.0-cp27-none-win_amd64.whl", "has_sig": true, "md5_digest": "8c87792ba73bdebebefe71e30c8e234e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 202362, "upload_time": "2014-05-06T14:54:55", "upload_time_iso_8601": "2014-05-06T14:54:55.469259Z", "url": "https://files.pythonhosted.org/packages/a7/90/aefe067ae837490481f69348e67f60c0a1d98f905ea25b36fcd250832ea2/libsass-0.4.0-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "03acf39b9382a209a71874fc678c2f6b", "sha256": "7e6137a1b03833702e867608a8e9462ad8582cb43fb810ac5dbdbce0eaeac019" }, "downloads": -1, "filename": "libsass-0.4.0-cp32-cp32m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "03acf39b9382a209a71874fc678c2f6b", "packagetype": "bdist_wheel", "python_version": "3.2", "requires_python": null, "size": 341471, "upload_time": "2014-05-06T14:46:28", "upload_time_iso_8601": "2014-05-06T14:46:28.972262Z", "url": "https://files.pythonhosted.org/packages/3a/bd/34841b4831fe8ada8afb8723b6cb12ebd910adf2a229679597e195b1f015/libsass-0.4.0-cp32-cp32m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a66e129e6a41f4336adc4034b8a900d7", "sha256": "2ec6fa6408f6090b5b667afb4558200f1f1e8f3df839f89ede502d257c1bf1a3" }, "downloads": -1, "filename": "libsass-0.4.0-cp32-none-win_amd64.whl", "has_sig": true, "md5_digest": "a66e129e6a41f4336adc4034b8a900d7", "packagetype": "bdist_wheel", "python_version": "3.2", "requires_python": null, "size": 202371, "upload_time": "2014-05-06T14:56:00", "upload_time_iso_8601": "2014-05-06T14:56:00.053633Z", "url": "https://files.pythonhosted.org/packages/f2/0c/0f53d9101b1b22e3da932b848e9f4c47f20a4a63e8c8f05b15e1625c9c2a/libsass-0.4.0-cp32-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b77e49da939ddd6bbd4de1a17e101cca", "sha256": "bd71f51514907d9d6058ea5537cb1a0f7158c19b0dbdf14307981f3d1e6d770f" }, "downloads": -1, "filename": "libsass-0.4.0-cp33-cp33m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "b77e49da939ddd6bbd4de1a17e101cca", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 341715, "upload_time": "2014-05-06T14:57:35", "upload_time_iso_8601": "2014-05-06T14:57:35.632973Z", "url": "https://files.pythonhosted.org/packages/90/de/071c23f70664df62a00895037eba0c5beab617d641efb9b210d79182d0c1/libsass-0.4.0-cp33-cp33m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "16aa6bad9f6fd7e21d2789104f885eae", "sha256": "d013fb4b30a76f454843dbae8bd0435d32cdf5f8196dfa49117bac0b430fb3cc" }, "downloads": -1, "filename": "libsass-0.4.0-cp33-none-win_amd64.whl", "has_sig": true, "md5_digest": "16aa6bad9f6fd7e21d2789104f885eae", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 202379, "upload_time": "2014-05-06T14:57:21", "upload_time_iso_8601": "2014-05-06T14:57:21.711073Z", "url": "https://files.pythonhosted.org/packages/40/55/d0d817bc40e845a28214a4b3494aadc9806c70af757c82d25aa23308315c/libsass-0.4.0-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "14070af89859e80ccd76746b34023fe3", "sha256": "deedc2e595af52cce5ef983a13c187bd99c2f4842d93c92a5036933bef4b9876" }, "downloads": -1, "filename": "libsass-0.4.0-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "14070af89859e80ccd76746b34023fe3", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 341668, "upload_time": "2014-05-06T14:45:03", "upload_time_iso_8601": "2014-05-06T14:45:03.599485Z", "url": "https://files.pythonhosted.org/packages/08/16/b3cbd6a3c2da75e533aa4819d3d9235d92dc9d1c2ee5e04d47141d275aa8/libsass-0.4.0-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "457dcf5c6fb7e09e6b226afef3062c36", "sha256": "d320583fedf6bde94afe317eedeaef81999e7197ca6822245046e6e871bbb340" }, "downloads": -1, "filename": "libsass-0.4.0-cp34-none-win_amd64.whl", "has_sig": true, "md5_digest": "457dcf5c6fb7e09e6b226afef3062c36", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 202242, "upload_time": "2014-05-06T14:59:56", "upload_time_iso_8601": "2014-05-06T14:59:56.478716Z", "url": "https://files.pythonhosted.org/packages/22/d5/aff5adca5d8351def5439a5c101eac881294ec683e45adb8141aeb30718a/libsass-0.4.0-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "775eaddef193e3ab711017af7cd0f41b", "sha256": "724b869c55c619b69ee8962e7a2e130e4e2eaa92a13a288d9093203dfdc16c41" }, "downloads": -1, "filename": "libsass-0.4.0.tar.gz", "has_sig": true, "md5_digest": "775eaddef193e3ab711017af7cd0f41b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89000, "upload_time": "2014-05-06T14:41:12", "upload_time_iso_8601": "2014-05-06T14:41:12.111917Z", "url": "https://files.pythonhosted.org/packages/41/5c/991389ab37aa7c7dfb4bef0ed814e039fb7a4973353a48fda3942ee91edb/libsass-0.4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "1aca84b64ddffeab27d20d4bc391d2cf", "sha256": "5ab78bd562262e89541537c492a12bb10bfeaee1c7b4cc9e390cea85e0d6c029" }, "downloads": -1, "filename": "libsass-0.4.1-cp26-none-macosx_10_9_intel.whl", "has_sig": true, "md5_digest": "1aca84b64ddffeab27d20d4bc391d2cf", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 599011, "upload_time": "2014-05-20T11:29:41", "upload_time_iso_8601": "2014-05-20T11:29:41.408623Z", "url": "https://files.pythonhosted.org/packages/2e/a9/af124b80eef0735f60be5d444daff7d9ab1a39c73eb6599a0b8e8a6fe646/libsass-0.4.1-cp26-none-macosx_10_9_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e75dcd2502e906232b15017a68f087dd", "sha256": "1e155c69079b90341292e300da8b82b3e1debf213d32387aa1ad244d974400bd" }, "downloads": -1, "filename": "libsass-0.4.1-cp26-none-win_amd64.whl", "has_sig": true, "md5_digest": "e75dcd2502e906232b15017a68f087dd", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 202969, "upload_time": "2014-05-20T12:48:54", "upload_time_iso_8601": "2014-05-20T12:48:54.908941Z", "url": "https://files.pythonhosted.org/packages/2a/8c/031abacf5abe5e7cf5285ce4c3f1231832343ba89f2b2900b56cd5befade/libsass-0.4.1-cp26-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "82f8113f974ec7f8ea34a3725e098e30", "sha256": "1ebb243605783eee20424bfc411cd68d85b5b0a6dddc9862ff0fa1b3fe8d511c" }, "downloads": -1, "filename": "libsass-0.4.1-cp27-none-macosx_10_9_intel.whl", "has_sig": true, "md5_digest": "82f8113f974ec7f8ea34a3725e098e30", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 598983, "upload_time": "2014-05-20T11:28:44", "upload_time_iso_8601": "2014-05-20T11:28:44.427403Z", "url": "https://files.pythonhosted.org/packages/11/43/fe0830368dd4a370efe6228fcf1e41f426d8021549ac49402cc2e0cb8c07/libsass-0.4.1-cp27-none-macosx_10_9_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fa6489dd1234395e760e9a8723cf26c8", "sha256": "8837c1b7f085005a86f5339ea810d40ac81477ff503a92d6c41e020cb3fedf29" }, "downloads": -1, "filename": "libsass-0.4.1-cp27-none-win_amd64.whl", "has_sig": true, "md5_digest": "fa6489dd1234395e760e9a8723cf26c8", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 202684, "upload_time": "2014-05-20T12:49:04", "upload_time_iso_8601": "2014-05-20T12:49:04.734981Z", "url": "https://files.pythonhosted.org/packages/d2/40/f11b70f7dc090aeba40dac19f6382f4c448aa0f6c73e45260db44dd2dc62/libsass-0.4.1-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "312d4fa8605ba1d09c2d02faf1be53f2", "sha256": "b141d91ba32907bcedfb700502a3b693dbcc998de15b7a1609fed369ca8c6e6e" }, "downloads": -1, "filename": "libsass-0.4.1-cp33-cp33m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "312d4fa8605ba1d09c2d02faf1be53f2", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 342184, "upload_time": "2014-05-20T11:27:46", "upload_time_iso_8601": "2014-05-20T11:27:46.074991Z", "url": "https://files.pythonhosted.org/packages/ff/8a/400ee0545746c82caf17b77328126156f30f4edda13490d5f25b268d24b3/libsass-0.4.1-cp33-cp33m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "995a638acfce9eb35a3daf4f8fbabdc6", "sha256": "18f0c61a135a922f7eaad2a6c1a840067768a60d295295fb4ea4a9cfe4bc968c" }, "downloads": -1, "filename": "libsass-0.4.1-cp33-none-win_amd64.whl", "has_sig": true, "md5_digest": "995a638acfce9eb35a3daf4f8fbabdc6", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 202698, "upload_time": "2014-05-20T12:49:16", "upload_time_iso_8601": "2014-05-20T12:49:16.873635Z", "url": "https://files.pythonhosted.org/packages/12/f1/2d5dfaca8606060cc60511ff39d60077aa574efb20e9093e1211117f4a8f/libsass-0.4.1-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fff5ea89cabae6e0b6b106e35cc00391", "sha256": "217e7773b77ea7533f3b362ce142bb6ac4777deb1ea51d987d197aea3a33d827" }, "downloads": -1, "filename": "libsass-0.4.1-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "fff5ea89cabae6e0b6b106e35cc00391", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 342167, "upload_time": "2014-05-20T11:22:13", "upload_time_iso_8601": "2014-05-20T11:22:13.294501Z", "url": "https://files.pythonhosted.org/packages/de/55/e3736a8b864d89c658d091293a69018f0bd4f5766fe5a9f4c03010d63266/libsass-0.4.1-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9ea9ebaeb8df800eda5f8cde179235ec", "sha256": "6a543752601305bb16ba80923974f47c2b143092496a41a28341e782bdabd837" }, "downloads": -1, "filename": "libsass-0.4.1-cp34-none-win_amd64.whl", "has_sig": true, "md5_digest": "9ea9ebaeb8df800eda5f8cde179235ec", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 202564, "upload_time": "2014-05-20T12:49:26", "upload_time_iso_8601": "2014-05-20T12:49:26.341712Z", "url": "https://files.pythonhosted.org/packages/3f/43/94db476210e7dd765f1e65487cdefb923734e34a0bf5a4b7a899ac270fed/libsass-0.4.1-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0f2184ec6edb25f2e769eeb5c47d4923", "sha256": "f9a452104f26f123071b21cf828bfa42f3d69819c970d43a3a1f1b93e6aadfdc" }, "downloads": -1, "filename": "libsass-0.4.1.tar.gz", "has_sig": true, "md5_digest": "0f2184ec6edb25f2e769eeb5c47d4923", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89281, "upload_time": "2014-05-20T11:22:07", "upload_time_iso_8601": "2014-05-20T11:22:07.392475Z", "url": "https://files.pythonhosted.org/packages/d7/bd/2b62bca583cb6c16ad5cfb11a6941845c57c2736cf828bc3df9da0785226/libsass-0.4.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "2c90ba3b3277c17f9ac82a05bf379542", "sha256": "8191a8ab5d53e3249fef160bb59621afbb0f12020755eb2990c36a9abf3db66a" }, "downloads": -1, "filename": "libsass-0.4.2-cp26-none-macosx_10_9_x86_64.whl", "has_sig": true, "md5_digest": "2c90ba3b3277c17f9ac82a05bf379542", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 310999, "upload_time": "2014-05-22T14:02:39", "upload_time_iso_8601": "2014-05-22T14:02:39.025012Z", "url": "https://files.pythonhosted.org/packages/38/a7/6556f9a98b8cee65b6e5a6b57cd18523da60eb667f14407d0c36796519ae/libsass-0.4.2-cp26-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9f180a0b385b4d15f7d5c03ada88eeba", "sha256": "a94519c0fe27ad8534c7a2b4a222b0532caa3ea13467ee2a755c6aba9b0b1133" }, "downloads": -1, "filename": "libsass-0.4.2-cp26-none-win_amd64.whl", "has_sig": true, "md5_digest": "9f180a0b385b4d15f7d5c03ada88eeba", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 203225, "upload_time": "2014-05-22T14:05:26", "upload_time_iso_8601": "2014-05-22T14:05:26.789983Z", "url": "https://files.pythonhosted.org/packages/33/93/7f91205e37c478903c9e0b4b100939a9ae88f0cacb2db9558ebea374b0ca/libsass-0.4.2-cp26-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cc9acb4f81836464f2137941c10fb104", "sha256": "0260b823d797c70783e3ff095f5cbc6fdbe8f7199c0a2c880f9bab0e5955b082" }, "downloads": -1, "filename": "libsass-0.4.2-cp27-none-macosx_10_9_intel.whl", "has_sig": true, "md5_digest": "cc9acb4f81836464f2137941c10fb104", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 311380, "upload_time": "2014-05-22T14:01:29", "upload_time_iso_8601": "2014-05-22T14:01:29.616105Z", "url": "https://files.pythonhosted.org/packages/bf/db/c8426fbf1fe084f625f8258e1d2c9309a394220052c91bf8a4f7c2bb71de/libsass-0.4.2-cp27-none-macosx_10_9_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0f4d45053262ce8d6fdb219b28339734", "sha256": "fb87b3e70c50e680a96e9382f0b0206d358791e82ae745d1d52e2e614181d4f4" }, "downloads": -1, "filename": "libsass-0.4.2-cp27-none-win_amd64.whl", "has_sig": true, "md5_digest": "0f4d45053262ce8d6fdb219b28339734", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 202940, "upload_time": "2014-05-22T14:05:31", "upload_time_iso_8601": "2014-05-22T14:05:31.621470Z", "url": "https://files.pythonhosted.org/packages/c1/07/d77b2f5696faaffe5d0cb11a1a848bcd5d9b0b1bcf541d8612563de12d32/libsass-0.4.2-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d6c977674ea94c401b14800bc8f67287", "sha256": "e336001012ab94e772a2601c3d4788a225148b6d5238171e042c7f6adaeec22f" }, "downloads": -1, "filename": "libsass-0.4.2-cp33-cp33m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "d6c977674ea94c401b14800bc8f67287", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 342325, "upload_time": "2014-05-22T14:01:06", "upload_time_iso_8601": "2014-05-22T14:01:06.000154Z", "url": "https://files.pythonhosted.org/packages/8f/88/7c956d574083472ae8ba7ba8e55820005998bb805cc8d1fde47474cd1e4d/libsass-0.4.2-cp33-cp33m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "80f20bab6ba2521727b8e4a972e8accd", "sha256": "3a63e35b7e305882b4e2e862eee205ced1e85115da4b12340204728bbf4ea848" }, "downloads": -1, "filename": "libsass-0.4.2-cp33-none-win_amd64.whl", "has_sig": true, "md5_digest": "80f20bab6ba2521727b8e4a972e8accd", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 202958, "upload_time": "2014-05-22T14:05:38", "upload_time_iso_8601": "2014-05-22T14:05:38.505317Z", "url": "https://files.pythonhosted.org/packages/71/77/412c95e87b64419f9baa8ff213a25ae5fdef7d389b0d4b5cebbc1089281f/libsass-0.4.2-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e8bfa8cb01d69a8e02a4e8d4b52886af", "sha256": "2e8b409495a8003ac45978693582e0a829329b7188642025e4d4de302c30e069" }, "downloads": -1, "filename": "libsass-0.4.2-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "e8bfa8cb01d69a8e02a4e8d4b52886af", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 342318, "upload_time": "2014-05-22T13:59:58", "upload_time_iso_8601": "2014-05-22T13:59:58.514955Z", "url": "https://files.pythonhosted.org/packages/58/e5/34732ddf06f8fb529dfbf33f0941a0d7f3473796ced9817db664e47c2fd2/libsass-0.4.2-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "24f8f26a2e8e7d703ce3705ae2bd312f", "sha256": "c45dc10a696a88bc791a8e98ff760f5fd7ce5f1e693730dc02b0c2a04b8528b9" }, "downloads": -1, "filename": "libsass-0.4.2-cp34-none-win_amd64.whl", "has_sig": true, "md5_digest": "24f8f26a2e8e7d703ce3705ae2bd312f", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 202836, "upload_time": "2014-05-22T14:05:45", "upload_time_iso_8601": "2014-05-22T14:05:45.629231Z", "url": "https://files.pythonhosted.org/packages/fc/aa/95c296a48bf6cd8167cb2f860d74a80f2485a20f24178694cd906d698ade/libsass-0.4.2-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c070d2e34fba0eb7c753f0c1695c24b1", "sha256": "6a56e3c436daa6e1879d7a1a684745c2016e44370f8e1d9e315fc3ce2ea23af9" }, "downloads": -1, "filename": "libsass-0.4.2.tar.gz", "has_sig": true, "md5_digest": "c070d2e34fba0eb7c753f0c1695c24b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89658, "upload_time": "2014-05-22T13:59:53", "upload_time_iso_8601": "2014-05-22T13:59:53.718981Z", "url": "https://files.pythonhosted.org/packages/06/12/38af574d85f88c2ac1078691a29f807b998ac5ae9ff01a9b31d47476aa0c/libsass-0.4.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "80321bdabb95c91752cfe1f335775b1a", "sha256": "97443277d0a6e70232c989e4438d12e46f996d0ad9615f0b2c01bbc9d413d875" }, "downloads": -1, "filename": "libsass-0.5.0-cp26-none-macosx_10_9_x86_64.whl", "has_sig": true, "md5_digest": "80321bdabb95c91752cfe1f335775b1a", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 359806, "upload_time": "2014-06-05T15:35:44", "upload_time_iso_8601": "2014-06-05T15:35:44.383135Z", "url": "https://files.pythonhosted.org/packages/99/e2/fb6cd3211e3ca7939b988291a6e2c3bb7a39e1cb4a2e44f6d44ac9e15280/libsass-0.5.0-cp26-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4e088ce100ff24ef44d9c47f5a6a4859", "sha256": "f1fd51d75ac45131d0e5c5e2f802a816db04beea44889d4354dbdf8332e9af98" }, "downloads": -1, "filename": "libsass-0.5.0-cp26-none-win_amd64.whl", "has_sig": true, "md5_digest": "4e088ce100ff24ef44d9c47f5a6a4859", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 239121, "upload_time": "2014-06-05T15:37:52", "upload_time_iso_8601": "2014-06-05T15:37:52.724203Z", "url": "https://files.pythonhosted.org/packages/fd/35/89414cdc81291af83474e47efab6a48ef28961c845f27502079a8e325a29/libsass-0.5.0-cp26-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a176907f7d9a86ab86f11a2a683b8e79", "sha256": "016540f35f9c3eca2d538e73016889906e08f9bfb47efaf843b6e69422dad455" }, "downloads": -1, "filename": "libsass-0.5.0-cp27-none-macosx_10_9_intel.whl", "has_sig": true, "md5_digest": "a176907f7d9a86ab86f11a2a683b8e79", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 360166, "upload_time": "2014-06-05T15:33:26", "upload_time_iso_8601": "2014-06-05T15:33:26.650996Z", "url": "https://files.pythonhosted.org/packages/25/37/554ef35f575fdff07a958557c282ac680a64b4ab078eab45c58acfe2ac62/libsass-0.5.0-cp27-none-macosx_10_9_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "df23693d40ff6f243739a668f2eb04a4", "sha256": "02eabbf366447b13389b01bc5b5eab9b1f24124abe8a0ba475ebdd742d03e8e0" }, "downloads": -1, "filename": "libsass-0.5.0-cp27-none-win_amd64.whl", "has_sig": true, "md5_digest": "df23693d40ff6f243739a668f2eb04a4", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 238917, "upload_time": "2014-06-05T15:36:01", "upload_time_iso_8601": "2014-06-05T15:36:01.506425Z", "url": "https://files.pythonhosted.org/packages/16/bd/d1662e2f431c330e635ac8532cba453bb0d9e6360fdd44848011c23b60e3/libsass-0.5.0-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ddc29477760596b77b475dbaa9773fd0", "sha256": "ca25cea24a31e4b0936b122efac0564ec93f201b83fec7a6c5afbb7caac71035" }, "downloads": -1, "filename": "libsass-0.5.0-cp33-cp33m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "ddc29477760596b77b475dbaa9773fd0", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 400736, "upload_time": "2014-06-05T15:31:41", "upload_time_iso_8601": "2014-06-05T15:31:41.825479Z", "url": "https://files.pythonhosted.org/packages/bc/9c/382a56f7553bf44ef007cd88f20fb92d93c54d9afcfab2319b31bc7aab27/libsass-0.5.0-cp33-cp33m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "32853ca1ecbe3c5b1a9bc909c7b66fdb", "sha256": "a8ef76ee72c1cf25c825324871ab36e10fce1f4cf2c9c1e05b252b0679641c6b" }, "downloads": -1, "filename": "libsass-0.5.0-cp33-none-win_amd64.whl", "has_sig": true, "md5_digest": "32853ca1ecbe3c5b1a9bc909c7b66fdb", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 238194, "upload_time": "2014-06-05T15:33:18", "upload_time_iso_8601": "2014-06-05T15:33:18.558696Z", "url": "https://files.pythonhosted.org/packages/fd/ed/55777f65ffe094c78753bfcf001edac11647040d61e88930c9dda5f07bed/libsass-0.5.0-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "49a22cee1ec6b4ae1d2580fd9ba42a67", "sha256": "454d3305646d2eb040797a256d49e4ac2b2d9d806723802242bc9216e9794b2d" }, "downloads": -1, "filename": "libsass-0.5.0-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "49a22cee1ec6b4ae1d2580fd9ba42a67", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 397482, "upload_time": "2014-06-05T15:30:19", "upload_time_iso_8601": "2014-06-05T15:30:19.418825Z", "url": "https://files.pythonhosted.org/packages/b5/04/0d404920328067e704ff2c5fa576c378b250182e4a8db557357ea917fde6/libsass-0.5.0-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ccdf2cc65fd9d432fc285bc11abea600", "sha256": "8a21d28a653264b3c9f3dd5608d7fff2273688f8678ded5d3e2856b21fbe7d6a" }, "downloads": -1, "filename": "libsass-0.5.0-cp34-none-win_amd64.whl", "has_sig": true, "md5_digest": "ccdf2cc65fd9d432fc285bc11abea600", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 238818, "upload_time": "2014-06-05T15:32:00", "upload_time_iso_8601": "2014-06-05T15:32:00.169137Z", "url": "https://files.pythonhosted.org/packages/80/6c/1feff2c6478bd7e59df1a3684cc2186bbfea940203ebb4928436ccd626e9/libsass-0.5.0-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d32e6a1bb15a6d62ffaf7390ae44c81c", "sha256": "454d018bf92d74a0d8f4a6769741331669f103fc96b9a149a7bfbb4e825f8368" }, "downloads": -1, "filename": "libsass-0.5.0.tar.gz", "has_sig": true, "md5_digest": "d32e6a1bb15a6d62ffaf7390ae44c81c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106499, "upload_time": "2014-06-05T15:28:55", "upload_time_iso_8601": "2014-06-05T15:28:55.931862Z", "url": "https://files.pythonhosted.org/packages/60/92/ed9ecb601a79ffc23e488675478e093dea7e77a5386e02faff6069e24b36/libsass-0.5.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "b80f4fa005331e8c0730da0022da8f73", "sha256": "e799ec27349604eb08d7e5f6a5dd13d3d8da41782d3baf5ffbef00fbe3dbbc49" }, "downloads": -1, "filename": "libsass-0.5.1-cp26-none-macosx_10_9_intel.whl", "has_sig": true, "md5_digest": "b80f4fa005331e8c0730da0022da8f73", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 722976, "upload_time": "2014-09-23T08:36:43", "upload_time_iso_8601": "2014-09-23T08:36:43.086699Z", "url": "https://files.pythonhosted.org/packages/36/11/8993648ba52b5b19bd330d3463c01f7cdd62cf707ff70bdec1e77f985691/libsass-0.5.1-cp26-none-macosx_10_9_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fdb570a946d82193d1e39b732eafdb61", "sha256": "bd80d66420625a4894f90ac1fbcc26a939aa73214c483426e4933c0bb776ed05" }, "downloads": -1, "filename": "libsass-0.5.1-cp26-none-win32.whl", "has_sig": true, "md5_digest": "fdb570a946d82193d1e39b732eafdb61", "packagetype": "bdist_wheel", "python_version": "cp26", "requires_python": null, "size": 181312, "upload_time": "2014-09-23T09:38:02", "upload_time_iso_8601": "2014-09-23T09:38:02.321120Z", "url": "https://files.pythonhosted.org/packages/13/1f/f4ab72ffa98979b76d8fae98d59a3e671bd85fe5a61c5847f50ca8d39750/libsass-0.5.1-cp26-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "accbc7b7d6588861332671ab90086497", "sha256": "b9d591299f4d0df2d46cf90b93fe96f3d9d62b4cd85e78d533d7c166ed4c027c" }, "downloads": -1, "filename": "libsass-0.5.1-cp26-none-win_amd64.whl", "has_sig": true, "md5_digest": "accbc7b7d6588861332671ab90086497", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 240001, "upload_time": "2014-09-23T12:20:59", "upload_time_iso_8601": "2014-09-23T12:20:59.967274Z", "url": "https://files.pythonhosted.org/packages/6c/50/a07183e4ecd80482d1dedc45a39b565ac78cf38d81ec37dd623748a9624f/libsass-0.5.1-cp26-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c0cfbbb712cb623501b9f742fedc4c31", "sha256": "37aed1a71ce20af4b1e63ac55bc2793a4acff55b2f3307e33274ac3cef088941" }, "downloads": -1, "filename": "libsass-0.5.1-cp27-none-macosx_10_9_intel.whl", "has_sig": true, "md5_digest": "c0cfbbb712cb623501b9f742fedc4c31", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 722989, "upload_time": "2014-09-23T08:36:49", "upload_time_iso_8601": "2014-09-23T08:36:49.926537Z", "url": "https://files.pythonhosted.org/packages/45/c7/c0e61ba76075e6278b564b5e965706f408ce674709e6b7925e6946f428b6/libsass-0.5.1-cp27-none-macosx_10_9_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "49c0c56b0a4a04408c7dfdb4a29c994c", "sha256": "a13142333f72b75ce35a271d4c46cf364bbe3856bced1e86f6926fa7faecfb8f" }, "downloads": -1, "filename": "libsass-0.5.1-cp27-none-win32.whl", "has_sig": true, "md5_digest": "49c0c56b0a4a04408c7dfdb4a29c994c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 181056, "upload_time": "2014-09-23T09:38:06", "upload_time_iso_8601": "2014-09-23T09:38:06.479628Z", "url": "https://files.pythonhosted.org/packages/21/cd/8a0662f6af2ea3f5acb4572e39de8deae6e77eaabe9b83064b39c827f882/libsass-0.5.1-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fd5fce9b2f32a80fcf249f0afb9e1eb7", "sha256": "121fbac7f022bc691337651b4493f8e3fae62f7808163fed7c9245c9927dcf14" }, "downloads": -1, "filename": "libsass-0.5.1-cp27-none-win_amd64.whl", "has_sig": true, "md5_digest": "fd5fce9b2f32a80fcf249f0afb9e1eb7", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 239796, "upload_time": "2014-09-23T12:19:38", "upload_time_iso_8601": "2014-09-23T12:19:38.919898Z", "url": "https://files.pythonhosted.org/packages/66/fc/a5d5b11c395c78db0cc3b73241eafd5c8a3df17a175ff48d8e9bcc056ba7/libsass-0.5.1-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "555c101db94245d67666855434c5288d", "sha256": "ca0700af747d1d870171a9af6ae10ad9519951761b869df2604afccced9e7af4" }, "downloads": -1, "filename": "libsass-0.5.1-cp33-cp33m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "555c101db94245d67666855434c5288d", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 412520, "upload_time": "2014-09-23T08:37:29", "upload_time_iso_8601": "2014-09-23T08:37:29.857293Z", "url": "https://files.pythonhosted.org/packages/ef/75/ea10e127d075085bdb2d6608a58976051bdabeafd4af18e50f0f286888b0/libsass-0.5.1-cp33-cp33m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c5c3bf4080a564b9d49d51db129fe878", "sha256": "792f75aebb1eafcbd37269ad44e0fb7111d4ca3d0770a26b85e7cc4e11d6705f" }, "downloads": -1, "filename": "libsass-0.5.1-cp33-none-win32.whl", "has_sig": true, "md5_digest": "c5c3bf4080a564b9d49d51db129fe878", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 179779, "upload_time": "2014-09-23T09:38:09", "upload_time_iso_8601": "2014-09-23T09:38:09.702098Z", "url": "https://files.pythonhosted.org/packages/06/e1/cfbaf3e396aac6cba35599cc8e93a44e89866fad8991c635a0566197fe7b/libsass-0.5.1-cp33-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bbaa8f6d5cd8cce98c3bb3f938860df6", "sha256": "422ba9ea01c4f08432c51412e9776835755b05000961036937897a02015aa082" }, "downloads": -1, "filename": "libsass-0.5.1-cp33-none-win_amd64.whl", "has_sig": true, "md5_digest": "bbaa8f6d5cd8cce98c3bb3f938860df6", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 240769, "upload_time": "2014-09-23T12:21:11", "upload_time_iso_8601": "2014-09-23T12:21:11.813466Z", "url": "https://files.pythonhosted.org/packages/b3/04/894f599eca602858ed2d89b3001b8012ecfda2afc65a10237108323824e8/libsass-0.5.1-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "902cf911add3c15d376c706c3645288a", "sha256": "74a2bf7b79b9be0a662f759d3a46a16f85c19b9991e36e2c4b4b218449e8de71" }, "downloads": -1, "filename": "libsass-0.5.1-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "902cf911add3c15d376c706c3645288a", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 412803, "upload_time": "2014-09-23T08:41:46", "upload_time_iso_8601": "2014-09-23T08:41:46.405956Z", "url": "https://files.pythonhosted.org/packages/ea/90/851bfaff82bfba28812797843c66225f6c7fdd6ece5b47ed070317b37f36/libsass-0.5.1-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "10d2aaad920307c0eb32408560bf4dd3", "sha256": "ea6865de8f8a4e89e1aa1d4cce42af8d10da9cfec78c6792544b523a24f5a0e3" }, "downloads": -1, "filename": "libsass-0.5.1-cp34-none-win32.whl", "has_sig": true, "md5_digest": "10d2aaad920307c0eb32408560bf4dd3", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 180216, "upload_time": "2014-09-23T09:38:13", "upload_time_iso_8601": "2014-09-23T09:38:13.864086Z", "url": "https://files.pythonhosted.org/packages/2d/9c/fae5655b4caff1f10191247b43dc149ddf72740756a272b8b3f59f49072f/libsass-0.5.1-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9adb66147d4540727d201000ee028d40", "sha256": "4703747ff1fdb328036c2b41987a8db5c083520be3fbaee29eab9344122db1c2" }, "downloads": -1, "filename": "libsass-0.5.1-cp34-none-win_amd64.whl", "has_sig": true, "md5_digest": "9adb66147d4540727d201000ee028d40", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 241387, "upload_time": "2014-09-23T12:23:37", "upload_time_iso_8601": "2014-09-23T12:23:37.166171Z", "url": "https://files.pythonhosted.org/packages/f3/79/1fed5063840d7a8907531917820125557fc8f6053cf4144e6f692cdf0ec2/libsass-0.5.1-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "84e22f4b33a6fb12cc422c43165992d6", "sha256": "f492418b41a52e9c062583ea05cbb7a648a33f7345d54d451e13e534114fe0f4" }, "downloads": -1, "filename": "libsass-0.5.1.tar.gz", "has_sig": true, "md5_digest": "84e22f4b33a6fb12cc422c43165992d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107444, "upload_time": "2014-09-23T08:34:24", "upload_time_iso_8601": "2014-09-23T08:34:24.781380Z", "url": "https://files.pythonhosted.org/packages/15/2b/909dc63d4509a35c2d4135007d2463bdeca3cb6418384c593c1d9611b506/libsass-0.5.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "ec8e50fd4d4ebb92ba8f9eca0865b970", "sha256": "636085b1c787540fc0c7e53e537ea6ad69d218fa807531eca03f37ffed0eda00" }, "downloads": -1, "filename": "libsass-0.6.0-cp26-none-macosx_10_9_x86_64.whl", "has_sig": true, "md5_digest": "ec8e50fd4d4ebb92ba8f9eca0865b970", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 435866, "upload_time": "2014-10-27T11:46:38", "upload_time_iso_8601": "2014-10-27T11:46:38.550508Z", "url": "https://files.pythonhosted.org/packages/69/00/b5dbbfcaa05338037c065e1046ff1328d340c185cb034f8792acba50bac0/libsass-0.6.0-cp26-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a2ef3e466357ae137e2c41d90e8afb3c", "sha256": "d57eef864de0a04fdd8b1044cee69d9bd3da8a340e5cabcecb1366210e7c7dac" }, "downloads": -1, "filename": "libsass-0.6.0-cp26-none-win32.whl", "has_sig": true, "md5_digest": "a2ef3e466357ae137e2c41d90e8afb3c", "packagetype": "bdist_wheel", "python_version": "cp26", "requires_python": null, "size": 220963, "upload_time": "2014-10-27T12:05:33", "upload_time_iso_8601": "2014-10-27T12:05:33.491141Z", "url": "https://files.pythonhosted.org/packages/e2/8d/3fc7fae0fcfa85da5bf57ef86f5b01c4ce94c71df52ddab6399e2830e6c2/libsass-0.6.0-cp26-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "260b2f10b3ef05c65348cfd56fcbc766", "sha256": "a3c3a6abedd5fb3142947fd25623b369d97a47d3b75322d6eaf977616a3e3e85" }, "downloads": -1, "filename": "libsass-0.6.0-cp26-none-win_amd64.whl", "has_sig": true, "md5_digest": "260b2f10b3ef05c65348cfd56fcbc766", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 294557, "upload_time": "2014-10-27T11:49:37", "upload_time_iso_8601": "2014-10-27T11:49:37.720994Z", "url": "https://files.pythonhosted.org/packages/1e/cd/9779aa36b434e5c070601417849b6e205343dc4f63d1d1332dcbe6e1c321/libsass-0.6.0-cp26-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d26bfdab7e5e7d24d6e0b03b97f96e4c", "sha256": "09d3fd40cc9774f6249bc8fd353bc755220c4e3950b0580b76bf8706de49e3ac" }, "downloads": -1, "filename": "libsass-0.6.0-cp27-none-macosx_10_9_intel.whl", "has_sig": true, "md5_digest": "d26bfdab7e5e7d24d6e0b03b97f96e4c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 435942, "upload_time": "2014-10-27T11:45:13", "upload_time_iso_8601": "2014-10-27T11:45:13.666085Z", "url": "https://files.pythonhosted.org/packages/b2/ab/66d65e55a694e8ee046d75e25001f07cf688e69b31ea06676d9f917cc107/libsass-0.6.0-cp27-none-macosx_10_9_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d30145eb5dbae2de1387d91dec0e68b3", "sha256": "ca2bf32b2cb878cabeb3f98e109cfdfd7a38a48c7c7b8f0de6694853049ab72f" }, "downloads": -1, "filename": "libsass-0.6.0-cp27-none-win32.whl", "has_sig": true, "md5_digest": "d30145eb5dbae2de1387d91dec0e68b3", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 220743, "upload_time": "2014-10-27T12:06:38", "upload_time_iso_8601": "2014-10-27T12:06:38.664337Z", "url": "https://files.pythonhosted.org/packages/8a/7a/6bfe72298842b06838e3306bb45376e4a11fe7ee84cb58f9021fdc6abae1/libsass-0.6.0-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7e4b55539c0fc30b69532366fa6b1a22", "sha256": "c546309f6215e16996b09575c334a95ff58f864d557071f0b0df5beb64b9e24e" }, "downloads": -1, "filename": "libsass-0.6.0-cp27-none-win_amd64.whl", "has_sig": true, "md5_digest": "7e4b55539c0fc30b69532366fa6b1a22", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 294256, "upload_time": "2014-10-27T11:47:46", "upload_time_iso_8601": "2014-10-27T11:47:46.953149Z", "url": "https://files.pythonhosted.org/packages/97/e4/19f9210c97e673c9285197dfb90cf665f74975133feaed40f75af928a56c/libsass-0.6.0-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fe75f39ff3d1e63461cdc16cfb39bf70", "sha256": "70548d325abb19a21e4f691d19f304488fae384603f5c747ac2b04f87b163087" }, "downloads": -1, "filename": "libsass-0.6.0-cp33-cp33m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "fe75f39ff3d1e63461cdc16cfb39bf70", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 451480, "upload_time": "2014-10-27T11:43:49", "upload_time_iso_8601": "2014-10-27T11:43:49.331129Z", "url": "https://files.pythonhosted.org/packages/56/fd/982b1802d456e73f7d822c647c222833c0e80efebaffe46efa88faef11c4/libsass-0.6.0-cp33-cp33m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5cb1fe9d833a2c4c9c35da7d4ccdff7d", "sha256": "7ed4ccc21b7a218436c72026310b58f1178fb31b91890f84e2c9f3835abe0d5d" }, "downloads": -1, "filename": "libsass-0.6.0-cp33-none-win32.whl", "has_sig": true, "md5_digest": "5cb1fe9d833a2c4c9c35da7d4ccdff7d", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 219824, "upload_time": "2014-10-27T12:31:01", "upload_time_iso_8601": "2014-10-27T12:31:01.628501Z", "url": "https://files.pythonhosted.org/packages/37/81/20e6ecf8fbd9868217a6a69de266ce2487b86ab4a9adeaf0d62af4a0cecc/libsass-0.6.0-cp33-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2f5b680ce3489bc525535adfe414ec3e", "sha256": "9f15ea72fa463fe32e28beb2da92068a22deda38ab8f5c8e904ad62df43249a4" }, "downloads": -1, "filename": "libsass-0.6.0-cp33-none-win_amd64.whl", "has_sig": true, "md5_digest": "2f5b680ce3489bc525535adfe414ec3e", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 294700, "upload_time": "2014-10-27T11:46:08", "upload_time_iso_8601": "2014-10-27T11:46:08.341900Z", "url": "https://files.pythonhosted.org/packages/2d/86/c89363d86d82998c7ed5f4dba4a5952943ead633c4cd76306e2abb4944e7/libsass-0.6.0-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "37d750f827919cc401e665c621e48c6d", "sha256": "2cdde8ca2b2e1aea92dc443910ca40f957d094979fdba72f007339235dea357b" }, "downloads": -1, "filename": "libsass-0.6.0-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "37d750f827919cc401e665c621e48c6d", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 451220, "upload_time": "2014-10-27T11:42:15", "upload_time_iso_8601": "2014-10-27T11:42:15.300269Z", "url": "https://files.pythonhosted.org/packages/0f/1e/039d775b6f568694bbf79e4ddbd0a694f0e2745bf076e20700a31a6fc4fa/libsass-0.6.0-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "04b4008d450e2261d1600914eb47c0e4", "sha256": "99adfc7d3fcf915e7cf74d8b803d5549109be27882d713dd6ffc2f4700d440a8" }, "downloads": -1, "filename": "libsass-0.6.0-cp34-none-win32.whl", "has_sig": true, "md5_digest": "04b4008d450e2261d1600914eb47c0e4", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 219335, "upload_time": "2014-10-27T12:40:44", "upload_time_iso_8601": "2014-10-27T12:40:44.385509Z", "url": "https://files.pythonhosted.org/packages/c1/52/c2c4cf80da92c5aafe6e21666cb6a830b434105a7024b0b000704195e221/libsass-0.6.0-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "512b6efa2cbb8b3bf4707d18690a63ee", "sha256": "67f9b8b97f3cf45657a752d2e9d923279cd2a40ccc4ee2c45493c19980394918" }, "downloads": -1, "filename": "libsass-0.6.0-cp34-none-win_amd64.whl", "has_sig": true, "md5_digest": "512b6efa2cbb8b3bf4707d18690a63ee", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 294780, "upload_time": "2014-10-27T11:44:36", "upload_time_iso_8601": "2014-10-27T11:44:36.652830Z", "url": "https://files.pythonhosted.org/packages/76/36/465aafed93b1c04fb76ab6c679bd7b2166fa0260cf67fc4fec803d1b58b4/libsass-0.6.0-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0a20651f3bf96677e2e3e00e13744950", "sha256": "8905540ca2517371874b50483f0efd98a69c64cfb6a1f4ddde74192772b62327" }, "downloads": -1, "filename": "libsass-0.6.0.tar.gz", "has_sig": true, "md5_digest": "0a20651f3bf96677e2e3e00e13744950", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 143734, "upload_time": "2014-10-27T11:42:10", "upload_time_iso_8601": "2014-10-27T11:42:10.649488Z", "url": "https://files.pythonhosted.org/packages/4d/68/a7f7b4f14453b541c100670652598d1b1fd61cc3ce35131b8a8f6f46de74/libsass-0.6.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "9b9f223042132213752a291b7739a7c6", "sha256": "76d25bd7469c49879f948fb4e4dc2cc752f33c8a6ba5b7ee4c1d235a897c3f35" }, "downloads": -1, "filename": "libsass-0.6.1-cp26-none-macosx_10_9_x86_64.whl", "has_sig": true, "md5_digest": "9b9f223042132213752a291b7739a7c6", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 445982, "upload_time": "2014-11-06T13:35:05", "upload_time_iso_8601": "2014-11-06T13:35:05.214178Z", "url": "https://files.pythonhosted.org/packages/7e/46/0c2c3332316d5e42e7654e49286536cbdd9e3faccb708631557b174b991e/libsass-0.6.1-cp26-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e25e72ee115e9ff418a2d66eed49e411", "sha256": "acd238656896dbdf66d31fa0852a899485c789d12f47e217f26a42078888aaaa" }, "downloads": -1, "filename": "libsass-0.6.1-cp27-none-macosx_10_9_intel.whl", "has_sig": true, "md5_digest": "e25e72ee115e9ff418a2d66eed49e411", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 446050, "upload_time": "2014-11-06T13:33:48", "upload_time_iso_8601": "2014-11-06T13:33:48.173720Z", "url": "https://files.pythonhosted.org/packages/e3/a1/63db7a320d352b2570c2aec81a240965205fdd86e6f43066c3b07014f243/libsass-0.6.1-cp27-none-macosx_10_9_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c64a661d5a63b2deab6f6df678ba8997", "sha256": "8fdcd3d50ab871e7f1a67ddf20bb1e4c373f5878db4e943a58afa9b2f6cd191c" }, "downloads": -1, "filename": "libsass-0.6.1-cp33-cp33m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "c64a661d5a63b2deab6f6df678ba8997", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 462233, "upload_time": "2014-11-06T13:30:46", "upload_time_iso_8601": "2014-11-06T13:30:46.349197Z", "url": "https://files.pythonhosted.org/packages/8f/db/7b8968cd476cab211b5f5e9835ca6f7ccf805161a5d7e5fc95288cb8bbcb/libsass-0.6.1-cp33-cp33m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6122439e341d0a4ff01cf725cacc5b31", "sha256": "280cf30d6389761784624b6309355ccdf1a11d93a5d36fbc0a27871581c67cb5" }, "downloads": -1, "filename": "libsass-0.6.1-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "6122439e341d0a4ff01cf725cacc5b31", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 465354, "upload_time": "2014-11-06T13:29:37", "upload_time_iso_8601": "2014-11-06T13:29:37.645830Z", "url": "https://files.pythonhosted.org/packages/37/f1/84383de948177033f6b26092e4ea02ff821b19f0d5a00945aad33c79178a/libsass-0.6.1-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b2d4745bcc021996db8b6674d73bcf93", "sha256": "1752024302bbf9d982334f106c1dbee20c8f87e4ca209ec43d6ee42b8d409c94" }, "downloads": -1, "filename": "libsass-0.6.1.tar.gz", "has_sig": true, "md5_digest": "b2d4745bcc021996db8b6674d73bcf93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146116, "upload_time": "2014-11-06T13:29:33", "upload_time_iso_8601": "2014-11-06T13:29:33.670343Z", "url": "https://files.pythonhosted.org/packages/bc/2b/22cf953aecc756d5f2ec60570d793ac242111717aac8ff5aa4b8c60319f5/libsass-0.6.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "900c9d13f707adf40396295d68c62293", "sha256": "8af46e83f36988916085b66d2ec2e9234d11f6b09beeac7cc6689d0c71e5b013" }, "downloads": -1, "filename": "libsass-0.6.2-cp26-none-macosx_10_9_x86_64.whl", "has_sig": true, "md5_digest": "900c9d13f707adf40396295d68c62293", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 465127, "upload_time": "2014-11-24T15:17:24", "upload_time_iso_8601": "2014-11-24T15:17:24.410423Z", "url": "https://files.pythonhosted.org/packages/c9/fb/e57da8a6e23a7702ad5081ed2a14ccee8ec3eeb3f6081cb9ed6b43fc95bf/libsass-0.6.2-cp26-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e31e79797b34638ee19f9abe8817cc51", "sha256": "afbdba70e4d959c7505d5f6ad2b5aa9edfd55c2b6953b1858371916ab877f272" }, "downloads": -1, "filename": "libsass-0.6.2-cp26-none-win32.whl", "has_sig": true, "md5_digest": "e31e79797b34638ee19f9abe8817cc51", "packagetype": "bdist_wheel", "python_version": "cp26", "requires_python": null, "size": 237031, "upload_time": "2014-11-25T07:41:16", "upload_time_iso_8601": "2014-11-25T07:41:16.265201Z", "url": "https://files.pythonhosted.org/packages/61/0a/02f9fd13f6d8088aca089f2a29f6a5102f24fe2d16c992db6e96877c61c5/libsass-0.6.2-cp26-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3908b8cb5ec400f4301eaae58fb975b7", "sha256": "01618dc5bc8fa7febf63dbf3feb995cd4216ad1e5e61d1c1ec320fd3a4c14cb1" }, "downloads": -1, "filename": "libsass-0.6.2-cp26-none-win_amd64.whl", "has_sig": true, "md5_digest": "3908b8cb5ec400f4301eaae58fb975b7", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 317403, "upload_time": "2014-11-24T15:19:49", "upload_time_iso_8601": "2014-11-24T15:19:49.867020Z", "url": "https://files.pythonhosted.org/packages/df/d4/11f6eba0fd3aa9a328ddf592aa2cc60ad0935ff4a7496ad39190116a6583/libsass-0.6.2-cp26-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "622e9ff5434291fe3febca6164f2897a", "sha256": "b048a5ff91a74ed0597a5817c8e39afb03c8e0596b9c1931b5740225e761838e" }, "downloads": -1, "filename": "libsass-0.6.2-cp27-none-macosx_10_9_intel.whl", "has_sig": true, "md5_digest": "622e9ff5434291fe3febca6164f2897a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 465133, "upload_time": "2014-11-24T15:14:21", "upload_time_iso_8601": "2014-11-24T15:14:21.516156Z", "url": "https://files.pythonhosted.org/packages/bc/14/72678d07263f1e7731d77fdc67e1ce9dd8e8064fd308694ebc6ae9f0f768/libsass-0.6.2-cp27-none-macosx_10_9_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c24bdff2db863b036cb04798208bd108", "sha256": "55058a2a2d61d429aa229eb1bb9a09fcb018f2e1d32306c603407f263042d89e" }, "downloads": -1, "filename": "libsass-0.6.2-cp27-none-win32.whl", "has_sig": true, "md5_digest": "c24bdff2db863b036cb04798208bd108", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 236785, "upload_time": "2014-11-25T07:41:20", "upload_time_iso_8601": "2014-11-25T07:41:20.977847Z", "url": "https://files.pythonhosted.org/packages/e1/75/cd9d6e53a1f9ddec083fab89c47e89ceb6af260af79650b5cb0c4f793f87/libsass-0.6.2-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e9eff2cdd4b87148f97bbaeb8fd083c2", "sha256": "0620e5fe518d7002408cd382c94ef8b0e209f081a6759e144a984feb5a47d743" }, "downloads": -1, "filename": "libsass-0.6.2-cp27-none-win_amd64.whl", "has_sig": true, "md5_digest": "e9eff2cdd4b87148f97bbaeb8fd083c2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 317109, "upload_time": "2014-11-24T15:17:30", "upload_time_iso_8601": "2014-11-24T15:17:30.528846Z", "url": "https://files.pythonhosted.org/packages/e6/db/3e077ecba39d2a7671728148e510a592544c1088327d2c24ac09853b48a0/libsass-0.6.2-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fd2ffe5d329802a5c7003c2281520263", "sha256": "78cadd376d2c28a5b3cf848c86660cf241f5b5a1541d61caece5f1b48b584b2c" }, "downloads": -1, "filename": "libsass-0.6.2-cp33-cp33m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "fd2ffe5d329802a5c7003c2281520263", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 479453, "upload_time": "2014-11-24T15:12:28", "upload_time_iso_8601": "2014-11-24T15:12:28.911429Z", "url": "https://files.pythonhosted.org/packages/39/fd/dc7a48ffefb3e8dbf49886a6a6567075e596ce8e365b8d0878af9d5a7af0/libsass-0.6.2-cp33-cp33m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "68da038c7abcdbb34d9fa0f57023550a", "sha256": "b8f862cdb7f1d2dc0efb41628148c8f15d346f11967af710ac20a4245225015b" }, "downloads": -1, "filename": "libsass-0.6.2-cp33-none-win32.whl", "has_sig": true, "md5_digest": "68da038c7abcdbb34d9fa0f57023550a", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 237295, "upload_time": "2014-11-25T07:41:23", "upload_time_iso_8601": "2014-11-25T07:41:23.921374Z", "url": "https://files.pythonhosted.org/packages/3d/13/a8c8f7cc85e66823b435de17eaa8aa8ba82d5801fd7f18fc85ff97d2f735/libsass-0.6.2-cp33-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "393f3fe09fe278360d7576425903e15e", "sha256": "2fea0a77dbd6abb05a7ce4f319a544ff3e1785caca3431e046e1463f5282026a" }, "downloads": -1, "filename": "libsass-0.6.2-cp33-none-win_amd64.whl", "has_sig": true, "md5_digest": "393f3fe09fe278360d7576425903e15e", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 316895, "upload_time": "2014-11-24T15:14:22", "upload_time_iso_8601": "2014-11-24T15:14:22.196721Z", "url": "https://files.pythonhosted.org/packages/1b/73/163d97d67084d95d974daa3f2ed25e84d1d1eac9e33ac3f037aa2c400a99/libsass-0.6.2-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6f4a3244632fc8e04b38cc04e0f91b1b", "sha256": "cd14273b83fb4f38f82503c65dfebb92ba42aef2517780da9123a2578272e5c7" }, "downloads": -1, "filename": "libsass-0.6.2-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "6f4a3244632fc8e04b38cc04e0f91b1b", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 481563, "upload_time": "2014-11-24T15:10:06", "upload_time_iso_8601": "2014-11-24T15:10:06.052830Z", "url": "https://files.pythonhosted.org/packages/96/6f/2106d4ed94c861203bd4b09aa4de55c4620555c3b1be3f4b60837bc45186/libsass-0.6.2-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5ce983f5c45d49ef846e86aa50b32408", "sha256": "2692491dc2d3d88efe9d7057ef3a1d0f896e710bf5ad159ecab707d10b7a3649" }, "downloads": -1, "filename": "libsass-0.6.2-cp34-none-win32.whl", "has_sig": true, "md5_digest": "5ce983f5c45d49ef846e86aa50b32408", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 235259, "upload_time": "2014-11-25T07:41:27", "upload_time_iso_8601": "2014-11-25T07:41:27.826579Z", "url": "https://files.pythonhosted.org/packages/cb/1d/04be1b22456ed56aaac890ea4c120d5da1e56778f0848faa573ea25374dd/libsass-0.6.2-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "16836491c74d4e61164bdbc3ae12116b", "sha256": "f0535de96b45d8e6e3e91d29d961dff0e35faea2a925a65af0678de204b913b1" }, "downloads": -1, "filename": "libsass-0.6.2-cp34-none-win_amd64.whl", "has_sig": true, "md5_digest": "16836491c74d4e61164bdbc3ae12116b", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 317973, "upload_time": "2014-11-24T15:11:54", "upload_time_iso_8601": "2014-11-24T15:11:54.636659Z", "url": "https://files.pythonhosted.org/packages/32/da/ed4abb5e3046f6a1a5e5af8088aa21f81754aad955a30a8c8fa301fac04c/libsass-0.6.2-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0dda1114a1f2ec1acb51cb1dd78fe7a0", "sha256": "67fb39ea73a06629d9e496b8c4b9851e0ee00882899a2bd418fadf3e4c1119ff" }, "downloads": -1, "filename": "libsass-0.6.2.tar.gz", "has_sig": true, "md5_digest": "0dda1114a1f2ec1acb51cb1dd78fe7a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 159234, "upload_time": "2014-11-24T15:10:01", "upload_time_iso_8601": "2014-11-24T15:10:01.808502Z", "url": "https://files.pythonhosted.org/packages/5b/a3/bd38c55220ca18b7c5a200aa39bb7d4868281ff1e28f4096606a955ee96d/libsass-0.6.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "7e69f0ef18735b82a6be09e66731a9d3", "sha256": "34002b1537cdeab4f58b36c3293b7664068d4528c0849638fa1164e34cececf3" }, "downloads": -1, "filename": "libsass-0.7.0-cp26-none-macosx_10_10_intel.whl", "has_sig": true, "md5_digest": "7e69f0ef18735b82a6be09e66731a9d3", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 971233, "upload_time": "2015-03-05T16:51:39", "upload_time_iso_8601": "2015-03-05T16:51:39.784042Z", "url": "https://files.pythonhosted.org/packages/82/d5/d371cf50969dc7f092f228ce12d07664e3bfa5fb15184401f462da33a2bd/libsass-0.7.0-cp26-none-macosx_10_10_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8667b858919a7eeb9d0a34b0f66576ce", "sha256": "6019171e7e85c25c08ec3c5ccdc5f8ed9bbad7e18d0d6caf52c478869de911a3" }, "downloads": -1, "filename": "libsass-0.7.0-cp26-none-win32.whl", "has_sig": true, "md5_digest": "8667b858919a7eeb9d0a34b0f66576ce", "packagetype": "bdist_wheel", "python_version": "cp26", "requires_python": null, "size": 297111, "upload_time": "2015-03-06T02:27:30", "upload_time_iso_8601": "2015-03-06T02:27:30.459139Z", "url": "https://files.pythonhosted.org/packages/d4/db/fe1ff8ea6e62057e2918099783aa6e79002c06fef3bea98b22866e0bbc01/libsass-0.7.0-cp26-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4fb13ee81517e845ec52757afd9603d8", "sha256": "91b0571ee9c876b7c8a1326247a7fd5cc0253df14c09481fe9cc79b718a6f3d8" }, "downloads": -1, "filename": "libsass-0.7.0-cp26-none-win_amd64.whl", "has_sig": true, "md5_digest": "4fb13ee81517e845ec52757afd9603d8", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 372018, "upload_time": "2015-03-05T17:17:23", "upload_time_iso_8601": "2015-03-05T17:17:23.118868Z", "url": "https://files.pythonhosted.org/packages/e3/a3/7f7b69abb8bbc9b9fdc5ee4e023e939f02a628177e97a9ddd565c558863f/libsass-0.7.0-cp26-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a68f5e26fe36b7e4871d3f2dde51d9d7", "sha256": "b8757a419d94d0456ccd047db07717f5c60a24097e76c91ea638756172c7467b" }, "downloads": -1, "filename": "libsass-0.7.0-cp27-none-macosx_10_10_intel.whl", "has_sig": true, "md5_digest": "a68f5e26fe36b7e4871d3f2dde51d9d7", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 971227, "upload_time": "2015-03-05T16:48:42", "upload_time_iso_8601": "2015-03-05T16:48:42.573156Z", "url": "https://files.pythonhosted.org/packages/2c/cf/350f0efd96cceb507df331e0456cb9c9bb07e7dac00c7541c2fb8cb0ed34/libsass-0.7.0-cp27-none-macosx_10_10_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9dab87b866545b3f14e69d879e0968c0", "sha256": "0692f7ea26d91236c1c5c7863ffe953132e34c75a1ea4c1915668a0b8d8fc614" }, "downloads": -1, "filename": "libsass-0.7.0-cp27-none-win32.whl", "has_sig": true, "md5_digest": "9dab87b866545b3f14e69d879e0968c0", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 296861, "upload_time": "2015-03-06T02:27:36", "upload_time_iso_8601": "2015-03-06T02:27:36.066198Z", "url": "https://files.pythonhosted.org/packages/68/6f/415c9210e0fa6feb0e89154aaf3385d0ee9d1d8fd824c51f43d30da5f311/libsass-0.7.0-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "33936cefb1d19f4ff574061e839e7482", "sha256": "8ed5a8c59d69500d58a530fafd492ec2281014a8a0763dc1d55d08463598e7be" }, "downloads": -1, "filename": "libsass-0.7.0-cp27-none-win_amd64.whl", "has_sig": true, "md5_digest": "33936cefb1d19f4ff574061e839e7482", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 371704, "upload_time": "2015-03-05T17:18:28", "upload_time_iso_8601": "2015-03-05T17:18:28.021981Z", "url": "https://files.pythonhosted.org/packages/2e/aa/cc0942720f17ea3631d4ea7c3ccd6fbfa79a09eebce8827099478770285f/libsass-0.7.0-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9c35e8447b367accac15cc4b2714f17b", "sha256": "b138429159dfb9c830ead6e8259a118c74832d2d0b0fe9c4fdda48d7d32aae00" }, "downloads": -1, "filename": "libsass-0.7.0-cp33-cp33m-macosx_10_6_x86_64.whl", "has_sig": true, "md5_digest": "9c35e8447b367accac15cc4b2714f17b", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 1011204, "upload_time": "2015-03-05T16:54:00", "upload_time_iso_8601": "2015-03-05T16:54:00.551693Z", "url": "https://files.pythonhosted.org/packages/d5/1d/af1028b44df7ccc935218ac99b24f1f4206465ed343b2bd554bbb320ebc0/libsass-0.7.0-cp33-cp33m-macosx_10_6_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8429a8d8ad06167da856ee1a70ca9f93", "sha256": "e4ddfdd39ba53ce4e1ab057d946c80b7915dc566f65bf7cc18ae109cd7bd774a" }, "downloads": -1, "filename": "libsass-0.7.0-cp33-none-win32.whl", "has_sig": true, "md5_digest": "8429a8d8ad06167da856ee1a70ca9f93", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 296648, "upload_time": "2015-03-06T02:27:40", "upload_time_iso_8601": "2015-03-06T02:27:40.659658Z", "url": "https://files.pythonhosted.org/packages/d9/b1/b0d527e6ce30cb522f402c37cd5d579f24da45c4610f5c3583191fe7f3ad/libsass-0.7.0-cp33-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "75bd21189ed99fade1ca9e3548be844a", "sha256": "e03240c82b084ac5d0078992b3590ab6f4ee0954b91e3cb7da533f5a4adc8b27" }, "downloads": -1, "filename": "libsass-0.7.0-cp33-none-win_amd64.whl", "has_sig": true, "md5_digest": "75bd21189ed99fade1ca9e3548be844a", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 371894, "upload_time": "2015-03-05T17:19:45", "upload_time_iso_8601": "2015-03-05T17:19:45.658701Z", "url": "https://files.pythonhosted.org/packages/0a/89/8373aade759d14af0fee14d6d9724970921c68020eebb1cb04024222ba5f/libsass-0.7.0-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "89c3a895211ac040fea5eac324475ea5", "sha256": "7bc21e9fcfcad0219fb3b10d39068062c6a6b133d8687820cfd48f46e1989e02" }, "downloads": -1, "filename": "libsass-0.7.0-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "89c3a895211ac040fea5eac324475ea5", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 1011154, "upload_time": "2015-03-05T16:58:06", "upload_time_iso_8601": "2015-03-05T16:58:06.648067Z", "url": "https://files.pythonhosted.org/packages/67/3c/53ded1d05928b930030323b9703047b92065f52822d9ce960135e4ccc378/libsass-0.7.0-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "73fae1056b7ccdf3a1d55e3135919b87", "sha256": "d27cd9c7a68e10fc8d8a5c525c0d6fb5505b2650f22eabf804fbc974eda68477" }, "downloads": -1, "filename": "libsass-0.7.0-cp34-none-win32.whl", "has_sig": true, "md5_digest": "73fae1056b7ccdf3a1d55e3135919b87", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 296653, "upload_time": "2015-03-06T02:27:45", "upload_time_iso_8601": "2015-03-06T02:27:45.537949Z", "url": "https://files.pythonhosted.org/packages/10/83/85e66e7ad40c403375d5726c4d6ec7b73f448b1312ed596ff5871db7ba66/libsass-0.7.0-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "de321b3127e7cbb0fe7771a11c16a469", "sha256": "71902f76ddc0ba124b3c06253c1b69c309f172547dba7e0b85ae003c99325463" }, "downloads": -1, "filename": "libsass-0.7.0-cp34-none-win_amd64.whl", "has_sig": true, "md5_digest": "de321b3127e7cbb0fe7771a11c16a469", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 371889, "upload_time": "2015-03-05T17:21:15", "upload_time_iso_8601": "2015-03-05T17:21:15.612845Z", "url": "https://files.pythonhosted.org/packages/d6/e0/900172d7c3e6f92d86a9a8896ed7f9692711ff4f9b4af985f94bb08948ef/libsass-0.7.0-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "809e4f66bd54eeb46342d7462ce961e6", "sha256": "c3a14053e7c7e72b77c97b0796fed9425505d48cf0ad67bfcab100e80ad5b43c" }, "downloads": -1, "filename": "libsass-0.7.0.tar.gz", "has_sig": true, "md5_digest": "809e4f66bd54eeb46342d7462ce961e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 192611, "upload_time": "2015-03-05T16:39:25", "upload_time_iso_8601": "2015-03-05T16:39:25.930807Z", "url": "https://files.pythonhosted.org/packages/3b/eb/bad726f4af27307e6e96fade8494d9f3455a4bdc5c7e08314bcaff0a43b4/libsass-0.7.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "8cb1ff75027216c8f6dbf34f2bb4000b", "sha256": "015efa8e18ebd2b66383c8a716f4cf84ea6715168f5d1bc78b8d594464fbc814" }, "downloads": -1, "filename": "libsass-0.8.0-cp26-none-macosx_10_10_intel.whl", "has_sig": true, "md5_digest": "8cb1ff75027216c8f6dbf34f2bb4000b", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 1201673, "upload_time": "2015-05-02T17:01:37", "upload_time_iso_8601": "2015-05-02T17:01:37.074608Z", "url": "https://files.pythonhosted.org/packages/1a/7b/ed848d2ee2e53982cb33f03196b077bfda6e7cd1d2c39a2fe6d42588d662/libsass-0.8.0-cp26-none-macosx_10_10_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6b2dda1e0f36d9c286a22b149b57b695", "sha256": "26134bb819a8606ae38b296d71672613e540b7b3eea2577b49325d9abefab721" }, "downloads": -1, "filename": "libsass-0.8.0-cp27-none-macosx_10_10_intel.whl", "has_sig": true, "md5_digest": "6b2dda1e0f36d9c286a22b149b57b695", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 1201662, "upload_time": "2015-05-02T16:58:44", "upload_time_iso_8601": "2015-05-02T16:58:44.004842Z", "url": "https://files.pythonhosted.org/packages/28/c2/20f37f158c81f5924128d674c0f977273a9b7f760a52af08fd7adf26de8c/libsass-0.8.0-cp27-none-macosx_10_10_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aff6433dc16f03b4945addb82d360275", "sha256": "52beace36167f444043ec75678262410acdbe99512b65ef794a9abe56e511c05" }, "downloads": -1, "filename": "libsass-0.8.0-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "aff6433dc16f03b4945addb82d360275", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 427878, "upload_time": "2015-05-02T19:01:25", "upload_time_iso_8601": "2015-05-02T19:01:25.639873Z", "url": "https://files.pythonhosted.org/packages/ad/55/3f9bf7652ade59ac73887834216d9e367e97996e918caeb9241f9dc3390e/libsass-0.8.0-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "71dd8d2f776867cf8fabdb6ac91b56cd", "sha256": "46c326c31eb9205760d05e1069274c45e2a9d417eb6d8f85a9b2b1b55daff8b5" }, "downloads": -1, "filename": "libsass-0.8.0-cp33-cp33m-macosx_10_6_x86_64.whl", "has_sig": true, "md5_digest": "71dd8d2f776867cf8fabdb6ac91b56cd", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 1251956, "upload_time": "2015-05-02T16:56:07", "upload_time_iso_8601": "2015-05-02T16:56:07.342752Z", "url": "https://files.pythonhosted.org/packages/d1/2f/19db0798021888f5fbda7412dabb663bab358c6057c38afa92a246a177ad/libsass-0.8.0-cp33-cp33m-macosx_10_6_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3bb2551d7a5cca849597c023b34e7023", "sha256": "a1a3d95a7b0a77ea3a6cf13b7bc09061eeab649ad224a761a76b3456bc9358bd" }, "downloads": -1, "filename": "libsass-0.8.0-cp33-none-win32.whl", "has_sig": false, "md5_digest": "3bb2551d7a5cca849597c023b34e7023", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 344913, "upload_time": "2015-05-02T19:01:21", "upload_time_iso_8601": "2015-05-02T19:01:21.504163Z", "url": "https://files.pythonhosted.org/packages/ad/d5/a71533bb1fd9da96368db43eea6644114c3f8b97f90182451eeda064e88d/libsass-0.8.0-cp33-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "47ba63c980609fce1df2929429356b53", "sha256": "059ec385e0a93562e5bcd116e1b871e0c2274e9142245f2df9598a231bff161d" }, "downloads": -1, "filename": "libsass-0.8.0-cp33-none-win_amd64.whl", "has_sig": false, "md5_digest": "47ba63c980609fce1df2929429356b53", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 428159, "upload_time": "2015-05-02T19:01:16", "upload_time_iso_8601": "2015-05-02T19:01:16.788724Z", "url": "https://files.pythonhosted.org/packages/66/13/c0fde29342744c40182bc73a4419d29033c1482e3933a76835cc816d318d/libsass-0.8.0-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f039cdf82c962cb2a00f015edf94e5df", "sha256": "a827f7e7f4169c19bec9a1bfe15daffd3d48e2ebe5047f8cc2b1d728c1979129" }, "downloads": -1, "filename": "libsass-0.8.0-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "f039cdf82c962cb2a00f015edf94e5df", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 1251950, "upload_time": "2015-05-02T16:51:40", "upload_time_iso_8601": "2015-05-02T16:51:40.034902Z", "url": "https://files.pythonhosted.org/packages/dd/d9/6f24929b0de88f66533aaf61a8d0f430b2e0471aee9294e24e77b08ccf52/libsass-0.8.0-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "259246bfc67d305c394e3b82780f0e4e", "sha256": "031c84684dab51914c295c1496ea8dcbb39a65877ae91029526406992ab6286d" }, "downloads": -1, "filename": "libsass-0.8.0-cp34-none-win32.whl", "has_sig": false, "md5_digest": "259246bfc67d305c394e3b82780f0e4e", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 344911, "upload_time": "2015-05-02T19:01:12", "upload_time_iso_8601": "2015-05-02T19:01:12.132260Z", "url": "https://files.pythonhosted.org/packages/f9/ab/140e545e058984ada3aa621d79d5f544be9738faceb9eb2c873239b2d265/libsass-0.8.0-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6e3912827992b21e7d3f5ee7d4498931", "sha256": "a35c5f51a8478592fb8c38bfc66687b01364c7d194796e3b8bef57a4bc3343b6" }, "downloads": -1, "filename": "libsass-0.8.0-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "6e3912827992b21e7d3f5ee7d4498931", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 428155, "upload_time": "2015-05-02T19:01:07", "upload_time_iso_8601": "2015-05-02T19:01:07.325798Z", "url": "https://files.pythonhosted.org/packages/11/3d/37d9a0767e525ef3156444ee9d228efa0e331737a41b6b9d9dd379fb6705/libsass-0.8.0-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "90e039b715961081f62109bf2a0bee34", "sha256": "2d34e583fce57189d3ab396a9a8cec5cbdf674934a0fa481ddde822168258b2a" }, "downloads": -1, "filename": "libsass-0.8.0.tar.gz", "has_sig": true, "md5_digest": "90e039b715961081f62109bf2a0bee34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 225092, "upload_time": "2015-05-02T16:51:33", "upload_time_iso_8601": "2015-05-02T16:51:33.829879Z", "url": "https://files.pythonhosted.org/packages/22/37/8312655a3bb0e738e0dc29e53d69cab36cbe5b4e4326d46ea778f592fece/libsass-0.8.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "5a160b1deaf890fd4b48ec63915e8ce0", "sha256": "ac0b2f0402507b91b3085b3bccd665cfdcab220d8158a4e1b51b7ffb4364eecd" }, "downloads": -1, "filename": "libsass-0.8.1-cp26-none-macosx_10_10_intel.whl", "has_sig": true, "md5_digest": "5a160b1deaf890fd4b48ec63915e8ce0", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 1216389, "upload_time": "2015-05-13T15:46:25", "upload_time_iso_8601": "2015-05-13T15:46:25.732769Z", "url": "https://files.pythonhosted.org/packages/0f/a4/1e8c93ed10d6db5a11bd42055e65075d3eb7ae8c22834f04ffe8f13debae/libsass-0.8.1-cp26-none-macosx_10_10_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f81a91b9ee8f2d5120ecd32db4c914fb", "sha256": "e0adc0571243241f7ac1d256a7366cf5a37218813fd654ccd2d83a10224537bf" }, "downloads": -1, "filename": "libsass-0.8.1-cp27-none-macosx_10_10_intel.whl", "has_sig": true, "md5_digest": "f81a91b9ee8f2d5120ecd32db4c914fb", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 1216389, "upload_time": "2015-05-13T15:44:20", "upload_time_iso_8601": "2015-05-13T15:44:20.327457Z", "url": "https://files.pythonhosted.org/packages/76/2c/a451e3c61c2f7d21ca6a60129ff9518f54475ef74e2bbb55387a6d3a2938/libsass-0.8.1-cp27-none-macosx_10_10_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "194e14f1b5964c07b647fec33c9ba058", "sha256": "e19cfe92a617eb8e46a5da63b77d0881659bf948f7e839384d89242fe4c0ae4b" }, "downloads": -1, "filename": "libsass-0.8.1-cp27-none-win32.whl", "has_sig": false, "md5_digest": "194e14f1b5964c07b647fec33c9ba058", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 344921, "upload_time": "2015-05-14T00:53:01", "upload_time_iso_8601": "2015-05-14T00:53:01.215790Z", "url": "https://files.pythonhosted.org/packages/ea/de/69b699ad458458330b4139b97116984bf2f327df477ef588a704be432be9/libsass-0.8.1-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0fb74eebaf25cd63f3a55efe24a894a1", "sha256": "1c20fff16880fdd8549392ffca15ae708379346e98b2f55b6d04209d1d9c8e2a" }, "downloads": -1, "filename": "libsass-0.8.1-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "0fb74eebaf25cd63f3a55efe24a894a1", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 427999, "upload_time": "2015-05-14T00:53:07", "upload_time_iso_8601": "2015-05-14T00:53:07.280786Z", "url": "https://files.pythonhosted.org/packages/7a/cd/6e6d24278a4d14ce64a3ec54a4d1c68a17abc78ffaf84396e77b30c2821e/libsass-0.8.1-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d9daa654f2ef01e0f11560cb5efbe3fd", "sha256": "544bfc08de68c67efaa9596cbc322c9c8ff1d8eaafd3d9f90810a9d930512b58" }, "downloads": -1, "filename": "libsass-0.8.1-cp33-cp33m-macosx_10_6_x86_64.whl", "has_sig": true, "md5_digest": "d9daa654f2ef01e0f11560cb5efbe3fd", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 1261367, "upload_time": "2015-05-13T15:42:07", "upload_time_iso_8601": "2015-05-13T15:42:07.332966Z", "url": "https://files.pythonhosted.org/packages/4c/f0/c7079d39fbb83a5bea84a82938274e1898f82940606254ea66a045d3b1d6/libsass-0.8.1-cp33-cp33m-macosx_10_6_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e0f338a1d7f3c220da5ff445e2347ea2", "sha256": "cf0ec5a559b3c1fa8c3078e7465e509c67d40bcccd82d2e50224cc15afd19dde" }, "downloads": -1, "filename": "libsass-0.8.1-cp33-none-win32.whl", "has_sig": false, "md5_digest": "e0f338a1d7f3c220da5ff445e2347ea2", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 345042, "upload_time": "2015-05-14T00:53:13", "upload_time_iso_8601": "2015-05-14T00:53:13.303020Z", "url": "https://files.pythonhosted.org/packages/92/06/87bf3e6c72ab110f7e243d3fb207cd13113b563c494572d7d9b20ea0b5f9/libsass-0.8.1-cp33-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a0c8d53ad3efefd2108ec9768bde83ff", "sha256": "0048e5b57adc6f2b641c24a63c156c0a6e2da126820c51a0b6f3f79593332a81" }, "downloads": -1, "filename": "libsass-0.8.1-cp33-none-win_amd64.whl", "has_sig": false, "md5_digest": "a0c8d53ad3efefd2108ec9768bde83ff", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 428275, "upload_time": "2015-05-14T00:53:19", "upload_time_iso_8601": "2015-05-14T00:53:19.808619Z", "url": "https://files.pythonhosted.org/packages/a4/25/8dee3590116783c8b127a430967d8cdcf0ba3757bdccfc5014ac9acbd252/libsass-0.8.1-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "31b33481104d7fd7bf94e99a6e70f309", "sha256": "d90e980c50637a94a870f383e4edbf62bea5df1bd2c36c0558062785155460cb" }, "downloads": -1, "filename": "libsass-0.8.1-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "31b33481104d7fd7bf94e99a6e70f309", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 1261304, "upload_time": "2015-05-13T15:34:04", "upload_time_iso_8601": "2015-05-13T15:34:04.393080Z", "url": "https://files.pythonhosted.org/packages/be/f2/b222e5b60c35c9a5ee7aa5b8197fa847706c06dadf7972153f31d89c84c8/libsass-0.8.1-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6d7a454e3feb5d344f2468ff6c0749b2", "sha256": "1bb8f29087740fb0445a0182636ed5f06ef95f7bd1a39cf11ad63baef94a4a36" }, "downloads": -1, "filename": "libsass-0.8.1-cp34-none-win32.whl", "has_sig": false, "md5_digest": "6d7a454e3feb5d344f2468ff6c0749b2", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 345037, "upload_time": "2015-05-14T00:53:25", "upload_time_iso_8601": "2015-05-14T00:53:25.976226Z", "url": "https://files.pythonhosted.org/packages/a3/54/ca3ff32dcaa969ea1dc72e97a6990040f98ca9cd14048732f690c6933161/libsass-0.8.1-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ab1892f3dc975ce32fe022c84e978c90", "sha256": "a81ba590609aac0285197e2e6c7c737692411e5bbe0499496ea8906dadedd972" }, "downloads": -1, "filename": "libsass-0.8.1-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "ab1892f3dc975ce32fe022c84e978c90", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 428280, "upload_time": "2015-05-14T00:53:32", "upload_time_iso_8601": "2015-05-14T00:53:32.252192Z", "url": "https://files.pythonhosted.org/packages/43/a0/064a608f92d20228f23e2c8779baf43cb8b3899ef040b9e7b74814cc987c/libsass-0.8.1-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7d489a1b1bb4c982a424b47a9bdaf084", "sha256": "3083840d70b6cf2258073925330901c5bc0dc9a5325e4fa198815d56f96631eb" }, "downloads": -1, "filename": "libsass-0.8.1.tar.gz", "has_sig": true, "md5_digest": "7d489a1b1bb4c982a424b47a9bdaf084", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 225233, "upload_time": "2015-05-13T15:33:57", "upload_time_iso_8601": "2015-05-13T15:33:57.914422Z", "url": "https://files.pythonhosted.org/packages/f8/16/048f937e0f690f8ff7d764df7f207f31c141f0ed5cdf76bbd85ec5ef460c/libsass-0.8.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "661e961142f943577f136c87eb37fee1", "sha256": "bf523be13a5c299aab7efd992f570f501fca96cc80f79ec02404bb14421bb373" }, "downloads": -1, "filename": "libsass-0.8.2-cp26-none-macosx_10_10_intel.whl", "has_sig": true, "md5_digest": "661e961142f943577f136c87eb37fee1", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 1236684, "upload_time": "2015-05-19T14:36:46", "upload_time_iso_8601": "2015-05-19T14:36:46.528167Z", "url": "https://files.pythonhosted.org/packages/d6/4a/3cc7a1eee4d412254dd3bb1cd7a5d89364efc922104745daba7c113b3e10/libsass-0.8.2-cp26-none-macosx_10_10_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e0638fd644d55418580557137763d6c9", "sha256": "efe03bd90c17aea3554bdd250bdf4ca19b95f84858e855d961d9931321909d4b" }, "downloads": -1, "filename": "libsass-0.8.2-cp27-none-macosx_10_10_intel.whl", "has_sig": true, "md5_digest": "e0638fd644d55418580557137763d6c9", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 1236682, "upload_time": "2015-05-19T14:30:29", "upload_time_iso_8601": "2015-05-19T14:30:29.227064Z", "url": "https://files.pythonhosted.org/packages/ae/d1/4b2c30c2ba5a94d18b95c5deafa9e311ecb5ac5f19e7be2ae1913144885c/libsass-0.8.2-cp27-none-macosx_10_10_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b96b0c086e381c185a0b1ea9a581bbad", "sha256": "cc5ae4ae9f88e0df45436ec3a75ddff979a270e165fffe7716c70e8f744070da" }, "downloads": -1, "filename": "libsass-0.8.2-cp27-none-win32.whl", "has_sig": false, "md5_digest": "b96b0c086e381c185a0b1ea9a581bbad", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 350817, "upload_time": "2015-05-19T16:17:00", "upload_time_iso_8601": "2015-05-19T16:17:00.364187Z", "url": "https://files.pythonhosted.org/packages/72/a8/3db35b6b7a4ab6f709fb31abacf343aa9a08fbaaf8e0e33f26d2af310180/libsass-0.8.2-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d31b0b3c6f5e1efc9093afe6b67b05b6", "sha256": "b0d5f82c8365c01fb042642c9af0f6fc48abdf5c2a541ab21ec23e173f2ceacb" }, "downloads": -1, "filename": "libsass-0.8.2-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "d31b0b3c6f5e1efc9093afe6b67b05b6", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 435610, "upload_time": "2015-05-19T16:17:06", "upload_time_iso_8601": "2015-05-19T16:17:06.588229Z", "url": "https://files.pythonhosted.org/packages/cb/bc/9424276a0d8e86bae14e0d10eb23b6c020334743ea09092d0257548bddce/libsass-0.8.2-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "624b7523dc1426127b8ae095531b19ee", "sha256": "c2078aff281dedf337fc93e0d3a6cbd92aaae007703543fa406df9c467fc9e6b" }, "downloads": -1, "filename": "libsass-0.8.2-cp33-cp33m-macosx_10_6_x86_64.whl", "has_sig": true, "md5_digest": "624b7523dc1426127b8ae095531b19ee", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 1285684, "upload_time": "2015-05-19T14:24:42", "upload_time_iso_8601": "2015-05-19T14:24:42.643145Z", "url": "https://files.pythonhosted.org/packages/4f/88/9a3da3158314cd147efa732f8fd3aa27608f2cc3176f0d103b6e5d70c677/libsass-0.8.2-cp33-cp33m-macosx_10_6_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "74bd2c59d76e2878ec30bc1e45ad4964", "sha256": "69108c2152a8ee2097c65d55264bc7c8fbd67c0a261987421772966a2e93c811" }, "downloads": -1, "filename": "libsass-0.8.2-cp33-none-win32.whl", "has_sig": false, "md5_digest": "74bd2c59d76e2878ec30bc1e45ad4964", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 350836, "upload_time": "2015-05-19T16:17:12", "upload_time_iso_8601": "2015-05-19T16:17:12.176420Z", "url": "https://files.pythonhosted.org/packages/c2/2c/27b00276098d794bdabb652178b7b26bb102f0ecede88040bc8a9860af0d/libsass-0.8.2-cp33-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6d3c644818c7e1853d5ca3233445b43a", "sha256": "b1cba93f490f67ce6ba91ab83160e1be38d31f83b15eb4459ca333a830ad0489" }, "downloads": -1, "filename": "libsass-0.8.2-cp33-none-win_amd64.whl", "has_sig": false, "md5_digest": "6d3c644818c7e1853d5ca3233445b43a", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 435299, "upload_time": "2015-05-19T16:17:18", "upload_time_iso_8601": "2015-05-19T16:17:18.292419Z", "url": "https://files.pythonhosted.org/packages/65/bc/5a2337fe9dd8ebb024c5d71309ae3bd5339818e8813c0acaf5bf85eb7392/libsass-0.8.2-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "176fe6336219ab66fc49bd12e6d7ffd5", "sha256": "9b277267dd50dd99c1739af331813966800a761706bd07e8566db06a00db9545" }, "downloads": -1, "filename": "libsass-0.8.2-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "176fe6336219ab66fc49bd12e6d7ffd5", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 1285725, "upload_time": "2015-05-19T14:16:45", "upload_time_iso_8601": "2015-05-19T14:16:45.146099Z", "url": "https://files.pythonhosted.org/packages/08/17/c8fdd0d7a8db293805967d580ed33b29f636c4adebff5ae1135d704a5024/libsass-0.8.2-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4624e24fc9363defba101689f5bb171c", "sha256": "6cc4fb01fe1682d71cc256555705bc5145f9680161cba862b380946a5b71596b" }, "downloads": -1, "filename": "libsass-0.8.2-cp34-none-win32.whl", "has_sig": false, "md5_digest": "4624e24fc9363defba101689f5bb171c", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 350838, "upload_time": "2015-05-19T16:17:23", "upload_time_iso_8601": "2015-05-19T16:17:23.576135Z", "url": "https://files.pythonhosted.org/packages/06/27/0799f5d614c456b32f2e095263c3400105c53f33c1290c47b074a022616a/libsass-0.8.2-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7e0f1ae4a33ef40551955254fd1d9f6a", "sha256": "b3b6cf1c42d1613c2164af0ebbf4614043ccccceab30eb72217fd353df33a4e5" }, "downloads": -1, "filename": "libsass-0.8.2-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "7e0f1ae4a33ef40551955254fd1d9f6a", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 435313, "upload_time": "2015-05-19T16:17:29", "upload_time_iso_8601": "2015-05-19T16:17:29.225922Z", "url": "https://files.pythonhosted.org/packages/97/44/5e748ac0eb75430c1accc77a46bdbacfac7c6a0fee4f7ce749d4b6d36b7d/libsass-0.8.2-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7317b28e9718c7fb257395e43147b294", "sha256": "091f7f0e0b91503248e8cb6918039af7865c6da8612e88a6829915357fc95302" }, "downloads": -1, "filename": "libsass-0.8.2.tar.gz", "has_sig": true, "md5_digest": "7317b28e9718c7fb257395e43147b294", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 229198, "upload_time": "2015-05-19T14:16:38", "upload_time_iso_8601": "2015-05-19T14:16:38.422539Z", "url": "https://files.pythonhosted.org/packages/18/0a/c4abeff431e841e3a51f5bb30e002881faeeb8432ec37fa519324b0d7f23/libsass-0.8.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "fd8eb7daa262b74935eb565158cfdb27", "sha256": "e28ed484bdb9dc59b554f7079755319106be418a5a5326ae59dbce3330b2f83c" }, "downloads": -1, "filename": "libsass-0.8.3-cp26-none-macosx_10_10_intel.whl", "has_sig": true, "md5_digest": "fd8eb7daa262b74935eb565158cfdb27", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 1240521, "upload_time": "2015-08-02T15:07:10", "upload_time_iso_8601": "2015-08-02T15:07:10.791124Z", "url": "https://files.pythonhosted.org/packages/ab/3c/ddc5080a23d6ef4e14eb61a4a48a15b222ba1496a40c44bb7c0ea1d3373c/libsass-0.8.3-cp26-none-macosx_10_10_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "83f2054b49440e13678ec7c0caa3b476", "sha256": "501870f022e44b27a1751ca8673e56f2b650582843406c4f9bed0c7e00e3f36a" }, "downloads": -1, "filename": "libsass-0.8.3-cp26-none-win_amd64.whl", "has_sig": false, "md5_digest": "83f2054b49440e13678ec7c0caa3b476", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 437417, "upload_time": "2015-08-02T15:24:21", "upload_time_iso_8601": "2015-08-02T15:24:21.675650Z", "url": "https://files.pythonhosted.org/packages/67/d5/77bb994f68ffa292161c021a1209b1305fd64348ca3d3168268ad9ac80d3/libsass-0.8.3-cp26-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e0c9515df57501f31b2fcacf4e5974ff", "sha256": "63ab225a6b02181de4df59f129a165185a6db0fafa1187e46b588fc920ded6e2" }, "downloads": -1, "filename": "libsass-0.8.3-cp27-none-macosx_10_10_intel.whl", "has_sig": true, "md5_digest": "e0c9515df57501f31b2fcacf4e5974ff", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 1240525, "upload_time": "2015-08-02T15:01:47", "upload_time_iso_8601": "2015-08-02T15:01:47.433105Z", "url": "https://files.pythonhosted.org/packages/cf/c2/26d1f1adc8f82b361d182c8001a3bd068abd9853bab57f91c166c4428d35/libsass-0.8.3-cp27-none-macosx_10_10_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3ac3fe1db4b35f2695d90da0b1ed882b", "sha256": "62cd959c8044fd343c64b264a92f1f0b6ca360b1fb82f06f7d53161627b98521" }, "downloads": -1, "filename": "libsass-0.8.3-cp27-none-win32.whl", "has_sig": false, "md5_digest": "3ac3fe1db4b35f2695d90da0b1ed882b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 351614, "upload_time": "2015-08-02T15:34:57", "upload_time_iso_8601": "2015-08-02T15:34:57.825937Z", "url": "https://files.pythonhosted.org/packages/06/f9/0960453ceb8dfc4968e9ac2d648e544b3a8e4c6e15bddbf748841c9d8887/libsass-0.8.3-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "13eb95858180ea42261a55557bfce0cc", "sha256": "196bb731966bc75e37191117eef35108155c3f40e86ea5cf0f0248311b0fb4c7" }, "downloads": -1, "filename": "libsass-0.8.3-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "13eb95858180ea42261a55557bfce0cc", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 437106, "upload_time": "2015-08-02T15:16:27", "upload_time_iso_8601": "2015-08-02T15:16:27.551531Z", "url": "https://files.pythonhosted.org/packages/89/e0/73efae8cbd53f493c17693a143f8bfc03318afe465581bb7264ca0b7beee/libsass-0.8.3-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6c96b2cbd615487b9a6b1861284dbae2", "sha256": "215c9350e9d9d7d3709329cbd36cbcd11de91d307bc253e98eca350c96aed03f" }, "downloads": -1, "filename": "libsass-0.8.3-cp33-cp33m-macosx_10_6_x86_64.whl", "has_sig": true, "md5_digest": "6c96b2cbd615487b9a6b1861284dbae2", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 1289884, "upload_time": "2015-08-02T14:56:56", "upload_time_iso_8601": "2015-08-02T14:56:56.243784Z", "url": "https://files.pythonhosted.org/packages/af/a7/22dddcc0ca5992d1656a4a6b68408c9feee851199a99dc635ffb95f44b1a/libsass-0.8.3-cp33-cp33m-macosx_10_6_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "53950b56b0f2651ef9e41244d1a7fe2b", "sha256": "033f07a0130234ba789f32dad2d9cd83eae0d9388ee3259a657688702b97f525" }, "downloads": -1, "filename": "libsass-0.8.3-cp33-none-win32.whl", "has_sig": false, "md5_digest": "53950b56b0f2651ef9e41244d1a7fe2b", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 351821, "upload_time": "2015-08-02T15:39:13", "upload_time_iso_8601": "2015-08-02T15:39:13.218048Z", "url": "https://files.pythonhosted.org/packages/5c/72/3d2c0312de77d6c62d2edad16826709ebb3dcad7ee0f7b9a917d4a0c91e7/libsass-0.8.3-cp33-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c364b69c5ebf4362822b8d62917dd58b", "sha256": "cacb5e1a4425a47eed85a3a1d740580bd6d5edc7597055c302287ca894ac684c" }, "downloads": -1, "filename": "libsass-0.8.3-cp33-none-win_amd64.whl", "has_sig": false, "md5_digest": "c364b69c5ebf4362822b8d62917dd58b", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 437037, "upload_time": "2015-08-02T15:14:38", "upload_time_iso_8601": "2015-08-02T15:14:38.149892Z", "url": "https://files.pythonhosted.org/packages/08/75/768a6ab4d6373299e895b2515cad6e0fe58f9ced41c7b79cdd18c08cb67a/libsass-0.8.3-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1fee0d9566593bc40e50b57099291873", "sha256": "6fdf2b5ee3053c1fa649f1b86af26454f42528f5d9bb6f8e0d8700a49fb579ae" }, "downloads": -1, "filename": "libsass-0.8.3-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "1fee0d9566593bc40e50b57099291873", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 1289787, "upload_time": "2015-08-02T14:52:17", "upload_time_iso_8601": "2015-08-02T14:52:17.729318Z", "url": "https://files.pythonhosted.org/packages/7c/ec/05585e1af80822c4856160d0b7a771c6e8b679b660b95763629d8fdc92de/libsass-0.8.3-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d5ba711b67349cef976f95017ec689c6", "sha256": "155fddfdf1545c8f7c47a140a505d541c13605b3b41f5596ea920eb2e18658f8" }, "downloads": -1, "filename": "libsass-0.8.3-cp34-none-win32.whl", "has_sig": false, "md5_digest": "d5ba711b67349cef976f95017ec689c6", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 351826, "upload_time": "2015-08-02T15:39:24", "upload_time_iso_8601": "2015-08-02T15:39:24.343328Z", "url": "https://files.pythonhosted.org/packages/c5/3b/557948d556df3b005313d1ae137b6aa2ebfd2d27a1ef3f3bfea4eca8d542/libsass-0.8.3-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "49505902a230862f2849b5de7882c46b", "sha256": "502ff0dd7c0454de6cc01016a72b1d6f9d2deb7ac6d8ec6de27c0748a9e126e0" }, "downloads": -1, "filename": "libsass-0.8.3-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "49505902a230862f2849b5de7882c46b", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 437040, "upload_time": "2015-08-02T15:11:25", "upload_time_iso_8601": "2015-08-02T15:11:25.783248Z", "url": "https://files.pythonhosted.org/packages/39/ad/5b0de2ae6f77c07a27f29e4ad27971cb39a5e59eeebf2327abb3fa0d3f2d/libsass-0.8.3-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "011f35ccfcacafe90ea20a8103f616d5", "sha256": "bdf8b05a871ebbae7d400a22e05cc707ef474be8105e58fd8d6c951b169db4d6" }, "downloads": -1, "filename": "libsass-0.8.3.tar.gz", "has_sig": true, "md5_digest": "011f35ccfcacafe90ea20a8103f616d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 229547, "upload_time": "2015-08-02T14:52:09", "upload_time_iso_8601": "2015-08-02T14:52:09.244339Z", "url": "https://files.pythonhosted.org/packages/5e/5f/c31339c665a23bd47609c36d46b1aca6f150c0de66da78ac9bbd1c2de2f3/libsass-0.8.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "9562ffb350f18c9ba7c714764539d1f6", "sha256": "551ba53161ccbdf2af4e6dd5010ee1ea567656264fa1834ff824fdf7a5be745d" }, "downloads": -1, "filename": "libsass-0.9.0-cp26-none-macosx_10_10_intel.whl", "has_sig": true, "md5_digest": "9562ffb350f18c9ba7c714764539d1f6", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 1217046, "upload_time": "2015-10-29T04:01:44", "upload_time_iso_8601": "2015-10-29T04:01:44.147639Z", "url": "https://files.pythonhosted.org/packages/88/f6/2e239d21a91813606f1f80664b511044604cbf848e76cc2a75fd520f4599/libsass-0.9.0-cp26-none-macosx_10_10_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "47bea51ffe8944a74304462ba0b34a4d", "sha256": "d8f05e574ab94668ac68079797c4534cee247771530e1afdf400cc4f462e0e5f" }, "downloads": -1, "filename": "libsass-0.9.0-cp27-none-macosx_10_10_intel.whl", "has_sig": true, "md5_digest": "47bea51ffe8944a74304462ba0b34a4d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 1217054, "upload_time": "2015-10-29T04:06:35", "upload_time_iso_8601": "2015-10-29T04:06:35.779435Z", "url": "https://files.pythonhosted.org/packages/40/07/b3e662590a1eb886efcf2f8d2ae065e0ec564ab907881ab10de5fc93eb14/libsass-0.9.0-cp27-none-macosx_10_10_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b356bd4aa32640d1e66095bc295b9c25", "sha256": "c6c2fb7cb9dd0498066eba093350158b82a245c6b880f788d1a3c4f5ebbafd12" }, "downloads": -1, "filename": "libsass-0.9.0-cp27-none-win32.whl", "has_sig": false, "md5_digest": "b356bd4aa32640d1e66095bc295b9c25", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 394990, "upload_time": "2015-10-29T03:42:08", "upload_time_iso_8601": "2015-10-29T03:42:08.437449Z", "url": "https://files.pythonhosted.org/packages/4a/cc/8264c2d18d3fe05acab63d23c565e8234cb20718b88ba7b1ec79c2f596fe/libsass-0.9.0-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b185f99922c934323b8680e8fc5c8118", "sha256": "33d552324d7a04e5389acb4fc0c7f39461edb139a6560672cd4e95778c03a1e7" }, "downloads": -1, "filename": "libsass-0.9.0-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "b185f99922c934323b8680e8fc5c8118", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 492354, "upload_time": "2015-10-29T03:42:18", "upload_time_iso_8601": "2015-10-29T03:42:18.468675Z", "url": "https://files.pythonhosted.org/packages/3b/81/f39785f4e9d19e5fca695978668e9a35f593a9e8137d6118d7ddc11433ae/libsass-0.9.0-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a263d4ba17d1a820c00607aa4fec5b8d", "sha256": "1b1a731dd80515a24c1d4822c98c494185a8329f67fd45ccc7a718ef9f4c4376" }, "downloads": -1, "filename": "libsass-0.9.0-cp33-cp33m-macosx_10_6_x86_64.whl", "has_sig": true, "md5_digest": "a263d4ba17d1a820c00607aa4fec5b8d", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 1267778, "upload_time": "2015-10-29T04:09:59", "upload_time_iso_8601": "2015-10-29T04:09:59.039445Z", "url": "https://files.pythonhosted.org/packages/cd/57/84965aa3111c085addb484c2f20012740bd0517c1126939090ee33b932ba/libsass-0.9.0-cp33-cp33m-macosx_10_6_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "634654db85023618c125999c4311f916", "sha256": "176a4ea195a648485d87ae99765daa33843d090dbae929e4da501d5154c30022" }, "downloads": -1, "filename": "libsass-0.9.0-cp33-none-win32.whl", "has_sig": false, "md5_digest": "634654db85023618c125999c4311f916", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 395256, "upload_time": "2015-10-29T03:42:26", "upload_time_iso_8601": "2015-10-29T03:42:26.529373Z", "url": "https://files.pythonhosted.org/packages/e1/93/70c47c60454795429e88a0ffe2b9fed8e87e02754de4e7ac9de8c7184a70/libsass-0.9.0-cp33-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "af35cf1836eba4c32f2d98103e6114c7", "sha256": "7f18d021b0c61c95a7169f4c377210e83ad7afe5a3ba31b9e005ca2e3eb98ea9" }, "downloads": -1, "filename": "libsass-0.9.0-cp33-none-win_amd64.whl", "has_sig": false, "md5_digest": "af35cf1836eba4c32f2d98103e6114c7", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 491662, "upload_time": "2015-10-29T03:42:36", "upload_time_iso_8601": "2015-10-29T03:42:36.033323Z", "url": "https://files.pythonhosted.org/packages/20/4d/2ab942c9a3317e18ad17a6448512cc8939b1c7d6b5f8852fdc3621033c0d/libsass-0.9.0-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6839a034ca667e1552ac5d05c2460252", "sha256": "d9014275d0045a56eb9df6fb965cc7eb0d4791f3069ef69279b4ce57f2f54828" }, "downloads": -1, "filename": "libsass-0.9.0-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "6839a034ca667e1552ac5d05c2460252", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 1267774, "upload_time": "2015-10-29T04:13:29", "upload_time_iso_8601": "2015-10-29T04:13:29.525925Z", "url": "https://files.pythonhosted.org/packages/20/23/eee5e80538b589bb431db0757bd8118792061eb58a06b8808c8c58a02074/libsass-0.9.0-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9da86ed5f04ef27175982da845ed6af6", "sha256": "1b32b4fc8220987dd4c87cdbd1606afdf14e8df11378cc64b9b56e6288787402" }, "downloads": -1, "filename": "libsass-0.9.0-cp34-none-win32.whl", "has_sig": false, "md5_digest": "9da86ed5f04ef27175982da845ed6af6", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 395258, "upload_time": "2015-10-29T03:42:44", "upload_time_iso_8601": "2015-10-29T03:42:44.775196Z", "url": "https://files.pythonhosted.org/packages/f1/05/b919f2533351eb88773ee256ab0e508f900dc4271c92f8c08b95b77e0202/libsass-0.9.0-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cac5b80ed87cd0601a46f57a86192cf6", "sha256": "8e5c9d80439d3ec7d2643b05168e91559a9c1e07f9909715b424316436632424" }, "downloads": -1, "filename": "libsass-0.9.0-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "cac5b80ed87cd0601a46f57a86192cf6", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 491714, "upload_time": "2015-10-29T03:42:57", "upload_time_iso_8601": "2015-10-29T03:42:57.759302Z", "url": "https://files.pythonhosted.org/packages/9f/9a/fbe41ffcd44fe72f85c90803871faa60ec21cadb8d6765ea001e1e8cb682/libsass-0.9.0-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d9f1c56af94f2125764c0058d47d9ae0", "sha256": "85873ba32451ba788ba2ac4d0a5bdb04a900db1db957f39e696e147eb2816765" }, "downloads": -1, "filename": "libsass-0.9.0-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "d9f1c56af94f2125764c0058d47d9ae0", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 1267823, "upload_time": "2015-10-29T04:16:53", "upload_time_iso_8601": "2015-10-29T04:16:53.272079Z", "url": "https://files.pythonhosted.org/packages/d4/06/2168df93a16ba36a82bc4ab167197b16cfd6017349f2474c70532413b768/libsass-0.9.0-cp35-cp35m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ae739aef9aee383ebd604d0db3ea0e9f", "sha256": "1b92782f64ecf71b6f24016d61685373d4dd8df99559ddd72db7557afdc11d66" }, "downloads": -1, "filename": "libsass-0.9.0.tar.gz", "has_sig": false, "md5_digest": "ae739aef9aee383ebd604d0db3ea0e9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 264197, "upload_time": "2015-10-29T01:26:59", "upload_time_iso_8601": "2015-10-29T01:26:59.707661Z", "url": "https://files.pythonhosted.org/packages/96/2e/ded150f32212ef79dfe94e0d94f3f2f4928072918fdf6595f9ad83b12d80/libsass-0.9.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "cc78937afa8b1f0bd58b2f43c23be381", "sha256": "a73453079866dad63b9073ac7a03059a9a8d41d051ea05401960d0d0a692b8d3" }, "downloads": -1, "filename": "libsass-0.9.1-cp26-none-macosx_10_10_intel.whl", "has_sig": true, "md5_digest": "cc78937afa8b1f0bd58b2f43c23be381", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 1241356, "upload_time": "2015-10-30T05:02:20", "upload_time_iso_8601": "2015-10-30T05:02:20.109097Z", "url": "https://files.pythonhosted.org/packages/b3/a8/d6eb4cab1e2e741fa71d2747bb30f2ad27666e435453c4fb705f5cceb1ef/libsass-0.9.1-cp26-none-macosx_10_10_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f52db8199e7cb08dd0f1e2631f025e8f", "sha256": "17701c6357ee1471199b4683cb209399ae80ae33f598eb8608e1e3725a1b9f91" }, "downloads": -1, "filename": "libsass-0.9.1-cp27-none-macosx_10_10_intel.whl", "has_sig": true, "md5_digest": "f52db8199e7cb08dd0f1e2631f025e8f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 1241346, "upload_time": "2015-10-30T05:04:34", "upload_time_iso_8601": "2015-10-30T05:04:34.227287Z", "url": "https://files.pythonhosted.org/packages/d8/79/6c2af791191a7cb90e567ec66cb7d08ee1847fd01ff41b4cd64822a7a4a7/libsass-0.9.1-cp27-none-macosx_10_10_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ceda59037dcad1dba8cb07d14f431337", "sha256": "0f6d0079a631eb00772200086a11efb72dbecf675188d1e0b9d650efa6edde9e" }, "downloads": -1, "filename": "libsass-0.9.1-cp27-none-win32.whl", "has_sig": false, "md5_digest": "ceda59037dcad1dba8cb07d14f431337", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 396040, "upload_time": "2015-10-30T04:55:50", "upload_time_iso_8601": "2015-10-30T04:55:50.753413Z", "url": "https://files.pythonhosted.org/packages/8c/1e/4d2c28364e0dbc9736e4058c3112fc5ceba47c2df8570b517f6bee56ac9f/libsass-0.9.1-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "35deb1e5ba30aac97997469dffc38e0e", "sha256": "d55b599d5bec2e29fd30573fdc3c8d9c39d539ee31bbb87693c4ec3e5cb2a452" }, "downloads": -1, "filename": "libsass-0.9.1-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "35deb1e5ba30aac97997469dffc38e0e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 493299, "upload_time": "2015-10-30T04:55:58", "upload_time_iso_8601": "2015-10-30T04:55:58.745053Z", "url": "https://files.pythonhosted.org/packages/93/40/8680b6e7ba51a6c0e2f171b1ab5bd2d95b381d9360e0a61cf174719f925b/libsass-0.9.1-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b2968d481c31e7e7cb2b759782530909", "sha256": "2ca8adb71ef5ccdad123bfbb37effb9321317de7365d118cf52ebe1a7b15b8f3" }, "downloads": -1, "filename": "libsass-0.9.1-cp33-cp33m-macosx_10_6_x86_64.whl", "has_sig": true, "md5_digest": "b2968d481c31e7e7cb2b759782530909", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 1289963, "upload_time": "2015-10-30T05:06:45", "upload_time_iso_8601": "2015-10-30T05:06:45.001972Z", "url": "https://files.pythonhosted.org/packages/6c/1d/6aeb01459434e552023b4fd71ac1d8651b24e13b92643a09546a2a1b5acf/libsass-0.9.1-cp33-cp33m-macosx_10_6_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ce1e630505a34159f7156aea69d861c7", "sha256": "bfc6a3d503cca077617ff7a9f156a5725b82ae5bb863bf0d447b73df99b326d7" }, "downloads": -1, "filename": "libsass-0.9.1-cp33-none-win32.whl", "has_sig": false, "md5_digest": "ce1e630505a34159f7156aea69d861c7", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 396188, "upload_time": "2015-10-30T04:56:14", "upload_time_iso_8601": "2015-10-30T04:56:14.825111Z", "url": "https://files.pythonhosted.org/packages/73/99/5cc43cfd7127e1cddd3ff028a8a9bf6d5684de9d8c23e2df50af28469986/libsass-0.9.1-cp33-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5193b801d702a99d84dd5664231ea819", "sha256": "5189c65abd69437a90dbba642e0e798ee31cf76354f5e0bc397d78bdf03c877b" }, "downloads": -1, "filename": "libsass-0.9.1-cp33-none-win_amd64.whl", "has_sig": false, "md5_digest": "5193b801d702a99d84dd5664231ea819", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 492740, "upload_time": "2015-10-30T04:56:23", "upload_time_iso_8601": "2015-10-30T04:56:23.905154Z", "url": "https://files.pythonhosted.org/packages/d9/90/29d3ab05009242aa2deb649267d750610de60e17f55cecb382b634757ddd/libsass-0.9.1-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5f666f66a32dab76ef66d734b7dfb709", "sha256": "3ae2430b65b43f196276b50e176975c2578d0e5d7c8ffb0aedc7637162b9954e" }, "downloads": -1, "filename": "libsass-0.9.1-cp34-none-win32.whl", "has_sig": false, "md5_digest": "5f666f66a32dab76ef66d734b7dfb709", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 396189, "upload_time": "2015-10-30T04:56:31", "upload_time_iso_8601": "2015-10-30T04:56:31.566516Z", "url": "https://files.pythonhosted.org/packages/40/bf/4807a4e505ae2198c393e3d04132a7d8dc1e08557ad379cd317bec2611ac/libsass-0.9.1-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "174fb2cac19a73f0946d51c0075c8e7d", "sha256": "82ce26c75474eb681bf1e1c30c6e805901b25a03e635d93e12db67cc6c861b78" }, "downloads": -1, "filename": "libsass-0.9.1-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "174fb2cac19a73f0946d51c0075c8e7d", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 492741, "upload_time": "2015-10-30T04:56:40", "upload_time_iso_8601": "2015-10-30T04:56:40.383466Z", "url": "https://files.pythonhosted.org/packages/40/64/5f0b3327418205285b7bda6aeeb7e578f686317a9d41940f13fd817d065f/libsass-0.9.1-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6f321f0e93c0d57221557d1872f20d0b", "sha256": "10c7f0aaaec78f2ec5ed4e318067b8494b605b8d45544362fa68d096fad0ec58" }, "downloads": -1, "filename": "libsass-0.9.1.tar.gz", "has_sig": false, "md5_digest": "6f321f0e93c0d57221557d1872f20d0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 264563, "upload_time": "2015-10-29T17:45:18", "upload_time_iso_8601": "2015-10-29T17:45:18.667053Z", "url": "https://files.pythonhosted.org/packages/34/d2/c95bfdf28f8df4b74386a4d46e11444174e9b2a2c29b3f480b920f2d43ad/libsass-0.9.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "49915a1208991b501e11b9bf4f0d1d1b", "sha256": "36bd0d9fabe4f5be1ed5207779600e7d51217864f61df7d35a68d43fbeb81e54" }, "downloads": -1, "filename": "libsass-0.9.2-cp27-none-macosx_10_11_intel.whl", "has_sig": true, "md5_digest": "49915a1208991b501e11b9bf4f0d1d1b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1247903, "upload_time": "2015-11-17T04:38:09", "upload_time_iso_8601": "2015-11-17T04:38:09.407310Z", "url": "https://files.pythonhosted.org/packages/f4/d4/06c5945cb37433952aa13030f8de381bf24f60b8254b0d933bb481c5b5f6/libsass-0.9.2-cp27-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e2231d51f4d4940381d5f195c4a3c100", "sha256": "699bb777005b65c9445afcc5e68c8e8e53bb442f5eed1e672def37af6fdb56e7" }, "downloads": -1, "filename": "libsass-0.9.2-cp27-none-win32.whl", "has_sig": false, "md5_digest": "e2231d51f4d4940381d5f195c4a3c100", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 400682, "upload_time": "2015-11-17T04:43:24", "upload_time_iso_8601": "2015-11-17T04:43:24.474612Z", "url": "https://files.pythonhosted.org/packages/e5/66/5c97dd9b1f5893cd5fc6f3b693d62ad7c6cdfdaadeb8e497a1f3e3ae4bd5/libsass-0.9.2-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5f968b6033bc75ec344ee6cf3cc96d4e", "sha256": "1e627ce5d279af9a04205a4ad5107dc97db57867b0a715a23307917249cf2d98" }, "downloads": -1, "filename": "libsass-0.9.2-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "5f968b6033bc75ec344ee6cf3cc96d4e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 512206, "upload_time": "2015-11-17T04:43:32", "upload_time_iso_8601": "2015-11-17T04:43:32.116062Z", "url": "https://files.pythonhosted.org/packages/14/85/dae4b1597e13c48549249fd2c3c4e84a5e820a9eb360af84bba813e04d64/libsass-0.9.2-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9922fd52334700f97308df0411b3313c", "sha256": "d7a2eb360959990b3e6026bc38de26352d79eacf6bbf251dcd80f336e3ab1740" }, "downloads": -1, "filename": "libsass-0.9.2-cp33-none-win32.whl", "has_sig": false, "md5_digest": "9922fd52334700f97308df0411b3313c", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 400214, "upload_time": "2015-11-17T04:43:39", "upload_time_iso_8601": "2015-11-17T04:43:39.303710Z", "url": "https://files.pythonhosted.org/packages/08/dc/0f31e3166ed32bc56d88c1c2f28fdee2eb744588d6812cbe5aa5a89dccb0/libsass-0.9.2-cp33-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a95430cdde4bafd2daacd6355fa77c40", "sha256": "fe24c024db843218c5bfd301b32a9919f0f9de74aa8fceb2c576cb69b6d369aa" }, "downloads": -1, "filename": "libsass-0.9.2-cp33-none-win_amd64.whl", "has_sig": false, "md5_digest": "a95430cdde4bafd2daacd6355fa77c40", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 512422, "upload_time": "2015-11-17T04:43:48", "upload_time_iso_8601": "2015-11-17T04:43:48.285872Z", "url": "https://files.pythonhosted.org/packages/7f/67/d6406e0b853213caf1c0fbb948a2d7bd62491418f12a1f0790fbb32ee9ff/libsass-0.9.2-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0cfd9339495156b46d7de0c8a68bbeb6", "sha256": "e7a174caf94916a7f0bf0e1a9f308c6a8d83c7a698e071daa072fc26caabe54b" }, "downloads": -1, "filename": "libsass-0.9.2-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "0cfd9339495156b46d7de0c8a68bbeb6", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 1298102, "upload_time": "2015-11-17T04:42:01", "upload_time_iso_8601": "2015-11-17T04:42:01.233021Z", "url": "https://files.pythonhosted.org/packages/44/d6/9801ffc7fbb79f2c46c4b012f133dcd59558cafdb482b10f16cb62b1e4b2/libsass-0.9.2-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bf44919a4ea346ce5cf7c01d26408ce6", "sha256": "7aded15070f7d0dc213819be7a1a21be8128163d3e9fc4c8625847a980c97776" }, "downloads": -1, "filename": "libsass-0.9.2-cp34-none-win32.whl", "has_sig": false, "md5_digest": "bf44919a4ea346ce5cf7c01d26408ce6", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 400243, "upload_time": "2015-11-17T04:43:55", "upload_time_iso_8601": "2015-11-17T04:43:55.787510Z", "url": "https://files.pythonhosted.org/packages/6d/67/e9e19d2b2d80b80f8ef172a8a41bbaea8698eb188ab0faa4b6d8bf0dd400/libsass-0.9.2-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "70d0e73e69a98c5a9e71ceb4d0c05733", "sha256": "a9d32d07f3c618509129e0d4de9f6b22889efdb802835a4a591800f9d14805b9" }, "downloads": -1, "filename": "libsass-0.9.2-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "70d0e73e69a98c5a9e71ceb4d0c05733", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 512391, "upload_time": "2015-11-17T04:44:03", "upload_time_iso_8601": "2015-11-17T04:44:03.293913Z", "url": "https://files.pythonhosted.org/packages/88/12/701b432bccc46fc81a983d73af28870b72d9e82b9c877656163440fd7ca6/libsass-0.9.2-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4e412e2e7ee06018146e27480e0b7477", "sha256": "5fc7477138b347871a8d6d8b6c020103e3964466c68581e670517776ad603be8" }, "downloads": -1, "filename": "libsass-0.9.2-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "4e412e2e7ee06018146e27480e0b7477", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 1298126, "upload_time": "2015-11-17T04:45:45", "upload_time_iso_8601": "2015-11-17T04:45:45.281806Z", "url": "https://files.pythonhosted.org/packages/e6/96/ee14223c5536dc14a5f2d58e1e2db547d48325556aac90e0b5f0be5977b7/libsass-0.9.2-cp35-cp35m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3078f2801b36e60bc70fcb1398d4d759", "sha256": "bc005621d3e4b2672c917b61712a2e84d6d22057e5f1093a4b0d1def0eb25705" }, "downloads": -1, "filename": "libsass-0.9.2.tar.gz", "has_sig": false, "md5_digest": "3078f2801b36e60bc70fcb1398d4d759", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 269544, "upload_time": "2015-11-13T07:03:35", "upload_time_iso_8601": "2015-11-13T07:03:35.329099Z", "url": "https://files.pythonhosted.org/packages/5d/ee/bfdcba62217ccec0fec83770d9ba856926e3709bde5385e363b6c60bd2d7/libsass-0.9.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "dc32b5f2cf226ae72020d1306050a4dc", "sha256": "be9d7c43c9a475c681057e1e2808f446bced24a98bacb17f03b5250d60eeddef" }, "downloads": -1, "filename": "libsass-0.9.3-cp26-none-macosx_10_11_intel.whl", "has_sig": true, "md5_digest": "dc32b5f2cf226ae72020d1306050a4dc", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 1248086, "upload_time": "2015-12-08T06:45:30", "upload_time_iso_8601": "2015-12-08T06:45:30.030347Z", "url": "https://files.pythonhosted.org/packages/8f/89/c8780607644652446bbccf4d56afffe6295de976557dc8864358502b2452/libsass-0.9.3-cp26-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1cccaecdfea2744e066aae5cfafaa5e1", "sha256": "9db8d23d7834476f3b08626b98868f0e399be7122a03273ae1bd740efef7aad4" }, "downloads": -1, "filename": "libsass-0.9.3-cp27-none-macosx_10_11_intel.whl", "has_sig": true, "md5_digest": "1cccaecdfea2744e066aae5cfafaa5e1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 1248063, "upload_time": "2015-12-08T06:52:21", "upload_time_iso_8601": "2015-12-08T06:52:21.385003Z", "url": "https://files.pythonhosted.org/packages/82/89/08016a305f3a67c1bf8115fc040e200a373021427a701a954133e9f2461e/libsass-0.9.3-cp27-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1792954086534d54a30ddf936172d2af", "sha256": "4870f1c12d1f661c6f50d41a08631bd5ea7301918fe0e2e615e834e44d62a5d6" }, "downloads": -1, "filename": "libsass-0.9.3-cp27-none-win32.whl", "has_sig": false, "md5_digest": "1792954086534d54a30ddf936172d2af", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 526761, "upload_time": "2015-12-03T18:29:04", "upload_time_iso_8601": "2015-12-03T18:29:04.941702Z", "url": "https://files.pythonhosted.org/packages/e6/8f/724f4b50bbfbae23613222638faff956aab7161312d7d952385dc7a08873/libsass-0.9.3-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "794c2ce39e91aa9bb0e9e90ab91b4675", "sha256": "735a9549618eb794973db462bb7a96c2dfc7da52730618dcfe33a20a9ae19f0e" }, "downloads": -1, "filename": "libsass-0.9.3-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "794c2ce39e91aa9bb0e9e90ab91b4675", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 650731, "upload_time": "2015-12-03T18:29:11", "upload_time_iso_8601": "2015-12-03T18:29:11.279247Z", "url": "https://files.pythonhosted.org/packages/e3/b6/2a540945e332e636da9b97c18c7a069ad313cc75865a7de5a345f8b8e18b/libsass-0.9.3-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ed7b8fa8f710817a91d6138edb475b43", "sha256": "83928f7c4ddd0cda953cbdb6c95935ff83db4c2e1fb8b87aa393e4795755ee10" }, "downloads": -1, "filename": "libsass-0.9.3-cp33-none-win32.whl", "has_sig": false, "md5_digest": "ed7b8fa8f710817a91d6138edb475b43", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 526700, "upload_time": "2015-12-03T18:29:17", "upload_time_iso_8601": "2015-12-03T18:29:17.302562Z", "url": "https://files.pythonhosted.org/packages/54/d7/d7ac2f79b184845fe2846c444f50804001f18332853990434e3b65e24d24/libsass-0.9.3-cp33-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "090540f1466c53ba7e56e1bda6e9fdff", "sha256": "a69ecddef554abdbabc59aba753dc4ef8adb635094501fa24646412b6cb3f7f7" }, "downloads": -1, "filename": "libsass-0.9.3-cp33-none-win_amd64.whl", "has_sig": false, "md5_digest": "090540f1466c53ba7e56e1bda6e9fdff", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 650310, "upload_time": "2015-12-03T18:29:28", "upload_time_iso_8601": "2015-12-03T18:29:28.990181Z", "url": "https://files.pythonhosted.org/packages/f5/e3/d7dc8aed3114bab9f2c073b2eaa98962ac909d2823e8d28a6d02f6086a77/libsass-0.9.3-cp33-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b59a58754059800445fb0552dac0a0c2", "sha256": "2be6b14e204e43265ccaf065457c2302dbe76ff45873930ab223ba69f06328d0" }, "downloads": -1, "filename": "libsass-0.9.3-cp34-cp34m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "b59a58754059800445fb0552dac0a0c2", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 1298237, "upload_time": "2015-12-08T06:55:22", "upload_time_iso_8601": "2015-12-08T06:55:22.207968Z", "url": "https://files.pythonhosted.org/packages/57/41/32ced865b882893fbfbc51880de66367ebbd9c3b94eba787acbeb8f242c8/libsass-0.9.3-cp34-cp34m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "26361d9b9b1871b49c9483e74d4bccd2", "sha256": "8691fc6a4363b4ccfb0164cd4c0811e96d3fb229d470b1ada7765b99ae4b73d5" }, "downloads": -1, "filename": "libsass-0.9.3-cp34-none-win32.whl", "has_sig": false, "md5_digest": "26361d9b9b1871b49c9483e74d4bccd2", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 526638, "upload_time": "2015-12-03T18:29:34", "upload_time_iso_8601": "2015-12-03T18:29:34.491410Z", "url": "https://files.pythonhosted.org/packages/a9/08/c8c5d5e1d2d11a8bba7ea8d8f222c1e905a84da2441813b6929d126205a9/libsass-0.9.3-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "772040bc830d1fabab14ad2086e3155d", "sha256": "12b6ceec57387112073ef6282468fe7b1c0d9932e0fcaa1863a32b480a94598d" }, "downloads": -1, "filename": "libsass-0.9.3-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "772040bc830d1fabab14ad2086e3155d", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 650317, "upload_time": "2015-12-03T18:29:41", "upload_time_iso_8601": "2015-12-03T18:29:41.787204Z", "url": "https://files.pythonhosted.org/packages/f4/33/f8b12c17844d2a054a378bb577ce1b2f1d2f5a20133188d5aa4472be1d46/libsass-0.9.3-cp34-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6fdf9f6c3b00c8f00779ffa5b17e55a8", "sha256": "8e5f102a9742a4588c1e44ef401d6b2f158d5fc30322be543b2483821c25bece" }, "downloads": -1, "filename": "libsass-0.9.3-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": true, "md5_digest": "6fdf9f6c3b00c8f00779ffa5b17e55a8", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 1298270, "upload_time": "2015-12-08T06:58:01", "upload_time_iso_8601": "2015-12-08T06:58:01.348354Z", "url": "https://files.pythonhosted.org/packages/99/0a/c1dac4781584ad4ae68f6f49b5794cc747b066e77bb17ea9d219060e8357/libsass-0.9.3-cp35-cp35m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7594006d24208f7d001f48b4f5e127fd", "sha256": "5066bdfcc48c9894077825fd45923ffa464c6f92a1a120767c921df333ac04ee" }, "downloads": -1, "filename": "libsass-0.9.3.tar.gz", "has_sig": false, "md5_digest": "7594006d24208f7d001f48b4f5e127fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 269712, "upload_time": "2015-12-03T17:20:41", "upload_time_iso_8601": "2015-12-03T17:20:41.034077Z", "url": "https://files.pythonhosted.org/packages/2a/91/7dcecfd4308528cc91574e71c67d5bd58f43c62f6518d98951e37b8c03cc/libsass-0.9.3.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a4c2568d4504273d66a1e5f266aa2bc5", "sha256": "06c8776417fe930714bdc930a3d7e795ae3d72be6ac883ff72a1b8f7c49e5ffb" }, "downloads": -1, "filename": "libsass-0.21.0-cp27-cp27m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "a4c2568d4504273d66a1e5f266aa2bc5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1093246, "upload_time": "2021-05-21T02:26:32", "upload_time_iso_8601": "2021-05-21T02:26:32.666037Z", "url": "https://files.pythonhosted.org/packages/26/a8/c27ea1d9abc3b0a66d19a0c596113754b29c4259b43cd86d93ad5460edd7/libsass-0.21.0-cp27-cp27m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ce08c43c3c48f73d53355c2887947c52", "sha256": "1e25dd9047a9392d3c59a0b869e0404f2b325a03871ee45285ee33b3664f5613" }, "downloads": -1, "filename": "libsass-0.21.0-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ce08c43c3c48f73d53355c2887947c52", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9433899, "upload_time": "2021-05-21T01:52:22", "upload_time_iso_8601": "2021-05-21T01:52:22.794470Z", "url": "https://files.pythonhosted.org/packages/f7/bf/dc5902aa2f933f20eceaf2905abe2a8acd4a3cdb04c648e442327b4e8a7f/libsass-0.21.0-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "07bc5ad810facd327bbb8e3629defaca", "sha256": "a005f298f64624f313a3ac618ab03f844c71d84ae4f4a4aec4b68d2a4ffe75eb" }, "downloads": -1, "filename": "libsass-0.21.0-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "07bc5ad810facd327bbb8e3629defaca", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 803756, "upload_time": "2021-05-21T02:26:22", "upload_time_iso_8601": "2021-05-21T02:26:22.309424Z", "url": "https://files.pythonhosted.org/packages/c1/fd/b0cb224a4285bdade8d36d961eb37edc03289fe39b29ce9e63b50a4c39b8/libsass-0.21.0-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c5580d63dff5b75a17cd1ca2b3087683", "sha256": "6b984510ed94993708c0d697b4fef2d118929bbfffc3b90037be0f5ccadf55e7" }, "downloads": -1, "filename": "libsass-0.21.0-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "c5580d63dff5b75a17cd1ca2b3087683", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 1056303, "upload_time": "2021-05-21T02:26:24", "upload_time_iso_8601": "2021-05-21T02:26:24.820274Z", "url": "https://files.pythonhosted.org/packages/03/cc/c368c650944fe770f27682d28cbe4305625e789d75897d4df29d193d4d9e/libsass-0.21.0-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9e8d859c20e20dfbda5c4e0bec928417", "sha256": "12f39712de38689a8b785b7db41d3ba2ea1d46f9379d81ea4595802d91fa6529" }, "downloads": -1, "filename": "libsass-0.21.0-cp36-abi3-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "9e8d859c20e20dfbda5c4e0bec928417", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 1085715, "upload_time": "2021-05-21T02:26:35", "upload_time_iso_8601": "2021-05-21T02:26:35.898439Z", "url": "https://files.pythonhosted.org/packages/90/73/a76f690849f864386bb18c8b4a7dfd1db7a390fd26d00fd566e86a076598/libsass-0.21.0-cp36-abi3-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a969147d8e817a7c9c371cb617459975", "sha256": "e2b1a7d093f2e76dc694c17c0c285e846d0b0deb0e8b21dc852ba1a3a4e2f1d6" }, "downloads": -1, "filename": "libsass-0.21.0-cp36-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a969147d8e817a7c9c371cb617459975", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9444637, "upload_time": "2021-05-21T01:52:33", "upload_time_iso_8601": "2021-05-21T01:52:33.560357Z", "url": "https://files.pythonhosted.org/packages/e1/75/32838d4a18f3bc1757d3b8005856ec9d14c348a4b8ae6b77387bf4dcfd02/libsass-0.21.0-cp36-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b0363bc31654c78c3d40e08c0cb9c42f", "sha256": "abc29357ee540849faf1383e1746d40d69ed5cb6d4c346df276b258f5aa8977a" }, "downloads": -1, "filename": "libsass-0.21.0-cp36-abi3-win32.whl", "has_sig": false, "md5_digest": "b0363bc31654c78c3d40e08c0cb9c42f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 763443, "upload_time": "2021-05-21T02:26:27", "upload_time_iso_8601": "2021-05-21T02:26:27.136511Z", "url": "https://files.pythonhosted.org/packages/ba/bb/7769b9433a1b3a837a313c1f5e0c5839b10afb8c3e3e157c4ee66c94a2b9/libsass-0.21.0-cp36-abi3-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f25958533d7701f161bf6a4097e67a43", "sha256": "659ae41af8708681fa3ec73f47b9735a6725e71c3b66ff570bfce78952f2314e" }, "downloads": -1, "filename": "libsass-0.21.0-cp36-abi3-win_amd64.whl", "has_sig": false, "md5_digest": "f25958533d7701f161bf6a4097e67a43", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 868188, "upload_time": "2021-05-21T02:26:29", "upload_time_iso_8601": "2021-05-21T02:26:29.447797Z", "url": "https://files.pythonhosted.org/packages/c2/33/1979ab8928732765ad39eb6bdee234c45f3b5bbd4204ac5673ff671b082e/libsass-0.21.0-cp36-abi3-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1c5a1d3ed525b0ad0a7ea1988cbc7b88", "sha256": "c9ec490609752c1d81ff6290da33485aa7cb6d7365ac665b74464c1b7d97f7da" }, "downloads": -1, "filename": "libsass-0.21.0-cp38-abi3-macosx_12_0_arm64.whl", "has_sig": false, "md5_digest": "1c5a1d3ed525b0ad0a7ea1988cbc7b88", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": null, "size": 980264, "upload_time": "2021-11-18T17:51:43", "upload_time_iso_8601": "2021-11-18T17:51:43.480177Z", "url": "https://files.pythonhosted.org/packages/b1/ce/cf9bc22f3b60841b0185bb3d945c59ab422a0015e538e54f377a480d0dc4/libsass-0.21.0-cp38-abi3-macosx_12_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b4edb4171b78642ea644aac689d684da", "sha256": "d5ba529d9ce668be9380563279f3ffe988f27bc5b299c5a28453df2e0b0fbaf2" }, "downloads": -1, "filename": "libsass-0.21.0.tar.gz", "has_sig": false, "md5_digest": "b4edb4171b78642ea644aac689d684da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 317193, "upload_time": "2021-05-21T01:42:18", "upload_time_iso_8601": "2021-05-21T01:42:18.199565Z", "url": "https://files.pythonhosted.org/packages/42/91/2a8abf59fa20a2b5148d18192fe66877139667cfc02bd3b782bd74b2e3d1/libsass-0.21.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }