~ubuntu-branches/ubuntu/raring/pyflakes/raring-proposed

« back to all changes in this revision

Viewing changes to PKG-INFO

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-02-13 19:07:52 UTC
  • mfrom: (1.1.7)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: package-import@ubuntu.com-20130213190752-55php792jr4s6hhx
* New upstream release:
  + rebase add_main_function.diff.
  - drop always_close_fd.diff, merged upstream.
  - drop check_encoding_errors.diff, merged upstream.
* Bump standards version
* Switch to dh_python2
* Bump debhelper to 9
* Adjust Vcs URL to canonical format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Metadata-Version: 1.0
 
1
Metadata-Version: 1.1
2
2
Name: pyflakes
3
 
Version: 0.5.0
 
3
Version: 0.6.1
4
4
Summary: passive checker of Python programs
5
5
Home-page: https://launchpad.net/pyflakes
6
 
Author: Divmod developers
7
 
Author-email: divmod-dev@lists.launchpad.net
 
6
Author: Florent Xicluna
 
7
Author-email: pyflakes-dev@lists.launchpad.net
8
8
License: MIT
9
9
Description: Pyflakes is program to analyze Python programs and detect various errors. It
10
10
        works by parsing the source file, not importing it, so it is safe to use on
15
15
Classifier: Intended Audience :: Developers
16
16
Classifier: License :: OSI Approved :: MIT License
17
17
Classifier: Programming Language :: Python
 
18
Classifier: Programming Language :: Python :: 2
 
19
Classifier: Programming Language :: Python :: 3
18
20
Classifier: Topic :: Software Development
19
21
Classifier: Topic :: Utilities