pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-furl
Module Name: pkgsrc
Committed By: adam
Date: Thu Nov 2 10:38:36 UTC 2017
Modified Files:
pkgsrc/www/py-furl: Makefile distinfo
Log Message:
py-furl: updated to 1.0.1
v1.0.1
Added: Add dictionary representations of Path, Query, Fragment, and furl objects
via an asdict() method.
v1.0.0
Added: Test against Python 3.6.
Changed: Bumped the version number to v1.0 to signify that furl is a mature and
stable library. Furl has been marked Production/Stable in setup.py for a long
time anyhow -- it's high time for the version number to catch up.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-furl/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-furl/distinfo
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-furl/Makefile
diff -u pkgsrc/www/py-furl/Makefile:1.13 pkgsrc/www/py-furl/Makefile:1.14
--- pkgsrc/www/py-furl/Makefile:1.13 Sat Sep 16 19:27:24 2017
+++ pkgsrc/www/py-furl/Makefile Thu Nov 2 10:38:36 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2017/09/16 19:27:24 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2017/11/02 10:38:36 adam Exp $
-DISTNAME= furl-0.5.2
+DISTNAME= furl-1.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= python www
+CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/furl/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,8 +10,8 @@ HOMEPAGE= https://github.com/gruns/furl
COMMENT= URL manipulation made simple
LICENSE= unlicense
+DEPENDS+= ${PYPKGPREFIX}-orderedmultidict>=0.7.8:../../databases/py-orderedmultidict
DEPENDS+= ${PYPKGPREFIX}-six>=1.8.0:../../lang/py-six
-DEPENDS+= ${PYPKGPREFIX}-orderedmultidict>=0.7.6:../../databases/py-orderedmultidict
USE_LANGUAGES= # none
Index: pkgsrc/www/py-furl/distinfo
diff -u pkgsrc/www/py-furl/distinfo:1.6 pkgsrc/www/py-furl/distinfo:1.7
--- pkgsrc/www/py-furl/distinfo:1.6 Thu Jan 12 11:32:33 2017
+++ pkgsrc/www/py-furl/distinfo Thu Nov 2 10:38:36 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/01/12 11:32:33 rodent Exp $
+$NetBSD: distinfo,v 1.7 2017/11/02 10:38:36 adam Exp $
-SHA1 (furl-0.5.2.tar.gz) = 0ab0a1cb3aff292701ff8132b6dce1b7503f2213
-RMD160 (furl-0.5.2.tar.gz) = df7405ca313bd46fd2846dfde79b8a4fc0db3ecf
-SHA512 (furl-0.5.2.tar.gz) = 40eb7a341e8dbd5657f0d3fb4a6167efbca2a9147cb7b85e4510a7c936de4d432ec5e2a14b623e8914e20c6fc051d495626279d7cad9c006132da53c8d770646
-Size (furl-0.5.2.tar.gz) = 38403 bytes
+SHA1 (furl-1.0.1.tar.gz) = 9ba90b53ce77f11ae1deacbcf51d6ee30869151e
+RMD160 (furl-1.0.1.tar.gz) = e1cc9378959fc8b7252980b12c047b949b2998aa
+SHA512 (furl-1.0.1.tar.gz) = ef910331211fc4fb22e226279438b0b7acf347aa6d2d0058bafbb591f631c88c9c0095971749d1935429b8a730dc6f67dbbe965de46af531b9119c28eacb095d
+Size (furl-1.0.1.tar.gz) = 40723 bytes
Home |
Main Index |
Thread Index |
Old Index