Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2019 19:48:48 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r508506 - in branches/2019Q3/textproc/scancode-toolkit: . files
Message-ID:  <201908101948.x7AJmme0066128@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Sat Aug 10 19:48:48 2019
New Revision: 508506
URL: https://svnweb.freebsd.org/changeset/ports/508506

Log:
  MFH: r508505
  
  textproc/scancode-toolkit: Unbreak at runtime after r505457
  
  * Relax the version requirements for devel/py-attrs
  * Do the same for devel/py-typing that was updated to 3.7 recently
  * Bump PORTREVISION due changed package contents
  
  Approved by:	ports-secteam bugfix blanket

Modified:
  branches/2019Q3/textproc/scancode-toolkit/Makefile
  branches/2019Q3/textproc/scancode-toolkit/files/patch-setup.py
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/textproc/scancode-toolkit/Makefile
==============================================================================
--- branches/2019Q3/textproc/scancode-toolkit/Makefile	Sat Aug 10 19:47:45 2019	(r508505)
+++ branches/2019Q3/textproc/scancode-toolkit/Makefile	Sat Aug 10 19:48:48 2019	(r508506)
@@ -3,7 +3,7 @@
 PORTNAME=	scancode-toolkit
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc python
 
 MAINTAINER=	kai@FreeBSD.org

Modified: branches/2019Q3/textproc/scancode-toolkit/files/patch-setup.py
==============================================================================
--- branches/2019Q3/textproc/scancode-toolkit/files/patch-setup.py	Sat Aug 10 19:47:45 2019	(r508505)
+++ branches/2019Q3/textproc/scancode-toolkit/files/patch-setup.py	Sat Aug 10 19:48:48 2019	(r508506)
@@ -39,11 +39,15 @@
  
          # packagedcode
          'pefile >= 2018.8.8',
-@@ -183,7 +178,6 @@ setup(
+@@ -182,9 +177,8 @@ setup(
+         'click >= 6.0.0, < 7.0.0',
          'colorama >= 0.3.9',
          'pluggy >= 0.4.0, < 1.0',
-         'attrs >=17.4, < 19.0',
+-        'attrs >=17.4, < 19.0',
 -        'cattrs',
-         'typing >=3.6, < 3.7',
+-        'typing >=3.6, < 3.7',
++        'attrs >=17.4',
++        'typing >=3.6',
  
          # scancode outputs
+         'jinja2 >= 2.7.0, < 3.0.0',



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