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:   gdt
Date:           Tue Aug 13 18:54:59 UTC 2019

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

Log Message:
devel/py-python-slugify: Update to 3.0.3

## 3.0.3
  - Add Options to readme
  - Add more unit tests

## 3.0.2
  - Add official support of Py 3.7

## 3.0.1
  - Add test.py to manifest

## 3.0.0
  - Upgrade Unidecode
  - Promote text-unidecode as the primary decoding package
  - Add Unidecode as an optional extra. "pip install python-slugify[unidecode]"

## 2.0.1
  - Add replacements option e.g. [['|', 'or'], ['%', 'percent'], ['-', '_']] (@andriyor)

## 2.0.0
  - Fix alternative dependency installation


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-python-slugify/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/devel/py-python-slugify/Makefile:1.4
--- pkgsrc/devel/py-python-slugify/Makefile:1.3 Sat Dec 22 17:14:35 2018
+++ pkgsrc/devel/py-python-slugify/Makefile     Tue Aug 13 18:54:59 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/12/22 17:14:35 taca Exp $
+# $NetBSD: Makefile,v 1.4 2019/08/13 18:54:59 gdt Exp $
 
-DISTNAME=      python-slugify-1.2.6
+DISTNAME=      python-slugify-3.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 PKGREVISION=   1
 CATEGORIES=    devel www python

Index: pkgsrc/devel/py-python-slugify/distinfo
diff -u pkgsrc/devel/py-python-slugify/distinfo:1.2 pkgsrc/devel/py-python-slugify/distinfo:1.3
--- pkgsrc/devel/py-python-slugify/distinfo:1.2 Mon Dec 17 16:24:48 2018
+++ pkgsrc/devel/py-python-slugify/distinfo     Tue Aug 13 18:54:59 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/12/17 16:24:48 taca Exp $
+$NetBSD: distinfo,v 1.3 2019/08/13 18:54:59 gdt Exp $
 
-SHA1 (python-slugify-1.2.6.tar.gz) = cef3aed6d43c737e8463b5424a2fb7aa6f2de564
-RMD160 (python-slugify-1.2.6.tar.gz) = dc8d898462f96a12809803e5ce98190f914eff58
-SHA512 (python-slugify-1.2.6.tar.gz) = 632fdd2162ebbec0bc6ae0cf0df4a7316ecb4974603370084ea55b4f0af9e04aff8c96888e562fd8db31e645c999a3a178ee2ae534f55ea3fa364080ded82f66
-Size (python-slugify-1.2.6.tar.gz) = 6777 bytes
+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



Home | Main Index | Thread Index | Old Index