Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-XML-Feed-0.63-1.12 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: perl-XML-Feed Distribution: openSUSE:Factory:zSystems
Version: 0.63 Vendor: openSUSE
Release: 1.12 Build date: Wed May 26 05:08:22 2021
Group: Unspecified Build host: reproducible
Size: 92835 Source RPM: perl-XML-Feed-0.63-1.12.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/XML-Feed
Summary: Syndication feed parser and auto-discovery
_XML::Feed_ is a syndication feed parser for both RSS and Atom feeds. It
also implements feed auto-discovery for finding feeds, given a URI.

_XML::Feed_ supports the following syndication feed formats:

* * RSS 0.91

* * RSS 1.0

* * RSS 2.0

* * Atom

The goal of _XML::Feed_ is to provide a unified API for parsing and using
the various syndication formats. The different flavors of RSS and Atom
handle data in different ways: date handling; summaries and content;
escaping and quoting; etc. This module attempts to remove those differences
by providing a wrapper around the formats and the classes implementing
those formats (XML::RSS and XML::Atom::Feed). For example, dates are
handled differently in each of the above formats. To provide a unified API
for date handling, _XML::Feed_ converts all date formats transparently into
DateTime objects, which it then returns to the caller.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Wed May 26 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 0.63
    see /usr/share/doc/packages/perl-XML-Feed/ChangeLog.md
    [#]# [0.63] - 2021-05-25
    [#]## Fixed
    * Fixed a bug with non-UTC time zones (thanks @nanto)
    [#]# [0.62] - 2021-05-24
    [#]## Fixed
    * Fixed a broken constructor call (thanks @bbkr)
    * Reduced some code complexity
    [#]## Added
    * Added an explicit "use" statement
* Fri Jan 29 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 0.61
    see /usr/share/doc/packages/perl-XML-Feed/ChangeLog.md
    [#]# [0.61] - 2021-01-28
    [#]## Fixed
    * Reformated Build.PL
* Fri Jan 15 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 0.60
    see /usr/share/doc/packages/perl-XML-Feed/ChangeLog.md
* Thu Feb 07 2019 Stephan Kulow <coolo@suse.com>
  - updated to 0.59
    see /usr/share/doc/packages/perl-XML-Feed/Changes
    2019-02-06  Dave Cross <dave@dave.org.uk>
    * lib/XML/Feed.pm, lib/XML/Feed/Content.pm, lib/XML/Feed/Enclosure.pm,
      lib/XML/Feed/Entry.pm, lib/XML/Feed/Entry/Format/Atom.pm,
      lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
      lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump version for release
    * MANIFEST: Added missing files to MANIFEST
* Wed Feb 06 2019 Stephan Kulow <coolo@suse.com>
  - updated to 0.58
    see /usr/share/doc/packages/perl-XML-Feed/Changes
    2019-02-05  Dave Cross <dave@dave.org.uk>
    * lib/XML/Feed.pm, lib/XML/Feed/Content.pm,
    lib/XML/Feed/Enclosure.pm, lib/XML/Feed/Entry.pm,
    lib/XML/Feed/Entry/Format/Atom.pm,
    lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
    lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump version
    * t/12-multi-categories-atom.t, t/12-multi-categories-rss.t, t/12
    - multi-subjects-rss.t: Don't hard-code 'require' paths.
* Tue Feb 05 2019 Stephan Kulow <coolo@suse.com>
  - updated to 0.57
    see /usr/share/doc/packages/perl-XML-Feed/Changes
    2019-02-04  Dave Cross <dave@dave.org.uk>
    * lib/XML/Feed.pm, lib/XML/Feed/Content.pm,
    lib/XML/Feed/Enclosure.pm, lib/XML/Feed/Entry.pm,
    lib/XML/Feed/Entry/Format/Atom.pm,
    lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
    lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump versions for
    release.
    2019-02-04  Mohammad S Anwar <mohammad.anwar@yahoo.com>
    * Build.PL: Fixed github repo meta not showing up.
    2019-02-04  Dave Cross <dave@dave.org.uk>
    * Changes: Update Changes
    2019-02-03  Dave Cross <dave@dave.org.uk>
    * eg/check_feed.pl: Improve one of the example programs
    * t/29-date-parsing.t: Improved tests
    2019-01-11  Nicolas R <atoomic@cpan.org>
    * MANIFEST, t/relative-links.t: Add a unit test for relative links
    RT 53661 - GH #45  This is adding a unit test from an upstream
    ticket. Not really a bug, more a question about behavior and
    relative links.  Make sure we are processing correctly.
    2019-01-11  Dave Cross <dave@dave.org.uk>
    * lib/XML/Feed.pm, lib/XML/Feed/Content.pm,
    lib/XML/Feed/Enclosure.pm, lib/XML/Feed/Entry.pm,
    lib/XML/Feed/Entry/Format/Atom.pm,
    lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
    lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump version
    numbers
    2019-01-11  Nicolas R <atoomic@cpan.org>
    * Build.PL: Advertise GitHub as default bugtracker  Also set repo url
    and web entries
    2019-01-10  Nicolas R <atoomic@cpan.org>
    * .travis.yml: add Perl 5.22 to 5.26 to travis
    2018-10-28  Tim Gim Yee <tim.gim.yee@gmail.com>
    * lib/XML/Feed/Util.pm: Rename undocumented private subroutine for
    Pod::Coverage
    2018-10-26  Tim Gim Yee <tim.gim.yee@gmail.com>
    * Build.PL, MANIFEST, MANIFEST.SKIP,
    lib/XML/Feed/Entry/Format/Atom.pm,
    lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
    lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm, t/29-date-
    parsing.t, t/samples/rss10-invalid-date.xml: Parse incorrectly
    formatted dates
* Thu Nov 08 2018 Stephan Kulow <coolo@suse.com>
  - updated to 0.55
    see /usr/share/doc/packages/perl-XML-Feed/Changes
* Tue Dec 15 2015 coolo@suse.com
  - updated to 0.53
    see /usr/share/doc/packages/perl-XML-Feed/Changes
* Thu Apr 16 2015 coolo@suse.com
  - updated to 0.52
    see /usr/share/doc/packages/perl-XML-Feed/Changes
* Thu Apr 16 2015 coolo@suse.com
  - updated to 0.46
    see /usr/share/doc/packages/perl-XML-Feed/Changes

Files

/usr/lib/perl5/vendor_perl/5.38.2/XML
/usr/lib/perl5/vendor_perl/5.38.2/XML/Feed
/usr/lib/perl5/vendor_perl/5.38.2/XML/Feed.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Feed/Content.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Feed/Enclosure.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Feed/Entry
/usr/lib/perl5/vendor_perl/5.38.2/XML/Feed/Entry.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Feed/Entry/Format
/usr/lib/perl5/vendor_perl/5.38.2/XML/Feed/Entry/Format/Atom.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Feed/Entry/Format/RSS.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Feed/Format
/usr/lib/perl5/vendor_perl/5.38.2/XML/Feed/Format/Atom.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Feed/Format/RSS.pm
/usr/lib/perl5/vendor_perl/5.38.2/XML/Feed/Util.pm
/usr/share/doc/packages/perl-XML-Feed
/usr/share/doc/packages/perl-XML-Feed/ChangeLog.md
/usr/share/doc/packages/perl-XML-Feed/Changes
/usr/share/doc/packages/perl-XML-Feed/README
/usr/share/man/man3/XML::Feed.3pm.gz
/usr/share/man/man3/XML::Feed::Content.3pm.gz
/usr/share/man/man3/XML::Feed::Enclosure.3pm.gz
/usr/share/man/man3/XML::Feed::Entry.3pm.gz
/usr/share/man/man3/XML::Feed::Util.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 2 23:22:08 2024