Hello community,

here is the log from the commit of package perl-HTTP-Entity-Parser for 
openSUSE:Factory checked in at 2020-12-01 14:23:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Entity-Parser (Old)
 and      /work/SRC/openSUSE:Factory/.perl-HTTP-Entity-Parser.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-HTTP-Entity-Parser"

Tue Dec  1 14:23:38 2020 rev:4 rq:852064 version:0.25

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-HTTP-Entity-Parser/perl-HTTP-Entity-Parser.changes
  2020-08-10 14:58:54.628029390 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTTP-Entity-Parser.new.5913/perl-HTTP-Entity-Parser.changes
        2020-12-01 14:24:00.373672482 +0100
@@ -1,0 +2,10 @@
+Sun Nov 29 03:08:04 UTC 2020 - Tina Müller <[email protected]>
+
+- updated to 0.25
+   see /usr/share/doc/packages/perl-HTTP-Entity-Parser/Changes
+
+  0.25 2020-11-28T02:35:28Z
+
+    - handle empty Content-Type as if octet-stream blob #14
+
+-------------------------------------------------------------------

Old:
----
  HTTP-Entity-Parser-0.24.tar.gz

New:
----
  HTTP-Entity-Parser-0.25.tar.gz

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

Other differences:
------------------
++++++ perl-HTTP-Entity-Parser.spec ++++++
--- /var/tmp/diff_new_pack.wYNYPa/_old  2020-12-01 14:24:00.857673006 +0100
+++ /var/tmp/diff_new_pack.wYNYPa/_new  2020-12-01 14:24:00.861673010 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-HTTP-Entity-Parser
-Version:        0.24
+Version:        0.25
 Release:        0
 %define cpan_name HTTP-Entity-Parser
 Summary:        PSGI compliant HTTP Entity Parser

++++++ HTTP-Entity-Parser-0.24.tar.gz -> HTTP-Entity-Parser-0.25.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Entity-Parser-0.24/Changes 
new/HTTP-Entity-Parser-0.25/Changes
--- old/HTTP-Entity-Parser-0.24/Changes 2020-08-05 07:36:51.000000000 +0200
+++ new/HTTP-Entity-Parser-0.25/Changes 2020-11-28 03:35:29.000000000 +0100
@@ -1,5 +1,9 @@
 Revision history for Perl extension HTTP-Entity-Parser
 
+0.25 2020-11-28T02:35:28Z
+
+  - handle empty Content-Type as if octet-stream blob #14
+
 0.24 2020-08-05T05:36:49Z
 
    - encode recursively nested Arrayrefs and Hashrefs in JSON #13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Entity-Parser-0.24/META.json 
new/HTTP-Entity-Parser-0.25/META.json
--- old/HTTP-Entity-Parser-0.24/META.json       2020-08-05 07:36:51.000000000 
+0200
+++ new/HTTP-Entity-Parser-0.25/META.json       2020-11-28 03:35:29.000000000 
+0100
@@ -68,7 +68,7 @@
    "provides" : {
       "HTTP::Entity::Parser" : {
          "file" : "lib/HTTP/Entity/Parser.pm",
-         "version" : "0.24"
+         "version" : "0.25"
       },
       "HTTP::Entity::Parser::JSON" : {
          "file" : "lib/HTTP/Entity/Parser/JSON.pm"
@@ -94,11 +94,12 @@
          "web" : "https://github.com/kazeburo/HTTP-Entity-Parser";
       }
    },
-   "version" : "0.24",
+   "version" : "0.25",
    "x_contributors" : [
       "José Joaquín Atria <[email protected]>",
       "Karen Etheridge <[email protected]>",
       "Shoichi Kaji <[email protected]>",
+      "Tatsuhiko Miyagawa <[email protected]>",
       "Todd Rinaldo <[email protected]>",
       "commojun <[email protected]>",
       "jrubinator <[email protected]>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Entity-Parser-0.24/META.yml 
new/HTTP-Entity-Parser-0.25/META.yml
--- old/HTTP-Entity-Parser-0.24/META.yml        2020-08-05 07:36:51.000000000 
+0200
+++ new/HTTP-Entity-Parser-0.25/META.yml        2020-11-28 03:35:30.000000000 
+0100
@@ -29,7 +29,7 @@
 provides:
   HTTP::Entity::Parser:
     file: lib/HTTP/Entity/Parser.pm
-    version: '0.24'
+    version: '0.25'
   HTTP::Entity::Parser::JSON:
     file: lib/HTTP/Entity/Parser/JSON.pm
   HTTP::Entity::Parser::MultiPart:
@@ -52,11 +52,12 @@
   bugtracker: https://github.com/kazeburo/HTTP-Entity-Parser/issues
   homepage: https://github.com/kazeburo/HTTP-Entity-Parser
   repository: git://github.com/kazeburo/HTTP-Entity-Parser.git
-version: '0.24'
+version: '0.25'
 x_contributors:
   - 'José Joaquín Atria <[email protected]>'
   - 'Karen Etheridge <[email protected]>'
   - 'Shoichi Kaji <[email protected]>'
+  - 'Tatsuhiko Miyagawa <[email protected]>'
   - 'Todd Rinaldo <[email protected]>'
   - 'commojun <[email protected]>'
   - 'jrubinator <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Entity-Parser-0.24/lib/HTTP/Entity/Parser.pm 
new/HTTP-Entity-Parser-0.25/lib/HTTP/Entity/Parser.pm
--- old/HTTP-Entity-Parser-0.24/lib/HTTP/Entity/Parser.pm       2020-08-05 
07:36:51.000000000 +0200
+++ new/HTTP-Entity-Parser-0.25/lib/HTTP/Entity/Parser.pm       2020-11-28 
03:35:29.000000000 +0100
@@ -6,7 +6,7 @@
 use Stream::Buffered;
 use Module::Load;
 
-our $VERSION = "0.24";
+our $VERSION = "0.25";
 
 our $BUFFER_LENGTH = 65536;
 
@@ -44,11 +44,7 @@
     my ($self, $env) = @_;
 
     my $buffer_length = $self->[1];
-    my $ct = $env->{CONTENT_TYPE};
-    if (!$ct) {
-        # No Content-Type
-        return ([], []);
-    }
+    my $ct = $env->{CONTENT_TYPE} || '';
 
     my $parser;
     for my $handler (@{$self->[0]}) {
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to