pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-python-slugify



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 30 11:06:55 UTC 2019

Modified Files:
        pkgsrc/devel/py-python-slugify: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-python-slugify/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-python-slugify/distinfo

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

Modified files:

Index: pkgsrc/devel/py-python-slugify/Makefile
diff -u pkgsrc/devel/py-python-slugify/Makefile:1.7 pkgsrc/devel/py-python-slugify/Makefile:1.8
--- pkgsrc/devel/py-python-slugify/Makefile:1.7 Wed Aug 28 07:57:30 2019
+++ pkgsrc/devel/py-python-slugify/Makefile     Mon Sep 30 11:06:54 2019
@@ -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 @@ HOMEPAGE=     https://github.com/un33k/pytho
 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
 

Index: pkgsrc/devel/py-python-slugify/distinfo
diff -u pkgsrc/devel/py-python-slugify/distinfo:1.3 pkgsrc/devel/py-python-slugify/distinfo:1.4
--- pkgsrc/devel/py-python-slugify/distinfo:1.3 Tue Aug 13 18:54:59 2019
+++ pkgsrc/devel/py-python-slugify/distinfo     Mon Sep 30 11:06:54 2019
@@ -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