pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-httptools



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb 18 10:12:20 UTC 2020

Modified Files:
        pkgsrc/www/py-httptools: Makefile PLIST distinfo

Log Message:
py-httptools: updated to 0.1.1

v0.1.1:
Restore Python 3.5 support

v0.1.0:
No functional changes from 0.0.13, except the new release flow and
binary wheels.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-httptools/Makefile \
    pkgsrc/www/py-httptools/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-httptools/PLIST

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

Modified files:

Index: pkgsrc/www/py-httptools/Makefile
diff -u pkgsrc/www/py-httptools/Makefile:1.4 pkgsrc/www/py-httptools/Makefile:1.5
--- pkgsrc/www/py-httptools/Makefile:1.4        Mon Mar 25 08:56:23 2019
+++ pkgsrc/www/py-httptools/Makefile    Tue Feb 18 10:12:20 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/03/25 08:56:23 adam Exp $
+# $NetBSD: Makefile,v 1.5 2020/02/18 10:12:20 adam Exp $
 
-DISTNAME=      httptools-0.0.13
+DISTNAME=      httptools-0.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httptools/}
Index: pkgsrc/www/py-httptools/distinfo
diff -u pkgsrc/www/py-httptools/distinfo:1.4 pkgsrc/www/py-httptools/distinfo:1.5
--- pkgsrc/www/py-httptools/distinfo:1.4        Mon Mar 25 08:56:23 2019
+++ pkgsrc/www/py-httptools/distinfo    Tue Feb 18 10:12:20 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/03/25 08:56:23 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/02/18 10:12:20 adam Exp $
 
-SHA1 (httptools-0.0.13.tar.gz) = fe2162098213f01398a2d1ba450df5aa577d790d
-RMD160 (httptools-0.0.13.tar.gz) = 2de7fd63d0810f47633e7dbd02b34b18f0181fe3
-SHA512 (httptools-0.0.13.tar.gz) = 119e078a4bf95000ef81349ba2e8b2d2672092182bf394088c123b3169b21bea0bd229a9ced106f13bfcb986f4973a69f559a901b6352d944895d9cbd8673f3e
-Size (httptools-0.0.13.tar.gz) = 104152 bytes
+SHA1 (httptools-0.1.1.tar.gz) = b8393431cdc9bb503a88bf9f054dfab1a7af83b4
+RMD160 (httptools-0.1.1.tar.gz) = 97702c407642ee03bfd3c96e0139039e47cdaa04
+SHA512 (httptools-0.1.1.tar.gz) = 6351c6d9a384a81759b17cb0f0aa7cde410ff8131037186d79a16803e6fe4ba8f7cedc4bb592a519559a59a3bbaa7dfc478e620357d878444c42582741080190
+Size (httptools-0.1.1.tar.gz) = 106162 bytes

Index: pkgsrc/www/py-httptools/PLIST
diff -u pkgsrc/www/py-httptools/PLIST:1.1 pkgsrc/www/py-httptools/PLIST:1.2
--- pkgsrc/www/py-httptools/PLIST:1.1   Fri Jul  7 07:25:31 2017
+++ pkgsrc/www/py-httptools/PLIST       Tue Feb 18 10:12:20 2020
@@ -1,11 +1,16 @@
-@comment $NetBSD: PLIST,v 1.1 2017/07/07 07:25:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/02/18 10:12:20 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/httptools/__init__.py
 ${PYSITELIB}/httptools/__init__.pyc
 ${PYSITELIB}/httptools/__init__.pyo
+${PYSITELIB}/httptools/_version.py
+${PYSITELIB}/httptools/_version.pyc
+${PYSITELIB}/httptools/_version.pyo
 ${PYSITELIB}/httptools/parser/__init__.py
 ${PYSITELIB}/httptools/parser/__init__.pyc
 ${PYSITELIB}/httptools/parser/__init__.pyo



Home | Main Index | Thread Index | Old Index