pkgsrc-WIP-changes archive

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

py-puremagic: update to 1.15.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sun May 28 19:40:43 2023 +0200
Changeset:	eba5a6a58dc325fb52feffc57562f0f7a4aa84a9

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

Log Message:
py-puremagic: update to 1.15.

Version 1.15
------------

- Adding fix for resetting the stream after reading part of it (thanks to R. Singh)

Version 1.14
------------

- Adding generic extension mapping for common file types
- Adding #36 details to readme about magic_stream and magic_string (thanks to Martin)
- Fixing multiple bad extensions and mimetypes
- Removing bad entry for 3gp5 selecting multiple things

Version 1.13
------------

- Adding support for Path for filename
- Adding details for mp4
- Adding details for avif and heif images

Version 1.12
------------

- Adding #38 webp mimetype (thanks to phith0n)
- Adding #37 SVG images (thanks to Gerhard Schmidt)
- Adding missing mimetypes for aac, vmdk, wmv and xcf

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eba5a6a58dc325fb52feffc57562f0f7a4aa84a9

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

diffstat:
 py-puremagic/Makefile | 4 ++--
 py-puremagic/distinfo | 7 +++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/py-puremagic/Makefile b/py-puremagic/Makefile
index ab2a5b1feb..69bb637318 100644
--- a/py-puremagic/Makefile
+++ b/py-puremagic/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	puremagic-1.11
+DISTNAME=	puremagic-1.15
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc python
-MASTER_SITES=	${MASTER_SITE_GITHUB:=cdgriffith/}
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/puremagic/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/cdgriffith/puremagic
diff --git a/py-puremagic/distinfo b/py-puremagic/distinfo
index ff32efbfab..bdfb2e20c6 100644
--- a/py-puremagic/distinfo
+++ b/py-puremagic/distinfo
@@ -1,6 +1,5 @@
 $NetBSD$
 
-SHA1 (puremagic-1.11.tar.gz) = 8bd05b692b70d78af9d631c05b74f6990fd9c798
-RMD160 (puremagic-1.11.tar.gz) = 558f8a8a9a45a747587a54ee296694a17189e8fc
-SHA512 (puremagic-1.11.tar.gz) = 4d4c9a93cd56a02aefb7090c92b41048f33923bef14022158f39c39ac93326b7180b8cc97495ad5ed3eec7d9f1379a5508829ee779aaba9b8aa8f975e787b1f5
-Size (puremagic-1.11.tar.gz) = 295026 bytes
+BLAKE2s (puremagic-1.15.tar.gz) = 6446e18d0c6d3ad75dc878becc032598154d8afee2ff5126867471d8699a1df1
+SHA512 (puremagic-1.15.tar.gz) = 09aec637380bde0ad4eb82395aac3876870e80b0392ff82149942b97e00b9ee1570edc16d9473c5b0ca436b6a906eda559b2d74be6122a3fbc3f52c2e44d7f94
+Size (puremagic-1.15.tar.gz) = 297469 bytes


Home | Main Index | Thread Index | Old Index