11
0

Accepting request 1153665 from devel:languages:perl:autoupdate

- updated to 6.76
   see /usr/share/doc/packages/perl-libwww-perl/Changes
  6.76      2024-01-25 18:31:25Z
      - Simplify code slightly for Perl v5.8+ (GH#455) (James Raspass)
      - Move HTTP::CookieJar::LWP to test requires (GH#453) (Olaf Alders)
  6.75      2024-01-24 14:29:17Z
      - Update lwp-request to suport PATCH HTTP method (GH#452) (Javier Puche)
  6.74      2024-01-22 17:48:18Z
      - Making it possible to use IPv6 in https call through https proxy
        environment (in case of using CONNECT method to create a tunnel) (GH#450)
        (Dmitriy Shamatrin)
  6.73      2024-01-13 20:19:09Z
      - Fix no_proxy subdomain matching (GH#447) (Axel Burri)

OBS-URL: https://build.opensuse.org/request/show/1153665
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=137
This commit is contained in:
2024-03-01 09:17:21 +00:00
committed by Git OBS Bridge
parent e1fd516a17
commit f0d32835cf
4 changed files with 47 additions and 30 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jan 26 03:10:36 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 6.76
see /usr/share/doc/packages/perl-libwww-perl/Changes
6.76 2024-01-25 18:31:25Z
- Simplify code slightly for Perl v5.8+ (GH#455) (James Raspass)
- Move HTTP::CookieJar::LWP to test requires (GH#453) (Olaf Alders)
6.75 2024-01-24 14:29:17Z
- Update lwp-request to suport PATCH HTTP method (GH#452) (Javier Puche)
6.74 2024-01-22 17:48:18Z
- Making it possible to use IPv6 in https call through https proxy
environment (in case of using CONNECT method to create a tunnel) (GH#450)
(Dmitriy Shamatrin)
6.73 2024-01-13 20:19:09Z
- Fix no_proxy subdomain matching (GH#447) (Axel Burri)
-------------------------------------------------------------------
Tue Jul 18 03:07:20 UTC 2023 - Tina Müller <timueller+perl@suse.de>