Commit 9c6d254
committed
Migrate pyproject.toml to PEP 621-compliant [project] metadata format.
Squashed commit of the following:
commit 3f939aa095fa6b5feb72fd0367140f1b95dff5ad
Author: Martin Mahner <martin@mahner.org>
Date: Tue Jul 22 12:38:31 2025 +0200
Update changelog
commit 938e5e9ebcfbb262447fede565c995759da32b34
Author: Martin Mahner <martin@mahner.org>
Date: Tue Jul 22 12:35:37 2025 +0200
Add additional project urls
commit 0e2e576
Merge: 9932218 e19eddd
Author: Martin Mahner <martin@mahner.org>
Date: Tue Jul 22 12:24:52 2025 +0200
Merge remote-tracking branch 'origin/main' into project
commit 9932218
Author: Miro Hrončok <miro@hroncok.cz>
Date: Sun May 11 09:58:11 2025 +0200
Use standardized [project] table in pyproject.toml
This allows us to swap the build backend more easily in RHEL, where we don't have poetry-code.
This requires poetry-core >= 2 because older poetry did not support this.
Also, replace the value of the license text with a SPDX identifier as documented in
https://python-poetry.org/docs/pyproject/#license
Otherwise, poetry-core injects a `Other/Proprietary License` classifier.
(Note that poetry-core does not yet support PEP 639 fully).
This change creates s slight change in the metadata, comments inline.
--- old/qrcode-8.2-py3-none-any/qrcode-8.2.dist-info/METADATA
+++ new/qrcode-8.2-py3-none-any/qrcode-8.2.dist-info/METADATA
@@ -2,16 +2,15 @@
Name: qrcode
Version: 8.2
Summary: QR Code image generator
-License: BSD
+License: BSD-3-Clause
This was intentional.
Keywords: qr,denso-wave,IEC18004
Author: Lincoln Loop
Author-email: info@lincolnloop.com
-Requires-Python: >=3.9,<4.0
+Requires-Python: ~=3.9
This is identical in reality.
Classifier: Development Status :: 5 - Production/Stable
-Classifier: Intended Audience :: Developers
This only changes order :/
Classifier: License :: OSI Approved :: BSD License
-Classifier: License :: Other/Proprietary License
This is intentional.
Classifier: Operating System :: OS Independent
+Classifier: Intended Audience :: Developers
See above, order only.
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
@@ -26,8 +25,10 @@
Provides-Extra: pil
Provides-Extra: png
Requires-Dist: colorama ; sys_platform == "win32"
-Requires-Dist: pillow (>=9.1.0) ; extra == "pil" or extra == "all"
-Requires-Dist: pypng ; extra == "png" or extra == "all"
+Requires-Dist: pillow (>=9.1.0) ; extra == "all"
+Requires-Dist: pillow (>=9.1.0) ; extra == "pil"
+Requires-Dist: pypng ; extra == "all"
+Requires-Dist: pypng ; extra == "png"
This is identical.
Project-URL: Homepage, https://github.com/lincolnloop/python-qrcode
Description-Content-Type: text/x-rst1 parent e19eddd commit 9c6d254
2 files changed
+37
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
31 | 55 | | |
32 | 56 | | |
33 | 57 | | |
| |||
36 | 60 | | |
37 | 61 | | |
38 | 62 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 63 | | |
55 | 64 | | |
56 | 65 | | |
| |||
0 commit comments