diff --git a/mechanize-0.1.11.tar.bz2 b/mechanize-0.1.11.tar.bz2 deleted file mode 100644 index a2bf393..0000000 --- a/mechanize-0.1.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd28b8a0306c39f312b06b3142e95cb00164dee943a58cb49bfe2ae3279cf64a -size 188058 diff --git a/mechanize-0.2.4.tar.gz b/mechanize-0.2.4.tar.gz new file mode 100644 index 0000000..b0f2cc8 --- /dev/null +++ b/mechanize-0.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4053a37162ac982ad64f8b62afaafa1b91625b0c6cdabda9971f6bcbacad458d +size 382727 diff --git a/python-mechanize-rpmlintrc b/python-mechanize-rpmlintrc deleted file mode 100644 index 11a2250..0000000 --- a/python-mechanize-rpmlintrc +++ /dev/null @@ -1,4 +0,0 @@ -# This line is mandatory to access the configuration functions -from Config import * - -addFilter("files-duplicate .*/site-packages/mechanize-.*-py.*.egg-info/zip-safe") diff --git a/python-mechanize.changes b/python-mechanize.changes index e395418..349eeeb 100644 --- a/python-mechanize.changes +++ b/python-mechanize.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Fri Oct 29 15:19:59 UTC 2010 - rwobben@hotmail.com + +- update to version 0.2.4 + * Fix IndexError on empty Content-type header value. (GH-18) + * Fall back to another encoding if an unknown one is declared. + Fixes traceback on unknoqn encoding in Content-type header. (GH-30) +- additional changes from version 0.2.3 + * Fix str(ParseError()) traceback. (GH-25) + * Add equality methods to mechanize.Cookie . (GH-29) +- additional changes from version 0.2.2 + * Officially support Python 2.7 (no changes were required) + * Fix TypeError on .open()ing ftp: URL (only affects Python 2.4 + and 2.5) + * Don't include HTTPSHandler in __all__ if it's not available +- additional changes from version 0.2.0 + * Behaviour change: merged upstream urllib2 change (allegedly a + "bug fix") to return a response for all 2** HTTP responses (e.g. + 206 Partial Content). Previously, only 200 caused a response + object to be returned. All other HTTP response codes resulted + in a response object being raised as an exception. + * Behaviour change: Use of mechanize classes with `urllib2` (and + vice-versa) is no longer supported. However, existing classes + implementing the urllib2 Handler interface are likely to work + unchanged with mechanize. Removed RequestUpgradeProcessor, + ResponseUpgradeProcessor, SeekableProcessor. + * ClientForm has been merged into mechanize. This means that + mechanize has no dependencies other than Python itself. The + ClientForm API is still available -- to switch from ClientForm to + mechanize, just s/ClientForm/mechanize in your source code, and + ensure any use of the module logging logger named "ClientForm" is + updated to use the new logger name "mechanize.forms". I probably + won't do further standalone releases of ClientForm. + +for the remaining changes in 0.2.0 and 0.2.1 see + /usr/share/doc/packages/python-mechanize/ChangeLog.txt + + ------------------------------------------------------------------- Thu Jul 1 13:36:53 UTC 2010 - toms@suse.de diff --git a/python-mechanize.spec b/python-mechanize.spec index 58319bc..98a1ae9 100644 --- a/python-mechanize.spec +++ b/python-mechanize.spec @@ -20,13 +20,13 @@ %define modname mechanize Name: python-%{modname} -Version: 0.1.11 +Version: 0.2.4 Release: 1 Summary: Stateful programmatic web browsing Url: http://wwwsearch.sourceforge.net/mechanize/ License: BSD Group: Development/Libraries/Python -Source: %{modname}-%{version}.tar.bz2 +Source: %{modname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %{py_requires} Requires: python-clientform python-beautifulsoup @@ -72,7 +72,7 @@ rm -rf %{buildroot} %files -f INSTALLED_FILES %defattr(-,root,root) -%doc examples COPYING.txt ChangeLog.txt GeneralFAQ.html README.html README.txt -%doc doc.html +%doc docs/html/ChangeLog.txt +%doc examples COPYING.txt README.txt %changelog