|
2 | 2 | "headers": {
|
3 | 3 | "tool_name": "python-inspector",
|
4 | 4 | "tool_homepageurl": "https://github.com/nexB/python-inspector",
|
5 |
| - "tool_version": "0.9.8", |
| 5 | + "tool_version": "0.10.0", |
6 | 6 | "options": [
|
7 | 7 | "--json <file>",
|
8 | 8 | "--operating-system linux",
|
|
1002 | 1002 | "type": "pypi",
|
1003 | 1003 | "namespace": null,
|
1004 | 1004 | "name": "cryptography",
|
1005 |
| - "version": "41.0.4", |
| 1005 | + "version": "41.0.5", |
1006 | 1006 | "qualifiers": {},
|
1007 | 1007 | "subpath": null,
|
1008 | 1008 | "primary_language": "Python",
|
1009 | 1009 | "description": "cryptography is a package which provides cryptographic recipes and primitives to Python developers.\npyca/cryptography\n=================\n\n.. image:: https://img.shields.io/pypi/v/cryptography.svg\n :target: https://pypi.org/project/cryptography/\n :alt: Latest Version\n\n.. image:: https://readthedocs.org/projects/cryptography/badge/?version=latest\n :target: https://cryptography.io\n :alt: Latest Docs\n\n.. image:: https://github.com/pyca/cryptography/workflows/CI/badge.svg?branch=main\n :target: https://github.com/pyca/cryptography/actions?query=workflow%3ACI+branch%3Amain\n\n\n``cryptography`` is a package which provides cryptographic recipes and\nprimitives to Python developers. Our goal is for it to be your \"cryptographic\nstandard library\". It supports Python 3.7+ and PyPy3 7.3.10+.\n\n``cryptography`` includes both high level recipes and low level interfaces to\ncommon cryptographic algorithms such as symmetric ciphers, message digests, and\nkey derivation functions. For example, to encrypt something with\n``cryptography``'s high level symmetric encryption recipe:\n\n.. code-block:: pycon\n\n >>> from cryptography.fernet import Fernet\n >>> # Put this somewhere safe!\n >>> key = Fernet.generate_key()\n >>> f = Fernet(key)\n >>> token = f.encrypt(b\"A really secret message. Not for prying eyes.\")\n >>> token\n b'...'\n >>> f.decrypt(token)\n b'A really secret message. Not for prying eyes.'\n\nYou can find more information in the `documentation`_.\n\nYou can install ``cryptography`` with:\n\n.. code-block:: console\n\n $ pip install cryptography\n\nFor full details see `the installation documentation`_.\n\nDiscussion\n~~~~~~~~~~\n\nIf you run into bugs, you can file them in our `issue tracker`_.\n\nWe maintain a `cryptography-dev`_ mailing list for development discussion.\n\nYou can also join ``#pyca`` on ``irc.libera.chat`` to ask questions or get\ninvolved.\n\nSecurity\n~~~~~~~~\n\nNeed to report a security issue? Please consult our `security reporting`_\ndocumentation.\n\n\n.. _`documentation`: https://cryptography.io/\n.. _`the installation documentation`: https://cryptography.io/en/latest/installation/\n.. _`issue tracker`: https://github.com/pyca/cryptography/issues\n.. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev\n.. _`security reporting`: https://cryptography.io/en/latest/security/",
|
1010 |
| - "release_date": "2023-09-19T16:32:09", |
| 1010 | + "release_date": "2023-10-24T16:14:53", |
1011 | 1011 | "parties": [
|
1012 | 1012 | {
|
1013 | 1013 | "type": "person",
|
|
1039 | 1039 | "Topic :: Security :: Cryptography"
|
1040 | 1040 | ],
|
1041 | 1041 | "homepage_url": "",
|
1042 |
| - "download_url": "https://files.pythonhosted.org/packages/25/1d/f86ce362aedc580c3f90c0d74fa097289e3af9ba52b8d5a37369c186b0f1/cryptography-41.0.4-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", |
1043 |
| - "size": 4381291, |
| 1042 | + "download_url": "https://files.pythonhosted.org/packages/3e/1b/1703679eface155413730f4a2313aebf846ae7496c15083ae9c07e7324b2/cryptography-41.0.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", |
| 1043 | + "size": 4366721, |
1044 | 1044 | "sha1": null,
|
1045 |
| - "md5": "051e544f02f352ed12a9847ec5f037dc", |
1046 |
| - "sha256": "e40211b4923ba5a6dc9769eab704bdb3fbb58d56c5b336d30996c24fcf12aadb", |
| 1045 | + "md5": "66e8789249d2a75b5796f4251730f39b", |
| 1046 | + "sha256": "e270c04f4d9b5671ebcc792b3ba5d4488bf7c42c3c241a3748e2599776f29696", |
1047 | 1047 | "sha512": null,
|
1048 | 1048 | "bug_tracking_url": null,
|
1049 | 1049 | "code_view_url": null,
|
|
1064 | 1064 | "dependencies": [],
|
1065 | 1065 | "repository_homepage_url": null,
|
1066 | 1066 | "repository_download_url": null,
|
1067 |
| - "api_data_url": "https://pypi.org/pypi/cryptography/41.0.4/json", |
| 1067 | + "api_data_url": "https://pypi.org/pypi/cryptography/41.0.5/json", |
1068 | 1068 | "datasource_id": null,
|
1069 |
| - "purl": "pkg:pypi/[email protected].4" |
| 1069 | + "purl": "pkg:pypi/[email protected].5" |
1070 | 1070 | },
|
1071 | 1071 | {
|
1072 | 1072 | "type": "pypi",
|
1073 | 1073 | "namespace": null,
|
1074 | 1074 | "name": "cryptography",
|
1075 |
| - "version": "41.0.4", |
| 1075 | + "version": "41.0.5", |
1076 | 1076 | "qualifiers": {},
|
1077 | 1077 | "subpath": null,
|
1078 | 1078 | "primary_language": "Python",
|
1079 | 1079 | "description": "cryptography is a package which provides cryptographic recipes and primitives to Python developers.\npyca/cryptography\n=================\n\n.. image:: https://img.shields.io/pypi/v/cryptography.svg\n :target: https://pypi.org/project/cryptography/\n :alt: Latest Version\n\n.. image:: https://readthedocs.org/projects/cryptography/badge/?version=latest\n :target: https://cryptography.io\n :alt: Latest Docs\n\n.. image:: https://github.com/pyca/cryptography/workflows/CI/badge.svg?branch=main\n :target: https://github.com/pyca/cryptography/actions?query=workflow%3ACI+branch%3Amain\n\n\n``cryptography`` is a package which provides cryptographic recipes and\nprimitives to Python developers. Our goal is for it to be your \"cryptographic\nstandard library\". It supports Python 3.7+ and PyPy3 7.3.10+.\n\n``cryptography`` includes both high level recipes and low level interfaces to\ncommon cryptographic algorithms such as symmetric ciphers, message digests, and\nkey derivation functions. For example, to encrypt something with\n``cryptography``'s high level symmetric encryption recipe:\n\n.. code-block:: pycon\n\n >>> from cryptography.fernet import Fernet\n >>> # Put this somewhere safe!\n >>> key = Fernet.generate_key()\n >>> f = Fernet(key)\n >>> token = f.encrypt(b\"A really secret message. Not for prying eyes.\")\n >>> token\n b'...'\n >>> f.decrypt(token)\n b'A really secret message. Not for prying eyes.'\n\nYou can find more information in the `documentation`_.\n\nYou can install ``cryptography`` with:\n\n.. code-block:: console\n\n $ pip install cryptography\n\nFor full details see `the installation documentation`_.\n\nDiscussion\n~~~~~~~~~~\n\nIf you run into bugs, you can file them in our `issue tracker`_.\n\nWe maintain a `cryptography-dev`_ mailing list for development discussion.\n\nYou can also join ``#pyca`` on ``irc.libera.chat`` to ask questions or get\ninvolved.\n\nSecurity\n~~~~~~~~\n\nNeed to report a security issue? Please consult our `security reporting`_\ndocumentation.\n\n\n.. _`documentation`: https://cryptography.io/\n.. _`the installation documentation`: https://cryptography.io/en/latest/installation/\n.. _`issue tracker`: https://github.com/pyca/cryptography/issues\n.. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev\n.. _`security reporting`: https://cryptography.io/en/latest/security/",
|
1080 |
| - "release_date": "2023-09-19T16:32:46", |
| 1080 | + "release_date": "2023-10-24T16:15:08", |
1081 | 1081 | "parties": [
|
1082 | 1082 | {
|
1083 | 1083 | "type": "person",
|
|
1109 | 1109 | "Topic :: Security :: Cryptography"
|
1110 | 1110 | ],
|
1111 | 1111 | "homepage_url": "",
|
1112 |
| - "download_url": "https://files.pythonhosted.org/packages/ef/33/87512644b788b00a250203382e40ee7040ae6fa6b4c4a31dcfeeaa26043b/cryptography-41.0.4.tar.gz", |
1113 |
| - "size": 630506, |
| 1112 | + "download_url": "https://files.pythonhosted.org/packages/16/a7/38fdcdd634515f589c8c723608c0f0b38d66c6c2320b3095967486f3045a/cryptography-41.0.5.tar.gz", |
| 1113 | + "size": 630537, |
1114 | 1114 | "sha1": null,
|
1115 |
| - "md5": "e53b22d4baae5430e881f2f516effa67", |
1116 |
| - "sha256": "7febc3094125fc126a7f6fb1f420d0da639f3f32cb15c8ff0dc3997c4549f51a", |
| 1115 | + "md5": "c4919e87c38f35751b0d533ca18a46e9", |
| 1116 | + "sha256": "392cb88b597247177172e02da6b7a63deeff1937fa6fec3bbf902ebd75d97ec7", |
1117 | 1117 | "sha512": null,
|
1118 | 1118 | "bug_tracking_url": null,
|
1119 | 1119 | "code_view_url": null,
|
|
1134 | 1134 | "dependencies": [],
|
1135 | 1135 | "repository_homepage_url": null,
|
1136 | 1136 | "repository_download_url": null,
|
1137 |
| - "api_data_url": "https://pypi.org/pypi/cryptography/41.0.4/json", |
| 1137 | + "api_data_url": "https://pypi.org/pypi/cryptography/41.0.5/json", |
1138 | 1138 | "datasource_id": null,
|
1139 |
| - "purl": "pkg:pypi/[email protected].4" |
| 1139 | + "purl": "pkg:pypi/[email protected].5" |
1140 | 1140 | },
|
1141 | 1141 | {
|
1142 | 1142 | "type": "pypi",
|
|
2500 | 2500 | "package": "pkg:pypi/[email protected]",
|
2501 | 2501 | "dependencies": [
|
2502 | 2502 |
|
2503 |
| - |
| 2503 | + |
2504 | 2504 |
|
2505 | 2505 |
|
2506 | 2506 | ]
|
|
2524 | 2524 | "dependencies": []
|
2525 | 2525 | },
|
2526 | 2526 | {
|
2527 |
| - "package": "pkg:pypi/[email protected].4", |
| 2527 | + "package": "pkg:pypi/[email protected].5", |
2528 | 2528 | "dependencies": [
|
2529 | 2529 |
|
2530 | 2530 | ]
|
|
0 commit comments