pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-python-slugify py-python-slugify: update to 3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a407a6180141
branches:  trunk
changeset: 340252:a407a6180141
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 30 11:06:54 2019 +0000

description:
py-python-slugify: update to 3.0.4.

To fix build/run with py-text-unidecode 1.3 (see PR 54583).

## 3.0.4
  - Now supporting text-unidecode>=1.3
  - Now supporting Unidecode>=1.1.1

diffstat:

 devel/py-python-slugify/Makefile |   7 +++----
 devel/py-python-slugify/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r 1eae33f39697 -r a407a6180141 devel/py-python-slugify/Makefile
--- a/devel/py-python-slugify/Makefile  Mon Sep 30 10:05:19 2019 +0000
+++ b/devel/py-python-slugify/Makefile  Mon Sep 30 11:06:54 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2019/08/28 07:57:30 adam Exp $
+# $NetBSD: Makefile,v 1.8 2019/09/30 11:06:54 wiz Exp $
 
-DISTNAME=      python-slugify-3.0.3
+DISTNAME=      python-slugify-3.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    devel www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-slugify/}
 
@@ -11,7 +10,7 @@
 COMMENT=       Slugify (non-ASCII to ASCII) application that handles Unicode
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-text-unidecode>=1.2:../../textproc/py-text-unidecode
+DEPENDS+=      ${PYPKGPREFIX}-text-unidecode>=1.3:../../textproc/py-text-unidecode
 
 USE_LANGUAGES= # none
 
diff -r 1eae33f39697 -r a407a6180141 devel/py-python-slugify/distinfo
--- a/devel/py-python-slugify/distinfo  Mon Sep 30 10:05:19 2019 +0000
+++ b/devel/py-python-slugify/distinfo  Mon Sep 30 11:06:54 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/08/13 18:54:59 gdt Exp $
+$NetBSD: distinfo,v 1.4 2019/09/30 11:06:54 wiz Exp $
 
-SHA1 (python-slugify-3.0.3.tar.gz) = 2ef8c7d58cad50a74e4e62a5c7977aba598eeb0c
-RMD160 (python-slugify-3.0.3.tar.gz) = 9680a2f487b327461188d5c1c9a77398afbc71bd
-SHA512 (python-slugify-3.0.3.tar.gz) = 65e2373c33b6b23b25d4d3b66cae3c68e9cc133dd6e26155151647bc2e1df5bbba7dfb187eafe5fa9ffb488b2b6f3415e7a5f95d2460dc3f551383d509d740fb
-Size (python-slugify-3.0.3.tar.gz) = 8126 bytes
+SHA1 (python-slugify-3.0.4.tar.gz) = d288a55c95682440d7f51f47e7e7a165b035d626
+RMD160 (python-slugify-3.0.4.tar.gz) = 8579f4f648f1326f36fac9e890233058cad77040
+SHA512 (python-slugify-3.0.4.tar.gz) = 59cadfe24a9794577c4c9b7fd30ab56e129af47a8b56867bfea5c9b186f368eb3bd0b47b941c61f403af5e274654c8ee3722916b71ba5d34ed30e203ad335d12
+Size (python-slugify-3.0.4.tar.gz) = 8110 bytes



Home | Main Index | Thread Index | Old Index