pyfeed 0.7.4-2 source package in Ubuntu

Changelog

pyfeed (0.7.4-2) unstable; urgency=low

  * debian/control:
    + Build-Depends on python-all instead of python to be able to compile
      bytecode on all supported python versions.
    + Update Vcs fields and use secure URLs.
    + Set priority to optional.
    + Update versioned Build-depends on debhelper.
    + Bump standard version to 4.1.3.
    + Add Build-depend on dh-python.
  * debian/rules:
    + Build for all supported Python versions.
  * debian/copyright:
    + Use secure URL for format field.
  * debian/compat:
    + Bump compatibility to 11.
  * debian/examples:
    + Install examples.

 -- Thomas Preud'homme <email address hidden>  Sat, 24 Feb 2018 22:31:52 +0000

Upload details

Uploaded by:
Matteo Cypriani
Uploaded to:
Sid
Original maintainer:
Matteo Cypriani
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyfeed_0.7.4-2.dsc 2.0 KiB 705787a3d134505a6468bcc07b7e4c5b2ebf3237e3e49a406f7c56c733f8cca3
pyfeed_0.7.4.orig.tar.gz 20.1 KiB c1ef8d1492276c0a8a7bb8c11c02052e25ab33e914b3010da9fcd4710ad695c0
pyfeed_0.7.4-2.debian.tar.xz 2.5 KiB 4e204ef0e00eb782e0a4e1a18d110e5069852dd5d574467f1b07176668da3313

Available diffs

No changes file available.

Binary packages built by this source

python-feed: set of Python modules for working with syndication feeds (Python 2)

 PyFeed is a set of module packages for Python, that contain tools for working
 with syndication feeds. The provided modules are:
  * feed.date.tools, to work with Python time float values.
  * feed.date.rfc3339, for converting timestamp strings in RFC 3339 format
  (used by Atom) to Python time float values, and vice versa.
  * feed.date.rfc822, for converting timestamp strings in extended RFC 822
  format (used by RSS 2.0) to Python time float values, and vice versa.
  * feed.atom, to work with an Atom syndication feed.
  * feed.rss, to work with an RSS 2.0 syndication feed.
  * feed.opml1 and feed.opml, to work with OPML data 1.0 and 2.0.
  * feed.tools, useful to generate a syndication feed.
 .
 This package provides Python 2 modules only.