Skip to content

Commit a3d2ab2

Browse files
committed
Update test exceptations
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 5860569 commit a3d2ab2

13 files changed

+434
-217
lines changed

tests/data/azure-devops.req-310-expected.json

Lines changed: 23 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -524,12 +524,12 @@
524524
"type": "pypi",
525525
"namespace": null,
526526
"name": "click",
527-
"version": "8.1.8",
527+
"version": "8.2.0",
528528
"qualifiers": {},
529529
"subpath": null,
530530
"primary_language": "Python",
531-
"description": "Composable command line interface toolkit\n# $ click_\n\nClick is a Python package for creating beautiful command line interfaces\nin a composable way with as little code as necessary. It's the \"Command\nLine Interface Creation Kit\". It's highly configurable but comes with\nsensible defaults out of the box.\n\nIt aims to make the process of writing command line tools quick and fun\nwhile also preventing any frustration caused by the inability to\nimplement an intended CLI API.\n\nClick in three points:\n\n- Arbitrary nesting of commands\n- Automatic help page generation\n- Supports lazy loading of subcommands at runtime\n\n\n## A Simple Example\n\n```python\nimport click\n\[email protected]()\[email protected](\"--count\", default=1, help=\"Number of greetings.\")\[email protected](\"--name\", prompt=\"Your name\", help=\"The person to greet.\")\ndef hello(count, name):\n \"\"\"Simple program that greets NAME for a total of COUNT times.\"\"\"\n for _ in range(count):\n click.echo(f\"Hello, {name}!\")\n\nif __name__ == '__main__':\n hello()\n```\n\n```\n$ python hello.py --count=3\nYour name: Click\nHello, Click!\nHello, Click!\nHello, Click!\n```\n\n\n## Donate\n\nThe Pallets organization develops and supports Click and other popular\npackages. In order to grow the community of contributors and users, and\nallow the maintainers to devote more time to the projects, [please\ndonate today][].\n\n[please donate today]: https://palletsprojects.com/donate",
532-
"release_date": "2024-12-21T18:38:41",
531+
"description": "Composable command line interface toolkit\n# $ click_\n\nClick is a Python package for creating beautiful command line interfaces\nin a composable way with as little code as necessary. It's the \"Command\nLine Interface Creation Kit\". It's highly configurable but comes with\nsensible defaults out of the box.\n\nIt aims to make the process of writing command line tools quick and fun\nwhile also preventing any frustration caused by the inability to\nimplement an intended CLI API.\n\nClick in three points:\n\n- Arbitrary nesting of commands\n- Automatic help page generation\n- Supports lazy loading of subcommands at runtime\n\n\n## A Simple Example\n\n```python\nimport click\n\[email protected]()\[email protected](\"--count\", default=1, help=\"Number of greetings.\")\[email protected](\"--name\", prompt=\"Your name\", help=\"The person to greet.\")\ndef hello(count, name):\n \"\"\"Simple program that greets NAME for a total of COUNT times.\"\"\"\n for _ in range(count):\n click.echo(f\"Hello, {name}!\")\n\nif __name__ == '__main__':\n hello()\n```\n\n```\n$ python hello.py --count=3\nYour name: Click\nHello, Click!\nHello, Click!\nHello, Click!\n```\n\n\n## Donate\n\nThe Pallets organization develops and supports Click and other popular\npackages. In order to grow the community of contributors and users, and\nallow the maintainers to devote more time to the projects, [please\ndonate today][].\n\n[please donate today]: https://palletsprojects.com/donate\n\n## Contributing\n\nSee our [detailed contributing documentation][contrib] for many ways to\ncontribute, including reporting issues, requesting features, asking or answering\nquestions, and making PRs.\n\n[contrib]: https://palletsprojects.com/contributing/",
532+
"release_date": "2025-05-10T22:21:01",
533533
"parties": [
534534
{
535535
"type": "person",
@@ -547,43 +547,39 @@
547547
"Typing :: Typed"
548548
],
549549
"homepage_url": null,
550-
"download_url": "https://files.pythonhosted.org/packages/7e/d4/7ebdbd03970677812aac39c869717059dbb71a4cfc033ca6e5221787892c/click-8.1.8-py3-none-any.whl",
551-
"size": 98188,
550+
"download_url": "https://files.pythonhosted.org/packages/a2/58/1f37bf81e3c689cc74ffa42102fa8915b59085f54a6e4a80bc6265c0f6bf/click-8.2.0-py3-none-any.whl",
551+
"size": 102156,
552552
"sha1": null,
553-
"md5": "7dc0eee374f3bb75bcce4c9dd4222f5f",
554-
"sha256": "63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2",
553+
"md5": "51c9b58938615d583e0829bf27e141df",
554+
"sha256": "6b303f0b2aa85f1cb4e5303078fadcbcd4e476f114fab9b5007005711839325c",
555555
"sha512": null,
556556
"bug_tracking_url": null,
557557
"code_view_url": "https://github.com/pallets/click/",
558558
"vcs_url": null,
559559
"copyright": null,
560-
"license_expression": null,
561-
"declared_license": {
562-
"classifiers": [
563-
"License :: OSI Approved :: BSD License"
564-
]
565-
},
560+
"license_expression": "BSD-3-Clause",
561+
"declared_license": {},
566562
"notice_text": null,
567563
"source_packages": [],
568564
"file_references": [],
569565
"extra_data": {},
570566
"dependencies": [],
571567
"repository_homepage_url": null,
572568
"repository_download_url": null,
573-
"api_data_url": "https://pypi.org/pypi/click/8.1.8/json",
569+
"api_data_url": "https://pypi.org/pypi/click/8.2.0/json",
574570
"datasource_id": null,
575-
"purl": "pkg:pypi/click@8.1.8"
571+
"purl": "pkg:pypi/click@8.2.0"
576572
},
577573
{
578574
"type": "pypi",
579575
"namespace": null,
580576
"name": "cryptography",
581-
"version": "44.0.3",
577+
"version": "45.0.2",
582578
"qualifiers": {},
583579
"subpath": null,
584580
"primary_language": "Python",
585581
"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.11+.\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/",
586-
"release_date": "2025-05-02T19:35:18",
582+
"release_date": "2025-05-18T02:45:59",
587583
"parties": [
588584
{
589585
"type": "person",
@@ -617,23 +613,19 @@
617613
"Topic :: Security :: Cryptography"
618614
],
619615
"homepage_url": null,
620-
"download_url": "https://files.pythonhosted.org/packages/f7/c8/e5c5d0e1364d3346a5747cdcd7ecbb23ca87e6dea4f942a44e88be349f06/cryptography-44.0.3-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
621-
"size": 4170876,
616+
"download_url": "https://files.pythonhosted.org/packages/b9/d4/75d2375a20d80aa262a8adee77bf56950e9292929e394b9fae2481803f11/cryptography-45.0.2-cp37-abi3-musllinux_1_2_x86_64.whl",
617+
"size": 4560535,
622618
"sha1": null,
623-
"md5": "5b325fcc479d9d537df71ef8b41d3643",
624-
"sha256": "192ed30fac1728f7587c6f4613c29c584abdc565d7417c13904708db10206645",
619+
"md5": "947cb34eecccafe70b2313042598a793",
620+
"sha256": "c0c000c1a09f069632d8a9eb3b610ac029fcc682f1d69b758e625d6ee713f4ed",
625621
"sha512": null,
626622
"bug_tracking_url": null,
627623
"code_view_url": null,
628624
"vcs_url": null,
629625
"copyright": null,
630626
"license_expression": null,
631627
"declared_license": {
632-
"license": "Apache-2.0 OR BSD-3-Clause",
633-
"classifiers": [
634-
"License :: OSI Approved :: Apache Software License",
635-
"License :: OSI Approved :: BSD License"
636-
]
628+
"license": "Apache-2.0 OR BSD-3-Clause"
637629
},
638630
"notice_text": null,
639631
"source_packages": [],
@@ -642,9 +634,9 @@
642634
"dependencies": [],
643635
"repository_homepage_url": null,
644636
"repository_download_url": null,
645-
"api_data_url": "https://pypi.org/pypi/cryptography/44.0.3/json",
637+
"api_data_url": "https://pypi.org/pypi/cryptography/45.0.2/json",
646638
"datasource_id": null,
647-
"purl": "pkg:pypi/cryptography@44.0.3"
639+
"purl": "pkg:pypi/cryptography@45.0.2"
648640
},
649641
{
650642
"type": "pypi",
@@ -1335,7 +1327,7 @@
13351327
"package": "pkg:pypi/[email protected]",
13361328
"dependencies": [
13371329
"pkg:pypi/[email protected]",
1338-
"pkg:pypi/cryptography@44.0.3",
1330+
"pkg:pypi/cryptography@45.0.2",
13391331
"pkg:pypi/[email protected]",
13401332
"pkg:pypi/[email protected]"
13411333
]
@@ -1355,11 +1347,11 @@
13551347
"dependencies": []
13561348
},
13571349
{
1358-
"package": "pkg:pypi/click@8.1.8",
1350+
"package": "pkg:pypi/click@8.2.0",
13591351
"dependencies": []
13601352
},
13611353
{
1362-
"package": "pkg:pypi/cryptography@44.0.3",
1354+
"package": "pkg:pypi/cryptography@45.0.2",
13631355
"dependencies": [
13641356
"pkg:pypi/[email protected]"
13651357
]

0 commit comments

Comments
 (0)