[arch-commits] Commit in python-lxml/trunk (PKGBUILD)
Ángel Velásquez
angvp at nymeria.archlinux.org
Mon Apr 8 19:01:15 UTC 2013
Date: Monday, April 8, 2013 @ 21:01:14
Author: angvp
Revision: 182347
upgpkg: python-lxml 3.1.1-1
Version bump .. minor release and deprecation of the lxml.etree._BaseParser on the module dict
Modified:
python-lxml/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-04-08 17:32:17 UTC (rev 182346)
+++ PKGBUILD 2013-04-08 19:01:14 UTC (rev 182347)
@@ -3,15 +3,15 @@
pkgbase=python-lxml
pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.1.0
+pkgver=3.1.1
pkgrel=1
arch=('i686' 'x86_64')
license=('BSD' 'custom')
url="http://lxml.de/"
makedepends=('python2' 'python' 'libxslt')
source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('df70163fb581bbe45fdcd6069a503273'
- 'e84737c92c90c9f71a5118b5e1ad5e91')
+md5sums=('3f185d8cdcd6b8934c67f9b0356aab33'
+ 'b90760fa4bf235a1f0e1a8252e1c8545')
check() {
cd lxml-$pkgver
More information about the arch-commits
mailing list