[Python-modules-commits] r29068 - in packages/python-xlrd/trunk/debian (changelog control)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Sun May 25 12:57:59 UTC 2014
Date: Sunday, May 25, 2014 @ 12:57:58
Author: bernat
Revision: 29068
New upstream release.
Modified:
packages/python-xlrd/trunk/debian/changelog
packages/python-xlrd/trunk/debian/control
Modified: packages/python-xlrd/trunk/debian/changelog
===================================================================
--- packages/python-xlrd/trunk/debian/changelog 2014-05-25 08:40:44 UTC (rev 29067)
+++ packages/python-xlrd/trunk/debian/changelog 2014-05-25 12:57:58 UTC (rev 29068)
@@ -1,3 +1,10 @@
+python-xlrd (0.9.3-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Bump Standards-Version to 3.9.5.
+
+ -- Vincent Bernat <bernat at debian.org> Sun, 25 May 2014 14:56:55 +0200
+
python-xlrd (0.9.2-1) unstable; urgency=low
[ Jakub Wilk ]
Modified: packages/python-xlrd/trunk/debian/control
===================================================================
--- packages/python-xlrd/trunk/debian/control 2014-05-25 08:40:44 UTC (rev 29067)
+++ packages/python-xlrd/trunk/debian/control 2014-05-25 12:57:58 UTC (rev 29068)
@@ -3,16 +3,18 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat at debian.org>
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: python-all (>= 2.6.6-3~), python3-all
+Build-Depends-Indep: python-all (>= 2.6.6-3~),
+ python3-all
Homepage: http://www.python-excel.org/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-xlrd/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-xlrd/trunk/
Package: python-xlrd
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends},
+ ${misc:Depends}
Description: extract data from Microsoft Excel spreadsheet files
xlrd is a Python library to Extract data from new and old Microsoft
Excel spreadsheets. It supports both .xls and .xlsx files (from Excel
@@ -27,7 +29,8 @@
Package: python3-xlrd
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${python3:Depends},
+ ${misc:Depends}
Description: extract data from Microsoft Excel spreadsheet files (Python3 version)
xlrd is a Python library to Extract data from new and old Microsoft
Excel spreadsheets. It supports both .xls and .xlsx files (from Excel
More information about the Python-modules-commits
mailing list