~ubuntu-branches/ubuntu/vivid/flufl.bounce/vivid

« back to all changes in this revision

Viewing changes to flufl.bounce.egg-info/PKG-INFO

  • Committer: Package Import Robot
  • Author(s): Barry Warsaw
  • Date: 2014-08-18 12:11:42 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140818121142-mhyw2chgj4pt1uul
Tags: 2.3-1
* New upstream release.
* d/copyright: Update copyright years.
* d/control:
  - Updated maintainer email address.
  - Updated Build-Depends.
  - Updated Standards-Version with no further changes needed.
  - wrap-and-sort
* d/rules: Port to --buildsystem=pybuild
* d/*.install: Removed.
* d/patches/setup.patch: Removed.
* d/python-flufl.bounce.links: Removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Metadata-Version: 1.1
2
2
Name: flufl.bounce
3
 
Version: 2.2.1
 
3
Version: 2.3
4
4
Summary: Email bounce detectors.
5
5
Home-page: http://launchpad.net/flufl.bounce
6
6
Author: Barry Warsaw
25
25
           License
26
26
           =======
27
27
           
28
 
           Copyright (C) 2004-2013 by Barry A. Warsaw
 
28
           Copyright (C) 2004-2014 by Barry A. Warsaw
29
29
           
30
30
           This file is part of flufl.bounce.
31
31
           
48
48
           Barry Warsaw <barry@python.org>
49
49
           
50
50
           with additional help from Mark Sapiro <mark@msapiro.net>
51
 
           
52
51
        
53
52
           =====================
54
53
           NEWS for flufl.bounce
55
54
           =====================
56
55
           
 
56
           2.3 (2014-08-18)
 
57
           ================
 
58
            * Added recognition for a kundenserver.de warning to simplewarning.py.
 
59
              (LP: #1263247)
 
60
            * Stop using the deprecated `distribute` package in favor of the now-merged
 
61
              `setuptools` package.
 
62
            * Stop using the deprecated `flufl.enum` package in favor of the enum34
 
63
              package (for Python 2) or built-in enum package (for Python 3).
 
64
           
 
65
           
57
66
           2.2.1 (2013-06-21)
58
67
           ==================
59
68
            * Prune some artifacts unintentionally leaked into the release tarball.