Commit 9932218
committed
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: [email protected]
-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 3704f57 commit 9932218
1 file changed
+26
-22
lines changed| 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 | + | |
31 | 50 | | |
32 | 51 | | |
33 | 52 | | |
| |||
36 | 55 | | |
37 | 56 | | |
38 | 57 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| |||
0 commit comments