Skip to content

Commit c7f5e0f

Browse files
author
adam
committed
py-puremagic: updated to 1.24
Version 1.24 ------------ - Adding `.what()` to be a drop in replacement for `imghdr.what()` (thanks to Christian Clauss and Andy - NebularNerd) - Adding Test on Python 3.13 beta (thanks to Christian Clauss) - Adding from __future__ import annotations (thanks to Christian Clauss - Changing all HTML extensions to full `.html` - Fixing Confidence sorting (thanks to Andy - NebularNerd)
1 parent 3b8f1d5 commit c7f5e0f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

sysutils/py-puremagic/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.5 2024/05/05 10:32:42 wiz Exp $
1+
# $NetBSD: Makefile,v 1.6 2024/06/18 12:43:45 adam Exp $
22

3-
DISTNAME= puremagic-1.23
3+
DISTNAME= puremagic-1.24
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= sysutils python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=p/puremagic/}

sysutils/py-puremagic/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.5 2024/05/05 10:32:42 wiz Exp $
1+
$NetBSD: distinfo,v 1.6 2024/06/18 12:43:45 adam Exp $
22

3-
BLAKE2s (puremagic-1.23.tar.gz) = 5e4d5348e640b4be67303dd864132bd9f322afe30075e08d6c4922e4f23bf432
4-
SHA512 (puremagic-1.23.tar.gz) = 6ba8223ba1545c4c6a99f4e14ce037c3fc3e712da0606cff1ea1ecbb7bd101fe424711a27bc6c7a1f6750408f73a41e552ac3a0f12e0f8baf7011d0216f155f8
5-
Size (puremagic-1.23.tar.gz) = 307178 bytes
3+
BLAKE2s (puremagic-1.24.tar.gz) = 8ebca3c12687872931f0a7b6ab260276b73c8e4fd625c79ad135395f7f2ce4a1
4+
SHA512 (puremagic-1.24.tar.gz) = 68b0bfe0c08f573c8e6a2335251601194a2bdb0381cade11b3e5322ae2f2a14839a8deb9bcec2cb9d6958c6ac172fd5f3963eed9fb3d2b8577cee1608254366a
5+
Size (puremagic-1.24.tar.gz) = 311321 bytes

0 commit comments

Comments
 (0)