pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/py-Willow py-Willow: updated to 1.4.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/39a047bac9d6
branches: trunk
changeset: 378321:39a047bac9d6
user: adam <adam%pkgsrc.org@localhost>
date: Mon May 02 08:43:30 2022 +0000
description:
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
diffstat:
graphics/py-Willow/Makefile | 12 ++++--------
graphics/py-Willow/PLIST | 3 ++-
graphics/py-Willow/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 13 deletions(-)
diffs (56 lines):
diff -r 050c1b2f6072 -r 39a047bac9d6 graphics/py-Willow/Makefile
--- a/graphics/py-Willow/Makefile Mon May 02 08:24:44 2022 +0000
+++ b/graphics/py-Willow/Makefile Mon May 02 08:43:30 2022 +0000
@@ -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
diff -r 050c1b2f6072 -r 39a047bac9d6 graphics/py-Willow/PLIST
--- a/graphics/py-Willow/PLIST Mon May 02 08:24:44 2022 +0000
+++ b/graphics/py-Willow/PLIST Mon May 02 08:43:30 2022 +0000
@@ -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
diff -r 050c1b2f6072 -r 39a047bac9d6 graphics/py-Willow/distinfo
--- a/graphics/py-Willow/distinfo Mon May 02 08:24:44 2022 +0000
+++ b/graphics/py-Willow/distinfo Mon May 02 08:43:30 2022 +0000
@@ -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