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:           Tue Jul 25 13:20:33 UTC 2023

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

Log Message:
py-slugify: updated to 8.0.1

8.0.1

- Added license notice to readme

8.0.0

- By default, prefer unidecode if installed

7.0.0

- Drop python 3.6, add python 3.11

6.1.2

- Reintroduce the cli options

6.1.1

- Remove type hinting (temporarily)

6.1.0

- Add `allow_unicode` flag to allow unicode characters in the slug

6.0.1

- Rework regex_pattern to mean the opposite (disallowed chars instead of allowed)

6.0.0

- Enable github action
- Remove tox, as we run the test on github action, the end users can refer to those test


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-slugify/Makefile \
    pkgsrc/devel/py-slugify/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-slugify/PLIST

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.5 pkgsrc/devel/py-slugify/Makefile:1.6
--- pkgsrc/devel/py-slugify/Makefile:1.5        Wed Jan  5 15:41:07 2022
+++ pkgsrc/devel/py-slugify/Makefile    Tue Jul 25 13:20:33 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/01/05 15:41:07 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/07/25 13:20:33 adam Exp $
 
-DISTNAME=      python-slugify-5.0.2
+DISTNAME=      python-slugify-8.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
-PKGREVISION=   2
 CATEGORIES=    devel www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-slugify/}
 
@@ -25,8 +24,5 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} slugify slugify-${PYVERSSUFFIX} || ${TRUE}
 
-do-test:
-       cd ${WRKSRC} && ${PYTHONBIN} test.py
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-slugify/distinfo
diff -u pkgsrc/devel/py-slugify/distinfo:1.5 pkgsrc/devel/py-slugify/distinfo:1.6
--- pkgsrc/devel/py-slugify/distinfo:1.5        Tue Oct 26 10:19:05 2021
+++ pkgsrc/devel/py-slugify/distinfo    Tue Jul 25 13:20:33 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:19:05 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/07/25 13:20:33 adam Exp $
 
-BLAKE2s (python-slugify-5.0.2.tar.gz) = 8f7e45d5450373de94c351a4929d6208729b9e701eace7f474bbdf9030e70dd6
-SHA512 (python-slugify-5.0.2.tar.gz) = 465a13b1579db9e40a109dcadf95e19103681ec31072def717de2032cbe904e81ed9847557c0b37acf086c81082a9a4dcb88d45e928b29b184fcba6528a7779c
-Size (python-slugify-5.0.2.tar.gz) = 11959 bytes
+BLAKE2s (python-slugify-8.0.1.tar.gz) = 313ffefb044cd5fe1eb8bef18c4f87a1eaab7b3d8c90aab4f6ad926a614ac482
+SHA512 (python-slugify-8.0.1.tar.gz) = 074212c1f0cc2c2d2398c0fc772831041e51641a07601629e747bb90bd732c147c05a9014dd28ad68b02f465c6376bc8e17befc46e582484aaa3e7bc54392d75
+Size (python-slugify-8.0.1.tar.gz) = 11297 bytes

Index: pkgsrc/devel/py-slugify/PLIST
diff -u pkgsrc/devel/py-slugify/PLIST:1.2 pkgsrc/devel/py-slugify/PLIST:1.3
--- pkgsrc/devel/py-slugify/PLIST:1.2   Wed Jul  8 14:58:01 2020
+++ pkgsrc/devel/py-slugify/PLIST       Tue Jul 25 13:20:33 2023
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2020/07/08 14:58:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/07/25 13:20:33 adam Exp $
 bin/slugify-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/slugify/__init__.py
@@ -12,6 +13,9 @@ ${PYSITELIB}/slugify/__init__.pyo
 ${PYSITELIB}/slugify/__main__.py
 ${PYSITELIB}/slugify/__main__.pyc
 ${PYSITELIB}/slugify/__main__.pyo
+${PYSITELIB}/slugify/__version__.py
+${PYSITELIB}/slugify/__version__.pyc
+${PYSITELIB}/slugify/__version__.pyo
 ${PYSITELIB}/slugify/slugify.py
 ${PYSITELIB}/slugify/slugify.pyc
 ${PYSITELIB}/slugify/slugify.pyo



Home | Main Index | Thread Index | Old Index