pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-slugify



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 15 11:54:44 UTC 2021

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

Log Message:
py-slugify: updated to 5.0.2

5.0.2
- Enable twine publish

5.0.1
- Drop support for python 2.7, 3.5 & tox, clean up

5.0.0
- Add support for Py 3.9 - added tox (@jon-betts - Thx)
- Drop support for python 2.7, 3.5 & friends


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-slugify/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-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-slugify/Makefile
diff -u pkgsrc/devel/py-slugify/Makefile:1.2 pkgsrc/devel/py-slugify/Makefile:1.3
--- pkgsrc/devel/py-slugify/Makefile:1.2        Wed Jul  8 14:58:01 2020
+++ pkgsrc/devel/py-slugify/Makefile    Fri Oct 15 11:54:44 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/07/08 14:58:01 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/10/15 11:54:44 adam Exp $
 
-DISTNAME=      python-slugify-4.0.1
+DISTNAME=      python-slugify-5.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
 CATEGORIES=    devel www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-slugify/}
@@ -16,6 +16,8 @@ DEPENDS+=     ${PYPKGPREFIX}-text-unidecode>
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} slugify slugify-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/devel/py-slugify/distinfo
diff -u pkgsrc/devel/py-slugify/distinfo:1.3 pkgsrc/devel/py-slugify/distinfo:1.4
--- pkgsrc/devel/py-slugify/distinfo:1.3        Thu Oct  7 13:43:44 2021
+++ pkgsrc/devel/py-slugify/distinfo    Fri Oct 15 11:54:44 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/07 13:43:44 nia Exp $
+$NetBSD: distinfo,v 1.4 2021/10/15 11:54:44 adam Exp $
 
-RMD160 (python-slugify-4.0.1.tar.gz) = 02cde0a17e327c0df75d37a339c354de50eb04fb
-SHA512 (python-slugify-4.0.1.tar.gz) = 47b056897bb3c9b397e26fd1f4f25fe45b8b5ad5087f48f6f4c28d8ef0e47c04387bd50ea4d01bd8c631ac0cb254e5d9973b8693504d71b3e0ed88b4829b588d
-Size (python-slugify-4.0.1.tar.gz) = 11079 bytes
+RMD160 (python-slugify-5.0.2.tar.gz) = 57e640b1d0fa313a7eb5538c5100b6fa169e1bdc
+SHA512 (python-slugify-5.0.2.tar.gz) = 465a13b1579db9e40a109dcadf95e19103681ec31072def717de2032cbe904e81ed9847557c0b37acf086c81082a9a4dcb88d45e928b29b184fcba6528a7779c
+Size (python-slugify-5.0.2.tar.gz) = 11959 bytes



Home | Main Index | Thread Index | Old Index