Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Oct 2020 21:56:33 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552079 - head/devel/py-pydash
Message-ID:  <202010112156.09BLuX3m094948@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Sun Oct 11 21:56:33 2020
New Revision: 552079
URL: https://svnweb.freebsd.org/changeset/ports/552079

Log:
  Update to v4.8.0
  
  Changelog
  =========
  
  v4.8.0 (2020-06-13)
  -------------------
  
  - Support attribute based setters like ``argparse.Namespace`` in ``set_``, ``set_with``, ``update``, and ``update_with``.
  - Fix exception in ``order_by`` when ``None`` used as a sort key. Thanks elijose55_!
  - Fix behavior of ``pick_by`` to return the passed in argument when only one argument given. Previously, an empty dictionary was returned. Thanks elijose55_!
  - Officially support Python 3.8.
  
  Reported by:	portscout

Modified:
  head/devel/py-pydash/Makefile
  head/devel/py-pydash/distinfo   (contents, props changed)

Modified: head/devel/py-pydash/Makefile
==============================================================================
--- head/devel/py-pydash/Makefile	Sun Oct 11 20:39:43 2020	(r552078)
+++ head/devel/py-pydash/Makefile	Sun Oct 11 21:56:33 2020	(r552079)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
-PORTNAME=	pydash
-PORTVERSION=	4.7.6
-CATEGORIES=	devel python
+PORTNAME=		pydash
+PORTVERSION=	4.8.0
+CATEGORIES=		devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/devel/py-pydash/distinfo
==============================================================================
--- head/devel/py-pydash/distinfo	Sun Oct 11 20:39:43 2020	(r552078)
+++ head/devel/py-pydash/distinfo	Sun Oct 11 21:56:33 2020	(r552079)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582565400
-SHA256 (pydash-4.7.6.tar.gz) = a7733886ab811e36510b44ff1de7ccc980327d701fb444a4b2ce395e6f4a4a87
-SIZE (pydash-4.7.6.tar.gz) = 134403
+TIMESTAMP = 1602439015
+SHA256 (pydash-4.8.0.tar.gz) = 546afa043ed1defa3122383bebe8b7072f43554ccc5f0c4360638f99e5ed7327
+SIZE (pydash-4.8.0.tar.gz) = 137276



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010112156.09BLuX3m094948>