2024-12-11 13:33:39 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pkginfo: updated to 1.12.0
1.12.0 (2024-12-02)
- Declare content type of long description explicitly as 'text/x-rst'.
- Support 'metadata_version' == '2.4' (PEP 639).
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-11 14:29:28 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pkginfo: updated to 1.11.2
1.11.2 (2024-10-10)
- Swap order of zip/tarball checks to work around archives which fool
'zipfile.is_zipfile'.
|
2024-06-09 16:14:46 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-pkginfo: update to 1.11.1.
1.11.1 (2024-06-08)
-------------------
- Updated typing stubs, adding additionaly checks to 'tox -e mypy' to
verify that they don't drift in the future. LP #2068777.
|
2024-06-08 09:24:44 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pkginfo: updated to 1.11.0
1.11.0 (2024-05-31)
- Add support for Python 3.13.
- Drop support for Python 3.7.
- Emit warnings for distributions parsed with unknown metadata versions,
or metadata versions newer than highest supported version.
- Improve exception message when failing to find a valid 'PKG-INFO' file
within an 'sdist' archive.
|
2024-03-11 14:20:11 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
py-pkginfo: according to update notes, wheel is a full dep - make it so.
|
2024-03-11 14:19:42 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-pkginfo: update to 1.10.0.
Convert to wheel.mk.
1.10.0 (2024-03-03)
-------------------
- Add support for Python 3.11 and 3.12.
- Drop support for Python 3.6.
- Declare explicit testing dependency on 'wheel'.
- Add support for Metadata 2.3.
|
2022-08-24 11:25:57 by Thomas Klausner | Files touched by this commit (17) |
Log message:
*: use coverage from versioned_dependencies.mk
|
2022-07-20 10:35:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pkginfo: updated to 1.8.3
1.8.3 (2022-06-08)
------------------
- Specify supported Python versions in 'setup.py' using 'python_requires'.
|
2022-02-19 05:32:10 by Pierre Pronchery | Files touched by this commit (1) |
Log message:
py-pkginfo: fix a pasto in the COMMENT
Bumps PKGREVISION.
|