Files
perl-Sort-Sub/perl-Sort-Sub.changes
Tina Müller 03c65829db Accepting request 847434 from devel:languages:perl:autoupdate
- updated to 0.120
   see /usr/share/doc/packages/perl-Sort-Sub/Changes
  0.120   2020-05-25  Released-By: PERLANCAR; Urgency: medium
  - Edit Changes.
  0.119   2020-05-25  Released-By: PERLANCAR; Urgency: medium; Backward-Compatible: no
  - [ux] Add tab completion for 'sort_sub' and 'sort_args' arguments.
  - [incompatible change] 'sort_args' argument is now an array, not a
    hash.
- updated to 0.118
   see /usr/share/doc/packages/perl-Sort-Sub/Changes
  0.118   2020-02-28  Released-By: PERLANCAR; Urgency: medium
  - Introduce meta property: compares_record.
  - Add sorters: record_by_order, record_by_reverse_order.
  0.117   2020-02-28  Released-By: PERLANCAR; Urgency: medium
  - get_sorter(): accept third argument $with_meta to allow it to
    return metadata.
- updated to 0.116
   see /usr/share/doc/packages/perl-Sort-Sub/Changes
  0.116   2019-12-15  Released-By: PERLANCAR; Urgency: low
  - No functional changes.
  - [doc] Mention sorted.
  0.115   2019-12-15  Released-By: PERLANCAR; Urgency: medium
  - Add sorters: by_perl_function, by_perl_op, by_perl_code, by_rand
    (randomly).
  - [doc] Mention related (supporting) modules.
  0.114   2019-12-15  Released-By: PERLANCAR; Urgency: medium
  - Add meta().
  0.113   2019-12-15  Released-By: PERLANCAR; Urgency: medium
  - Use sortsub::spec Sah schema.
  0.112   2019-12-14  Released-By: PERLANCAR; Urgency: medium
  - Add functional interface: get_sorter().
  - Add sorters: by_length, asciibetically, numerically.
  - Provide some Rinci metadata for 'sort_sub' and 'sort_args'
    function arguments.
- updated to 0.111
   see /usr/share/doc/packages/perl-Sort-Sub/Changes
- updated to 0.110
   see /usr/share/doc/packages/perl-Sort-Sub/Changes
- updated to 0.10
   see /usr/share/doc/packages/perl-Sort-Sub/Changes
  0.10    2016-12-18 (PERLANCAR)
  - [Incompatible change] Rename modules to by_* to be consistent
    with the convention.
  0.09    2016-12-18 (PERLANCAR)
  - Merge dist Sort-Sub-num_in_text (there's no reason why it should
    be a separate dist, no other deps).
  0.08    2016-12-17 (PERLANCAR)
  - No functional changes.
  - [dist] Use Pod::Weaver plugin Sort::Sub to generate Synopsis etc
    section.
- updated to 0.07
   see /usr/share/doc/packages/perl-Sort-Sub/Changes
  0.07    2016-12-16 (PERLANCAR)
  - sort_sub_ok(): Make testing of normal/i/r/ir optional depending
    on whether the corresponding expected output is specified.
  - [doc] Fix typo in Synopsis.
- initial package 0.06
 * created by cpanspec 1.78.08

OBS-URL: https://build.opensuse.org/request/show/847434
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Sort-Sub?expand=0&rev=8
2020-11-10 09:41:26 +00:00

103 lines
3.4 KiB
Plaintext

-------------------------------------------------------------------
Tue Nov 10 09:07:28 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
- updated to 0.120
see /usr/share/doc/packages/perl-Sort-Sub/Changes
0.120 2020-05-25 Released-By: PERLANCAR; Urgency: medium
- Edit Changes.
0.119 2020-05-25 Released-By: PERLANCAR; Urgency: medium; Backward-Compatible: no
- [ux] Add tab completion for 'sort_sub' and 'sort_args' arguments.
- [incompatible change] 'sort_args' argument is now an array, not a
hash.
-------------------------------------------------------------------
Sat Feb 29 03:09:33 UTC 2020 - <timueller+perl@suse.de>
- updated to 0.118
see /usr/share/doc/packages/perl-Sort-Sub/Changes
0.118 2020-02-28 Released-By: PERLANCAR; Urgency: medium
- Introduce meta property: compares_record.
- Add sorters: record_by_order, record_by_reverse_order.
0.117 2020-02-28 Released-By: PERLANCAR; Urgency: medium
- get_sorter(): accept third argument $with_meta to allow it to
return metadata.
-------------------------------------------------------------------
Mon Dec 16 03:08:56 UTC 2019 - <timueller+perl@suse.de>
- updated to 0.116
see /usr/share/doc/packages/perl-Sort-Sub/Changes
0.116 2019-12-15 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [doc] Mention sorted.
0.115 2019-12-15 Released-By: PERLANCAR; Urgency: medium
- Add sorters: by_perl_function, by_perl_op, by_perl_code, by_rand
(randomly).
- [doc] Mention related (supporting) modules.
0.114 2019-12-15 Released-By: PERLANCAR; Urgency: medium
- Add meta().
0.113 2019-12-15 Released-By: PERLANCAR; Urgency: medium
- Use sortsub::spec Sah schema.
0.112 2019-12-14 Released-By: PERLANCAR; Urgency: medium
- Add functional interface: get_sorter().
- Add sorters: by_length, asciibetically, numerically.
- Provide some Rinci metadata for 'sort_sub' and 'sort_args'
function arguments.
-------------------------------------------------------------------
Thu Dec 12 03:25:55 UTC 2019 - <timueller+perl@suse.de>
- updated to 0.111
see /usr/share/doc/packages/perl-Sort-Sub/Changes
-------------------------------------------------------------------
Mon Jan 15 07:10:42 UTC 2018 - coolo@suse.com
- updated to 0.110
see /usr/share/doc/packages/perl-Sort-Sub/Changes
-------------------------------------------------------------------
Wed Dec 21 07:12:35 UTC 2016 - coolo@suse.com
- updated to 0.10
see /usr/share/doc/packages/perl-Sort-Sub/Changes
0.10 2016-12-18 (PERLANCAR)
- [Incompatible change] Rename modules to by_* to be consistent
with the convention.
0.09 2016-12-18 (PERLANCAR)
- Merge dist Sort-Sub-num_in_text (there's no reason why it should
be a separate dist, no other deps).
0.08 2016-12-17 (PERLANCAR)
- No functional changes.
- [dist] Use Pod::Weaver plugin Sort::Sub to generate Synopsis etc
section.
-------------------------------------------------------------------
Sat Dec 17 07:07:48 UTC 2016 - coolo@suse.com
- updated to 0.07
see /usr/share/doc/packages/perl-Sort-Sub/Changes
0.07 2016-12-16 (PERLANCAR)
- sort_sub_ok(): Make testing of normal/i/r/ir optional depending
on whether the corresponding expected output is specified.
- [doc] Fix typo in Synopsis.
-------------------------------------------------------------------
Thu Jun 2 04:57:06 UTC 2016 - coolo@suse.com
- initial package 0.06
* created by cpanspec 1.78.08