Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 09:05:21 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f5fc50a82950 - main - math/py-fraction: Update to 2.2.0
Message-ID:  <202206030905.25395L6r090965@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f5fc50a82950c237d1de3f926bceb34d41ba1b74

commit f5fc50a82950c237d1de3f926bceb34d41ba1b74
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:51:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:00:40 +0000

    math/py-fraction: Update to 2.2.0
    
    - Update MASTER_SITES: Add GitHub
    
    Changes:        https://github.com/bradley101/fraction/releases
                    https://github.com/bradley101/fraction/commits/master
---
 math/py-fraction/Makefile | 5 +++--
 math/py-fraction/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/math/py-fraction/Makefile b/math/py-fraction/Makefile
index b27fa51eed15..1784721f7eef 100644
--- a/math/py-fraction/Makefile
+++ b/math/py-fraction/Makefile
@@ -1,9 +1,10 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	fraction
-PORTVERSION=	2.1.1
+PORTVERSION=	2.2.0
 CATEGORIES=	math python
-MASTER_SITES=	CHEESESHOP
+MASTER_SITES=	CHEESESHOP \
+		https://github.com/bradley101/fraction/releases/download/${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Fraction-${PORTVERSION}
 
diff --git a/math/py-fraction/distinfo b/math/py-fraction/distinfo
index cb164375817b..4906165875f8 100644
--- a/math/py-fraction/distinfo
+++ b/math/py-fraction/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647264406
-SHA256 (Fraction-2.1.1.tar.gz) = 75a27c61c68f357dbb8ea395eab932b3a16a3aa2b6aa44a052bcef319724f882
-SIZE (Fraction-2.1.1.tar.gz) = 4568
+TIMESTAMP = 1653926002
+SHA256 (Fraction-2.2.0.tar.gz) = 2c1179f20c8b749622935fe04db1c7f2987f011f2376bdad84c2a39c8e3d0fdb
+SIZE (Fraction-2.2.0.tar.gz) = 4366



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