|
2 | 2 | "headers": {
|
3 | 3 | "tool_name": "python-inspector",
|
4 | 4 | "tool_homepageurl": "https://github.com/nexB/python-inspector",
|
5 |
| - "tool_version": "0.9.7", |
| 5 | + "tool_version": "0.9.8", |
6 | 6 | "options": [
|
7 |
| - "--requirement /Users/mathioud/repos/python-inspector/tests/data/azure-devops.req.txt", |
| 7 | + "--requirement /home/tg1999/Desktop/example/tools/python-inspector/tests/data/azure-devops.req.txt", |
8 | 8 | "--index-url https://pypi.org/simple",
|
9 | 9 | "--python-version 310",
|
10 | 10 | "--operating-system linux",
|
|
17 | 17 | "files": [
|
18 | 18 | {
|
19 | 19 | "type": "file",
|
20 |
| - "path": "/Users/mathioud/repos/python-inspector/tests/data/azure-devops.req.txt", |
| 20 | + "path": "/home/tg1999/Desktop/example/tools/python-inspector/tests/data/azure-devops.req.txt", |
21 | 21 | "package_data": [
|
22 | 22 | {
|
23 | 23 | "type": "pypi",
|
|
997 | 997 | "type": "pypi",
|
998 | 998 | "namespace": null,
|
999 | 999 | "name": "cryptography",
|
1000 |
| - "version": "41.0.2", |
| 1000 | + "version": "41.0.3", |
1001 | 1001 | "qualifiers": {},
|
1002 | 1002 | "subpath": null,
|
1003 | 1003 | "primary_language": "Python",
|
1004 | 1004 | "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/",
|
1005 |
| - "release_date": "2023-07-11T03:25:42", |
| 1005 | + "release_date": "2023-08-01T20:35:42", |
1006 | 1006 | "parties": [
|
1007 | 1007 | {
|
1008 | 1008 | "type": "person",
|
|
1034 | 1034 | "Topic :: Security :: Cryptography"
|
1035 | 1035 | ],
|
1036 | 1036 | "homepage_url": "",
|
1037 |
| - "download_url": "https://files.pythonhosted.org/packages/fe/ee/aa40ae0f8cfb5988736b3a93adba13421dbfe318211d48a2da138a3a346e/cryptography-41.0.2-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", |
1038 |
| - "size": 4291427, |
| 1037 | + "download_url": "https://files.pythonhosted.org/packages/21/74/a7ebb5bcf733b1626e4778941e505792d7f655e799ff3bdbd9a176516ee2/cryptography-41.0.3-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", |
| 1038 | + "size": 4308894, |
1039 | 1039 | "sha1": null,
|
1040 |
| - "md5": "384e52a9ea431783150b79764a700971", |
1041 |
| - "sha256": "f14ad275364c8b4e525d018f6716537ae7b6d369c094805cae45300847e0894f", |
| 1040 | + "md5": "c7fce3b285651310e92cfe5a6e299898", |
| 1041 | + "sha256": "84537453d57f55a50a5b6835622ee405816999a7113267739a1b4581f83535bd", |
1042 | 1042 | "sha512": null,
|
1043 | 1043 | "bug_tracking_url": null,
|
1044 | 1044 | "code_view_url": null,
|
|
1059 | 1059 | "dependencies": [],
|
1060 | 1060 | "repository_homepage_url": null,
|
1061 | 1061 | "repository_download_url": null,
|
1062 |
| - "api_data_url": "https://pypi.org/pypi/cryptography/41.0.2/json", |
| 1062 | + "api_data_url": "https://pypi.org/pypi/cryptography/41.0.3/json", |
1063 | 1063 | "datasource_id": null,
|
1064 |
| - "purl": "pkg:pypi/[email protected].2" |
| 1064 | + "purl": "pkg:pypi/[email protected].3" |
1065 | 1065 | },
|
1066 | 1066 | {
|
1067 | 1067 | "type": "pypi",
|
1068 | 1068 | "namespace": null,
|
1069 | 1069 | "name": "cryptography",
|
1070 |
| - "version": "41.0.2", |
| 1070 | + "version": "41.0.3", |
1071 | 1071 | "qualifiers": {},
|
1072 | 1072 | "subpath": null,
|
1073 | 1073 | "primary_language": "Python",
|
1074 | 1074 | "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/",
|
1075 |
| - "release_date": "2023-07-11T03:26:24", |
| 1075 | + "release_date": "2023-08-01T20:36:22", |
1076 | 1076 | "parties": [
|
1077 | 1077 | {
|
1078 | 1078 | "type": "person",
|
|
1104 | 1104 | "Topic :: Security :: Cryptography"
|
1105 | 1105 | ],
|
1106 | 1106 | "homepage_url": "",
|
1107 |
| - "download_url": "https://files.pythonhosted.org/packages/93/b7/b6b3420a2f027c1067f712eb3aea8653f8ca7490f183f9917879c447139b/cryptography-41.0.2.tar.gz", |
1108 |
| - "size": 630080, |
| 1107 | + "download_url": "https://files.pythonhosted.org/packages/8e/5d/2bf54672898375d081cb24b30baeb7793568ae5d958ef781349e9635d1c8/cryptography-41.0.3.tar.gz", |
| 1108 | + "size": 630139, |
1109 | 1109 | "sha1": null,
|
1110 |
| - "md5": "218dde9757c27459271235acd993b49c", |
1111 |
| - "sha256": "7d230bf856164de164ecb615ccc14c7fc6de6906ddd5b491f3af90d3514c925c", |
| 1110 | + "md5": "fbf930acd8de95780604c40c4e817a74", |
| 1111 | + "sha256": "6d192741113ef5e30d89dcb5b956ef4e1578f304708701b8b73d38e3e1461f34", |
1112 | 1112 | "sha512": null,
|
1113 | 1113 | "bug_tracking_url": null,
|
1114 | 1114 | "code_view_url": null,
|
|
1129 | 1129 | "dependencies": [],
|
1130 | 1130 | "repository_homepage_url": null,
|
1131 | 1131 | "repository_download_url": null,
|
1132 |
| - "api_data_url": "https://pypi.org/pypi/cryptography/41.0.2/json", |
| 1132 | + "api_data_url": "https://pypi.org/pypi/cryptography/41.0.3/json", |
1133 | 1133 | "datasource_id": null,
|
1134 |
| - "purl": "pkg:pypi/[email protected].2" |
| 1134 | + "purl": "pkg:pypi/[email protected].3" |
1135 | 1135 | },
|
1136 | 1136 | {
|
1137 | 1137 | "type": "pypi",
|
|
2497 | 2497 | "package": "pkg:pypi/[email protected]",
|
2498 | 2498 | "dependencies": [
|
2499 | 2499 |
|
2500 |
| - |
| 2500 | + |
2501 | 2501 |
|
2502 | 2502 |
|
2503 | 2503 | ]
|
|
2521 | 2521 | "dependencies": []
|
2522 | 2522 | },
|
2523 | 2523 | {
|
2524 |
| - "package": "pkg:pypi/[email protected].2", |
| 2524 | + "package": "pkg:pypi/[email protected].3", |
2525 | 2525 | "dependencies": [
|
2526 | 2526 |
|
2527 | 2527 | ]
|
|
0 commit comments