Date: Sat, 8 Sep 2012 12:24:53 +1000 (EST) From: Kubilay Kocak <koobs.freebsd@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/171430: [MAINTAINER] www/py-requests: update to 0.14.0 Message-ID: <20120908022453.9710939EB8@freebsd-9-amd64.localdomain> Resent-Message-ID: <201209080230.q882U22p029418@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 171430 >Category: ports >Synopsis: [MAINTAINER] www/py-requests: update to 0.14.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 08 02:30:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kubilay Kocak >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD freebsd-9-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sat Jul 7 21:26:56 EST >Description: - Update to 0.14.0 - Tweak COMMENT according to handbook - Adjust Makefile header to new convention Changes: https://github.com/kennethreitz/requests/commits/v0.14.0/ ==[QA]== port lint: looks fine. unit tests: Ran 103 tests in 140.663s - OK redports build: https://redports.org/buildarchive/20120907143941-4320/ Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-requests-0.14.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/py-requests/Makefile ./Makefile --- /usr/ports/www/py-requests/Makefile 2012-08-27 22:40:41.000000000 +1000 +++ ./Makefile 2012-09-08 00:35:27.000000000 +1000 @@ -1,18 +1,13 @@ -# New ports collection makefile for: py-requests -# Date created: 2011-07-30 -# Whom: Olivier Duchateau <duchateau.olivier@gmail.com> -# # $FreeBSD: ports/www/py-requests/Makefile,v 1.21 2012/08/27 12:40:41 wen Exp $ -# PORTNAME= requests -PORTVERSION= 0.13.9 +PORTVERSION= 0.14.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs.freebsd@gmail.com -COMMENT= Requests is a HTTP library, written in Python, for human beings +COMMENT= HTTP library written in Python for human beings LICENSE= ISCL diff -ruN --exclude=CVS /usr/ports/www/py-requests/distinfo ./distinfo --- /usr/ports/www/py-requests/distinfo 2012-08-27 22:40:41.000000000 +1000 +++ ./distinfo 2012-09-08 00:22:49.000000000 +1000 @@ -1,2 +1,2 @@ -SHA256 (requests-0.13.9.tar.gz) = d887bb1c06948a8930d6e73a1f942f9febe9157a299a984994c20c84b2c21e20 -SIZE (requests-0.13.9.tar.gz) = 522477 +SHA256 (requests-0.14.0.tar.gz) = 4e690ba0275ab4a8c9a5c7a6eb14e79e1adad0f84331fc638a18d7751f41ac3b +SIZE (requests-0.14.0.tar.gz) = 523133 --- py27-requests-0.14.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120908022453.9710939EB8>