|
2831 | 2831 | "type": "pypi", |
2832 | 2832 | "namespace": null, |
2833 | 2833 | "name": "openpyxl", |
2834 | | - "version": "3.1.0", |
| 2834 | + "version": "3.1.1", |
2835 | 2835 | "qualifiers": {}, |
2836 | 2836 | "subpath": null, |
2837 | 2837 | "primary_language": "Python", |
2838 | 2838 | "description": "A Python library to read/write Excel 2010 xlsx/xlsm files\n.. 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", |
2839 | | - "release_date": "2023-01-31T14:40:28", |
| 2839 | + "release_date": "2023-02-13T16:51:26", |
2840 | 2840 | "parties": [ |
2841 | 2841 | { |
2842 | 2842 | "type": "person", |
|
2860 | 2860 | "Programming Language :: Python :: 3.9" |
2861 | 2861 | ], |
2862 | 2862 | "homepage_url": "https://openpyxl.readthedocs.io", |
2863 | | - "download_url": "https://files.pythonhosted.org/packages/0d/89/f78a9a895e221ec8b13ae7f9495f340a0fb43563b13e2891b5df134f20ea/openpyxl-3.1.0-py2.py3-none-any.whl", |
2864 | | - "size": 250043, |
| 2863 | + "download_url": "https://files.pythonhosted.org/packages/9e/57/1d3c2ce7f6f783be9b21569fc468a9f3660e35cc17017abfbbc26d3bd061/openpyxl-3.1.1-py2.py3-none-any.whl", |
| 2864 | + "size": 249839, |
2865 | 2865 | "sha1": null, |
2866 | | - "md5": "66351b61736b19d3c88cd108908447d1", |
2867 | | - "sha256": "24d7d361025d186ba91eff58135d50855cf035a84371b891e58fb6eb5125660f", |
| 2866 | + "md5": "864e1e1ea061fe056ade64f4e7bbaf22", |
| 2867 | + "sha256": "a0266e033e65f33ee697254b66116a5793c15fc92daf64711080000df4cfe0a8", |
2868 | 2868 | "sha512": null, |
2869 | 2869 | "bug_tracking_url": "https://foss.heptapod.net/openpyxl/openpyxl/-/issues", |
2870 | 2870 | "code_view_url": "https://foss.heptapod.net/openpyxl/openpyxl", |
|
2884 | 2884 | "dependencies": [], |
2885 | 2885 | "repository_homepage_url": null, |
2886 | 2886 | "repository_download_url": null, |
2887 | | - "api_data_url": "https://pypi.org/pypi/openpyxl/3.1.0/json", |
| 2887 | + "api_data_url": "https://pypi.org/pypi/openpyxl/3.1.1/json", |
2888 | 2888 | "datasource_id": null, |
2889 | | - "purl": "pkg:pypi/openpyxl@3.1.0" |
| 2889 | + "purl": "pkg:pypi/openpyxl@3.1.1" |
2890 | 2890 | }, |
2891 | 2891 | { |
2892 | 2892 | "type": "pypi", |
2893 | 2893 | "namespace": null, |
2894 | 2894 | "name": "openpyxl", |
2895 | | - "version": "3.1.0", |
| 2895 | + "version": "3.1.1", |
2896 | 2896 | "qualifiers": {}, |
2897 | 2897 | "subpath": null, |
2898 | 2898 | "primary_language": "Python", |
2899 | 2899 | "description": "A Python library to read/write Excel 2010 xlsx/xlsm files\n.. 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", |
2900 | | - "release_date": "2023-01-31T14:40:31", |
| 2900 | + "release_date": "2023-02-13T16:51:28", |
2901 | 2901 | "parties": [ |
2902 | 2902 | { |
2903 | 2903 | "type": "person", |
|
2921 | 2921 | "Programming Language :: Python :: 3.9" |
2922 | 2922 | ], |
2923 | 2923 | "homepage_url": "https://openpyxl.readthedocs.io", |
2924 | | - "download_url": "https://files.pythonhosted.org/packages/3d/73/bb87810cdde809f69fef11d31e77297894e58710d47626dc5e5b3ff8f92a/openpyxl-3.1.0.tar.gz", |
2925 | | - "size": 186306, |
| 2924 | + "download_url": "https://files.pythonhosted.org/packages/10/bf/950ea7896f3c42ab04073cd2903f0a190ba77ef28bdf76191f6f86373712/openpyxl-3.1.1.tar.gz", |
| 2925 | + "size": 185802, |
2926 | 2926 | "sha1": null, |
2927 | | - "md5": "b7ba597b801b9a102f27599b2fa227b3", |
2928 | | - "sha256": "eccedbe1cdd8b2494057e73959b496821141038dbb7eb9266ea59e3f34208231", |
| 2927 | + "md5": "0b1a5d776707ef471810f61c7bf77a2d", |
| 2928 | + "sha256": "f06d44e2c973781068bce5ecf860a09bcdb1c7f5ce1facd5e9aa82c92c93ae72", |
2929 | 2929 | "sha512": null, |
2930 | 2930 | "bug_tracking_url": "https://foss.heptapod.net/openpyxl/openpyxl/-/issues", |
2931 | 2931 | "code_view_url": "https://foss.heptapod.net/openpyxl/openpyxl", |
|
2945 | 2945 | "dependencies": [], |
2946 | 2946 | "repository_homepage_url": null, |
2947 | 2947 | "repository_download_url": null, |
2948 | | - "api_data_url": "https://pypi.org/pypi/openpyxl/3.1.0/json", |
| 2948 | + "api_data_url": "https://pypi.org/pypi/openpyxl/3.1.1/json", |
2949 | 2949 | "datasource_id": null, |
2950 | | - "purl": "pkg:pypi/openpyxl@3.1.0" |
| 2950 | + "purl": "pkg:pypi/openpyxl@3.1.1" |
2951 | 2951 | }, |
2952 | 2952 | { |
2953 | 2953 | "type": "pypi", |
|
4976 | 4976 | "pkg:pypi/click@8.0.4", |
4977 | 4977 | "pkg:pypi/jinja2@3.1.2", |
4978 | 4978 | "pkg:pypi/license-expression@30.1.0", |
4979 | | - "pkg:pypi/openpyxl@3.1.0", |
| 4979 | + "pkg:pypi/openpyxl@3.1.1", |
4980 | 4980 | "pkg:pypi/packageurl-python@0.9.9", |
4981 | 4981 | "pkg:pypi/saneyaml@0.5.2" |
4982 | 4982 | ] |
|
5066 | 5066 | "dependencies": [] |
5067 | 5067 | }, |
5068 | 5068 | { |
5069 | | - "package": "pkg:pypi/openpyxl@3.1.0", |
| 5069 | + "package": "pkg:pypi/openpyxl@3.1.1", |
5070 | 5070 | "dependencies": [ |
5071 | 5071 | "pkg:pypi/et-xmlfile@1.1.0" |
5072 | 5072 | ] |
|
0 commit comments