pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

0.3.1 (May 3, 2015) ^^^^^^^^^^^^^^^^^^^



Module Name:	pkgsrc-wip
Committed By:	Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Oct 3 21:49:53 2015 +0100
Changeset:	dade270df311f4179f9ffad52a201adca945a181

Modified Files:
	py-inflection/DESCR
	py-inflection/Makefile
	py-inflection/PLIST
	py-inflection/distinfo

Log Message:
0.3.1 (May 3, 2015)
^^^^^^^^^^^^^^^^^^^

- Fixed trove classifiers not showing up on PyPI.
- Fixed "human" pluralized as "humen" and not "humans".
- Fixed "potato" pluralized as "potatos" and not "potatoes".

0.3.0 (March 1, 2015)
+++++++++++++++++++++

- Added `tableize()` function.

0.2.1 (September 3, 2014)
+++++++++++++++++++++++++

- Added Python 2, Python 3 and Python 3.4 trove classifiers.

0.2.0 (June 15, 2013)
+++++++++++++++++++++

- Added initial support for Python 3.
- Dropped Python 2.5 support.

0.1.2 (March 13, 2012)
++++++++++++++++++++++

- Added Python 2.5 support.

0.1.1 (February 24, 2012)
+++++++++++++++++++++++++

- Fixed some files not included in the distribution package.

0.1.0 (February 24, 2012)
+++++++++++++++++++++++++

- Initial public release

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dade270df311f4179f9ffad52a201adca945a181

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-inflection/DESCR    | 3 ---
 py-inflection/Makefile | 6 +++---
 py-inflection/PLIST    | 2 +-
 py-inflection/distinfo | 6 +++---
 4 files changed, 7 insertions(+), 10 deletions(-)

diffs:
diff --git a/py-inflection/DESCR b/py-inflection/DESCR
index 42c456a..e69de29 100644
--- a/py-inflection/DESCR
+++ b/py-inflection/DESCR
@@ -1,3 +0,0 @@
-Inflection is a string transformation library. It singularizes and pluralizes
-English words, and transforms strings from CamelCase to underscored
-string. Inflection is a port of Ruby on Rails' inflector to Python.
diff --git a/py-inflection/Makefile b/py-inflection/Makefile
index 4ad78cc..c6fbdac 100644
--- a/py-inflection/Makefile
+++ b/py-inflection/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2014/01/25 10:38:20 thomasklausner Exp $
+# $NetBSD$
 
-DISTNAME=	inflection-0.2.0
+DISTNAME=	inflection-0.3.1
 PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc
 MASTER_SITES=	https://pypi.python.org/packages/source/i/inflection/
@@ -14,6 +14,6 @@ USE_LANGUAGES=	# none
 
 do-test:
 	${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_inflection.py
-
+	
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-inflection/PLIST b/py-inflection/PLIST
index 08065bb..46cc0b4 100644
--- a/py-inflection/PLIST
+++ b/py-inflection/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2013/09/05 00:39:14 jihbed Exp $
+@comment $NetBSD$
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
diff --git a/py-inflection/distinfo b/py-inflection/distinfo
index 6997be5..adb119b 100644
--- a/py-inflection/distinfo
+++ b/py-inflection/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1 2013/09/05 00:39:14 jihbed Exp $
 
-SHA1 (inflection-0.2.0.tar.gz) = ad1c7cb32169881d70e8a6af03094bba33846e4c
-RMD160 (inflection-0.2.0.tar.gz) = 58906c49c01c60d23f611738b55061211272bffd
-Size (inflection-0.2.0.tar.gz) = 8153 bytes
+SHA1 (inflection-0.3.1.tar.gz) = 4b42884984e8fbb1cde01ad3036e024b27909bd5
+RMD160 (inflection-0.3.1.tar.gz) = b8b3b28bf81f32ddf62cb784e102d63ea3c736ea
+Size (inflection-0.3.1.tar.gz) = 8715 bytes


Home | Main Index | Thread Index | Old Index