[oe-commits] Richard Purdie : python-docutil: Upgrade 0.11 -> 0.12

git at git.openembedded.org git at git.openembedded.org
Thu Jul 17 11:32:52 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: b3f854884aacd93f6370658eafc0955023c1f31d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b3f854884aacd93f6370658eafc0955023c1f31d

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Jul 16 10:52:25 2014 +0000

python-docutil: Upgrade 0.11 -> 0.12

License change is just a date change in the license file, looks
like English to German locale change to the date display.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../python/{python-docutils_0.11.bb => python-docutils_0.12.bb}     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/python/python-docutils_0.11.bb b/meta/recipes-devtools/python/python-docutils_0.12.bb
similarity index 60%
rename from meta/recipes-devtools/python/python-docutils_0.11.bb
rename to meta/recipes-devtools/python/python-docutils_0.12.bb
index f5da973..8cda88d 100644
--- a/meta/recipes-devtools/python/python-docutils_0.11.bb
+++ b/meta/recipes-devtools/python/python-docutils_0.12.bb
@@ -2,13 +2,13 @@ SUMMARY = "Text processing system for documentation"
 HOMEPAGE = "http://docutils.sourceforge.net"
 SECTION = "devel/python"
 LICENSE = "PSF & BSD-2-Clause & GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=da0d261d1db78ab21ce86c79364a4098"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=a722fbdc20347db7b69223594dd54574"
 
 DEPENDS = "python"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz"
-SRC_URI[md5sum] = "20ac380a18b369824276864d98ec0ad6"
-SRC_URI[sha256sum] = "9af4166adf364447289c5c697bb83c52f1d6f57e77849abcccd6a4a18a5e7ec9"
+SRC_URI[md5sum] = "4622263b62c5c771c03502afa3157768"
+SRC_URI[sha256sum] = "c7db717810ab6965f66c8cf0398a98c9d8df982da39b4cd7f162911eb89596fa"
 
 S = "${WORKDIR}/docutils-${PV}"
 



More information about the Openembedded-commits mailing list