8
0

7 Commits

Author SHA256 Message Date
a1edb9df55 Accepting request 1237603 from devel:languages:perl:autoupdate
- Update remove_filter_signatures.diff
- updated to 0.390.0 (0.39)
   see /usr/share/doc/packages/perl-Spreadsheet-ReadSXC/Changes
  0.39  2024-08-15
      * Move from Test::More::isn't() to ::isnt()

OBS-URL: https://build.opensuse.org/request/show/1237603
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Spreadsheet-ReadSXC?expand=0&rev=19
2025-01-17 00:04:49 +00:00
5729b2632d Accepting request 1103515 from devel:languages:perl:autoupdate
- new version format, see https://github.com/openSUSE/cpanspec/issues/47
- Update remove_filter_signatures.diff
- updated to 0.38
   see /usr/share/doc/packages/perl-Spreadsheet-ReadSXC/Changes
  0.38  2023-07-21
      * Various test suite updates, no code changes, no need to upgrade

OBS-URL: https://build.opensuse.org/request/show/1103515
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Spreadsheet-ReadSXC?expand=0&rev=15
2023-08-14 15:51:20 +00:00
Stephan Kulow
2f5158debb Accepting request 933150 from devel:languages:perl:autoupdate
- Update patch remove_filter_signatures.diff
- updated to 0.37
   see /usr/share/doc/packages/perl-Spreadsheet-ReadSXC/Changes
  0.37  2021-11-21
      * Really require XML::Twig 3.50, since that adds the no_xxe option
  0.36  2021-11-21
      * Require XML::Twig 3.50, since that adds the no_xxe option

OBS-URL: https://build.opensuse.org/request/show/933150
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Spreadsheet-ReadSXC?expand=0&rev=14
2021-11-26 13:46:06 +00:00
Stephan Kulow
fc1f3df631 Accepting request 926577 from devel:languages:perl:autoupdate
- Update remove_filter_signatures.diff
- updated to 0.35
   see /usr/share/doc/packages/perl-Spreadsheet-ReadSXC/Changes
  0.35  2021-09-08
      * Fix memory leak in the XML parser callbacks
        Reported as GH #8 with a test case, thanks to troost-c!

OBS-URL: https://build.opensuse.org/request/show/926577
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Spreadsheet-ReadSXC?expand=0&rev=13
2021-10-22 10:53:04 +00:00
bc8cf0f3c6 Accepting request 878533 from devel:languages:perl:autoupdate
- Update patch remove_filter_signatures.diff
- updated to 0.34
   see /usr/share/doc/packages/perl-Spreadsheet-ReadSXC/Changes
  0.34  2021-03-10
      * Fix OrderBySheet option in Spreadsheet::ReadSXC, thanks to Kuerbis!

OBS-URL: https://build.opensuse.org/request/show/878533
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Spreadsheet-ReadSXC?expand=0&rev=11
2021-03-16 14:59:56 +00:00
7ca7bd9b34 Accepting request 861816 from devel:languages:perl:autoupdate
- updated to 0.33
   see /usr/share/doc/packages/perl-Spreadsheet-ReadSXC/Changes
  0.33  2020-12-28
      * Read style attributes immediately from Twig. This increases memory usage
        but removes problems when we recycle the Twig object for parsing another
        file
      * Custom styles are now better supported and don't crash the module
        immediately (issue GH #5 , reported with test file by mario-minati)
      * Point bug tracker meta data to Github
- add remove_filter_signatures.diff patch to drop Filter:signatures requirement
- updated to 0.32
   see /usr/share/doc/packages/perl-Spreadsheet-ReadSXC/Changes
  0.32  2020-10-06
      * Eliminate a warning when reading a numeric format without a defined
        number of digits, reported by Tux
  0.31  2020-10-03
      * No code changes, no need to upgrade
      * Change code to work around an ambiguity in Perl to placate Filter::signatures
        / Filter::Simple. "-s _" could also be parsed as "-(s _foo_bar_g)"
        by Filter::Simple.
  0.30  2020-10-02
      * No code changes, no need to upgrade
      * Remove "use XML::Parser;" line, which was not used anymore in the code.
        Spotted by MANWAR
      * This version will be (re)released as 1.00 if the smoke tests come up green
  0.29  2020-09-30
      * Make the test for the error message on non-existing files more lax.
        This addresses RT #133432
  0.28  2020-09-29
      * Require Filter::signatures 0.16 to fix Perl versions below 5.20
      * No upgrade necessary if things already work for you
  0.27  2020-09-28
      * Defang resource intensive test
      * Eliminate "undef" warning when trying to get the active sheet of a
        workbook that does not define an active sheet (GH #3)
  0.26  2020-09-28
      * This needs minimum Perl version 5.010
      * When reading a sheet in readonly mode, more aggressively reuse cell
        objects for repeated cells
      * Construct a cell once, and if it is repeated, clone it if not in readonly
        mode.
        These two changes speed up the parsing of some sheets with many repeated
        cells vastly.
      * Properly handle ODS files without a settings.xml (GH#2)
  0.25  2020-09-27
      This release has major changes and will be promoted to 1.0 if there are
      no major breaks.
      * Added (proper) parsing of ODS files
      * Added support for formats
      * Added support for hidden cells, merged cells
      * Split up parsing and classes into separate files
      * Spreadsheet::ReadSXC now uses Spreadsheet::ParseODS
      * Added ->is_sheet_hidden(), ->get_print_areas, ->get_hyperlink()
        ->is_col_hidden(), ->tab_color(), ->table_styles(), ->filename(),
- updated to 0.24
   see /usr/share/doc/packages/perl-Spreadsheet-ReadSXC/Changes
  0.24  2019-10-08
      - Fix parsing the text of cells that only contain "0"
        These were returned as undef, instead of 0 unless the StandardCurrency
        option was used.
      - Fix parsing multiple sheets. If the first cell of the new table was empty,
        the last defined value of the old table was used instead, if the
        real (instead of formatted) values were used.
- updated to 0.23
   see /usr/share/doc/packages/perl-Spreadsheet-ReadSXC/Changes
- initial package 0.20
  * created by cpanspec 1.78.04

OBS-URL: https://build.opensuse.org/request/show/861816
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Spreadsheet-ReadSXC?expand=0&rev=9
2021-01-09 09:12:21 +00:00
9029159466 Accepting request 842072 from devel:languages:perl:autoupdate
- add remove_filter_signatures.diff patch to drop Filter:signatures requirement
- updated to 0.32
   see /usr/share/doc/packages/perl-Spreadsheet-ReadSXC/Changes
  0.32  2020-10-06
      * Eliminate a warning when reading a numeric format without a defined
        number of digits, reported by Tux
  0.31  2020-10-03
      * No code changes, no need to upgrade
      * Change code to work around an ambiguity in Perl to placate Filter::signatures
        / Filter::Simple. "-s _" could also be parsed as "-(s _foo_bar_g)"
        by Filter::Simple.
  0.30  2020-10-02
      * No code changes, no need to upgrade
      * Remove "use XML::Parser;" line, which was not used anymore in the code.
        Spotted by MANWAR
      * This version will be (re)released as 1.00 if the smoke tests come up green
  0.29  2020-09-30
      * Make the test for the error message on non-existing files more lax.
        This addresses RT #133432
  0.28  2020-09-29
      * Require Filter::signatures 0.16 to fix Perl versions below 5.20
      * No upgrade necessary if things already work for you
  0.27  2020-09-28
      * Defang resource intensive test
      * Eliminate "undef" warning when trying to get the active sheet of a
        workbook that does not define an active sheet (GH #3)
  0.26  2020-09-28
      * This needs minimum Perl version 5.010
      * When reading a sheet in readonly mode, more aggressively reuse cell
        objects for repeated cells
      * Construct a cell once, and if it is repeated, clone it if not in readonly
        mode.
        These two changes speed up the parsing of some sheets with many repeated
        cells vastly.
      * Properly handle ODS files without a settings.xml (GH#2)
  0.25  2020-09-27
      This release has major changes and will be promoted to 1.0 if there are
      no major breaks.
      * Added (proper) parsing of ODS files
      * Added support for formats
      * Added support for hidden cells, merged cells
      * Split up parsing and classes into separate files
      * Spreadsheet::ReadSXC now uses Spreadsheet::ParseODS
      * Added ->is_sheet_hidden(), ->get_print_areas, ->get_hyperlink()
        ->is_col_hidden(), ->tab_color(), ->table_styles(), ->filename(),

OBS-URL: https://build.opensuse.org/request/show/842072
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Spreadsheet-ReadSXC?expand=0&rev=7
2020-10-16 10:04:54 +00:00