From 0fd945e96e592b959522b5de495775c50cad7416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Tue, 20 Jan 2015 17:45:45 +0700 Subject: [PATCH] libraries/zope.configuration: Updated for version 4.0.3. Signed-off-by: Willy Sudiarto Raharjo --- libraries/zope.configuration/zope.configuration.SlackBuild | 4 ++-- libraries/zope.configuration/zope.configuration.info | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libraries/zope.configuration/zope.configuration.SlackBuild b/libraries/zope.configuration/zope.configuration.SlackBuild index c91e6bd826..d16cf8081a 100644 --- a/libraries/zope.configuration/zope.configuration.SlackBuild +++ b/libraries/zope.configuration/zope.configuration.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=zope.configuration -VERSION=${VERSION:-4.0.2} +VERSION=${VERSION:-4.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/zope.configuration/zope.configuration.info b/libraries/zope.configuration/zope.configuration.info index a1165a2750..147e8ec06e 100644 --- a/libraries/zope.configuration/zope.configuration.info +++ b/libraries/zope.configuration/zope.configuration.info @@ -1,8 +1,8 @@ PRGNAM="zope.configuration" -VERSION="4.0.2" +VERSION="4.0.3" HOMEPAGE="http://pypi.python.org/pypi/zope.configuration" -DOWNLOAD="http://pypi.python.org/packages/source/z/zope.configuration/zope.configuration-4.0.2.tar.gz" -MD5SUM="40b3c7ad0b748ede532d8cfe2544e44e" +DOWNLOAD="http://pypi.python.org/packages/source/z/zope.configuration/zope.configuration-4.0.3.tar.gz" +MD5SUM="d85ff342b524bfa819916632d5ef096a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zope.i18nmessageid zope.schema"