pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-WebTest



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep  4 17:00:46 UTC 2017

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

Log Message:
2.0.28:
- Fixed 185: Fix strict cookie policy
- Fixed 146: Improve fields value checking when enctype is multipart
- Fixed 119: Assertion error should be raised when you have non-string
  response header
- Bugfix: Allow to set an int value to form fields when enctype is multipart
- Added py36 to tox.ini / .travis.yaml


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-WebTest/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-WebTest/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-WebTest/Makefile
diff -u pkgsrc/www/py-WebTest/Makefile:1.1 pkgsrc/www/py-WebTest/Makefile:1.2
--- pkgsrc/www/py-WebTest/Makefile:1.1  Tue Jul 11 09:18:01 2017
+++ pkgsrc/www/py-WebTest/Makefile      Mon Sep  4 17:00:46 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/07/11 09:18:01 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/04 17:00:46 adam Exp $
 
-DISTNAME=      WebTest-2.0.27
+DISTNAME=      WebTest-2.0.28
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/WebTest/}

Index: pkgsrc/www/py-WebTest/distinfo
diff -u pkgsrc/www/py-WebTest/distinfo:1.2 pkgsrc/www/py-WebTest/distinfo:1.3
--- pkgsrc/www/py-WebTest/distinfo:1.2  Thu Jul 13 06:09:38 2017
+++ pkgsrc/www/py-WebTest/distinfo      Mon Sep  4 17:00:46 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2017/07/13 06:09:38 adam Exp $
+$NetBSD: distinfo,v 1.3 2017/09/04 17:00:46 adam Exp $
 
-SHA1 (WebTest-2.0.27.tar.gz) = 87bbb42f0f564bdc42862ef4ffadc55bd9650cc3
-RMD160 (WebTest-2.0.27.tar.gz) = b69eb0a999e1338533fc9d229e41cf81d2aa914a
-SHA512 (WebTest-2.0.27.tar.gz) = b0a202641cd428a55ff3456f3c7d36fdf11151ab78ecf0022d51513dc2860587efa3aa4594829a89244c245fd45ca3055da12fb421559ad8341a463f9e528ab1
-Size (WebTest-2.0.27.tar.gz) = 72603 bytes
+SHA1 (WebTest-2.0.28.tar.gz) = cb7753ba27ccd61f78206f65f417e6e800edb273
+RMD160 (WebTest-2.0.28.tar.gz) = b69af89e76b626c4b6cbba3e20919a75d219af6e
+SHA512 (WebTest-2.0.28.tar.gz) = 3399c857b403ae464c705ee3c6d88b1197c894a4f279dbc121b207afd8cd1f4099ad86313c9416717bec9ed5fce7f29ab1e8bfc32cfb9cd64f21f5c220f23732
+Size (WebTest-2.0.28.tar.gz) = 74081 bytes
 SHA1 (patch-setup.py) = cb97658fb237eaf2307a1ef4effaa8491d796b3a



Home | Main Index | Thread Index | Old Index