svn commit: r419778 - branches/2016Q3/devel/buildbot

Kubilay Kocak koobs at FreeBSD.org
Sun Aug 7 14:10:20 UTC 2016


Author: koobs
Date: Sun Aug  7 14:10:19 2016
New Revision: 419778
URL: https://svnweb.freebsd.org/changeset/ports/419778

Log:
  MFH: r419777
  
  devel/buildbot: Update sqlalchemy RUN_DEPENDS
  
  r419532 [1] caused ports that depend on sqlalchemy07 and
  sqlalchemy-migrate (at least buildbot) to fail because
  py-sqlalchemy-migrate pulls in py-sqlalchemy10 which conflicts with
  py-sqlalchemy07.
  
  Update the sqlalchemy dependency from 0.7.x to 1.0.x after QA
  testing for regressions @ runtime using the buildbot test suite.
  
  [1] http://svnweb.freebsd.org/changeset/ports/419532
  
  PR:		210589
  Reported by:	pkg-fallout
  Tested by:	pi
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2016Q3/devel/buildbot/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/devel/buildbot/Makefile
==============================================================================
--- branches/2016Q3/devel/buildbot/Makefile	Sun Aug  7 14:06:57 2016	(r419777)
+++ branches/2016Q3/devel/buildbot/Makefile	Sun Aug  7 14:10:19 2016	(r419778)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twis
 		${PYTHON_PKGNAMEPREFIX}Jinja2>=2.1:devel/py-Jinja2 \
 		${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil \
 		${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.7:databases/py-sqlalchemy-migrate \
-		${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.6:databases/py-sqlalchemy07 \
+		${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.6:databases/py-sqlalchemy10 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3
 TEST_DEPENDS=	trial:devel/py-twisted \
 		${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \


More information about the svn-ports-all mailing list