Skip to content

Commit

Permalink
0.7.0 (2014-09-07)
Browse files Browse the repository at this point in the history
^^^^^^^^^^^^^^^^^^

- Fixed errors in code examples.
- Fixed ``TypeError`` when using ``between`` validator with ``datetime`` objects
  like in the code example.
- Changed validators to always return ``True`` instead of a truthy object when
  the validation succeeds.
- Fixed ``truthy`` validator to work like it's name suggests. Previously it
  worked like ``falsy``.
  • Loading branch information
rodent committed Oct 5, 2014
1 parent 6e1ebd8 commit d6f87d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/py-validators/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2014/06/26 01:19:04 rodent Exp $
# $NetBSD: Makefile,v 1.3 2014/10/05 22:22:49 rodent Exp $

DISTNAME= validators-0.6.0
DISTNAME= validators-0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python textproc
MASTER_SITES= https://pypi.python.org/packages/source/v/validators/
Expand Down
8 changes: 4 additions & 4 deletions textproc/py-validators/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2014/06/26 01:19:04 rodent Exp $
$NetBSD: distinfo,v 1.3 2014/10/05 22:22:49 rodent Exp $

SHA1 (validators-0.6.0.tar.gz) = 9360456ae5598aa7ca8b7a78feb54c48ca8172f8
RMD160 (validators-0.6.0.tar.gz) = ef772ce8db64f33e6fc763d18b331507f64aaaa6
Size (validators-0.6.0.tar.gz) = 16400 bytes
SHA1 (validators-0.7.tar.gz) = 475dbe957353a2245d7a9c28f8e74afe5e764a17
RMD160 (validators-0.7.tar.gz) = 39fd4a03a8d845b636195cb9bd2b5ae6affe0013
Size (validators-0.7.tar.gz) = 16931 bytes

0 comments on commit d6f87d2

Please sign in to comment.