Accepting request 1268701 from devel:languages:perl:autoupdate

- updated to 0.190.0 (0.19)
   see /usr/share/doc/packages/perl-Term-TermKey/Changes
  0.19    2025-03-01
          [BUGFIXES]
           * Rebuild with fixed MANIFEST to include
             hax/sv_regex_global_pos.c.inc
  0.18    2025-02-28
          [CHANGES]
           * General module refresh
              + Use perl v5.14
              + Swap unit tests from Test::More to Test2::V0
           * Use new `sv_regex_global_pos` API where available to avoid
             depending on detailed inner workings of pos magic
          [BUGFIXES]
           * Skip flag-fetching tests on STDIN unless STDIN is actually a
             terminal

OBS-URL: https://build.opensuse.org/request/show/1268701
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-TermKey?expand=0&rev=7
This commit is contained in:
2025-04-14 20:39:53 +00:00
committed by Git OBS Bridge
parent c0385e499f
commit 98db18d129
4 changed files with 32 additions and 10 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Mar 2 05:34:09 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.190.0 (0.19)
see /usr/share/doc/packages/perl-Term-TermKey/Changes
0.19 2025-03-01
[BUGFIXES]
* Rebuild with fixed MANIFEST to include
hax/sv_regex_global_pos.c.inc
0.18 2025-02-28
[CHANGES]
* General module refresh
+ Use perl v5.14
+ Swap unit tests from Test::More to Test2::V0
* Use new `sv_regex_global_pos` API where available to avoid
depending on detailed inner workings of pos magic
[BUGFIXES]
* Skip flag-fetching tests on STDIN unless STDIN is actually a
terminal
-------------------------------------------------------------------
Thu Oct 29 12:39:02 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>