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 2021-11-18 10:33:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Message (Old)
 and      /work/SRC/openSUSE:Factory/.perl-HTTP-Message.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-HTTP-Message"

Thu Nov 18 10:33:11 2021 rev:32 rq:931784 version:6.35

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTTP-Message/perl-HTTP-Message.changes      
2021-11-12 15:59:17.786565805 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTTP-Message.new.1895/perl-HTTP-Message.changes
    2021-11-18 10:33:31.359890041 +0100
@@ -1,0 +2,9 @@
+Fri Nov 12 03:06:15 UTC 2021 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 6.35
+   see /usr/share/doc/packages/perl-HTTP-Message/Changes
+
+  6.35      2021-11-11 22:10:31Z
+      - Clarify documentation for decoded_content (GH#166) (Eric Wastl)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-HTTP-Message.spec ++++++
--- /var/tmp/diff_new_pack.3zFEqt/_old  2021-11-18 10:33:31.791890443 +0100
+++ /var/tmp/diff_new_pack.3zFEqt/_new  2021-11-18 10:33:31.795890447 +0100
@@ -18,7 +18,7 @@
 
 %define cpan_name HTTP-Message
 Name:           perl-HTTP-Message
-Version:        6.34
+Version:        6.35
 Release:        0
 Summary:        HTTP style message (base class)
 License:        Artistic-1.0 OR GPL-1.0-or-later
@@ -156,10 +156,14 @@
 
 * $mess->decoded_content( %options )
 
-Returns the content with any 'Content-Encoding' undone and for textual
-content the raw content encoded to Perl's Unicode strings. If the
-'Content-Encoding' or 'charset' of the message is unknown this method will
-fail by returning 'undef'.
+Returns the content with any 'Content-Encoding' undone and, for textual
+content ('Content-Type' values starting with 'text/', exactly matching
+'application/xml', or ending with '+xml'), the raw content's character set
+decoded into Perl's Unicode string format. Note that this at
+https://github.com/libwww-perl/HTTP-Message/pull/99 attempt to decode
+declared character sets for any other content types like 'application/json'
+or 'application/javascript'. If the 'Content-Encoding' or 'charset' of the
+message is unknown, this method will fail by returning 'undef'.
 
 The following options can be specified.
 

++++++ HTTP-Message-6.34.tar.gz -> HTTP-Message-6.35.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.34/CONTRIBUTORS 
new/HTTP-Message-6.35/CONTRIBUTORS
--- old/HTTP-Message-6.34/CONTRIBUTORS  2021-11-08 15:27:48.000000000 +0100
+++ new/HTTP-Message-6.35/CONTRIBUTORS  2021-11-11 23:10:52.000000000 +0100
@@ -25,6 +25,7 @@
     * DAVIDRW
     * David Steinbrunner
     * Dorian Taylor
+    * Eric Wastl
     * Father Chrysostomos
     * Felipe Gasper
     * FWILES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.34/Changes 
new/HTTP-Message-6.35/Changes
--- old/HTTP-Message-6.34/Changes       2021-11-08 15:27:48.000000000 +0100
+++ new/HTTP-Message-6.35/Changes       2021-11-11 23:10:52.000000000 +0100
@@ -1,5 +1,8 @@
 Revision history for HTTP-Message
 
+6.35      2021-11-11 22:10:31Z
+    - Clarify documentation for decoded_content (GH#166) (Eric Wastl)
+
 6.34      2021-11-08 14:27:36Z
     - Catch case of empty name/value in header words split. (GH#168) (Galen 
Huntington)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.34/META.json 
new/HTTP-Message-6.35/META.json
--- old/HTTP-Message-6.34/META.json     2021-11-08 15:27:48.000000000 +0100
+++ new/HTTP-Message-6.35/META.json     2021-11-11 23:10:52.000000000 +0100
@@ -108,7 +108,7 @@
       "x_IRC" : "irc://irc.perl.org/#lwp",
       "x_MailingList" : "mailto:lib...@perl.org";
    },
-   "version" : "6.34",
+   "version" : "6.35",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.030002"
@@ -615,7 +615,7 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v6.34",
+                  "tag" : "v6.35",
                   "tag_format" : "v%V",
                   "tag_message" : "v%V"
                },
@@ -827,6 +827,7 @@
       "DAVIDRW <davi...@cpan.org>",
       "David Steinbrunner <dsteinbrunner@MountainBook-Pro.local>",
       "Dorian Taylor <dorian.taylor.li...@gmail.com>",
+      "Eric Wastl <topaz.git...@lt3.us>",
       "Father Chrysostomos <spr...@cpan.org>",
       "Felipe Gasper <fel...@felipegasper.com>",
       "FWILES <fwi...@cpan.org>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.34/META.yml 
new/HTTP-Message-6.35/META.yml
--- old/HTTP-Message-6.34/META.yml      2021-11-08 15:27:48.000000000 +0100
+++ new/HTTP-Message-6.35/META.yml      2021-11-11 23:10:52.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.34'
+version: '6.35'
 x_Dist_Zilla:
   perl:
     version: '5.030002'
@@ -452,7 +452,7 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v6.34
+          tag: v6.35
           tag_format: v%V
           tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
@@ -615,6 +615,7 @@
   - 'DAVIDRW <davi...@cpan.org>'
   - 'David Steinbrunner <dsteinbrunner@MountainBook-Pro.local>'
   - 'Dorian Taylor <dorian.taylor.li...@gmail.com>'
+  - 'Eric Wastl <topaz.git...@lt3.us>'
   - 'Father Chrysostomos <spr...@cpan.org>'
   - 'Felipe Gasper <fel...@felipegasper.com>'
   - 'FWILES <fwi...@cpan.org>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.34/Makefile.PL 
new/HTTP-Message-6.35/Makefile.PL
--- old/HTTP-Message-6.34/Makefile.PL   2021-11-08 15:27:48.000000000 +0100
+++ new/HTTP-Message-6.35/Makefile.PL   2021-11-11 23:10:52.000000000 +0100
@@ -52,7 +52,7 @@
     "lib" => 0,
     "overload" => 0
   },
-  "VERSION" => "6.34",
+  "VERSION" => "6.35",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.34/README.md 
new/HTTP-Message-6.35/README.md
--- old/HTTP-Message-6.34/README.md     2021-11-08 15:27:48.000000000 +0100
+++ new/HTTP-Message-6.35/README.md     2021-11-11 23:10:52.000000000 +0100
@@ -4,7 +4,7 @@
 
 # VERSION
 
-version 6.34
+version 6.35
 
 # SYNOPSIS
 
@@ -101,9 +101,14 @@
 
 - $mess->decoded\_content( %options )
 
-    Returns the content with any `Content-Encoding` undone and for textual 
content
-    the raw content encoded to Perl's Unicode strings.  If the 
`Content-Encoding`
-    or `charset` of the message is unknown this method will fail by returning
+    Returns the content with any `Content-Encoding` undone and, for textual 
content
+    (`Content-Type` values starting with `text/`, exactly matching
+    `application/xml`, or ending with `+xml`), the raw content's character set
+    decoded into Perl's Unicode string format. Note that this
+    [does not currently](https://github.com/libwww-perl/HTTP-Message/pull/99)
+    attempt to decode declared character sets for any other content types like
+    `application/json` or `application/javascript`.  If the `Content-Encoding`
+    or `charset` of the message is unknown, this method will fail by returning
     `undef`.
 
     The following options can be specified.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.34/lib/HTTP/Config.pm 
new/HTTP-Message-6.35/lib/HTTP/Config.pm
--- old/HTTP-Message-6.34/lib/HTTP/Config.pm    2021-11-08 15:27:48.000000000 
+0100
+++ new/HTTP-Message-6.35/lib/HTTP/Config.pm    2021-11-11 23:10:52.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.34';
+our $VERSION = '6.35';
 
 use URI;
 
@@ -249,7 +249,7 @@
 
 =head1 VERSION
 
-version 6.34
+version 6.35
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.34/lib/HTTP/Headers/Auth.pm 
new/HTTP-Message-6.35/lib/HTTP/Headers/Auth.pm
--- old/HTTP-Message-6.34/lib/HTTP/Headers/Auth.pm      2021-11-08 
15:27:48.000000000 +0100
+++ new/HTTP-Message-6.35/lib/HTTP/Headers/Auth.pm      2021-11-11 
23:10:52.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.34';
+our $VERSION = '6.35';
 
 use HTTP::Headers;
 
@@ -111,7 +111,7 @@
 
 =head1 VERSION
 
-version 6.34
+version 6.35
 
 =head1 AUTHOR
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.34/lib/HTTP/Headers/ETag.pm 
new/HTTP-Message-6.35/lib/HTTP/Headers/ETag.pm
--- old/HTTP-Message-6.34/lib/HTTP/Headers/ETag.pm      2021-11-08 
15:27:48.000000000 +0100
+++ new/HTTP-Message-6.35/lib/HTTP/Headers/ETag.pm      2021-11-11 
23:10:52.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.34';
+our $VERSION = '6.35';
 
 require HTTP::Date;
 
@@ -107,7 +107,7 @@
 
 =head1 VERSION
 
-version 6.34
+version 6.35
 
 =head1 AUTHOR
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.34/lib/HTTP/Headers/Util.pm 
new/HTTP-Message-6.35/lib/HTTP/Headers/Util.pm
--- old/HTTP-Message-6.34/lib/HTTP/Headers/Util.pm      2021-11-08 
15:27:48.000000000 +0100
+++ new/HTTP-Message-6.35/lib/HTTP/Headers/Util.pm      2021-11-11 
23:10:52.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.34';
+our $VERSION = '6.35';
 
 use Exporter 5.57 'import';
 
@@ -103,7 +103,7 @@
 
 =head1 VERSION
 
-version 6.34
+version 6.35
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.34/lib/HTTP/Headers.pm 
new/HTTP-Message-6.35/lib/HTTP/Headers.pm
--- old/HTTP-Message-6.34/lib/HTTP/Headers.pm   2021-11-08 15:27:48.000000000 
+0100
+++ new/HTTP-Message-6.35/lib/HTTP/Headers.pm   2021-11-11 23:10:52.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.34';
+our $VERSION = '6.35';
 
 use Carp ();
 
@@ -475,7 +475,7 @@
 
 =head1 VERSION
 
-version 6.34
+version 6.35
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.34/lib/HTTP/Message.pm 
new/HTTP-Message-6.35/lib/HTTP/Message.pm
--- old/HTTP-Message-6.34/lib/HTTP/Message.pm   2021-11-08 15:27:48.000000000 
+0100
+++ new/HTTP-Message-6.35/lib/HTTP/Message.pm   2021-11-11 23:10:52.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.34';
+our $VERSION = '6.35';
 
 require HTTP::Headers;
 require Carp;
@@ -801,7 +801,7 @@
 
 =head1 VERSION
 
-version 6.34
+version 6.35
 
 =head1 SYNOPSIS
 
@@ -905,9 +905,14 @@
 
 =item $mess->decoded_content( %options )
 
-Returns the content with any C<Content-Encoding> undone and for textual content
-the raw content encoded to Perl's Unicode strings.  If the C<Content-Encoding>
-or C<charset> of the message is unknown this method will fail by returning
+Returns the content with any C<Content-Encoding> undone and, for textual 
content
+(C<Content-Type> values starting with C<text/>, exactly matching
+C<application/xml>, or ending with C<+xml>), the raw content's character set
+decoded into Perl's Unicode string format. Note that this
+L<does not currently|https://github.com/libwww-perl/HTTP-Message/pull/99>
+attempt to decode declared character sets for any other content types like
+C<application/json> or C<application/javascript>.  If the C<Content-Encoding>
+or C<charset> of the message is unknown, this method will fail by returning
 C<undef>.
 
 The following options can be specified.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.34/lib/HTTP/Request/Common.pm 
new/HTTP-Message-6.35/lib/HTTP/Request/Common.pm
--- old/HTTP-Message-6.34/lib/HTTP/Request/Common.pm    2021-11-08 
15:27:48.000000000 +0100
+++ new/HTTP-Message-6.35/lib/HTTP/Request/Common.pm    2021-11-11 
23:10:52.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.34';
+our $VERSION = '6.35';
 
 our $DYNAMIC_FILE_UPLOAD ||= 0;  # make it defined (don't know why)
 
@@ -314,7 +314,7 @@
 
 =head1 VERSION
 
-version 6.34
+version 6.35
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.34/lib/HTTP/Request.pm 
new/HTTP-Message-6.35/lib/HTTP/Request.pm
--- old/HTTP-Message-6.34/lib/HTTP/Request.pm   2021-11-08 15:27:48.000000000 
+0100
+++ new/HTTP-Message-6.35/lib/HTTP/Request.pm   2021-11-11 23:10:52.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.34';
+our $VERSION = '6.35';
 
 use base 'HTTP::Message';
 
@@ -155,7 +155,7 @@
 
 =head1 VERSION
 
-version 6.34
+version 6.35
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.34/lib/HTTP/Response.pm 
new/HTTP-Message-6.35/lib/HTTP/Response.pm
--- old/HTTP-Message-6.34/lib/HTTP/Response.pm  2021-11-08 15:27:48.000000000 
+0100
+++ new/HTTP-Message-6.35/lib/HTTP/Response.pm  2021-11-11 23:10:52.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.34';
+our $VERSION = '6.35';
 
 use base 'HTTP::Message';
 
@@ -351,7 +351,7 @@
 
 =head1 VERSION
 
-version 6.34
+version 6.35
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.34/lib/HTTP/Status.pm 
new/HTTP-Message-6.35/lib/HTTP/Status.pm
--- old/HTTP-Message-6.34/lib/HTTP/Status.pm    2021-11-08 15:27:48.000000000 
+0100
+++ new/HTTP-Message-6.35/lib/HTTP/Status.pm    2021-11-11 23:10:52.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.34';
+our $VERSION = '6.35';
 
 use Exporter 5.57 'import';
 
@@ -174,7 +174,7 @@
 
 =head1 VERSION
 
-version 6.34
+version 6.35
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.34/xt/release/changes_has_content.t 
new/HTTP-Message-6.35/xt/release/changes_has_content.t
--- old/HTTP-Message-6.34/xt/release/changes_has_content.t      2021-11-08 
15:27:48.000000000 +0100
+++ new/HTTP-Message-6.35/xt/release/changes_has_content.t      2021-11-11 
23:10:52.000000000 +0100
@@ -8,7 +8,7 @@
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '6.34';
+my $newver = '6.35';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';
 

Reply via email to