| 1 |
feedparser (5.1.2-2) UNRELEASED; urgency=low
|
| 2 |
|
| 3 |
* Use canonical URIs for Vcs-* fields.
|
| 4 |
|
| 5 |
-- Jakub Wilk <jwilk@debian.org> Sun, 05 May 2013 16:00:50 +0200
|
| 6 |
|
| 7 |
feedparser (5.1.2-1) unstable; urgency=high
|
| 8 |
|
| 9 |
* New upstream release. (Closes: #674167)
|
| 10 |
* debian/control
|
| 11 |
- Homepage updated. (Closes: #649855)
|
| 12 |
- Standards-Version updated to 3.9.3.1
|
| 13 |
* debian/watch fixed.
|
| 14 |
* debian/rules
|
| 15 |
- Migrated to dh_python2. (Closes: #646718)
|
| 16 |
- lintian debian-rules-missing-recommended-target warning fixed
|
| 17 |
|
| 18 |
-- Carlos Galisteo <cgalisteo@k-rolus.net> Tue, 29 May 2012 09:54:36 +0200
|
| 19 |
|
| 20 |
feedparser (5.0.1-1) unstable; urgency=low
|
| 21 |
|
| 22 |
[ Carlos Galisteo ]
|
| 23 |
* New upstream release. (Closes: #617998) (Closes: #482775)
|
| 24 |
* Switch to dpkg-source 3.0 (quilt) format
|
| 25 |
* Removed patch add-etag-only-if-etag-header-present.patch (fixed in 5.0)
|
| 26 |
* Removed patch doc_css_path.diff (fixed in 5.0)
|
| 27 |
* Removed patch auth_handlers_not_working.patch (fixed in 5.0).
|
| 28 |
* Removed patch feedparser_utf8_decoding.patch (fixed in 5.0).
|
| 29 |
* Removed patch democracynow_feedparser_fix.patch (fixed in 5.0).
|
| 30 |
* Removed patch title_override.patch (fixed in 5.0).
|
| 31 |
* Removed patch doc_css_path.diff (fixed in 5.0).
|
| 32 |
* Fixes CVE-2011-1156
|
| 33 |
* Fixes CVE-2011-1157
|
| 34 |
* Fixes CVE-2011-1158
|
| 35 |
* debian/control
|
| 36 |
- Standards-Version updated to 3.9.1
|
| 37 |
- Binary package depends on ${misc:Depends}
|
| 38 |
- Build-depends on python instead of python-dev as lintian suggested.
|
| 39 |
* debian/watch
|
| 40 |
- watch file looks for *.tar.gz rather than .zip
|
| 41 |
* Headers added to patches
|
| 42 |
|
| 43 |
[ Jakub Wilk ]
|
| 44 |
* debian/rules:
|
| 45 |
- Include /usr/share/python/python.mk only if it exists.
|
| 46 |
|
| 47 |
-- Carlos Galisteo <cgalisteo@k-rolus.net> Wed, 30 Mar 2011 20:25:50 +0200
|
| 48 |
|
| 49 |
feedparser (4.1-14) unstable; urgency=low
|
| 50 |
|
| 51 |
[ Carlos Galisteo ]
|
| 52 |
* Build with Python 2.6 (Closes: #527046) (Thanks to Alessio Treglia)
|
| 53 |
* debian/rules:
|
| 54 |
- Include /usr/share/python/python.mk.
|
| 55 |
- Add py_setup_install_args macro to setup.py install options.
|
| 56 |
* debian/control:
|
| 57 |
- Set XS-Python-Version to all
|
| 58 |
|
| 59 |
-- Carlos Galisteo <cgalisteo@k-rolus.net> Tue, 05 May 2009 17:38:14 +0200
|
| 60 |
|
| 61 |
feedparser (4.1-13) unstable; urgency=low
|
| 62 |
|
| 63 |
[ Sandro Tosi ]
|
| 64 |
* debian/control
|
| 65 |
- switch Vcs-Browser field to viewsvn
|
| 66 |
|
| 67 |
[ Carlos Galisteo ]
|
| 68 |
* debian/rules
|
| 69 |
- dh_pysupport call moved (Closes: #516192)
|
| 70 |
- --install-lib removed.
|
| 71 |
* debian/control
|
| 72 |
- Using XS-Python-Version instead of pyversions.
|
| 73 |
- Standards-Version updated to 3.8.1
|
| 74 |
|
| 75 |
-- Carlos Galisteo <cgalisteo@k-rolus.net> Mon, 06 Apr 2009 10:58:38 +0200
|
| 76 |
|
| 77 |
feedparser (4.1-12) unstable; urgency=low
|
| 78 |
|
| 79 |
[ Jan Dittberner ]
|
| 80 |
* add debian/README.source
|
| 81 |
* refreshed patches
|
| 82 |
|
| 83 |
[ Carlos Galisteo ]
|
| 84 |
* Added feedparser_utf8_decoding.patch (Closes: #500088). Thanks to David
|
| 85 |
Futcher.
|
| 86 |
|
| 87 |
-- Carlos Galisteo <cgalisteo@k-rolus.net> Thu, 25 Sep 2008 10:51:35 +0000
|
| 88 |
|
| 89 |
feedparser (4.1-11) unstable; urgency=low
|
| 90 |
|
| 91 |
[ Carlos Galisteo ]
|
| 92 |
* debian/control
|
| 93 |
- Homepage field added.
|
| 94 |
* Standards-Version updated (3.8.0)
|
| 95 |
* Added override_title.patch (Closes: #490613)
|
| 96 |
|
| 97 |
-- Carlos Galisteo <cgalisteo@k-rolus.net> Mon, 07 Jul 2008 15:29:58 +0000
|
| 98 |
|
| 99 |
feedparser (4.1-10) unstable; urgency=low
|
| 100 |
|
| 101 |
[ Carlos Galisteo ]
|
| 102 |
* New patch fixes errors parsing democracynow.org (and probably
|
| 103 |
some others) feeds. Thanks to Thomas Perl for the patch and for the
|
| 104 |
notice. Ubuntu bug #179208.
|
| 105 |
|
| 106 |
[ Sandro Tosi ]
|
| 107 |
* debian/control
|
| 108 |
- Uniform Vcs-Browser field (points to trunk dir now)
|
| 109 |
|
| 110 |
[ Piotr Ożarowski ]
|
| 111 |
* Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
|
| 112 |
* Bump Standards-Version to 3.7.3 (no changes needed)
|
| 113 |
|
| 114 |
-- Carlos Galisteo <cgalisteo@k-rolus.net> Wed, 02 Jan 2008 19:57:22 +0100
|
| 115 |
|
| 116 |
feedparser (4.1-9) unstable; urgency=low
|
| 117 |
|
| 118 |
* Added patch for fixing auth handlers. (Closes: #431564)
|
| 119 |
|
| 120 |
-- Carlos Galisteo <cgalisteo@k-rolus.net> Mon, 06 Aug 2007 10:16:00 +0000
|
| 121 |
|
| 122 |
feedparser (4.1-8) unstable; urgency=low
|
| 123 |
|
| 124 |
[ Carlos Galisteo ]
|
| 125 |
* Added patch which fixes the ".etag is always present" bug.(Closes: #411388)
|
| 126 |
* Build-depends on quilt for patches management.
|
| 127 |
* Not recommending python-iconvcodec, which is not available anymore. (Closes: #429303)
|
| 128 |
* Suggests python-utidylib
|
| 129 |
* Python modules team added to Uploaders.
|
| 130 |
* Some minor packaging fixes (Provides field removed, postinst and prerm removed)
|
| 131 |
* debian/rules cleaned up (dh_installdocs argument revoved, dh_link and
|
| 132 |
dh_strip removed)
|
| 133 |
|
| 134 |
[ Piotr Ożarowski ]
|
| 135 |
* Added watch file
|
| 136 |
|
| 137 |
-- Carlos Galisteo <cgalisteo@k-rolus.net> Sat, 30 Jun 2007 11:36:58 +0200
|
| 138 |
|
| 139 |
feedparser (4.1-7) unstable; urgency=low
|
| 140 |
|
| 141 |
* Fixed css link for *.html inside /doc. (Closes: #405343)
|
| 142 |
|
| 143 |
-- Carlos Galisteo <cgalisteo@k-rolus.net> Tue, 9 Jan 2007 15:27:45 +0000
|
| 144 |
|
| 145 |
feedparser (4.1-6) unstable; urgency=low
|
| 146 |
|
| 147 |
* Author email fixed in debian/copyright (Closes: #397688)
|
| 148 |
* Recommends python-chardet in debian/control (Closes: #397798)
|
| 149 |
* Recommends python-libxml2 in debian/control (Closes: #397800)
|
| 150 |
* Recommends python-iconvcodec in debian/control (Closes: #397801)
|
| 151 |
* Removed dh_python in debian/rules.
|
| 152 |
* feedparser.py is now executable (acording to #368792)
|
| 153 |
|
| 154 |
-- Carlos Galisteo <cgalisteo@k-rolus.net> Sun, 19 Nov 2006 19:59:49 +0000
|
| 155 |
|
| 156 |
feedparser (4.1-5) unstable; urgency=low
|
| 157 |
|
| 158 |
* New maintainer. (Closes: #374499: ITA: feedparser -- adoping
|
| 159 |
feedparser module - Debian Bug report logs).
|
| 160 |
* pycompat file added.
|
| 161 |
* Build-depends on python-dev instead of python-all-dev.
|
| 162 |
* XS-Python-Version moved to debian/pyversion.
|
| 163 |
* Switched to ${python:Provides}
|
| 164 |
|
| 165 |
-- Carlos Galisteo <cgalisteo@k-rolus.net> Fri, 21 Jul 2006 09:11:24 +0000
|
| 166 |
|
| 167 |
feedparser (4.1-4) unstable; urgency=low
|
| 168 |
|
| 169 |
* Update for new Python policy. (XS-Python-Version >= 2.1)
|
| 170 |
|
| 171 |
-- Joe Wreschnig <piman@debian.org> Tue, 13 Jun 2006 14:15:49 -0500
|
| 172 |
|
| 173 |
feedparser (4.1-3) unstable; urgency=low
|
| 174 |
|
| 175 |
* Use python-support.
|
| 176 |
* Provide python2.4-feedparser for Python policy compatibility.
|
| 177 |
(Closes: #358900)
|
| 178 |
* Standards-Version 3.7.2 (no changes necessary).
|
| 179 |
|
| 180 |
-- Joe Wreschnig <piman@debian.org> Sat, 13 May 2006 01:47:11 -0500
|
| 181 |
|
| 182 |
feedparser (4.1-2) unstable; urgency=low
|
| 183 |
|
| 184 |
* Build-Dep on non-python-support-ified debhelper.
|
| 185 |
|
| 186 |
-- Joe Wreschnig <piman@debian.org> Tue, 17 Jan 2006 20:46:05 -0600
|
| 187 |
|
| 188 |
feedparser (4.1-1) unstable; urgency=low
|
| 189 |
|
| 190 |
* New upstream release.
|
| 191 |
* Build-Dep on python-dev. (Closes: #348211)
|
| 192 |
|
| 193 |
-- Joe Wreschnig <piman@debian.org> Mon, 16 Jan 2006 23:47:28 -0600
|
| 194 |
|
| 195 |
feedparser (3.3+cvs20051220-1) unstable; urgency=low
|
| 196 |
|
| 197 |
* Initial release. (Closes: #326236)
|
| 198 |
* Fix unterminated string in feedparser.py.
|
| 199 |
* Use a snapshot of 4.0 because it's under a proper license, and it
|
| 200 |
can load many more feeds. All tests pass.
|
| 201 |
|
| 202 |
-- Joe Wreschnig <piman@debian.org> Tue, 20 Dec 2005 23:49:02 -0600
|