public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-LWP-ConsoleLogger] f43: 1.000003 bump
Date: Fri, 18 Sep 2026 15:43:08 GMT	[thread overview]
Message-ID: <178974618860.1.16426876566243744424.rpms-perl-LWP-ConsoleLogger-a5ef570b71ce@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-LWP-ConsoleLogger
Branch : f43
Commit : a5ef570b71ce9b2a10e7b9852908c65c90ef5ac2
Author : Petr Písař <ppisar@redhat.com>
Date   : 2026-09-18T17:42:58+02:00
Stats  : +17/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-LWP-ConsoleLogger/c/a5ef570b71ce9b2a10e7b9852908c65c90ef5ac2?branch=f43

Log:
1.000003 bump

---
diff --git a/.gitignore b/.gitignore
index 54df584..c414b32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /LWP-ConsoleLogger-1.000000.tar.gz
 /LWP-ConsoleLogger-1.000001.tar.gz
 /LWP-ConsoleLogger-1.000002.tar.gz
+/LWP-ConsoleLogger-1.000003.tar.gz

diff --git a/perl-LWP-ConsoleLogger.spec b/perl-LWP-ConsoleLogger.spec
index d68e386..aa06147 100644
--- a/perl-LWP-ConsoleLogger.spec
+++ b/perl-LWP-ConsoleLogger.spec
@@ -2,8 +2,8 @@
 %bcond_without perl_LWP_ConsoleLogger_enables_mojo
 
 Name:           perl-LWP-ConsoleLogger
-%define cpan_version 1.000002
-Version:        1.0.2
+%define cpan_version 1.000003
+Version:        1.0.3
 Release:        1%{?dist}
 Summary:        LWP tracing and debugging
 License:        Artistic-2.0
@@ -20,19 +20,22 @@ BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
+BuildRequires:  perl(bytes)
 BuildRequires:  perl(Class::Method::Modifiers)
 BuildRequires:  perl(Data::Printer) >= 0.36
 BuildRequires:  perl(DateTime)
 BuildRequires:  perl(Encode)
+BuildRequires:  perl(Hash::Util::FieldHash)
 BuildRequires:  perl(HTML::Restrict)
 BuildRequires:  perl(HTTP::Body)
 BuildRequires:  perl(HTTP::CookieMonster)
+BuildRequires:  perl(HTTP::Headers)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Response)
 BuildRequires:  perl(JSON::MaybeXS) >= 1.003005
 BuildRequires:  perl(List::AllUtils)
 BuildRequires:  perl(Log::Dispatch) >= 2.56
-# LWP::ConsoleLogger::Everywhere tries loading LWP::UserAgent and
+# LWP::ConsoleLogger::Everywhere tries loading HTTP::Tiny, LWP::UserAgent, and
 # Mojo::UserAgent to install logging hooks. There is no need to require them
 # here. They will be pulled in by a third-party code.
 BuildRequires:  perl(Module::Load::Conditional)
@@ -45,9 +48,10 @@ BuildRequires:  perl(String::Trim)
 BuildRequires:  perl(Sub::Exporter)
 BuildRequires:  perl(Term::Size::Any)
 BuildRequires:  perl(Try::Tiny)
-BuildRequires:  perl(Term::Table) >= 0.028
+BuildRequires:  perl(Term::Table) >= 0.013
 BuildRequires:  perl(Types::Common::Numeric)
 BuildRequires:  perl(Types::Standard)
+BuildRequires:  perl(URI)
 BuildRequires:  perl(URI::QueryParam)
 # Optional run-time:
 BuildRequires:  perl(HTML::FormatText::Lynx) >= 23
@@ -63,18 +67,20 @@ BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(HTML::FormatText::WithLinks)
 BuildRequires:  perl(HTTP::Cookies)
 BuildRequires:  perl(HTTP::CookieJar::LWP)
-BuildRequires:  perl(HTTP::Headers)
+BuildRequires:  perl(HTTP::Tiny)
 BuildRequires:  perl(IPC::Run3)
 BuildRequires:  perl(Log::Dispatch::Array)
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Plack::Handler::HTTP::Server::Simple)
+BuildRequires:  perl(Plack::Loader)
 BuildRequires:  perl(Plack::Test)
 BuildRequires:  perl(Plack::Test::Agent)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::LWP::UserAgent)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Needs)
+BuildRequires:  perl(Test::TCP)
 BuildRequires:  perl(Test::Warnings)
 BuildRequires:  perl(URI::file)
 BuildRequires:  perl(version)
@@ -85,6 +91,7 @@ BuildRequires:  perl(Mojo::Base)
 BuildRequires:  perl(Mojolicious) >= 7.13
 %endif
 BuildRequires:  perl(Unicode::GCString)
+Requires:       perl(bytes)
 Requires:       perl(Data::Printer) >= 0.36
 Recommends:     perl(HTML::FormatText::Lynx) >= 23
 Requires:       perl(JSON::MaybeXS) >= 1.003005
@@ -165,6 +172,9 @@ make test
 %{_libexecdir}/%{name}
 
 %changelog
+* Fri Sep 18 2026 Petr Pisar <ppisar@redhat.com> - 1.0.3-1
+- 1.000003 bump
+
 * Wed May 13 2026 Petr Pisar <ppisar@redhat.com> - 1.0.2-1
 - 1.000002 bump
 

diff --git a/sources b/sources
index f1be200..f243e3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (LWP-ConsoleLogger-1.000002.tar.gz) = 28550dc13150fc796270defe47ba9ee5bff9ebb1a2f09a01bd6f47b1a90d13ca6629da0db63b0178651d1fb1f51da5a76d7e8d00fb0ef6cbe0e721da8c06bf80
+SHA512 (LWP-ConsoleLogger-1.000003.tar.gz) = df56168f61fdaa4a9a973e266582378441bacb2114df32a273ed1eeae3b97d6f1dccc8d9c11caeeef05be76c37b7f0d35b44dc02968ce49f4f80d6e911582e08

                 reply	other threads:[~2026-09-18 15:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178974618860.1.16426876566243744424.rpms-perl-LWP-ConsoleLogger-a5ef570b71ce@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox