Skip to content

Commit

Permalink
devel/py-fabric: Update to 1.13.2
Browse files Browse the repository at this point in the history
- Switch paramiko1 to paramiko (2.x) in RUN_DEPENDS, it is now supported [1]

Changelog:

  http://www.fabfile.org/changelog.html

[1] fabric/fabric#1461
> Description of fields to fill in above:                     76 columns --|
> PR:                       If and which Problem Report is related.
> Submitted by:             If someone else sent in the change.
> Reported by:              If someone else reported the issue.
> Reviewed by:              If someone else reviewed your modification.
> Approved by:              If you needed approval for this commit.
> Obtained from:            If the change is from a third party.
> MFC after:                N [day[s]|week[s]|month[s]].  Request a reminder email.
> MFH:                      Ports tree branch name.  Request approval for merge.
> Relnotes:                 Set to 'yes' for mention in release notes.
> Security:                 Vulnerability reference (one per line) or description.
> Sponsored by:             If the change was sponsored by an organization.
> Differential Revision:    https://reviews.freebsd.org/D### (*full* phabric URL needed).
> Empty fields above will be automatically removed.

M    py-fabric/Makefile
M    py-fabric/distinfo
  • Loading branch information
koobs committed Jul 15, 2017
1 parent 991d73a commit df97859
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions devel/py-fabric/Makefile
Expand Up @@ -2,8 +2,7 @@
# $FreeBSD$

PORTNAME= fabric
PORTVERSION= 1.12.0
PORTREVISION= 1
PORTVERSION= 1.13.2
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
Expand All @@ -16,7 +15,7 @@ COMMENT= Simple, Pythonic remote execution and deployment
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko1>=1.10:security/py-paramiko1
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.10:security/py-paramiko
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \
${PYTHON_PKGNAMEPREFIX}fudge>0:devel/py-fudge \
${PYTHON_PKGNAMEPREFIX}Jinja2>=0.6:devel/py-Jinja2
Expand Down
6 changes: 3 additions & 3 deletions devel/py-fabric/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1470375907
SHA256 (Fabric-1.12.0.tar.gz) = fafa17d69a15fd6ae5f82d28acbf90e1bf15e3d7438fbf0e8691868164c0e9dc
SIZE (Fabric-1.12.0.tar.gz) = 232840
TIMESTAMP = 1500111944
SHA256 (Fabric-1.13.2.tar.gz) = 98af64a1fe19d9c6a229265aec4e9fdaf3127ac2000db3e2e19007927b23244d
SIZE (Fabric-1.13.2.tar.gz) = 219507

0 comments on commit df97859

Please sign in to comment.