Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 03:13:17 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535710 - in head/sysutils/py-diffoscope: . files
Message-ID:  <202005180313.04I3DHTn034671@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Mon May 18 03:13:17 2020
New Revision: 535710
URL: https://svnweb.freebsd.org/changeset/ports/535710

Log:
  sysutils/py-diffoscope: Update to 144
  
    - Remove diffoscope/comparators/zip.py patch, upstreamed
    - Update Python <version-spec> to match upstream support [1]
  
  [1] https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/117
  
  PR:		245663
  Submitted by:	Michael Osipov <michael dot osipov siemens com>
  MFH:		2020Q2 (blanket: bugfix releases)

Deleted:
  head/sysutils/py-diffoscope/files/
Modified:
  head/sysutils/py-diffoscope/Makefile
  head/sysutils/py-diffoscope/distinfo

Modified: head/sysutils/py-diffoscope/Makefile
==============================================================================
--- head/sysutils/py-diffoscope/Makefile	Mon May 18 03:05:44 2020	(r535709)
+++ head/sysutils/py-diffoscope/Makefile	Mon May 18 03:13:17 2020	(r535710)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	diffoscope
-PORTVERSION=	136
-PORTREVISION=	1
+PORTVERSION=	144
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,7 +21,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/p
 		isoinfo:sysutils/cdrkit \
 		rpm2cpio:archivers/rpm2cpio
 
-USES=		python:3.5+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/sysutils/py-diffoscope/distinfo
==============================================================================
--- head/sysutils/py-diffoscope/distinfo	Mon May 18 03:05:44 2020	(r535709)
+++ head/sysutils/py-diffoscope/distinfo	Mon May 18 03:13:17 2020	(r535710)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581919566
-SHA256 (diffoscope-136.tar.gz) = 0d6486d6eb6e0445ba21fee2e8bdd3a366ce786bfac98e00e5a95038b7815f15
-SIZE (diffoscope-136.tar.gz) = 1557070
+TIMESTAMP = 1589766564
+SHA256 (diffoscope-144.tar.gz) = 9a45464b7b7184fa1ad2af9c52ebac8f00b3dd5dcf9e15dfc00c653c26fcc345
+SIZE (diffoscope-144.tar.gz) = 1569864



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