Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-HTTP-Message for 
openSUSE:Factory checked in at 2022-01-14 23:12:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Message (Old)
 and      /work/SRC/openSUSE:Factory/.perl-HTTP-Message.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-HTTP-Message"

Fri Jan 14 23:12:29 2022 rev:33 rq:946096 version:6.36

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTTP-Message/perl-HTTP-Message.changes      
2021-11-18 10:33:31.359890041 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTTP-Message.new.1892/perl-HTTP-Message.changes
    2022-01-14 23:12:56.994620545 +0100
@@ -1,0 +2,12 @@
+Thu Jan  6 03:06:20 UTC 2022 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 6.36
+   see /usr/share/doc/packages/perl-HTTP-Message/Changes
+
+  6.36      2022-01-05 14:39:42Z
+      - Fix examples in HTTP::Request::Common synopsis: HTTP::Request::Common
+        does not put headers in an arrayref, unlike HTTP::Request (GH#170) 
(Karen
+        Etheridge)
+      - Update to contributing information (GH#171) (H??kon H??gland)
+
+-------------------------------------------------------------------

Old:
----
  HTTP-Message-6.35.tar.gz

New:
----
  HTTP-Message-6.36.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-HTTP-Message.spec ++++++
--- /var/tmp/diff_new_pack.GW3VkL/_old  2022-01-14 23:12:57.494620867 +0100
+++ /var/tmp/diff_new_pack.GW3VkL/_new  2022-01-14 23:12:57.498620870 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTTP-Message
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define cpan_name HTTP-Message
 Name:           perl-HTTP-Message
-Version:        6.35
+Version:        6.36
 Release:        0
 Summary:        HTTP style message (base class)
 License:        Artistic-1.0 OR GPL-1.0-or-later

++++++ HTTP-Message-6.35.tar.gz -> HTTP-Message-6.36.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/CONTRIBUTING.md 
new/HTTP-Message-6.36/CONTRIBUTING.md
--- old/HTTP-Message-6.35/CONTRIBUTING.md       2021-11-11 23:10:52.000000000 
+0100
+++ new/HTTP-Message-6.36/CONTRIBUTING.md       2022-01-05 15:40:04.000000000 
+0100
@@ -6,7 +6,7 @@
 The distribution is managed with 
[Dist::Zilla](https://metacpan.org/pod/Dist::Zilla).
 This means that many of the usual files you might expect are not in the
 repository, but are generated at release time.  Some generated files are kept
-in the repository as a convenience (e.g. Build.PL/Makefile.PL and META.json).
+in the repository as a convenience (Makefile.PL, META.json, and cpanfile).
 
 Generally, **you do not need Dist::Zilla to contribute patches**.  You may need
 Dist::Zilla to create a tarball.  See below for guidance.
@@ -96,8 +96,8 @@
 
 ## Other notes
 
-This distribution maintains the generated `META.json` and either `Makefile.PL`
-or `Build.PL` in the repository. This allows two things:
+This distribution maintains the generated `META.json` and `Makefile.PL`
+in the repository. This allows two things:
 [Travis CI](https://travis-ci.org/) can build and test the distribution without
 requiring Dist::Zilla, and the distribution can be installed directly from
 Github or a local git repository using `cpanm` for testing (again, not
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/CONTRIBUTORS 
new/HTTP-Message-6.36/CONTRIBUTORS
--- old/HTTP-Message-6.35/CONTRIBUTORS  2021-11-11 23:10:52.000000000 +0100
+++ new/HTTP-Message-6.36/CONTRIBUTORS  2022-01-05 15:40:04.000000000 +0100
@@ -34,6 +34,7 @@
     * Gisle Aas
     * Graeme Thompson
     * Graham Knop
+    * H??kon H??gland
     * Hans-H. Froehlich
     * Ian Kilgore
     * Jacob J
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/Changes 
new/HTTP-Message-6.36/Changes
--- old/HTTP-Message-6.35/Changes       2021-11-11 23:10:52.000000000 +0100
+++ new/HTTP-Message-6.36/Changes       2022-01-05 15:40:04.000000000 +0100
@@ -1,5 +1,11 @@
 Revision history for HTTP-Message
 
+6.36      2022-01-05 14:39:42Z
+    - Fix examples in HTTP::Request::Common synopsis: HTTP::Request::Common
+      does not put headers in an arrayref, unlike HTTP::Request (GH#170) (Karen
+      Etheridge)
+    - Update to contributing information (GH#171) (H??kon H??gland)
+
 6.35      2021-11-11 22:10:31Z
     - Clarify documentation for decoded_content (GH#166) (Eric Wastl)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/META.json 
new/HTTP-Message-6.36/META.json
--- old/HTTP-Message-6.35/META.json     2021-11-11 23:10:52.000000000 +0100
+++ new/HTTP-Message-6.36/META.json     2022-01-05 15:40:04.000000000 +0100
@@ -108,7 +108,7 @@
       "x_IRC" : "irc://irc.perl.org/#lwp",
       "x_MailingList" : "mailto:lib...@perl.org";
    },
-   "version" : "6.35",
+   "version" : "6.36",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.030002"
@@ -478,7 +478,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.33.1",
+                  "git_version" : "2.34.1",
                   "repo_root" : "."
                }
             },
@@ -489,7 +489,7 @@
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.33.1",
+                  "git_version" : "2.34.1",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "name",
@@ -598,7 +598,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.33.1",
+                  "git_version" : "2.34.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -615,12 +615,12 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v6.35",
+                  "tag" : "v6.36",
                   "tag_format" : "v%V",
                   "tag_message" : "v%V"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.33.1",
+                  "git_version" : "2.34.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -671,7 +671,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.33.1",
+                  "git_version" : "2.34.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -691,7 +691,7 @@
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.33.1",
+                  "git_version" : "2.34.1",
                   "repo_root" : "."
                }
             },
@@ -836,6 +836,7 @@
       "Gisle Aas <gi...@aas.no>",
       "Graeme Thompson <graeme.thomp...@mobilecohesion.com>",
       "Graham Knop <ha...@haarg.org>",
+      "H\u00e5kon H\u00e6gland <hakon.hagl...@gmail.com>",
       "Hans-H. Froehlich <hfroehl...@co-de-co.de>",
       "Ian Kilgore <i...@cpan.org>",
       "Jacob J <w...@chaos2.org>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/META.yml 
new/HTTP-Message-6.36/META.yml
--- old/HTTP-Message-6.35/META.yml      2021-11-11 23:10:52.000000000 +0100
+++ new/HTTP-Message-6.36/META.yml      2022-01-05 15:40:04.000000000 +0100
@@ -59,7 +59,7 @@
   bugtracker: https://github.com/libwww-perl/HTTP-Message/issues
   homepage: https://github.com/libwww-perl/HTTP-Message
   repository: https://github.com/libwww-perl/HTTP-Message.git
-version: '6.35'
+version: '6.36'
 x_Dist_Zilla:
   perl:
     version: '5.030002'
@@ -347,7 +347,7 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.33.1
+          git_version: 2.34.1
           repo_root: .
       name: '@Author::OALDERS/Git::Check'
       version: '2.048'
@@ -355,7 +355,7 @@
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.33.1
+          git_version: 2.34.1
           include_authors: 0
           include_releaser: 1
           order_by: name
@@ -439,7 +439,7 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.33.1
+          git_version: 2.34.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -452,11 +452,11 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v6.35
+          tag: v6.36
           tag_format: v%V
           tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.33.1
+          git_version: 2.34.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -494,7 +494,7 @@
             - (?^:^lib/.*\.pm$)
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.33.1
+          git_version: 2.34.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -508,7 +508,7 @@
             - origin
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.33.1
+          git_version: 2.34.1
           repo_root: .
       name: '@Author::OALDERS/Git::Push'
       version: '2.048'
@@ -624,6 +624,7 @@
   - 'Gisle Aas <gi...@aas.no>'
   - 'Graeme Thompson <graeme.thomp...@mobilecohesion.com>'
   - 'Graham Knop <ha...@haarg.org>'
+  - 'H??kon H??gland <hakon.hagl...@gmail.com>'
   - 'Hans-H. Froehlich <hfroehl...@co-de-co.de>'
   - 'Ian Kilgore <i...@cpan.org>'
   - 'Jacob J <w...@chaos2.org>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/Makefile.PL 
new/HTTP-Message-6.36/Makefile.PL
--- old/HTTP-Message-6.35/Makefile.PL   2021-11-11 23:10:52.000000000 +0100
+++ new/HTTP-Message-6.36/Makefile.PL   2022-01-05 15:40:04.000000000 +0100
@@ -52,7 +52,7 @@
     "lib" => 0,
     "overload" => 0
   },
-  "VERSION" => "6.35",
+  "VERSION" => "6.36",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/README.md 
new/HTTP-Message-6.36/README.md
--- old/HTTP-Message-6.35/README.md     2021-11-11 23:10:52.000000000 +0100
+++ new/HTTP-Message-6.36/README.md     2022-01-05 15:40:04.000000000 +0100
@@ -4,7 +4,7 @@
 
 # VERSION
 
-version 6.35
+version 6.36
 
 # SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/lib/HTTP/Config.pm 
new/HTTP-Message-6.36/lib/HTTP/Config.pm
--- old/HTTP-Message-6.35/lib/HTTP/Config.pm    2021-11-11 23:10:52.000000000 
+0100
+++ new/HTTP-Message-6.36/lib/HTTP/Config.pm    2022-01-05 15:40:04.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.35';
+our $VERSION = '6.36';
 
 use URI;
 
@@ -249,7 +249,7 @@
 
 =head1 VERSION
 
-version 6.35
+version 6.36
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/lib/HTTP/Headers/Auth.pm 
new/HTTP-Message-6.36/lib/HTTP/Headers/Auth.pm
--- old/HTTP-Message-6.35/lib/HTTP/Headers/Auth.pm      2021-11-11 
23:10:52.000000000 +0100
+++ new/HTTP-Message-6.36/lib/HTTP/Headers/Auth.pm      2022-01-05 
15:40:04.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.35';
+our $VERSION = '6.36';
 
 use HTTP::Headers;
 
@@ -111,7 +111,7 @@
 
 =head1 VERSION
 
-version 6.35
+version 6.36
 
 =head1 AUTHOR
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/lib/HTTP/Headers/ETag.pm 
new/HTTP-Message-6.36/lib/HTTP/Headers/ETag.pm
--- old/HTTP-Message-6.35/lib/HTTP/Headers/ETag.pm      2021-11-11 
23:10:52.000000000 +0100
+++ new/HTTP-Message-6.36/lib/HTTP/Headers/ETag.pm      2022-01-05 
15:40:04.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.35';
+our $VERSION = '6.36';
 
 require HTTP::Date;
 
@@ -107,7 +107,7 @@
 
 =head1 VERSION
 
-version 6.35
+version 6.36
 
 =head1 AUTHOR
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/lib/HTTP/Headers/Util.pm 
new/HTTP-Message-6.36/lib/HTTP/Headers/Util.pm
--- old/HTTP-Message-6.35/lib/HTTP/Headers/Util.pm      2021-11-11 
23:10:52.000000000 +0100
+++ new/HTTP-Message-6.36/lib/HTTP/Headers/Util.pm      2022-01-05 
15:40:04.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.35';
+our $VERSION = '6.36';
 
 use Exporter 5.57 'import';
 
@@ -103,7 +103,7 @@
 
 =head1 VERSION
 
-version 6.35
+version 6.36
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/lib/HTTP/Headers.pm 
new/HTTP-Message-6.36/lib/HTTP/Headers.pm
--- old/HTTP-Message-6.35/lib/HTTP/Headers.pm   2021-11-11 23:10:52.000000000 
+0100
+++ new/HTTP-Message-6.36/lib/HTTP/Headers.pm   2022-01-05 15:40:04.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.35';
+our $VERSION = '6.36';
 
 use Carp ();
 
@@ -475,7 +475,7 @@
 
 =head1 VERSION
 
-version 6.35
+version 6.36
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/lib/HTTP/Message.pm 
new/HTTP-Message-6.36/lib/HTTP/Message.pm
--- old/HTTP-Message-6.35/lib/HTTP/Message.pm   2021-11-11 23:10:52.000000000 
+0100
+++ new/HTTP-Message-6.36/lib/HTTP/Message.pm   2022-01-05 15:40:04.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.35';
+our $VERSION = '6.36';
 
 require HTTP::Headers;
 require Carp;
@@ -801,7 +801,7 @@
 
 =head1 VERSION
 
-version 6.35
+version 6.36
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/lib/HTTP/Request/Common.pm 
new/HTTP-Message-6.36/lib/HTTP/Request/Common.pm
--- old/HTTP-Message-6.35/lib/HTTP/Request/Common.pm    2021-11-11 
23:10:52.000000000 +0100
+++ new/HTTP-Message-6.36/lib/HTTP/Request/Common.pm    2022-01-05 
15:40:04.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.35';
+our $VERSION = '6.36';
 
 our $DYNAMIC_FILE_UPLOAD ||= 0;  # make it defined (don't know why)
 
@@ -314,17 +314,17 @@
 
 =head1 VERSION
 
-version 6.35
+version 6.36
 
 =head1 SYNOPSIS
 
   use HTTP::Request::Common;
   $ua = LWP::UserAgent->new;
   $ua->request(GET 'http://www.sn.no/');
-  $ua->request(POST 'http://somewhere/foo', [foo => bar, bar => foo]);
-  $ua->request(PATCH 'http://somewhere/foo', [foo => bar, bar => foo]);
-  $ua->request(PUT 'http://somewhere/foo', [foo => bar, bar => foo]);
-  $ua->request(OPTIONS 'http://somewhere/foo', [foo => bar, bar => foo]);
+  $ua->request(POST 'http://somewhere/foo', foo => bar, bar => foo);
+  $ua->request(PATCH 'http://somewhere/foo', foo => bar, bar => foo);
+  $ua->request(PUT 'http://somewhere/foo', foo => bar, bar => foo);
+  $ua->request(OPTIONS 'http://somewhere/foo', foo => bar, bar => foo);
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/lib/HTTP/Request.pm 
new/HTTP-Message-6.36/lib/HTTP/Request.pm
--- old/HTTP-Message-6.35/lib/HTTP/Request.pm   2021-11-11 23:10:52.000000000 
+0100
+++ new/HTTP-Message-6.36/lib/HTTP/Request.pm   2022-01-05 15:40:04.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.35';
+our $VERSION = '6.36';
 
 use base 'HTTP::Message';
 
@@ -155,7 +155,7 @@
 
 =head1 VERSION
 
-version 6.35
+version 6.36
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/lib/HTTP/Response.pm 
new/HTTP-Message-6.36/lib/HTTP/Response.pm
--- old/HTTP-Message-6.35/lib/HTTP/Response.pm  2021-11-11 23:10:52.000000000 
+0100
+++ new/HTTP-Message-6.36/lib/HTTP/Response.pm  2022-01-05 15:40:04.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.35';
+our $VERSION = '6.36';
 
 use base 'HTTP::Message';
 
@@ -351,7 +351,7 @@
 
 =head1 VERSION
 
-version 6.35
+version 6.36
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/lib/HTTP/Status.pm 
new/HTTP-Message-6.36/lib/HTTP/Status.pm
--- old/HTTP-Message-6.35/lib/HTTP/Status.pm    2021-11-11 23:10:52.000000000 
+0100
+++ new/HTTP-Message-6.36/lib/HTTP/Status.pm    2022-01-05 15:40:04.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.35';
+our $VERSION = '6.36';
 
 use Exporter 5.57 'import';
 
@@ -174,7 +174,7 @@
 
 =head1 VERSION
 
-version 6.35
+version 6.36
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.35/xt/release/changes_has_content.t 
new/HTTP-Message-6.36/xt/release/changes_has_content.t
--- old/HTTP-Message-6.35/xt/release/changes_has_content.t      2021-11-11 
23:10:52.000000000 +0100
+++ new/HTTP-Message-6.36/xt/release/changes_has_content.t      2022-01-05 
15:40:04.000000000 +0100
@@ -8,7 +8,7 @@
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '6.35';
+my $newver = '6.36';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';
 

Reply via email to