Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2020 18:44:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552276 - head/devel/py-attrs
Message-ID:  <202010131844.09DIi20w068768@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Oct 13 18:44:01 2020
New Revision: 552276
URL: https://svnweb.freebsd.org/changeset/ports/552276

Log:
  Update to 20.2.0
  
  - Take maintainership
  - Update WWW
  
  Changes:	https://github.com/python-attrs/attrs/releases
  PR:		250107
  Submitted by:	sunpoet (myself)
  Approved by:	Axel Rau <axel.rau@chaos1.de> (maintainer)

Modified:
  head/devel/py-attrs/Makefile
  head/devel/py-attrs/distinfo
  head/devel/py-attrs/pkg-descr

Modified: head/devel/py-attrs/Makefile
==============================================================================
--- head/devel/py-attrs/Makefile	Tue Oct 13 18:43:56 2020	(r552275)
+++ head/devel/py-attrs/Makefile	Tue Oct 13 18:44:01 2020	(r552276)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	attrs
-PORTVERSION=	19.3.0
+PORTVERSION=	20.2.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	axel.rau@chaos1.de
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Python attributes without boilerplate
 
 LICENSE=	MIT

Modified: head/devel/py-attrs/distinfo
==============================================================================
--- head/devel/py-attrs/distinfo	Tue Oct 13 18:43:56 2020	(r552275)
+++ head/devel/py-attrs/distinfo	Tue Oct 13 18:44:01 2020	(r552276)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578178305
-SHA256 (attrs-19.3.0.tar.gz) = f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72
-SIZE (attrs-19.3.0.tar.gz) = 132477
+TIMESTAMP = 1599328661
+SHA256 (attrs-20.2.0.tar.gz) = 26b54ddbbb9ee1d34d5d3668dd37d6cf74990ab23c828c2888dccdceee395594
+SIZE (attrs-20.2.0.tar.gz) = 160604

Modified: head/devel/py-attrs/pkg-descr
==============================================================================
--- head/devel/py-attrs/pkg-descr	Tue Oct 13 18:43:56 2020	(r552275)
+++ head/devel/py-attrs/pkg-descr	Tue Oct 13 18:44:01 2020	(r552276)
@@ -21,4 +21,4 @@ You just specify the attributes to work with and attrs
 
 without writing dull boilerplate code again and again.
 
-WWW: https://github.com/hynek/attrs
+WWW: https://github.com/python-attrs/attrs



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