svn commit: r535713 - in branches/2020Q2/sysutils/py-diffoscope: . files

Kubilay Kocak koobs at FreeBSD.org
Mon May 18 03:17:52 UTC 2020


Author: koobs
Date: Mon May 18 03:17:51 2020
New Revision: 535713
URL: https://svnweb.freebsd.org/changeset/ports/535713

Log:
  MFH: r535710 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>
  
  Approved by:	ports-secteam (blanket: bugfix release(s))

Deleted:
  branches/2020Q2/sysutils/py-diffoscope/files/
Modified:
  branches/2020Q2/sysutils/py-diffoscope/Makefile
  branches/2020Q2/sysutils/py-diffoscope/distinfo
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/sysutils/py-diffoscope/Makefile
==============================================================================
--- branches/2020Q2/sysutils/py-diffoscope/Makefile	Mon May 18 03:16:54 2020	(r535712)
+++ branches/2020Q2/sysutils/py-diffoscope/Makefile	Mon May 18 03:17:51 2020	(r535713)
@@ -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: branches/2020Q2/sysutils/py-diffoscope/distinfo
==============================================================================
--- branches/2020Q2/sysutils/py-diffoscope/distinfo	Mon May 18 03:16:54 2020	(r535712)
+++ branches/2020Q2/sysutils/py-diffoscope/distinfo	Mon May 18 03:17:51 2020	(r535713)
@@ -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


More information about the svn-ports-all mailing list