|
678 | 678 | "pkg:pypi/click@8.0.4", |
679 | 679 | "pkg:pypi/jinja2@3.1.2", |
680 | 680 | "pkg:pypi/license-expression@30.0.0", |
681 | | - "pkg:pypi/openpyxl@3.0.10", |
| 681 | + "pkg:pypi/openpyxl@3.2.0b1", |
682 | 682 | "pkg:pypi/packageurl-python@0.9.9", |
683 | 683 | "pkg:pypi/saneyaml@0.5.2" |
684 | 684 | ] |
|
768 | 768 | "dependencies": [] |
769 | 769 | }, |
770 | 770 | { |
771 | | - "package": "pkg:pypi/openpyxl@3.0.10", |
| 771 | + "package": "pkg:pypi/openpyxl@3.2.0b1", |
772 | 772 | "dependencies": [ |
773 | 773 | "pkg:pypi/et-xmlfile@1.1.0" |
774 | 774 | ] |
|
2588 | 2588 | "type": "pypi", |
2589 | 2589 | "namespace": null, |
2590 | 2590 | "name": "openpyxl", |
2591 | | - "version": "3.0.10", |
| 2591 | + "version": "3.2.0b1", |
2592 | 2592 | "qualifiers": {}, |
2593 | 2593 | "subpath": null, |
2594 | 2594 | "primary_language": "Python", |
2595 | 2595 | "description": ".. image:: https://coveralls.io/repos/bitbucket/openpyxl/openpyxl/badge.svg?branch=default\n :target: https://coveralls.io/bitbucket/openpyxl/openpyxl?branch=default\n :alt: coverage status\n\nIntroduction\n------------\n\nopenpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files.\n\nIt was born from lack of existing library to read/write natively from Python\nthe Office Open XML format.\n\nAll kudos to the PHPExcel team as openpyxl was initially based on PHPExcel.\n\n\nSecurity\n--------\n\nBy default openpyxl does not guard against quadratic blowup or billion laughs\nxml attacks. To guard against these attacks install defusedxml.\n\nMailing List\n------------\n\nThe user list can be found on http://groups.google.com/group/openpyxl-users\n\n\nSample code::\n\n from openpyxl import Workbook\n wb = Workbook()\n\n # grab the active worksheet\n ws = wb.active\n\n # Data can be assigned directly to cells\n ws['A1'] = 42\n\n # Rows can also be appended\n ws.append([1, 2, 3])\n\n # Python types will automatically be converted\n import datetime\n ws['A2'] = datetime.datetime.now()\n\n # Save the file\n wb.save(\"sample.xlsx\")\n\n\nDocumentation\n-------------\n\nThe documentation is at: https://openpyxl.readthedocs.io\n\n* installation methods\n* code examples\n* instructions for contributing\n\nRelease notes: https://openpyxl.readthedocs.io/en/stable/changes.html\n\n\n", |
2596 | | - "release_date": "2022-05-19T15:43:03", |
| 2596 | + "release_date": "2022-05-19T15:36:19", |
2597 | 2597 | "parties": [ |
2598 | 2598 | { |
2599 | 2599 | "type": "person", |
|
2612 | 2612 | ], |
2613 | 2613 | "keywords": [], |
2614 | 2614 | "homepage_url": "https://openpyxl.readthedocs.io", |
2615 | | - "download_url": "https://files.pythonhosted.org/packages/7b/60/9afac4fd6feee0ac09339de4101ee452ea643d26e9ce44c7708a0023f503/openpyxl-3.0.10-py2.py3-none-any.whl", |
2616 | | - "size": 242144, |
| 2615 | + "download_url": "https://files.pythonhosted.org/packages/e2/5e/1fe4ea74f5c0afc681cbb1f34836fa251280c5aa3012dc803f6aac1382d6/openpyxl-3.2.0b1-py2.py3-none-any.whl", |
| 2616 | + "size": 253611, |
2617 | 2617 | "sha1": null, |
2618 | | - "md5": "8c57b36e745fe4c437d190272e50debb", |
2619 | | - "sha256": "0ab6d25d01799f97a9464630abacbb34aafecdcaa0ef3cba6d6b3499867d0355", |
| 2618 | + "md5": "ae7adfa1ea9ffe2ceae5d6f5151645f0", |
| 2619 | + "sha256": "c9c32c7304ad9de30aa6632dd9836469fce0338e91f3e7875a1395f9163a3eec", |
2620 | 2620 | "sha512": null, |
2621 | 2621 | "bug_tracking_url": "https://foss.heptapod.net/openpyxl/openpyxl/-/issues", |
2622 | 2622 | "code_view_url": "https://foss.heptapod.net/openpyxl/openpyxl", |
|
2631 | 2631 | "dependencies": [], |
2632 | 2632 | "repository_homepage_url": null, |
2633 | 2633 | "repository_download_url": null, |
2634 | | - "api_data_url": "https://pypi.org/pypi/openpyxl/3.0.10/json", |
| 2634 | + "api_data_url": "https://pypi.org/pypi/openpyxl/3.2.0b1/json", |
2635 | 2635 | "datasource_id": null, |
2636 | | - "purl": "pkg:pypi/openpyxl@3.0.10" |
| 2636 | + "purl": "pkg:pypi/openpyxl@3.2.0b1" |
2637 | 2637 | }, |
2638 | 2638 | { |
2639 | 2639 | "type": "pypi", |
2640 | 2640 | "namespace": null, |
2641 | 2641 | "name": "openpyxl", |
2642 | | - "version": "3.0.10", |
| 2642 | + "version": "3.2.0b1", |
2643 | 2643 | "qualifiers": {}, |
2644 | 2644 | "subpath": null, |
2645 | 2645 | "primary_language": "Python", |
2646 | 2646 | "description": ".. image:: https://coveralls.io/repos/bitbucket/openpyxl/openpyxl/badge.svg?branch=default\n :target: https://coveralls.io/bitbucket/openpyxl/openpyxl?branch=default\n :alt: coverage status\n\nIntroduction\n------------\n\nopenpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files.\n\nIt was born from lack of existing library to read/write natively from Python\nthe Office Open XML format.\n\nAll kudos to the PHPExcel team as openpyxl was initially based on PHPExcel.\n\n\nSecurity\n--------\n\nBy default openpyxl does not guard against quadratic blowup or billion laughs\nxml attacks. To guard against these attacks install defusedxml.\n\nMailing List\n------------\n\nThe user list can be found on http://groups.google.com/group/openpyxl-users\n\n\nSample code::\n\n from openpyxl import Workbook\n wb = Workbook()\n\n # grab the active worksheet\n ws = wb.active\n\n # Data can be assigned directly to cells\n ws['A1'] = 42\n\n # Rows can also be appended\n ws.append([1, 2, 3])\n\n # Python types will automatically be converted\n import datetime\n ws['A2'] = datetime.datetime.now()\n\n # Save the file\n wb.save(\"sample.xlsx\")\n\n\nDocumentation\n-------------\n\nThe documentation is at: https://openpyxl.readthedocs.io\n\n* installation methods\n* code examples\n* instructions for contributing\n\nRelease notes: https://openpyxl.readthedocs.io/en/stable/changes.html\n\n\n", |
2647 | | - "release_date": "2022-05-19T15:43:05", |
| 2647 | + "release_date": "2022-05-19T15:36:22", |
2648 | 2648 | "parties": [ |
2649 | 2649 | { |
2650 | 2650 | "type": "person", |
|
2663 | 2663 | ], |
2664 | 2664 | "keywords": [], |
2665 | 2665 | "homepage_url": "https://openpyxl.readthedocs.io", |
2666 | | - "download_url": "https://files.pythonhosted.org/packages/2c/b8/ff77a718173fd73e49f883b4fda88f11af1fc51edb9252af3785b0cad987/openpyxl-3.0.10.tar.gz", |
2667 | | - "size": 179688, |
| 2666 | + "download_url": "https://files.pythonhosted.org/packages/d0/ba/a48d1d7b5ff6f8628a76115fdf1f86bfff519ebef87be2ce2fcc0f344370/openpyxl-3.2.0b1.tar.gz", |
| 2667 | + "size": 188944, |
2668 | 2668 | "sha1": null, |
2669 | | - "md5": "ebcc3a30768a45163d5143f1f7bf0224", |
2670 | | - "sha256": "e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449", |
| 2669 | + "md5": "ffe0ca8751be87279fc75f3f586a4a26", |
| 2670 | + "sha256": "77a7c531d70bd4cd65e03cb583186819a75257048736b71581d8c115758598e4", |
2671 | 2671 | "sha512": null, |
2672 | 2672 | "bug_tracking_url": "https://foss.heptapod.net/openpyxl/openpyxl/-/issues", |
2673 | 2673 | "code_view_url": "https://foss.heptapod.net/openpyxl/openpyxl", |
|
2682 | 2682 | "dependencies": [], |
2683 | 2683 | "repository_homepage_url": null, |
2684 | 2684 | "repository_download_url": null, |
2685 | | - "api_data_url": "https://pypi.org/pypi/openpyxl/3.0.10/json", |
| 2685 | + "api_data_url": "https://pypi.org/pypi/openpyxl/3.2.0b1/json", |
2686 | 2686 | "datasource_id": null, |
2687 | | - "purl": "pkg:pypi/openpyxl@3.0.10" |
| 2687 | + "purl": "pkg:pypi/openpyxl@3.2.0b1" |
2688 | 2688 | }, |
2689 | 2689 | { |
2690 | 2690 | "type": "pypi", |
|
0 commit comments