Bug 175667 - Update port: converters/py-unidecode Upgrade to 0.04.12
Summary: Update port: converters/py-unidecode Upgrade to 0.04.12
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-29 06:10 UTC by Douglas Thrift
Modified: 2013-01-29 07:40 UTC (History)
1 user (show)

See Also:


Attachments
py-unidecode.2013-01-29T052653Z.diff (1.15 KB, patch)
2013-01-29 06:10 UTC, Douglas Thrift
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Thrift 2013-01-29 06:10:00 UTC
Upgrade converters/py-unicode to version 0.04.12.

From ChangeLog:

2013-01-28      unidecode 0.04.12

        * Tests now pass on Python 2.7.
        * Make argument type warning refer to unidecode()'s caller.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-29 06:10:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-01-29 06:11:27 UTC
Responsible Changed
From-To: freebsd-python->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-01-29 07:37:10 UTC
Author: culot
Date: Tue Jan 29 07:36:57 2013
New Revision: 311154
URL: http://svnweb.freebsd.org/changeset/ports/311154

Log:
  - Update to 0.04.12
  
  PR:		ports/175667
  Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)

Modified:
  head/converters/py-unidecode/Makefile
  head/converters/py-unidecode/distinfo

Modified: head/converters/py-unidecode/Makefile
==============================================================================
--- head/converters/py-unidecode/Makefile	Tue Jan 29 07:35:10 2013	(r311153)
+++ head/converters/py-unidecode/Makefile	Tue Jan 29 07:36:57 2013	(r311154)
@@ -1,8 +1,8 @@
-# Created by: Douglas Thrift
+# Created by: Douglas Thrift <douglas@douglasthrift.net>
 # $FreeBSD$
 
 PORTNAME=	unidecode
-PORTVERSION=	0.04.11
+PORTVERSION=	0.04.12
 CATEGORIES=	converters python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/converters/py-unidecode/distinfo
==============================================================================
--- head/converters/py-unidecode/distinfo	Tue Jan 29 07:35:10 2013	(r311153)
+++ head/converters/py-unidecode/distinfo	Tue Jan 29 07:36:57 2013	(r311154)
@@ -1,2 +1,2 @@
-SHA256 (Unidecode-0.04.11.tar.gz) = 8c120a6f7ffe3428d41072ab28edb7813aeea38aaab05ab073eb74eb2390173a
-SIZE (Unidecode-0.04.11.tar.gz) = 195635
+SHA256 (Unidecode-0.04.12.tar.gz) = a042a7284b36da63440f58c32fabdf723b716082cb3c4b093b421e7c4d6ea5b9
+SIZE (Unidecode-0.04.12.tar.gz) = 195729
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-01-29 07:37:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!