Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2014 11:15:46 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lwhsu@FreeBSD.org
Subject:   ports/189752: [PATCH] databases/pymysql: update to 0.6.2
Message-ID:  <201405130915.s4D9FkSj073535@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201405130920.s4D9K1Z3020534@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189752
>Category:       ports
>Synopsis:       [PATCH] databases/pymysql: update to 0.6.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 13 09:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r265535: Wed May  7 16:01:11
>Description:
- Update to 0.6.2
- Remove obsolete PYDISTUTILS_PKGNAME
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/pymysql/0.6.2/

Port maintainer (lwhsu@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- pymysql-0.6.2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 353929)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pymysql
-PORTVERSION=	0.6.1
+PORTVERSION=	0.6.2
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 DISTNAME=	PyMySQL-${PORTVERSION}
@@ -15,6 +15,5 @@
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYDISTUTILS_PKGNAME=	PyMySQL
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 353929)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (PyMySQL-0.6.1.tar.gz) = 44b42fd6d370269c34ac697d7354788b3d955ed58789388abc6f2086c30d4371
-SIZE (PyMySQL-0.6.1.tar.gz) = 51626
+SHA256 (PyMySQL-0.6.2.tar.gz) = b50f1a08943afa228683ea27b3602ba61d3acdd33c4938c426bcc1366998ddd2
+SIZE (PyMySQL-0.6.2.tar.gz) = 53600
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 353929)
+++ pkg-descr	(working copy)
@@ -1,4 +1,4 @@
 This pure Python MySQL client provides a DB-API to a MySQL database by
 talking directly to the server via the binary client/server protocol.
 
-WWW:	https://github.com/petehunt/PyMySQL/
+WWW: https://github.com/petehunt/PyMySQL
--- pymysql-0.6.2.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?201405130915.s4D9FkSj073535>