pyspf 2.0.12t-1~ubuntu14.04.1 source package in Ubuntu

Changelog

pyspf (2.0.12t-1~ubuntu14.04.1) trusty-backports; urgency=medium

  * No-change backport to trusty (LP: #1556209)

pyspf (2.0.12t-1) unstable; urgency=medium

  * New upstream release
  * Switch spf-tools-python to use python3 instead of python2.7
    - Update debian/rules and control
    - Patch spf.py to use /usr/bin/python3 when run as a script
  * Promote python{3}-authres recommends to depends since it is used in the
    doctests
  * Add dh-python to build-depends
  * Updated debian/watch to point at pypi.debian.net redirector
  * Update debian/copyright
  * Update Homepage: field in debian/control to point at pypi instead of
    cheeseshop
  * Bump standards version to 3.9.6 without further change.

pyspf (2.0.11-1) unstable; urgency=medium

  * New upstream release
    - Fix problem with incorrect SPF results due to DNS cache case sensitivity
      problems (Closes: #773491)
    - Remove debian/patches since the only patch was a cherry pick from
      upstream that is in the new release

pyspf (2.0.10-2) unstable; urgency=medium

  * Backport upstream fix for multiple spaces between SPF record terms
    issue (Closes: #771547)
  * Switch to source format 3.0(quilt) as the lowest impact way to add a
    patch system.

pyspf (2.0.10-1) unstable; urgency=medium

  * New upstream release
  * Add Breaks: tumgreyspf (<< 1.36-4.1~), which should have been there since
    2.0.8

 -- Scott Kitterman <email address hidden>  Fri, 11 Mar 2016 13:18:31 -0500

Upload details

Uploaded by:
Scott Kitterman
Uploaded to:
Trusty
Original maintainer:
Scott Kitterman
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty backports universe python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pyspf_2.0.12t.orig.tar.gz 65.6 KiB 8aa21ba0e3aff8a4e8ad8f586c500a5d1f9c4c902c3f11bcc107465857cd41a2
pyspf_2.0.12t-1~ubuntu14.04.1.debian.tar.gz 13.5 KiB be04151faee9dccd4200ba9ca70141a107ee30a3b78ddf69ccac67b751d860e8
pyspf_2.0.12t-1~ubuntu14.04.1.dsc 2.1 KiB 5555c30aa76f242f5496b66a903a57ff89fa69c6d172554d14cc0e1b4fe81600

View changes file

Binary packages built by this source

python-spf: sender policy framework (SPF) module for Python

 This module provides SPF (Sender Policy Framework) for Python. It is RFC 7208
 compliant.
 .
 For more information about SPF see http://www.openspf.org/

python3-spf: sender policy framework (SPF) module for Python 3

 This module provides SPF (Sender Policy Framework) for Python 3. It is RFC
 7208 compliant.
 .
 For more information about SPF see http://www.openspf.org/

spf-tools-python: sender policy framework (SPF) tools for Python

 SPF (Sender Policy Framework) related scripts and tools in Python. This
 package currently provides three scripts:
 .
  * pyspf: command line use of spf.py
  * spfquery: Python implementation of spfquery (uses alternatives)
  * pyspf-type99: Tool to convert SPF records of type TXT to type SPF
 .
 spfquery and pyspf-type99 are compatible with python3
 For more information about SPF look at http://www.openspf.org/