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
|
python-scrapy (1.0.3-2) unstable; urgency=medium
* Team upload.
[ Dmitry Shachnev ]
* Use dh_sphinxdoc to link shared documentation files.
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Vincent Cheng ]
* Add patch to fix FTBFS with sphinx 1.4. (Closes: #830263)
* Update Standards version to 3.9.8.
-- Vincent Cheng <vcheng@debian.org> Sun, 10 Jul 2016 23:03:05 -0700
python-scrapy (1.0.3-1) unstable; urgency=medium
* Fresh upstream release.
Tested that new project could be created (Closes: #755732)
* Do install .egg so that scrapy entry point could find scrapy module
(Closes: #797364)
* debian/control
- dh-python to Build-Depends (thanks lintian)
- moved python-lxml to Depends from Recommends (Closes: #797365)
-- Yaroslav Halchenko <debian@onerussian.com> Wed, 02 Sep 2015 21:36:10 -0400
python-scrapy (1.0.0-1) unstable; urgency=medium
* Team upload
* Fresh upstream release (Closes: #789606)
* debian/watch
- use pypi.debian.net redirector to fetch the sources
* debian/
- do not deal with scrapy-ws.py script any longer -- was moved to
scrapy-jsonrpc package (N/A from Debian archive ATM)
* debian/rules
- make build "reproducible" by fixing date to the one from
debian/changelog (Closes: #788593). Thanks Juan Picca for the patch!
* debian/control
- minimal required version of w3lib boosted to 1.8
- Build-Depends on python-setuptools and python-sphinx-rtd-theme
- boost policy to 3.9.6
* debian/copyright
- moved verbatim of BSD-3 and MIT licenses into separate paragraphs
for reuse
* debian/python-scrapy-doc.doc-base
- removed obsolete reference to /experimental/*.html
* debian/patches (sent upstream)
- changeset_48582be.diff - explicit path to RTD sphinx theme
- changeset_49fe915.diff - do not ignore failed docs build
-- Yaroslav Halchenko <debian@onerussian.com> Thu, 25 Jun 2015 10:53:02 -0400
python-scrapy (0.24.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Depend on python-cssselect. (Closes: #748864)
-- Vincent Cheng <vcheng@debian.org> Sat, 19 Jul 2014 23:18:07 -0700
python-scrapy (0.22.2-3) unstable; urgency=medium
* Team upload.
* Depend on python-w3lib >= 1.2. (Closes: #743315)
-- Vincent Cheng <vcheng@debian.org> Thu, 03 Apr 2014 23:58:42 -0700
python-scrapy (0.22.2-2) unstable; urgency=medium
* Team upload.
* Depend on python-queuelib. (Closes: #743199)
-- Vincent Cheng <vcheng@debian.org> Mon, 31 Mar 2014 15:32:18 -0700
python-scrapy (0.22.2-1) unstable; urgency=medium
* Team upload.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Remove DM-Upload-Allowed; it's no longer used by the archive
software.
[ Vincent Cheng ]
* New upstream release. (Closes: #742983)
- Drop patch, applied upstream.
* Update Standards version to 3.9.5.
-- Vincent Cheng <vcheng@debian.org> Sun, 30 Mar 2014 23:32:02 -0700
python-scrapy (0.14.4-1) unstable; urgency=low
* New upstream release.
* debian/patches:
- 01_ftbs_easy_query.diff: corrects FTBS caused by the urlparse
Python module import. (Closes: #678792)
* debian/rules:
- Added exclude on *.egg files.
-- Ignace Mouzannar <mouzannar@gmail.com> Thu, 28 Jun 2012 23:41:01 +0400
python-scrapy (0.14.1-1) unstable; urgency=low
* New upstream release.
* debian/control:
- Added dependency on python-w3lib.
* debian/copyright:
- Updated formet to fit the dep5 specification.
- Added copyright information for file scrapy/xlib/ordereddict.py.
* debian/python-scrapy.lintian-overrides:
- Removed override for file googledir/scrapy.cfg.
-- Ignace Mouzannar <mouzannar@gmail.com> Sun, 12 Feb 2012 23:45:47 +0400
python-scrapy (0.12.0.2546-1) unstable; urgency=low
* New upstream release:
- Includes the patch adding iPython-0.11 compatibility. Thank you
Julian Taylor <jtaylor.debian@googlemail.com> for providing the patch.
(Closes: #636719)
* debian/control:
- Added dependency on libjs-underscore.
- Removed dependency on python-support.
- Bumped minimum required python dependency to 2.6.6-3~.
- Added X-Python-Version.
* debian/rules:
- Added python2 to dh's --with argument.
* debian/pyversions:
- Deleted file.
* debian/python-scrapy-doc.links:
- Added link to underscore.js library.
* debian/python-scrapy.lintian-overrides:
- Added overrides for false-positive duplicate file.
* debian/python-scrapy-doc.lintian-verrides:
- Added override for the missing changelog in the -doc package.
-- Ignace Mouzannar <mouzannar@gmail.com> Mon, 29 Aug 2011 03:07:25 +0200
python-scrapy (0.12.0.2542-1) unstable; urgency=low
* New upstream release.
* debian/control:
- Bumped Standards-Version to 3.9.2.
* debian/pyversions:
- Added build support for Python 2.7. (Closes: #629091)
-- Ignace Mouzannar <mouzannar@gmail.com> Sat, 04 Jun 2011 19:28:35 +0200
python-scrapy (0.12.0.2540-1) unstable; urgency=low
* New upstream release (Closes: #619352)
* debian/control:
- Added the "DM-Upload-Allowed" field.
-- Ignace Mouzannar <mouzannar@gmail.com> Fri, 22 Apr 2011 18:36:00 +0200
python-scrapy (0.12.0.2538-1) unstable; urgency=low
* New upstream release.
* debian/control:
- Removed build dependency on python-jinja. (Closes: #613282)
- Moved the Python dependency from Build-Depends-Indep to Build-Depends.
(Closes: #613281)
-- Ignace Mouzannar <mouzannar@gmail.com> Sun, 27 Feb 2011 19:35:57 +0100
python-scrapy (0.12.0.2528-1) unstable; urgency=low
* New upstream version.
* debian/rules:
- Removed references to scrapy-ctl.py and scrapy-sqs.py.
- Added bash-completion support.
- Added exclusion of "objects.inv" in override_dh_compress.
(Closes: #608774)
* debian/control:
- Added Build-Depends on bash-completion.
* debian/scrapy-ctl.1, debian/scrapy-sqs.1:
- Removed files, as their respective binary files are not distributed by
upstream anymore.
* debian/python-scrapy.install:
- Added the installation of scrapy-ws.py.
* debian/python-scrapy.manpages:
- Removed references to scrapy-ctl.1 and scrapy-sqs.1.
- Added scrapy.1 manpage.
* debian/watch:
- Updated the file to point to the new PyPI repository. Thank you Janos
Guljas <janos@resenje.org> for the patch.
* debian/python-scrapy.bash-completion:
- New file pointing to the bash-completion file distributed by upstream.
* debian/pytnon-scrapy.lintian-override:
- Added override of "no-upstream-changelog" warning, as upstream does not
provide any changelog.
* debian/python-scrapy.README.Debian:
- Added a mention about BeautifulSoup and ClientForm embedded libraries.
* debian/changelog:
- Setting the package back to unstable, as this is upstream's stable
version and no freeze exception will be requested for it.
-- Ignace Mouzannar <mouzannar@gmail.com> Thu, 27 Jan 2011 12:15:03 +0100
python-scrapy (0.9-1) experimental; urgency=low
* New upstream release.
* debian/patches:
- 02_view_response.diff: Removed this patch as it has been applied upstream.
- 01_external_modules.diff: Removed this patch as upstream clearly pointed
out the need to use the embedded copies of these external modules instead
of the ones delivered by the Debian packages.
For more details: http://dev.scrapy.org/ticket/129
* debian/control:
- Bumped Standards-Version to 3.9.1.
- Moved python-boto from Recommends to Depends as it is now needed by the
scrapy-sqs script.
- Removed dependencies on python-beautifulsoup and python-clientform as
the embedded modules in scrapy/xlib/ will be used instead.
* debian/copyright:
- Removed reference to deprecated /usr/share/common-licenses/BSD.
* debian/rules:
- Updated to remove language extensions (.py) of new scripts added by
upstream.
- Removed the flag used to ignore BeautifulSoup.py and ClientForm.py.
* debian/scrapy-sqs.1 & debian/scrapy-ws.1
- New manpages for scrapy-sqs and scrapy-ws.
* debian/copyright:
- Added copyright information for folder scrapy/xlib/simplejson/
-- Ignace Mouzannar <mouzannar@gmail.com> Sun, 22 Aug 2010 22:52:30 +0200
python-scrapy (0.8-3) unstable; urgency=low
* debian/watch:
- Corrected regular expression to catch "Scrapy" and "scrapy".
* debian/patches:
- 01_external_modules.diff: refreshed patch.
- 02_view_response.diff: fixes bug in open_in_browser() function with
Python 2.5. (Closes: #573369).
* debian/control:
- Bumped Standards-Version to 3.8.4.
* debian/python-scrapy.lintian-overrides:
- Added overrides for 'duplicated-compressed-file' as the two suspected
files are intentionally present and used by the scrapy test suite.
-- Ignace Mouzannar <mouzannar@gmail.com> Thu, 13 May 2010 14:59:09 +0200
python-scrapy (0.8-2) unstable; urgency=low
* debian/control:
- Added dependency on python-twisted-mail.
-- Ignace Mouzannar <mouzannar@gmail.com> Mon, 14 Dec 2009 22:13:54 +0000
python-scrapy (0.8-1) unstable; urgency=low
* New upstream release.
* debian/patches:
- 01_external_modules.diff: refreshed content as some files were modified
in the new upstream version.
-- Ignace Mouzannar <mouzannar@gmail.com> Mon, 14 Dec 2009 21:26:16 +0000
python-scrapy (0.7-2) unstable; urgency=low
* Converted the package to "3.0 (quilt)" format.
* debian/control:
- Changed Build dependency from python-all-dev to python.
- Added dependency on python-beautifulsoup and python-clientform.
- Added Recommends field listing listing all the non absolute dependencies.
- Moved python-simplejson dependency from Suggests to Recommends.
- Changed dependecy on python-twisted which is "extra" to
python-twisted-core, python-twisted-web and python-twisted-conch.
* debian/rules:
- Now excludes BeautifulSoup.py and ClientForm.py.
* debian/patches:
- 01_external_modules.diff: Updated imports of BeautifulSoup and ClientForm
to point to the main Python modules.
* debian/source/format:
- New file set to "3.0 (quilt)".
-- Ignace Mouzannar <mouzannar@gmail.com> Tue, 24 Nov 2009 00:07:21 +0100
python-scrapy (0.7-1) unstable; urgency=low
* Initial release. (Closes: #551038)
-- Ignace Mouzannar <mouzannar@gmail.com> Thu, 19 Nov 2009 23:25:57 +0100
|