[Python-modules-commits] r21793 - in packages/xlwt/trunk/debian (changelog control)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Thu May 17 13:14:00 UTC 2012


    Date: Thursday, May 17, 2012 @ 13:13:55
  Author: jandd
Revision: 21793

* New upstream version.
* debian/control:
  - bump Standards-Version to 3.9.3
  - remove X-Python-Version
  - add python-antlr to Build-Depends
* Fix "cannot read Excel spreadsheet files" (Closes: #644347)
  - apply patch for long description clarifying the relationship to
    python-excelerator and python-xlrd (thanks to Jonathan Nieder)
  - add Suggests: python-xlrd

Modified:
  packages/xlwt/trunk/debian/changelog
  packages/xlwt/trunk/debian/control

Modified: packages/xlwt/trunk/debian/changelog
===================================================================
--- packages/xlwt/trunk/debian/changelog	2012-05-17 11:50:14 UTC (rev 21792)
+++ packages/xlwt/trunk/debian/changelog	2012-05-17 13:13:55 UTC (rev 21793)
@@ -1,3 +1,17 @@
+xlwt (0.7.4+debian1-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+  * debian/control:
+    - bump Standards-Version to 3.9.3
+    - remove X-Python-Version
+    - add python-antlr to Build-Depends
+  * Fix "cannot read Excel spreadsheet files" (Closes: #644347)
+    - apply patch for long description clarifying the relationship to
+      python-excelerator and python-xlrd (thanks to Jonathan Nieder)
+    - add Suggests: python-xlrd
+
+ -- Jan Dittberner <jandd at debian.org>  Thu, 17 May 2012 14:35:29 +0200
+
 xlwt (0.7.2+debian1-1) unstable; urgency=low
 
   * Fix "unnecessary Depends", repacked source without antlr.py

Modified: packages/xlwt/trunk/debian/control
===================================================================
--- packages/xlwt/trunk/debian/control	2012-05-17 11:50:14 UTC (rev 21792)
+++ packages/xlwt/trunk/debian/control	2012-05-17 13:13:55 UTC (rev 21793)
@@ -4,20 +4,24 @@
 Maintainer: Jan Dittberner <jandd at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: python (>= 2.5.6-1~), python-setuptools (>= 0.6b3-1~)
-Standards-Version: 3.9.1
+Build-Depends-Indep: python (>= 2.5.6-1~), python-setuptools (>= 0.6b3-1~),
+ python-antlr
+Standards-Version: 3.9.3
 Homepage: http://pypi.python.org/pypi/xlwt
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/xlwt/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/xlwt/trunk/
-X-Python-Version: >= 2.3
 
 Package: python-xlwt
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-antlr
+Suggests: python-xlrd
 Breaks: ${python:Breaks}
-Description: module for reading/writing Microsoft Excel spreadsheet files
- Xlwt is a Python module for generating .xls spreadsheet files compatible with
- Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. Excel spreadsheets
- can be generated on any platform without needing Excel or a COM server. The
- only requirement is Python 2.3 to 2.6. Xlwt is a fork of the unmaintained
- pyExcelerator.
+Description: module for writing Microsoft Excel spreadsheet files
+ This package provides a pure Python module for writing spreadsheet files
+ readable by Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. Excel
+ spreadsheets can be generated on any platform without needing Excel or a COM
+ server.
+ .
+ Xlwt is a fork of the unmaintained pyExcelerator module with several
+ bugfixes and enhancements. For the functionality previously provided by the
+ parse_xls function, see the python-xlrd package.




More information about the Python-modules-commits mailing list