From owner-svn-ports-all@freebsd.org Thu Dec 27 07:58:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A83F135064D; Thu, 27 Dec 2018 07:58:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 008A78D266; Thu, 27 Dec 2018 07:58:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E53F58771; Thu, 27 Dec 2018 07:58:47 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBR7wljS020340; Thu, 27 Dec 2018 07:58:47 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBR7wlGo020338; Thu, 27 Dec 2018 07:58:47 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201812270758.wBR7wlGo020338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 27 Dec 2018 07:58:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488511 - in head/www/py-kallithea: . files X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/www/py-kallithea: . files X-SVN-Commit-Revision: 488511 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 008A78D266 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2018 07:58:48 -0000 Author: wen Date: Thu Dec 27 07:58:47 2018 New Revision: 488511 URL: https://svnweb.freebsd.org/changeset/ports/488511 Log: - Update to 0.3.6 PR: 233372 Submitted by: numisemis@yahoo.com Approved by: maintainer(timeout, > 4 weeks) Modified: head/www/py-kallithea/Makefile head/www/py-kallithea/distinfo head/www/py-kallithea/files/patch-setup.py Modified: head/www/py-kallithea/Makefile ============================================================================== --- head/www/py-kallithea/Makefile Thu Dec 27 07:11:47 2018 (r488510) +++ head/www/py-kallithea/Makefile Thu Dec 27 07:58:47 2018 (r488511) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= kallithea -PORTVERSION= 0.3.2 -PORTREVISION= 3 +PORTVERSION= 0.3.6 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -37,11 +36,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}waitress>=0.8.8:ww ${PYTHON_PKGNAMEPREFIX}routes>=1.13:www/py-routes@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dulwich>=0.9.9:devel/dulwich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bcrypt>=0.3.0:security/py-bcrypt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}bleach>=2.1.3:www/py-bleach@${PY_FLAVOR} \ mercurial>=2.9:devel/mercurial USES= python:2.7 shebangfix -SHEBANG_FILES= kallithea/tests/scripts/manual_test_crawler.py USE_PYTHON= distutils autoplist + +SHEBANG_FILES= kallithea/tests/scripts/manual_test_crawler.py NO_ARCH= yes Modified: head/www/py-kallithea/distinfo ============================================================================== --- head/www/py-kallithea/distinfo Thu Dec 27 07:11:47 2018 (r488510) +++ head/www/py-kallithea/distinfo Thu Dec 27 07:58:47 2018 (r488511) @@ -1,2 +1,3 @@ -SHA256 (Kallithea-0.3.2.tar.gz) = 891a7f88cf02a887c8eb711bfe56ff79f053a9051e0748fc29293bc7fa6ef0b3 -SIZE (Kallithea-0.3.2.tar.gz) = 5347665 +TIMESTAMP = 1545895082 +SHA256 (Kallithea-0.3.6.tar.gz) = 745b2032ab85be07f94b8ee499059a3b015a619262d64dee067d4b7198d64180 +SIZE (Kallithea-0.3.6.tar.gz) = 6374356 Modified: head/www/py-kallithea/files/patch-setup.py ============================================================================== --- head/www/py-kallithea/files/patch-setup.py Thu Dec 27 07:11:47 2018 (r488510) +++ head/www/py-kallithea/files/patch-setup.py Thu Dec 27 07:58:47 2018 (r488511) @@ -1,18 +1,20 @@ ---- setup.py.orig 2016-05-02 16:57:01 UTC +--- setup.py.orig 2018-11-04 20:39:44 UTC +++ setup.py -@@ -35,36 +35,36 @@ __platform__ = platform.system() +@@ -35,38 +35,38 @@ __platform__ = platform.system() is_windows = __platform__ in ['Windows'] requirements = [ +- "setuptools<34", # setuptools==34 has an undeclared requirement of pyparsing >=2.1, but celery<2.3 requires pyparsing<2 - "waitress==0.8.8", - "webob>=1.0.8,<=1.1.1", - "webtest==1.4.3", -- "Pylons>=1.0.0,<=1.0.2", +- "Pylons>=1.0.0,<=1.0.3", - "Beaker==1.6.4", - "WebHelpers==1.3", - "formencode>=1.2.4,<=1.2.6", - "SQLAlchemy==0.7.10", - "Mako>=0.9.0,<=1.0.0", ++ "setuptools", + "waitress>=0.8.8", + "webob>=1.0.8", + "webtest>=1.4.3", @@ -39,11 +41,13 @@ - "URLObject==2.3.4", - "Routes==1.13", - "dulwich>=0.9.9,<=0.9.9", -- "mercurial>=2.9,<3.8", +- "mercurial>=2.9,<4.3", +- "bleach >= 3.0, < 3.1", + "URLObject>=2.3.4", + "Routes>=1.13", + "dulwich>=0.9.9", + "mercurial>=2.9", ++ "bleach>=2.1.3", ] if sys.version_info < (2, 7): @@ -54,7 +58,7 @@ if not is_windows: - requirements.append("py-bcrypt>=0.3.0,<=0.4") -+ requirements.append("py-bcrypt>=0.3.0") ++ requirements.append("bcrypt>=0.3.0") dependency_links = [