Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2021 12:42:13 +0000 (UTC)
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563801 - head/devel/py-hvac
Message-ID:  <202102021242.112CgDwN060580@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rhurlin
Date: Tue Feb  2 12:42:12 2021
New Revision: 563801
URL: https://svnweb.freebsd.org/changeset/ports/563801

Log:
  devel/py-hvac: update to 0.10.7
  
  - Support for database secrets static roles
  - Expanded + updated Approle Auth method Docs
  - Replaced Travis CI w/ GitHub actions
  
  Changelog: https://github.com/hvac/hvac/releases/tag/v0.10.7
  
  PR:		253170
  Submitted by:	Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
  Approved by:	arrowd, tcberner (mentors, implicit)

Modified:
  head/devel/py-hvac/Makefile
  head/devel/py-hvac/distinfo

Modified: head/devel/py-hvac/Makefile
==============================================================================
--- head/devel/py-hvac/Makefile	Tue Feb  2 12:22:33 2021	(r563800)
+++ head/devel/py-hvac/Makefile	Tue Feb  2 12:42:12 2021	(r563801)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hvac
-PORTVERSION=	0.10.6
+PORTVERSION=	0.10.7
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-hvac/distinfo
==============================================================================
--- head/devel/py-hvac/distinfo	Tue Feb  2 12:22:33 2021	(r563800)
+++ head/devel/py-hvac/distinfo	Tue Feb  2 12:42:12 2021	(r563801)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608279095
-SHA256 (hvac-0.10.6.tar.gz) = b0561dbdfecc6a6d7b0cc226d75a800ae9bbc93313a6ad526a1adc97be51eada
-SIZE (hvac-0.10.6.tar.gz) = 98336
+TIMESTAMP = 1612206292
+SHA256 (hvac-0.10.7.tar.gz) = 6ee2ba6002f11151472fa873b6637d902fc6045a2193aea08b39ae8147c230ba
+SIZE (hvac-0.10.7.tar.gz) = 101887



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