1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309
|
python-mechanize (1:0.4.5-2) unstable; urgency=medium
* Team upload.
* Drop python2 support; Closes: #937911
-- Sandro Tosi <morph@debian.org> Thu, 16 Jan 2020 19:35:41 -0500
python-mechanize (1:0.4.5-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field.
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.1.
[ Norbert Preining ]
* New upstream version 0.4.5
* d/control: remove python(3)-pkgconfig, not necessary
-- Norbert Preining <norbert@preining.info> Mon, 06 Jan 2020 09:26:16 +0900
python-mechanize (1:0.4.3-2) unstable; urgency=medium
* Remove -dev from B-D, thanks to Scott Kitterman
* Upload to unstable
-- Norbert Preining <norbert@preining.info> Tue, 03 Sep 2019 07:41:58 +0900
python-mechanize (1:0.4.3-1) experimental; urgency=medium
* Take over maintainership into Debian Python Modules Team
Thanks to the former maintainers for their work!
* New upstream releases (Closes: #912632, #555349)
* Add python3 module (Closes: #912014)
* Drop Brian from Uploaders list, thanks for your work (Closes: #869439)
* Drop transitional package python-clientform (Closes: #878782)
* Bump standards version to 4.4.0, no changes necessary
* Switch to debhelper compat version 12
* Update d/copyright, install docs and examples in both packages
(temporarily)
* Build html/man documentation from rst with sphinx
-- Norbert Preining <norbert@preining.info> Tue, 03 Sep 2019 00:56:15 +0900
python-mechanize (1:0.2.5-3) unstable; urgency=low
* debian/control:
+ Depend on python-mechanize >= 0.2.0 for python-clientform to make
sure that the former is upgraded even when only the latter is upgraded.
Closes: #684616.
-- Arnaud Fontaine <arnau@debian.org> Mon, 27 Aug 2012 15:18:27 +0900
python-mechanize (1:0.2.5-2) unstable; urgency=low
* Following the merge of ClientForm into mechanize, add a transitional
dummy package to replace python-clientform.
+ Add debian/NEWS for updating source code based on ClientForm.
+ Add epoch as deprecated version of clientform is greater than mechanize.
* debian/control:
+ Bump Standards-Version to 3.9.3.
- debian/copyright: Update Format URL following DEP-5 release.
+ Add Vcs-Browser field.
* Add debian/source/options to ignore changes in *.egg-info directory
otherwise building twice fails.
-- Arnaud Fontaine <arnau@debian.org> Tue, 13 Mar 2012 10:19:55 +0900
python-mechanize (0.2.5-1) unstable; urgency=low
[ Arnaud Fontaine ]
* Convert debian/changelog to DEP5 format and add missing licenses.
* Wrap Build-Depends and Uploaders control fields.
* Add myself as Uploaders.
[ Brian Sutherland ]
* New upstream release (Closes: #595928,#465206)
* Fix watch file to point at pypi
* Change e-mail address to brian@vanguardistas.net.
* Use Homepage header to point to mechanize homepage rather than including
it in the long description. Closes: #615362
* Remove dependency on python-clientform, it's included in mechanize now and
deprecated as an external project.
* Switch to dpkg-source 3.0 (quilt) format from dpatch.
* Convert from python-central to debhelper 7 and dh_python2 (Closes: #617013)
* Add debian/tests
-- Arnaud Fontaine <arnau@debian.org> Mon, 05 Sep 2011 12:28:25 +0900
python-mechanize (0.1.11-1.1) unstable; urgency=low
* Non-maintainer upload.
* Be less selective when renaming *.egg-info files (closes: #552912).
-- Jakub Wilk <ubanus@users.sf.net> Mon, 21 Dec 2009 20:35:08 +0100
python-mechanize (0.1.11-1) unstable; urgency=low
* New upstream release, uploaded to unstable.
- Closes: #518945.
-- Matthias Klose <doko@ubuntu.com> Tue, 22 Sep 2009 00:14:06 +0200
python-mechanize (0.1.11-0ubuntu1) jaunty; urgency=low
[ Ken VanDine ]
* New upstream release (LP: #337918)
- Fix quadratic performance in number of .read() calls (and add an
automated performance test).
- Add support for Python 2.6: Raise URLError on file: URL errors,
not IOError (port of upstream urllib2 fix). Add support for
Python 2.6's per-connection timeouts: Add timeout arguments to
urlopen(), Request constructor, .open(), and .open_novisit().
- Drop support for Python 2.3
- Add Content-length header to Request object (httplib bug that
prevented doing that was fixed in Python 2.4). There's no
change is what is actually sent over the wire here, just in what
headers get added to the Request object.
- Fix AttributeError on .retrieve() with a Request (as opposed to
URL string) argument
- Don't change CookieJar state in .make_cookies().
- Fix AttributeError in case where .make_cookies() or
.cookies_for_request() is called before other methods like
.extract_cookies() or .make_cookie_header()
- Fixes affecting version cookie-attribute
(http://bugs.python.org/issue3924).
- Silence module logging's "no handlers could be found for logger
mechanize" warning in a way that doesn't clobber attempts to set
log level sometimes
- Don't use private attribute of request in request upgrade
handler (what was I thinking??)
- Don't call setup() on import of setup.py
- Add new public function effective_request_host
- Add .get_policy() method to CookieJar
- Add method CookieJar.cookies_for_request()
- Fix documented interface required of requests and responses (and
add some tests for this!)
- Allow either .is_unverifiable() or .unverifiable on request
objects (preferring the former)
- Note that there's a new functional test for digest auth, which
fails when run against the sourceforge site (which is the
default). It looks like this reflects the fact that digest auth
has been fairly broken since it was introduced in urllib2. I
don't plan to fix this myself.
- Fix ImportError if sqlite3 not available
- Fix a couple of functional tests not to wait 5 seconds each
- Close sockets. This only affects Python 2.5 (and later) -
earlier versions of Python were unaffected. See
http://bugs.python.org/issue1627441
- Make title parsing follow Firefox behaviour wrt child
elements (previously the behaviour differed between Factory and
RobustFactory).
- Fix BeautifulSoup RobustLinksFactory (hence RobustFactory) link
text parsing for case of link text containing tags (Titus Brown)
- Fix issue where more tags after <title> caused default parser to
raise an exception
- Handle missing cookie max-age value. Previously, a warning was
emitted in this case.
- Fix thoroughly broken digest auth (still need functional
test!) (trebor74hr@...)
- Handle cookies containing embedded tabs in mozilla format files
- Remove an assertion about mozilla format cookies file
contents (raise LoadError instead)
- Fix MechanizeRobotFileParser.set_opener()
- Fix selection of global form using .select_form() (Titus Brown)
- Log skipped Refreshes
- Stop tests from clobbering files that happen to be lying around
in cwd (!)
- Use SO_REUSEADDR for local test server.
- Raise exception if local test server fails to start.
- Tests no longer (accidentally) depend on third-party coverage
module
- Add convenience method Browser.open_local_file(filename)
- Add experimental support for Firefox 3 cookie jars
("cookies.sqlite"). Requires Python 2.5
- Fix a _gzip.py NameError (gzip support is experimental)
* debian/patches/drop-Gopher.dpatch:
* removed, fixed upstream
[ Martin Pitt ]
* debian/control: Fix XS-Python-Version to only build for Python >= 2.5.
-- Ken VanDine <ken.vandine@canonical.com> Mon, 09 Mar 2009 16:34:31 -0400
python-mechanize (0.1.7b-3ubuntu1) jaunty; urgency=low
* Add drop-Gopher.dpatch: Drop GopherError and GopherHandler, since
Python 2.6's version does not define that any more. (LP: #336225)
* debian/rules: Use glob instead of hardcoded site-packages/, python2.6 uses
dist-packages now.
* debian/rules: Supply --install-layout=deb.
-- Martin Pitt <martin.pitt@ubuntu.com> Sun, 01 Mar 2009 18:17:43 +0100
python-mechanize (0.1.7b-3) unstable; urgency=low
* Rebuild to move files into /usr/share/pyshared. Closes: #490495.
-- Matthias Klose <doko@debian.org> Sat, 12 Jul 2008 13:33:14 +0200
python-mechanize (0.1.7b-2) unstable; urgency=low
* debian/patches/mechanize_seek.dpatch: applied a patch from the twill
maintainer to add file.seek(0) because ``file'' position may not be at
the beginning; thanks Arnaud Fontaine. (Closes: #456944)
-- Fabio Tranchitella <kobold@debian.org> Tue, 18 Dec 2007 19:15:17 +0100
python-mechanize (0.1.7b-1) unstable; urgency=low
* New upstream release. (Closes: #446523)
* Ship functional tests in examples. (Closes: #449551)
-- Fabio Tranchitella <kobold@debian.org> Tue, 18 Dec 2007 14:23:11 +0100
python-mechanize (0.1.6b-1) unstable; urgency=low
* New upstream release. (Closes: #418457)
* Drop obsolete patch to mechanize/_html.py, mechanize/_util.py and
mechanize/_mechanize.py.
* Re-generate README.txt using "lynx -dump" as upstream forget to do it.
* Use dh_installexamples to install examples instead of dh_installdocs.
* Remove dh_python from debian/rules.
* Update python-clientform dependency.
* Update email address in Uploaders.
-- Jérémy Bobbio <lunar@debian.org> Tue, 10 Apr 2007 01:34:43 +0200
python-mechanize (0.1.2b-2) unstable; urgency=low
[ Brian Sutherland ]
* Remove unused python-clientcookie and python-pullparser dependencies
as they are included in this version.
* Add these files to installed documentation:
GeneralFAQ.html
README.html
README.txt
doc.html
0.1-changes.txt
examples
[ Jérémy Bobbio ]
* Move python-setuptools to Build-Depends. (Closes: #392628)
* Add XS-Vcs-Svn field to debian/control.
-- Jérémy Bobbio <jeremy.bobbio@etu.upmc.fr> Sat, 14 Oct 2006 04:32:09 +0200
python-mechanize (0.1.2b-1) unstable; urgency=low
* New upstream release, patched to be compatible with Zope 3.3.0.
-- Fabio Tranchitella <kobold@debian.org> Fri, 29 Sep 2006 14:40:53 +0200
python-mechanize (0.0.11a-3) unstable; urgency=low
* Update to new python policy using python-central (Closes: 373327)
* Revert debian specific patch and build with setuptools.
-- Brian Sutherland <jinty@web.de> Wed, 14 Jun 2006 17:34:14 +0200
python-mechanize (0.0.11a-2) unstable; urgency=low
[Brian Sutherland]
* New upstream version (closes: #334241).
* Added watch file.
* Upstream changed setup.py to use easy_setup:
- Remove the build deps clientform, clientcookie, pullparser. Hooray!
* Patch the setup.py to use distutils instead of setuptools.
(Temporary workaround until setuptools supports
--single-version-externally-managed.)
* Bump dependencies in to the ones mentioned in setup.py.
-- Fabio Tranchitella <kobold@debian.org> Fri, 3 Feb 2006 10:58:35 +0000
python-mechanize (0.0.11a-1) unstable; urgency=low
* New upstream release.
-- Fabio Tranchitella <kobold@debian.org> Wed, 18 Jan 2006 15:37:33 +0000
python-mechanize (0.0.11a-1) unstable; urgency=low
* New upstream version (closes: #334241).
* Added watch file.
* Upstream changed setup.py to use easy_setup:
- Remove the build deps clientform, clientcookie, pullparser. Hooray!
* Patch the setup.py to use distutils instead of setuptools.
(Temporary workaround until setuptools supports
--single-version-externally-managed.)
* Bump dependencies in to the ones mentioned in setup.py.
-- Brian Sutherland <jinty@web.de> Fri, 30 Dec 2005 12:33:16 +0100
python-mechanize (0.0.9a-2) unstable; urgency=low
* Build for python2.4 as well.
-- Brian Sutherland <jinty@web.de> Tue, 27 Dec 2005 19:09:00 +0100
python-mechanize (0.0.9a-1) unstable; urgency=low
* Initial packaging.
-- Brian Sutherland <jinty@web.de> Mon, 24 Oct 2005 12:52:25 +0200
python-skeleton (0.0.0.0-1) unstable; urgency=low
* Initial creation of skeleton python packaging dir.
-- Brian Sutherland <jinty@web.de> Sat, 6 Aug 2005 02:14:33 +0100
|