From 93d2a6c2c10670ca3ddc3b34980efda8729767dc3a7f6eaf9445a502499aa54f Mon Sep 17 00:00:00 2001 From: cpanmirror Date: Thu, 30 Oct 2025 05:32:58 +0000 Subject: [PATCH] Automatic update to Perlanet-3.3.4.tar.gz --- Perlanet-3.3.4.tar.gz | 3 +++ Perlanet-v3.0.0.tar.gz | 3 --- perl-Perlanet.changes | 40 ++++++++++++++++++++++++++++++++++++++++ perl-Perlanet.spec | 41 +++++++++++++++++++---------------------- 4 files changed, 62 insertions(+), 25 deletions(-) create mode 100644 Perlanet-3.3.4.tar.gz delete mode 100644 Perlanet-v3.0.0.tar.gz diff --git a/Perlanet-3.3.4.tar.gz b/Perlanet-3.3.4.tar.gz new file mode 100644 index 0000000..3e436eb --- /dev/null +++ b/Perlanet-3.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66eeec1082275195ec56fdfd6bb4352af3ee97f84f5694f032b44530a7d29a10 +size 62368 diff --git a/Perlanet-v3.0.0.tar.gz b/Perlanet-v3.0.0.tar.gz deleted file mode 100644 index c3d6469..0000000 --- a/Perlanet-v3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:278bde266eeb7069abe8d9c089164a1cf0047f3e776da5f3e8ec2c61b194c7d3 -size 71990 diff --git a/perl-Perlanet.changes b/perl-Perlanet.changes index ee072b8..65f5789 100644 --- a/perl-Perlanet.changes +++ b/perl-Perlanet.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Thu Oct 30 05:32:57 UTC 2025 - Tina Müller + +- updated to 3.3.4 + see /usr/share/doc/packages/perl-Perlanet/Changes + + 2025-10-20 3.3.4 Dave Cross + * Stop using "use experimental" to load "try" + 2025-04-29 3.3.3 Dave Cross + * Fix spam regex check for entry content + * Add 'slug' method to Feed class + * Switch to "use experimental" for try + * Test on more versions of Perl + 2025-04-14 3.3.2 Dave Cross + * Turn off experimental warnings for try/catch + 2025-04-13 3.3.1 Dave Cross + * Document the spam filter + 2025-04-13 3.3.0 Dave Cross + * Add spam filter support + * Switch to using built-in 'try/catch' + 2025-02-18 3.2.0 Dave Cross + * Fix documentation of "opml_file" config option + * Make (most) objects immutable + * Make feed URL optional + 2025-02-18 3.1.3 Dave Cross + * Fix previous fix + * Timeout HTTP connections quickly + 2025-02-18 3.1.2 Dave Cross + * More debugging information + 2025-02-17 3.1.1 Dave Cross + * Improve error messages (lose unhelpful stack trace) + 2025-02-17 3.1.0 Dave Cross + * Revert to using die/warn instead of croak/carp + 2023-05-22 3.0.3 Dave Cross + * Fixed some old links (see https://github.com/davorg/perlanet/issues/22) + 2023-05-15 3.0.2 Dave Cross + * Removed a prereq that is no longer needed + 2023-05-14 3.0.1 Dave Cross + * Switch from using (unsupported) HTML::Tidy to HTML::T5 + ------------------------------------------------------------------- Thu Mar 2 03:07:24 UTC 2023 - Tina Müller diff --git a/perl-Perlanet.spec b/perl-Perlanet.spec index fcf1278..11b8e4a 100644 --- a/perl-Perlanet.spec +++ b/perl-Perlanet.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Perlanet # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,53 +18,52 @@ %define cpan_name Perlanet Name: perl-Perlanet -Version: 3.0.0 +Version: 3.3.4 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Program for creating programs that aggregate web feeds (both URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/D/DA/DAVECROSS/%{cpan_name}-v%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/D/DA/DAVECROSS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Alien::Tidyp) +BuildRequires: perl(Alien::TidyHTML5) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Duration) BuildRequires: perl(DateTime::Format::Strptime) BuildRequires: perl(HTML::Scrubber) -BuildRequires: perl(HTML::Tidy) -BuildRequires: perl(Module::Build) >= 0.420000 +BuildRequires: perl(HTML::T5) +BuildRequires: perl(LWP::Protocol::https) +BuildRequires: perl(Module::Build) BuildRequires: perl(Moose) BuildRequires: perl(MooseX::ConfigFromFile) BuildRequires: perl(MooseX::Traits) BuildRequires: perl(Template) BuildRequires: perl(Test::Warnings) -BuildRequires: perl(Try::Tiny) BuildRequires: perl(URI::Fetch) -BuildRequires: perl(XML::Feed) >= 0.22 +BuildRequires: perl(XML::Feed) >= 0.220 BuildRequires: perl(XML::OPML::SimpleGen) BuildRequires: perl(YAML) BuildRequires: perl(namespace::autoclean) +Requires: perl(Alien::TidyHTML5) Requires: perl(DateTime) Requires: perl(DateTime::Duration) Requires: perl(DateTime::Format::Strptime) Requires: perl(HTML::Scrubber) -Requires: perl(HTML::Tidy) +Requires: perl(HTML::T5) +Requires: perl(LWP::Protocol::https) Requires: perl(Moose) Requires: perl(MooseX::ConfigFromFile) Requires: perl(MooseX::Traits) Requires: perl(Template) -Requires: perl(Try::Tiny) +Requires: perl(Test::Warnings) Requires: perl(URI::Fetch) -Requires: perl(XML::Feed) >= 0.22 +Requires: perl(XML::Feed) >= 0.220 +Requires: perl(XML::OPML::SimpleGen) Requires: perl(YAML) Requires: perl(namespace::autoclean) -Recommends: perl(CHI) -Recommends: perl(Compress::Zlib) -Recommends: perl(MooseX::ConfigFromFile) -Recommends: perl(XML::OPML::SimpleGen) %{perl_requires} %description @@ -86,22 +85,20 @@ For most uses, you probably don't want to use the Perlanet module. The perlanet command line program is far more likely to be useful. %prep -%autosetup -n %{cpan_name}-v%{version} - -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-%{version} -p1 %build -perl Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +perl Build.PL --installdirs=vendor +./Build build --flags=%{?_smp_mflags} %check ./Build test %install -./Build install destdir=%{buildroot} create_packlist=0 +./Build install --destdir=%{buildroot} --create_packlist=0 %perl_gen_filelist %files -f %{name}.files -%doc Changes examples README +%doc Changes examples README.md %changelog -- 2.51.1