|
141 | 141 | "package": "pkg:pypi/[email protected]",
|
142 | 142 | "dependencies": [
|
143 | 143 |
|
144 |
| - |
| 144 | + |
145 | 145 |
|
146 | 146 | ]
|
147 | 147 | },
|
|
164 | 164 | "dependencies": []
|
165 | 165 | },
|
166 | 166 | {
|
167 |
| - "package": "pkg:pypi/[email protected].1", |
| 167 | + "package": "pkg:pypi/[email protected].2", |
168 | 168 | "dependencies": [
|
169 | 169 |
|
170 | 170 | ]
|
|
893 | 893 | "type": "pypi",
|
894 | 894 | "namespace": null,
|
895 | 895 | "name": "cryptography",
|
896 |
| - "version": "38.0.1", |
| 896 | + "version": "38.0.2", |
897 | 897 | "qualifiers": {},
|
898 | 898 | "subpath": null,
|
899 | 899 | "primary_language": "Python",
|
900 | 900 | "description": "pyca/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/\n",
|
901 |
| - "release_date": "2022-09-07T12:35:19", |
| 901 | + "release_date": "2022-10-11T18:57:26", |
902 | 902 | "parties": [
|
903 | 903 | {
|
904 | 904 | "type": "person",
|
|
917 | 917 | ],
|
918 | 918 | "keywords": [],
|
919 | 919 | "homepage_url": "https://github.com/pyca/cryptography",
|
920 |
| - "download_url": "https://files.pythonhosted.org/packages/1c/e5/1deb15c5c38bf0826c85e480cc05402553427663db9ae45e63ee3b06ba4d/cryptography-38.0.1-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", |
921 |
| - "size": 4143904, |
| 920 | + "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", |
| 921 | + "size": 4151333, |
922 | 922 | "sha1": null,
|
923 |
| - "md5": "f0f2cedafc62cecca9be08513b761c76", |
924 |
| - "sha256": "ca9f6784ea96b55ff41708b92c3f6aeaebde4c560308e5fbbd3173fbc466e94e", |
| 923 | + "md5": "78cc9f5b632f9a44b51566366ed5e37c", |
| 924 | + "sha256": "9b99713109d76ad35736dcc4e47d54fbaa36cce761adc0333db75e86621fa68c", |
925 | 925 | "sha512": null,
|
926 | 926 | "bug_tracking_url": null,
|
927 | 927 | "code_view_url": "https://github.com/pyca/cryptography/",
|
|
936 | 936 | "dependencies": [],
|
937 | 937 | "repository_homepage_url": null,
|
938 | 938 | "repository_download_url": null,
|
939 |
| - "api_data_url": "https://pypi.org/pypi/cryptography/38.0.1/json", |
| 939 | + "api_data_url": "https://pypi.org/pypi/cryptography/38.0.2/json", |
940 | 940 | "datasource_id": null,
|
941 |
| - "purl": "pkg:pypi/[email protected].1" |
| 941 | + "purl": "pkg:pypi/[email protected].2" |
942 | 942 | },
|
943 | 943 | {
|
944 | 944 | "type": "pypi",
|
945 | 945 | "namespace": null,
|
946 | 946 | "name": "cryptography",
|
947 |
| - "version": "38.0.1", |
| 947 | + "version": "38.0.2", |
948 | 948 | "qualifiers": {},
|
949 | 949 | "subpath": null,
|
950 | 950 | "primary_language": "Python",
|
951 | 951 | "description": "pyca/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/\n",
|
952 |
| - "release_date": "2022-09-07T12:36:03", |
| 952 | + "release_date": "2022-10-11T18:59:25", |
953 | 953 | "parties": [
|
954 | 954 | {
|
955 | 955 | "type": "person",
|
|
968 | 968 | ],
|
969 | 969 | "keywords": [],
|
970 | 970 | "homepage_url": "https://github.com/pyca/cryptography",
|
971 |
| - "download_url": "https://files.pythonhosted.org/packages/6d/0c/5e67831007ba6cd7e52c4095f053cf45c357739b0a7c46a45ddd50049019/cryptography-38.0.1.tar.gz", |
972 |
| - "size": 599412, |
| 971 | + "download_url": "https://files.pythonhosted.org/packages/63/82/a6e21842f2e31b3874f01c112093b8bf8af119f5ed999bbd667a81de720b/cryptography-38.0.2.tar.gz", |
| 972 | + "size": 599757, |
973 | 973 | "sha1": null,
|
974 |
| - "md5": "c47299bca4309cdda29626b0046d9229", |
975 |
| - "sha256": "1db3d807a14931fa317f96435695d9ec386be7b84b618cc61cfa5d08b0ae33d7", |
| 974 | + "md5": "5560580a72fe2d7a1731a84ee191dd1f", |
| 975 | + "sha256": "7a022ec87c7a8bdad99f516a4ee6ffcb3a2bc31487577f9eccbc9b2edb1a8fd4", |
976 | 976 | "sha512": null,
|
977 | 977 | "bug_tracking_url": null,
|
978 | 978 | "code_view_url": "https://github.com/pyca/cryptography/",
|
|
987 | 987 | "dependencies": [],
|
988 | 988 | "repository_homepage_url": null,
|
989 | 989 | "repository_download_url": null,
|
990 |
| - "api_data_url": "https://pypi.org/pypi/cryptography/38.0.1/json", |
| 990 | + "api_data_url": "https://pypi.org/pypi/cryptography/38.0.2/json", |
991 | 991 | "datasource_id": null,
|
992 |
| - "purl": "pkg:pypi/[email protected].1" |
| 992 | + "purl": "pkg:pypi/[email protected].2" |
993 | 993 | },
|
994 | 994 | {
|
995 | 995 | "type": "pypi",
|
|
0 commit comments