|
2 | 2 | "headers": {
|
3 | 3 | "tool_name": "python-inspector",
|
4 | 4 | "tool_homepageurl": "https://github.com/nexB/python-inspector",
|
5 |
| - "tool_version": "0.9.0", |
| 5 | + "tool_version": "0.9.1", |
6 | 6 | "options": [
|
7 | 7 | "--requirement /home/tg1999/Desktop/python-inspector-1/tests/data/azure-devops.req.txt",
|
8 | 8 | "--index-url https://pypi.org/simple",
|
|
945 | 945 | "type": "pypi",
|
946 | 946 | "namespace": null,
|
947 | 947 | "name": "cryptography",
|
948 |
| - "version": "38.0.2", |
| 948 | + "version": "38.0.3", |
949 | 949 | "qualifiers": {},
|
950 | 950 | "subpath": null,
|
951 | 951 | "primary_language": "Python",
|
952 | 952 | "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.6+ and PyPy3 7.2+.\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 '...'\n >>> f.decrypt(token)\n '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/",
|
953 |
| - "release_date": "2022-10-11T18:57:26", |
| 953 | + "release_date": "2022-11-01T21:48:36", |
954 | 954 | "parties": [
|
955 | 955 | {
|
956 | 956 | "type": "person",
|
|
982 | 982 | "Topic :: Security :: Cryptography"
|
983 | 983 | ],
|
984 | 984 | "homepage_url": "https://github.com/pyca/cryptography",
|
985 |
| - "download_url": "https://files.pythonhosted.org/packages/92/3d/6f9b9f562c2cc7ff4985bc18822308edbf546de1475563ad51410874c7e3/cryptography-38.0.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", |
986 |
| - "size": 4151333, |
| 985 | + "download_url": "https://files.pythonhosted.org/packages/bd/b4/2f8532124bda7470af31b6d9322b5bbb74e3bde94030f9b3a88450f12c8e/cryptography-38.0.3-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", |
| 986 | + "size": 4151214, |
987 | 987 | "sha1": null,
|
988 |
| - "md5": "78cc9f5b632f9a44b51566366ed5e37c", |
989 |
| - "sha256": "9b99713109d76ad35736dcc4e47d54fbaa36cce761adc0333db75e86621fa68c", |
| 988 | + "md5": "5f979c7f0729477e2fb830f8fe525799", |
| 989 | + "sha256": "b1b52c9e5f8aa2b802d48bd693190341fae201ea51c7a167d69fc48b60e8a959", |
990 | 990 | "sha512": null,
|
991 | 991 | "bug_tracking_url": null,
|
992 | 992 | "code_view_url": "https://github.com/pyca/cryptography/",
|
|
1007 | 1007 | "dependencies": [],
|
1008 | 1008 | "repository_homepage_url": null,
|
1009 | 1009 | "repository_download_url": null,
|
1010 |
| - "api_data_url": "https://pypi.org/pypi/cryptography/38.0.2/json", |
| 1010 | + "api_data_url": "https://pypi.org/pypi/cryptography/38.0.3/json", |
1011 | 1011 | "datasource_id": null,
|
1012 |
| - "purl": "pkg:pypi/[email protected].2" |
| 1012 | + "purl": "pkg:pypi/[email protected].3" |
1013 | 1013 | },
|
1014 | 1014 | {
|
1015 | 1015 | "type": "pypi",
|
1016 | 1016 | "namespace": null,
|
1017 | 1017 | "name": "cryptography",
|
1018 |
| - "version": "38.0.2", |
| 1018 | + "version": "38.0.3", |
1019 | 1019 | "qualifiers": {},
|
1020 | 1020 | "subpath": null,
|
1021 | 1021 | "primary_language": "Python",
|
1022 | 1022 | "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.6+ and PyPy3 7.2+.\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 '...'\n >>> f.decrypt(token)\n '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/",
|
1023 |
| - "release_date": "2022-10-11T18:59:25", |
| 1023 | + "release_date": "2022-11-01T21:53:57", |
1024 | 1024 | "parties": [
|
1025 | 1025 | {
|
1026 | 1026 | "type": "person",
|
|
1052 | 1052 | "Topic :: Security :: Cryptography"
|
1053 | 1053 | ],
|
1054 | 1054 | "homepage_url": "https://github.com/pyca/cryptography",
|
1055 |
| - "download_url": "https://files.pythonhosted.org/packages/63/82/a6e21842f2e31b3874f01c112093b8bf8af119f5ed999bbd667a81de720b/cryptography-38.0.2.tar.gz", |
1056 |
| - "size": 599757, |
| 1055 | + "download_url": "https://files.pythonhosted.org/packages/13/dd/a9608b7aebe5d2dc0c98a4b2090a6b815628efa46cc1c046b89d8cd25f4c/cryptography-38.0.3.tar.gz", |
| 1056 | + "size": 599876, |
1057 | 1057 | "sha1": null,
|
1058 |
| - "md5": "5560580a72fe2d7a1731a84ee191dd1f", |
1059 |
| - "sha256": "7a022ec87c7a8bdad99f516a4ee6ffcb3a2bc31487577f9eccbc9b2edb1a8fd4", |
| 1058 | + "md5": "2148f1283f22df0677e204e46bccaf06", |
| 1059 | + "sha256": "bfbe6ee19615b07a98b1d2287d6a6073f734735b49ee45b11324d85efc4d5cbd", |
1060 | 1060 | "sha512": null,
|
1061 | 1061 | "bug_tracking_url": null,
|
1062 | 1062 | "code_view_url": "https://github.com/pyca/cryptography/",
|
|
1077 | 1077 | "dependencies": [],
|
1078 | 1078 | "repository_homepage_url": null,
|
1079 | 1079 | "repository_download_url": null,
|
1080 |
| - "api_data_url": "https://pypi.org/pypi/cryptography/38.0.2/json", |
| 1080 | + "api_data_url": "https://pypi.org/pypi/cryptography/38.0.3/json", |
1081 | 1081 | "datasource_id": null,
|
1082 |
| - "purl": "pkg:pypi/[email protected].2" |
| 1082 | + "purl": "pkg:pypi/[email protected].3" |
1083 | 1083 | },
|
1084 | 1084 | {
|
1085 | 1085 | "type": "pypi",
|
|
2419 | 2419 | "package": "pkg:pypi/[email protected]",
|
2420 | 2420 | "dependencies": [
|
2421 | 2421 |
|
2422 |
| - |
| 2422 | + |
2423 | 2423 |
|
2424 | 2424 | ]
|
2425 | 2425 | },
|
|
2442 | 2442 | "dependencies": []
|
2443 | 2443 | },
|
2444 | 2444 | {
|
2445 |
| - "package": "pkg:pypi/[email protected].2", |
| 2445 | + "package": "pkg:pypi/[email protected].3", |
2446 | 2446 | "dependencies": [
|
2447 | 2447 |
|
2448 | 2448 | ]
|
|
0 commit comments