Path to this page:
./
devel/py-pkginfo,
Query metadata from sdists / bdists / installed packages
Branch: CURRENT,
Version: 1.12.0,
Package name: py312-pkginfo-1.12.0,
Maintainer: kamel.derouicheQuery metadatdata from sdists / bdists / installed packages
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 440.796 KB
Version history: (Expand)
- (2024-12-11) Updated to version: py312-pkginfo-1.12.0
- (2024-10-11) Updated to version: py312-pkginfo-1.11.2
- (2024-06-11) Updated to version: py311-pkginfo-1.11.1
- (2024-06-08) Updated to version: py311-pkginfo-1.11.0
- (2024-03-11) Updated to version: py311-pkginfo-1.10.0
- (2023-02-09) Updated to version: py310-pkginfo-1.9.6
CVS history: (Expand)
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
|