pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-yarl



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 13 11:13:58 UTC 2018

Modified Files:
        pkgsrc/www/py-yarl: Makefile distinfo

Log Message:
py-yarl: updated to 1.3.0

1.3.0:
* Fix annotations for query parameter
* An incoming query sequence can have int variables (the same as for
  Mapping type)
* Add URL.explicit_port property
* Give a friendlier error when port cant be converted to int
* bool(URL()) now returns False


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-yarl/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-yarl/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-yarl/Makefile
diff -u pkgsrc/www/py-yarl/Makefile:1.17 pkgsrc/www/py-yarl/Makefile:1.18
--- pkgsrc/www/py-yarl/Makefile:1.17    Fri Sep  7 09:29:21 2018
+++ pkgsrc/www/py-yarl/Makefile Thu Dec 13 11:13:57 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2018/09/07 09:29:21 adam Exp $
+# $NetBSD: Makefile,v 1.18 2018/12/13 11:13:57 adam Exp $
 
-DISTNAME=      yarl-1.2.6
+DISTNAME=      yarl-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yarl/}

Index: pkgsrc/www/py-yarl/distinfo
diff -u pkgsrc/www/py-yarl/distinfo:1.15 pkgsrc/www/py-yarl/distinfo:1.16
--- pkgsrc/www/py-yarl/distinfo:1.15    Fri Jun 15 08:02:51 2018
+++ pkgsrc/www/py-yarl/distinfo Thu Dec 13 11:13:57 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2018/06/15 08:02:51 adam Exp $
+$NetBSD: distinfo,v 1.16 2018/12/13 11:13:57 adam Exp $
 
-SHA1 (yarl-1.2.6.tar.gz) = 2610d41ed5c56ff8cefa2d6bef7751ae665b8b6b
-RMD160 (yarl-1.2.6.tar.gz) = b0f0a7cdf55a7188de0a962d8393f895c234b517
-SHA512 (yarl-1.2.6.tar.gz) = 44384a11944808583139bf87846cd0080545efddb04be750d923e1b7dc8a4f88c3801b9e6fe742136298c79e60ac94e2584e3b39e42f002af4d6bd970896d3f2
-Size (yarl-1.2.6.tar.gz) = 159816 bytes
+SHA1 (yarl-1.3.0.tar.gz) = 9f12a4c3f2a2c3be5d212cb70372859d1981f4f3
+RMD160 (yarl-1.3.0.tar.gz) = 1baa1d19acdc8dc42a8123a3991e06815ddea684
+SHA512 (yarl-1.3.0.tar.gz) = 58e539900e7754b0a3d41960ebe20d21fd7245ce71fccb31d6a1204298dd71cacd742b2cb2b4c49c3a9b28ce5c664c412334f29e23a3c608aad8018142ba3e14
+Size (yarl-1.3.0.tar.gz) = 159748 bytes



Home | Main Index | Thread Index | Old Index