2024-02-21 09:55:39 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-wcmatch: updated to 8.5.1
8.5.1
FIX: Fix issue with type check failure in wcmatch.glob.
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-09-02 09:22:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-wcmatch: updated to 8.5
8.5
- **NEW**: Formally support Python 3.11 (no change).
- **NEW**: Add support for Python 3.12 (`pathlib` changes).
- **NEW**: Drop Python 3.7 support.
- **FIX**: Fix handling of current directory when magic and non-magic patterns \
are mixed in `glob` pattern list.
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-09-27 10:21:08 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-wcmatch: updated to 8.4.1
8.4.1
FIX: Windows drive path separators should normalize like other path separators.
FIX: Fix a Windows pattern parsing issue that caused absolute paths with \
ambiguous drives to not parse correctly.
|
2022-09-04 21:01:29 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-wcmatch: fix PLIST
Bump PKGREVISION.
|
2022-06-01 12:58:39 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-wcmatch: updated to 8.4
8.4
NEW: Drop support for Python 3.6.
NEW: Switch to Hatch backend instead of Setuptools.
NEW: Add new exclude option to fnmatch, pathlib, and glob methods that allows \
exclusion patterns to be
specified directly without needing to enable NEGATE and prepend patterns with !. \
exclude accepts a separate
pattern or pattern list. exclude should not be used in conjunction with NEGATE. \
One or the other should be used.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-11-03 10:39:22 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-wcmatch: updated to 8.3
8.3
- **NEW**: Officially support Python 3.10.
- **NEW**: Provide type hints for API.
- **FIX**: Gracefully handle calls with an empty pattern list.
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|