pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-Willow



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May  2 08:43:30 UTC 2022

Modified Files:
        pkgsrc/graphics/py-Willow: Makefile PLIST distinfo

Log Message:
py-Willow: updated to 1.4.1

Version 1.4.1

Drop support for Python 3.4
Imagemagick 7 compatibility fixes
Fix: Implemented consistent behaviour between Pillow and Wand for out-of-bounds crop rectangles


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/py-Willow/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-Willow/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-Willow/distinfo

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

Modified files:

Index: pkgsrc/graphics/py-Willow/Makefile
diff -u pkgsrc/graphics/py-Willow/Makefile:1.7 pkgsrc/graphics/py-Willow/Makefile:1.8
--- pkgsrc/graphics/py-Willow/Makefile:1.7      Sun Apr  3 18:50:18 2022
+++ pkgsrc/graphics/py-Willow/Makefile  Mon May  2 08:43:30 2022
@@ -1,21 +1,17 @@
-# $NetBSD: Makefile,v 1.7 2022/04/03 18:50:18 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/05/02 08:43:30 adam Exp $
 
-DISTNAME=      Willow-1.4
+DISTNAME=      Willow-1.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   5
 CATEGORIES=    graphics python
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=wagtail/}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=W/Willow/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/wagtail/Willow
 COMMENT=       Wrapper library for Pillow, OpenCV and Wand
 LICENSE=       modified-bsd
 
-GITHUB_PROJECT=        Willow
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-
 DEPENDS+=      ${PYPKGPREFIX}-wand-[0-9]*:../../graphics/py-wand
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=3.0.0:../../devel/py-mock
 
 PYTHON_VERSIONED_DEPENDENCIES= Pillow
 

Index: pkgsrc/graphics/py-Willow/PLIST
diff -u pkgsrc/graphics/py-Willow/PLIST:1.1 pkgsrc/graphics/py-Willow/PLIST:1.2
--- pkgsrc/graphics/py-Willow/PLIST:1.1 Mon Aug  3 23:49:52 2020
+++ pkgsrc/graphics/py-Willow/PLIST     Mon May  2 08:43:30 2022
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2020/08/03 23:49:52 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/05/02 08:43:30 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/willow/__init__.py
 ${PYSITELIB}/willow/__init__.pyc

Index: pkgsrc/graphics/py-Willow/distinfo
diff -u pkgsrc/graphics/py-Willow/distinfo:1.3 pkgsrc/graphics/py-Willow/distinfo:1.4
--- pkgsrc/graphics/py-Willow/distinfo:1.3      Tue Oct 26 10:46:43 2021
+++ pkgsrc/graphics/py-Willow/distinfo  Mon May  2 08:43:30 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:46:43 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/05/02 08:43:30 adam Exp $
 
-BLAKE2s (Willow-1.4.tar.gz) = d89b149ac77d4b448a6c42f5c4dce683439ba6e08903fae35cbb971807ec4b32
-SHA512 (Willow-1.4.tar.gz) = 7a59f0afdd6f59311707673130edcc61bcf6d05b0e2410f6fe488324d50fdbf9c066d5a89626be862082b7bc092ad45de65795c93fcaec41c0cb2574eea16242
-Size (Willow-1.4.tar.gz) = 1950643 bytes
+BLAKE2s (Willow-1.4.1.tar.gz) = 9e609cd906e5f17f2d4d67dfc73c46bde854a0d588c8091356613023f8e87f84
+SHA512 (Willow-1.4.1.tar.gz) = d02ec92342af16b5ac4c501316974146ba628818422ddb9236b73c69464b52489b2a41834acbe97e0670ce5a6499b386d78a401d7957ff462645de244876abb4
+Size (Willow-1.4.1.tar.gz) = 103868 bytes



Home | Main Index | Thread Index | Old Index