--- /srv/rebuilderd/tmp/rebuilderdkX2rJ7/inputs/python-xlwt-doc_1.3.0-6_all.deb +++ /srv/rebuilderd/tmp/rebuilderdkX2rJ7/out/python-xlwt-doc_1.3.0-6_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2024-08-22 15:36:42.000000 debian-binary │ -rw-r--r-- 0 0 0 2532 2024-08-22 15:36:42.000000 control.tar.xz │ --rw-r--r-- 0 0 0 49632 2024-08-22 15:36:42.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 49500 2024-08-22 15:36:42.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./control │ │ │ @@ -1,13 +1,13 @@ │ │ │ Package: python-xlwt-doc │ │ │ Source: xlwt │ │ │ Version: 1.3.0-6 │ │ │ Architecture: all │ │ │ Maintainer: Debian Python Team │ │ │ -Installed-Size: 256 │ │ │ +Installed-Size: 255 │ │ │ Depends: libjs-sphinxdoc (>= 7.4) │ │ │ Section: doc │ │ │ Priority: optional │ │ │ Multi-Arch: foreign │ │ │ Homepage: https://pypi.python.org/pypi/xlwt │ │ │ Description: module for writing Microsoft Excel spreadsheet files - doc │ │ │ This package provides a pure Python module for writing spreadsheet files │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -56,16 +56,16 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 15094 2024-08-22 15:36:42.000000 ./usr/share/doc/python-xlwt-doc/html/_static/basic.css │ │ │ -rw-r--r-- 0 root (0) root (0) 4302 2024-08-22 15:36:42.000000 ./usr/share/doc/python-xlwt-doc/html/_static/classic.css │ │ │ -rw-r--r-- 0 root (0) root (0) 328 2024-08-22 15:36:42.000000 ./usr/share/doc/python-xlwt-doc/html/_static/documentation_options.js │ │ │ -rw-r--r-- 0 root (0) root (0) 286 2024-08-05 12:08:07.000000 ./usr/share/doc/python-xlwt-doc/html/_static/file.png │ │ │ -rw-r--r-- 0 root (0) root (0) 90 2024-08-05 12:08:07.000000 ./usr/share/doc/python-xlwt-doc/html/_static/minus.png │ │ │ -rw-r--r-- 0 root (0) root (0) 90 2024-08-05 12:08:07.000000 ./usr/share/doc/python-xlwt-doc/html/_static/plus.png │ │ │ -rw-r--r-- 0 root (0) root (0) 4929 2024-08-22 15:36:42.000000 ./usr/share/doc/python-xlwt-doc/html/_static/pygments.css │ │ │ --rw-r--r-- 0 root (0) root (0) 27483 2024-08-22 15:36:42.000000 ./usr/share/doc/python-xlwt-doc/html/api.html │ │ │ --rw-r--r-- 0 root (0) root (0) 15313 2024-08-22 15:36:42.000000 ./usr/share/doc/python-xlwt-doc/html/changes.html │ │ │ +-rw-r--r-- 0 root (0) root (0) 26357 2024-08-22 15:36:42.000000 ./usr/share/doc/python-xlwt-doc/html/api.html │ │ │ +-rw-r--r-- 0 root (0) root (0) 14787 2024-08-22 15:36:42.000000 ./usr/share/doc/python-xlwt-doc/html/changes.html │ │ │ -rw-r--r-- 0 root (0) root (0) 8724 2024-08-22 15:36:42.000000 ./usr/share/doc/python-xlwt-doc/html/development.html │ │ │ -rw-r--r-- 0 root (0) root (0) 7447 2024-08-22 15:36:42.000000 ./usr/share/doc/python-xlwt-doc/html/genindex.html │ │ │ -rw-r--r-- 0 root (0) root (0) 5788 2024-08-22 15:36:42.000000 ./usr/share/doc/python-xlwt-doc/html/index.html │ │ │ -rw-r--r-- 0 root (0) root (0) 5479 2024-08-22 15:36:42.000000 ./usr/share/doc/python-xlwt-doc/html/installation.html │ │ │ -rw-r--r-- 0 root (0) root (0) 19988 2024-08-22 15:36:42.000000 ./usr/share/doc/python-xlwt-doc/html/licenses.html │ │ │ -rw-r--r-- 0 root (0) root (0) 495 2024-08-22 15:36:42.000000 ./usr/share/doc/python-xlwt-doc/html/objects.inv │ │ │ -rw-r--r-- 0 root (0) root (0) 5314 2024-08-22 15:36:42.000000 ./usr/share/doc/python-xlwt-doc/html/py-modindex.html │ │ ├── ./usr/share/doc/python-xlwt-doc/html/api.html │ │ │ @@ -76,15 +76,15 @@ │ │ │

This method is used to save the Workbook to a file in native Excel │ │ │ format.

│ │ │
│ │ │
Parameters:
│ │ │

filename_or_stream – This can be a string containing a filename of │ │ │ the file, in which case the excel file is saved to disk using the name │ │ │ provided. It can also be a stream object with a write method, such as │ │ │ -a StringIO, in which case the data for the excel │ │ │ +a StringIO, in which case the data for the excel │ │ │ file is written to the stream.

│ │ │
│ │ │
│ │ │
│ │ │ │ │ │ │ │ │ │ │ │ @@ -106,26 +106,26 @@ │ │ │
Parameters:
│ │ │
│ │ │ │ │ │
│ │ │

1.2.0 (4 January 2017)

│ │ │
    │ │ │
  • Remove LOCALE from regular expression that caused │ │ │ -DeprecationWarning that become an exception in Python 3.6

  • │ │ │ +DeprecationWarning that become an exception in Python 3.6

    │ │ │
  • Add Workbook.sheet_index() helper.

  • │ │ │
  • Workbook.get_sheet() now takes either a string name or an integer │ │ │ index.

  • │ │ │
│ │ │
│ │ │
│ │ │

1.1.2 (9 June 2016)

│ │ │ @@ -110,15 +110,15 @@ │ │ │ to Sphinx.

│ │ │
│ │ │
│ │ │

0.7.5 (5 April 2013)

│ │ │
    │ │ │
  • Fixes a bug that could cause a corrupt SST in .xls files written by a │ │ │ wide-unicode Python build.

  • │ │ │ -
  • A ValueError is now raised immediately if an attempt is made to set │ │ │ +

  • A ValueError is now raised immediately if an attempt is made to set │ │ │ column width to other than an int in range(65536)

  • │ │ │
  • Added the ability to set a custom RGB colour in the palette to use for │ │ │ colours. Thanks to Alan Rotman for the work, although this could really │ │ │ use an example in the examples folder…

  • │ │ │
  • Fixed an issue trying to set a diagonal border using easyxf. Thanks to │ │ │ Neil Etheridge for the fix.

  • │ │ │
  • Fixed a regression from 0.7.2 when writing sheets with frozen panes.

  • │ │ │ @@ -128,15 +128,15 @@ │ │ │

    0.7.4 (13 April 2012)

    │ │ │
      │ │ │
    • Python 2.3 to 2.7 are now the officially supported versions, no Python │ │ │ 3 yet, sorry.

    • │ │ │
    • The datemode in an xlwt Workbook can be set to 1904 by doing │ │ │ workbook.dates_1904 = 1 and is written to the output file. However the │ │ │ datemode was not being reflected in conversions from │ │ │ -datetime.datetime and datetime.date objects to floats for │ │ │ +datetime.datetime and datetime.date objects to floats for │ │ │ output, resulting in dates that were 4 years too high when seen in Excel.

    • │ │ │
    │ │ │
│ │ │
│ │ │

0.7.3 (21 February 2012)

│ │ │
    │ │ │
  • Added user_set and best_fit attributes to Column class.

  • │ │ │ ├── html2text {} │ │ │ │ @@ -11,15 +11,15 @@ │ │ │ │ * Fix bytes/string type mismatch in upack2rt() on python 3. │ │ │ │ * Packaging and code style tweaks. │ │ │ │ * Use generator expressions to avoid unnecessary lists in memory. │ │ │ │ Thanks to the following for their contributions to this release: │ │ │ │ * Jon Dufresne │ │ │ │ * Bill Adams │ │ │ │ ********** 11..22..00 ((44 JJaannuuaarryy 22001177))_?¶ ********** │ │ │ │ - * Remove LOCALE from regular expression that caused _D_e_p_r_e_c_a_t_i_o_n_W_a_r_n_i_n_g that │ │ │ │ + * Remove LOCALE from regular expression that caused DeprecationWarning that │ │ │ │ become an exception in Python 3.6 │ │ │ │ * Add Workbook.sheet_index() helper. │ │ │ │ * Workbook.get_sheet() now takes either a string name or an integer index. │ │ │ │ ********** 11..11..22 ((99 JJuunnee 22001166))_?¶ ********** │ │ │ │ * Fix failure in style compression under Python 3. │ │ │ │ * Officially support Python 3.5 │ │ │ │ * Documentation tweaks. │ │ │ │ @@ -42,29 +42,29 @@ │ │ │ │ Big thanks to Thomas Kluyver for his work on Python 3 support, Manfred Moitzi │ │ │ │ for donating his unit tests. │ │ │ │ Belated thanks to Landon Jurgens for his help on converting the documentation │ │ │ │ to Sphinx. │ │ │ │ ********** 00..77..55 ((55 AApprriill 22001133))_?¶ ********** │ │ │ │ * Fixes a bug that could cause a corrupt SST in .xls files written by a │ │ │ │ wide-unicode Python build. │ │ │ │ - * A _V_a_l_u_e_E_r_r_o_r is now raised immediately if an attempt is made to set │ │ │ │ + * A ValueError is now raised immediately if an attempt is made to set │ │ │ │ column width to other than an int in range(65536) │ │ │ │ * Added the ability to set a custom RGB colour in the palette to use for │ │ │ │ colours. Thanks to Alan Rotman for the work, although this could really │ │ │ │ use an example in the examples folder… │ │ │ │ * Fixed an issue trying to set a diagonal border using easyxf. Thanks to │ │ │ │ Neil Etheridge for the fix. │ │ │ │ * Fixed a regression from 0.7.2 when writing sheets with frozen panes. │ │ │ │ ********** 00..77..44 ((1133 AApprriill 22001122))_?¶ ********** │ │ │ │ * Python 2.3 to 2.7 are now the officially supported versions, no Python 3 │ │ │ │ yet, sorry. │ │ │ │ * The datemode in an xlwt _W_o_r_k_b_o_o_k can be set to 1904 by doing │ │ │ │ workbook.dates_1904 = 1 and is written to the output file. However the │ │ │ │ - datemode was not being reflected in conversions from _d_a_t_e_t_i_m_e_._d_a_t_e_t_i_m_e │ │ │ │ - and _d_a_t_e_t_i_m_e_._d_a_t_e objects to floats for output, resulting in dates that │ │ │ │ + datemode was not being reflected in conversions from datetime.datetime │ │ │ │ + and datetime.date objects to floats for output, resulting in dates that │ │ │ │ were 4 years too high when seen in Excel. │ │ │ │ ********** 00..77..33 ((2211 FFeebbrruuaarryy 22001122))_?¶ ********** │ │ │ │ * Added user_set and best_fit attributes to Column class. │ │ │ │ * Fixed an [Errno 0] Error raised when Worksheet.flush_row_data() was │ │ │ │ called after Workbook.save() │ │ │ │ * Fixed an error on Windows that occurred when writing large blocks to │ │ │ │ files.