pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/py-puremagic



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun 18 12:43:45 UTC 2024

Modified Files:
        pkgsrc/sysutils/py-puremagic: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/py-puremagic/Makefile \
    pkgsrc/sysutils/py-puremagic/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-puremagic/Makefile
diff -u pkgsrc/sysutils/py-puremagic/Makefile:1.5 pkgsrc/sysutils/py-puremagic/Makefile:1.6
--- pkgsrc/sysutils/py-puremagic/Makefile:1.5   Sun May  5 10:32:42 2024
+++ pkgsrc/sysutils/py-puremagic/Makefile       Tue Jun 18 12:43:45 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/05/05 10:32:42 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/06/18 12:43:45 adam Exp $
 
-DISTNAME=      puremagic-1.23
+DISTNAME=      puremagic-1.24
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/puremagic/}
Index: pkgsrc/sysutils/py-puremagic/distinfo
diff -u pkgsrc/sysutils/py-puremagic/distinfo:1.5 pkgsrc/sysutils/py-puremagic/distinfo:1.6
--- pkgsrc/sysutils/py-puremagic/distinfo:1.5   Sun May  5 10:32:42 2024
+++ pkgsrc/sysutils/py-puremagic/distinfo       Tue Jun 18 12:43:45 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/05/05 10:32:42 wiz Exp $
+$NetBSD: distinfo,v 1.6 2024/06/18 12:43:45 adam Exp $
 
-BLAKE2s (puremagic-1.23.tar.gz) = 5e4d5348e640b4be67303dd864132bd9f322afe30075e08d6c4922e4f23bf432
-SHA512 (puremagic-1.23.tar.gz) = 6ba8223ba1545c4c6a99f4e14ce037c3fc3e712da0606cff1ea1ecbb7bd101fe424711a27bc6c7a1f6750408f73a41e552ac3a0f12e0f8baf7011d0216f155f8
-Size (puremagic-1.23.tar.gz) = 307178 bytes
+BLAKE2s (puremagic-1.24.tar.gz) = 8ebca3c12687872931f0a7b6ab260276b73c8e4fd625c79ad135395f7f2ce4a1
+SHA512 (puremagic-1.24.tar.gz) = 68b0bfe0c08f573c8e6a2335251601194a2bdb0381cade11b3e5322ae2f2a14839a8deb9bcec2cb9d6958c6ac172fd5f3963eed9fb3d2b8577cee1608254366a
+Size (puremagic-1.24.tar.gz) = 311321 bytes



Home | Main Index | Thread Index | Old Index