|
20 | 20 | "type": "pypi", |
21 | 21 | "namespace": null, |
22 | 22 | "name": "blinker", |
23 | | - "version": "1.6.3", |
| 23 | + "version": "1.7.0", |
24 | 24 | "qualifiers": {}, |
25 | 25 | "subpath": null, |
26 | 26 | "primary_language": "Python", |
27 | 27 | "description": "Fast, simple object-to-object and broadcast signaling\nBlinker\n=======\n\nBlinker provides a fast dispatching system that allows any number of\ninterested parties to subscribe to events, or \"signals\".\n\nSignal receivers can subscribe to specific senders or receive signals\nsent by any sender.\n\n.. code-block:: pycon\n\n >>> from blinker import signal\n >>> started = signal('round-started')\n >>> def each(round):\n ... print(f\"Round {round}\")\n ...\n >>> started.connect(each)\n\n >>> def round_two(round):\n ... print(\"This is round two.\")\n ...\n >>> started.connect(round_two, sender=2)\n\n >>> for round in range(1, 4):\n ... started.send(round)\n ...\n Round 1!\n Round 2!\n This is round two.\n Round 3!\n\n\nLinks\n-----\n\n- Documentation: https://blinker.readthedocs.io/\n- Changes: https://blinker.readthedocs.io/#changes\n- PyPI Releases: https://pypi.org/project/blinker/\n- Source Code: https://github.com/pallets-eco/blinker/\n- Issue Tracker: https://github.com/pallets-eco/blinker/issues/", |
28 | | - "release_date": "2023-10-07T14:16:19", |
| 28 | + "release_date": "2023-11-01T22:06:00", |
29 | 29 | "parties": [ |
30 | 30 | { |
31 | 31 | "type": "person", |
|
54 | 54 | "Topic :: Software Development :: Libraries" |
55 | 55 | ], |
56 | 56 | "homepage_url": "", |
57 | | - "download_url": "https://files.pythonhosted.org/packages/bf/2b/11bcedb7dee4923253a4a21bae3be854bcc4f06295bd827756352016d97c/blinker-1.6.3-py3-none-any.whl", |
58 | | - "size": 13398, |
| 57 | + "download_url": "https://files.pythonhosted.org/packages/fa/2a/7f3714cbc6356a0efec525ce7a0613d581072ed6eb53eb7b9754f33db807/blinker-1.7.0-py3-none-any.whl", |
| 58 | + "size": 13068, |
59 | 59 | "sha1": null, |
60 | | - "md5": "4ab7b0e126ce1c1b364e41807d477d7e", |
61 | | - "sha256": "296320d6c28b006eb5e32d4712202dbcdcbf5dc482da298c2f44881c43884aaa", |
| 60 | + "md5": "1e62cc24a24ad42ba12fb576f5c5ce89", |
| 61 | + "sha256": "c3f865d4d54db7abc53758a01601cf343fe55b84c1de4e3fa910e420b438d5b9", |
62 | 62 | "sha512": null, |
63 | 63 | "bug_tracking_url": "https://github.com/pallets-eco/blinker/issues/", |
64 | 64 | "code_view_url": "https://github.com/pallets-eco/blinker/", |
|
77 | 77 | "dependencies": [], |
78 | 78 | "repository_homepage_url": null, |
79 | 79 | "repository_download_url": null, |
80 | | - "api_data_url": "https://pypi.org/pypi/blinker/1.6.3/json", |
| 80 | + "api_data_url": "https://pypi.org/pypi/blinker/1.7.0/json", |
81 | 81 | "datasource_id": null, |
82 | | - "purl": "pkg:pypi/blinker@1.6.3" |
| 82 | + "purl": "pkg:pypi/blinker@1.7.0" |
83 | 83 | }, |
84 | 84 | { |
85 | 85 | "type": "pypi", |
86 | 86 | "namespace": null, |
87 | 87 | "name": "blinker", |
88 | | - "version": "1.6.3", |
| 88 | + "version": "1.7.0", |
89 | 89 | "qualifiers": {}, |
90 | 90 | "subpath": null, |
91 | 91 | "primary_language": "Python", |
92 | 92 | "description": "Fast, simple object-to-object and broadcast signaling\nBlinker\n=======\n\nBlinker provides a fast dispatching system that allows any number of\ninterested parties to subscribe to events, or \"signals\".\n\nSignal receivers can subscribe to specific senders or receive signals\nsent by any sender.\n\n.. code-block:: pycon\n\n >>> from blinker import signal\n >>> started = signal('round-started')\n >>> def each(round):\n ... print(f\"Round {round}\")\n ...\n >>> started.connect(each)\n\n >>> def round_two(round):\n ... print(\"This is round two.\")\n ...\n >>> started.connect(round_two, sender=2)\n\n >>> for round in range(1, 4):\n ... started.send(round)\n ...\n Round 1!\n Round 2!\n This is round two.\n Round 3!\n\n\nLinks\n-----\n\n- Documentation: https://blinker.readthedocs.io/\n- Changes: https://blinker.readthedocs.io/#changes\n- PyPI Releases: https://pypi.org/project/blinker/\n- Source Code: https://github.com/pallets-eco/blinker/\n- Issue Tracker: https://github.com/pallets-eco/blinker/issues/", |
93 | | - "release_date": "2023-10-07T14:16:21", |
| 93 | + "release_date": "2023-11-01T22:06:01", |
94 | 94 | "parties": [ |
95 | 95 | { |
96 | 96 | "type": "person", |
|
119 | 119 | "Topic :: Software Development :: Libraries" |
120 | 120 | ], |
121 | 121 | "homepage_url": "", |
122 | | - "download_url": "https://files.pythonhosted.org/packages/ea/96/ed1420a974540da7419094f2553bc198c454cee5f72576e7c7629dd12d6e/blinker-1.6.3.tar.gz", |
123 | | - "size": 28092, |
| 122 | + "download_url": "https://files.pythonhosted.org/packages/a1/13/6df5fc090ff4e5d246baf1f45fe9e5623aa8565757dfa5bd243f6a545f9e/blinker-1.7.0.tar.gz", |
| 123 | + "size": 28134, |
124 | 124 | "sha1": null, |
125 | | - "md5": "911d92a757f609b4344c04c207affea4", |
126 | | - "sha256": "152090d27c1c5c722ee7e48504b02d76502811ce02e1523553b4cf8c8b3d3a8d", |
| 125 | + "md5": "0306b831281e9918ffb0ac6e3e18b47f", |
| 126 | + "sha256": "e6820ff6fa4e4d1d8e2747c2283749c3f547e4fee112b98555cdcdae32996182", |
127 | 127 | "sha512": null, |
128 | 128 | "bug_tracking_url": "https://github.com/pallets-eco/blinker/issues/", |
129 | 129 | "code_view_url": "https://github.com/pallets-eco/blinker/", |
|
142 | 142 | "dependencies": [], |
143 | 143 | "repository_homepage_url": null, |
144 | 144 | "repository_download_url": null, |
145 | | - "api_data_url": "https://pypi.org/pypi/blinker/1.6.3/json", |
| 145 | + "api_data_url": "https://pypi.org/pypi/blinker/1.7.0/json", |
146 | 146 | "datasource_id": null, |
147 | | - "purl": "pkg:pypi/blinker@1.6.3" |
| 147 | + "purl": "pkg:pypi/blinker@1.7.0" |
148 | 148 | }, |
149 | 149 | { |
150 | 150 | "type": "pypi", |
|
1069 | 1069 | ], |
1070 | 1070 | "resolved_dependencies_graph": [ |
1071 | 1071 | { |
1072 | | - "package": "pkg:pypi/blinker@1.6.3", |
| 1072 | + "package": "pkg:pypi/blinker@1.7.0", |
1073 | 1073 | "dependencies": [] |
1074 | 1074 | }, |
1075 | 1075 | { |
|
1079 | 1079 | { |
1080 | 1080 | "package": "pkg:pypi/[email protected]", |
1081 | 1081 | "dependencies": [ |
1082 | | - "pkg:pypi/blinker@1.6.3", |
| 1082 | + "pkg:pypi/blinker@1.7.0", |
1083 | 1083 | |
1084 | 1084 | |
1085 | 1085 | |
|
0 commit comments