./pkgtools/python-versions-check, Tool for checking Python versions in dependencies

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.6, Package name: python-versions-check-1.6, Maintainer: wiz

python-versions-check is a script for pkgsrc developers that compares
the Python versions supported by a package to the ones supported
by its dependencies and the packages depending on it.

This helps recognizing problems when a package wants to use another
package which does not support all the Python versions it supports.


Version history: (Expand)


CVS history: (Expand)


   2024-03-06 14:38:18 by Thomas Klausner | Files touched by this commit (1)
Log message:
python-versions-check: add missing space in usage
   2023-11-07 23:49:02 by Thomas Klausner | Files touched by this commit (2)
Log message:
python-versions-check: fix output bug

Bump version.
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-07-23 03:58:20 by Thomas Klausner | Files touched by this commit (2)
Log message:
python-versions-check: fix syntax error

Bump version.
   2023-07-03 23:00:47 by Thomas Klausner | Files touched by this commit (1)
Log message:
python-versions-check: add BUGS section to man page
   2023-07-03 22:58:48 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
python-versions-check: update to 1.4.

Somenow not all of my intended changes this afternoon
made it into the commit.

Use issuperset() in more places, fix some messages.
   2023-07-03 19:40:11 by Thomas Klausner | Files touched by this commit (2)
Log message:
python-versions-check: use issuperset() instead of '>'

Add debugging output.

Bump version.
   2023-07-01 15:16:52 by Thomas Klausner | Files touched by this commit (2)
Log message:
python-versions-check: add more checks for automatic package selection

Bump version.