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 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696
|
python-scrapy (2.13.3-1) unstable; urgency=medium
* Upload to unstable.
* Fix tests on 32-bit arches.
* Don't use obsolete python3-sphinx-hoverxref.
-- Andrey Rakhmatullin <wrar@debian.org> Sat, 09 Aug 2025 17:23:01 +0500
python-scrapy (2.13.3-1~exp1) experimental; urgency=medium
* Upload to experimental.
* New upstream version.
-- Andrey Rakhmatullin <wrar@debian.org> Sun, 06 Jul 2025 19:54:09 +0500
python-scrapy (2.13.1-1~exp1) experimental; urgency=medium
* Upload to experimental.
* New upstream version.
-- Andrey Rakhmatullin <wrar@debian.org> Thu, 05 Jun 2025 23:00:49 +0500
python-scrapy (2.12.0-2) unstable; urgency=medium
* Fix FTBFS with newer python3-botocore (Closes: #1098611).
* Bump Standards-Version to 4.7.2.
* Drop the Rules-Requires-Root field.
-- Andrey Rakhmatullin <wrar@debian.org> Mon, 03 Mar 2025 17:37:11 +0500
python-scrapy (2.12.0-1) unstable; urgency=medium
* New upstream version.
+ Drop Depends: python3-pkg-resources (Closes: #1083704).
-- Andrey Rakhmatullin <wrar@debian.org> Tue, 19 Nov 2024 14:24:06 +0500
python-scrapy (2.11.2-3) unstable; urgency=medium
* Fix running tests on Python 3.13 (Closes: #1082268).
* Fix test_proxy_connect. Don't re-add B-D: mitmproxy as it's currently
RC-buggy and unmaintained.
* Drop CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1.
-- Andrey Rakhmatullin <wrar@debian.org> Sat, 28 Sep 2024 13:38:21 +0500
python-scrapy (2.11.2-2) unstable; urgency=medium
* Add B-D: publicsuffix to stop requiring network access (Closes: #1076827).
* Set CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1 to work around #1078747.
-- Andrey Rakhmatullin <wrar@debian.org> Sat, 17 Aug 2024 18:51:11 +0500
python-scrapy (2.11.2-1) unstable; urgency=medium
* New upstream version.
+ Makes the docs build reproducible (Closes: #983852).
+ Add B-D: python3-defusedxml.
-- Andrey Rakhmatullin <wrar@debian.org> Tue, 14 May 2024 17:45:25 +0500
python-scrapy (2.11.1-2) unstable; urgency=medium
* Fix tests on recent Python point releases.
* Fix skipping test_start_requests_laziness.
* Annotate dh-sequence-sphinxdoc and python3-tldextract with !nodoc.
* Add an explicit B-D: python3-pygments.
* Re-enable sphinx-hoverxref, add it to B-D.
* Switch to local intersphinx files.
* Bump Standards-Version to 4.7.0.
-- Andrey Rakhmatullin <wrar@debian.org> Wed, 24 Apr 2024 11:31:47 +0500
python-scrapy (2.11.1-1) unstable; urgency=medium
[ Andrey Rakhmatullin ]
* New upstream version.
* Add B-D: python3-pexpect.
[ Alexandre Detiste ]
* Remove an extraneous build dependency on python3-mock.
-- Andrey Rakhmatullin <wrar@debian.org> Fri, 01 Mar 2024 00:23:13 +0500
python-scrapy (2.11.0-2) unstable; urgency=medium
* Work around a build failure with Sphinx 7.2.6.
-- Andrey Rakhmatullin <wrar@debian.org> Thu, 14 Dec 2023 00:56:45 +0400
python-scrapy (2.11.0-1) unstable; urgency=medium
* New upstream version.
-- Andrey Rakhmatullin <wrar@debian.org> Wed, 20 Sep 2023 00:42:19 +0400
python-scrapy (2.10.0-1) unstable; urgency=medium
* New upstream version.
* Add python3-boto3 to B-D and Suggests.
-- Andrey Rakhmatullin <wrar@debian.org> Sun, 06 Aug 2023 00:32:44 +0400
python-scrapy (2.9.0-2) unstable; urgency=medium
* Migrate from manual autopkgtests to autopkgtest-pkg-pybuild.
* Skip test_utf16 as it doesn't work on big-endian.
* Mark autopkgtests as flaky because of frequent random failures.
-- Andrey Rakhmatullin <wrar@debian.org> Tue, 20 Jun 2023 21:43:50 +0400
python-scrapy (2.9.0-1) unstable; urgency=medium
* Upload to unstable.
* Re-enable queue tests.
* Disable the test_start_requests_laziness test (flaky).
* Move from dh --with to B-D: dh-sequence-*.
* Add autopkgtests.
-- Andrey Rakhmatullin <wrar@debian.org> Thu, 15 Jun 2023 21:41:55 +0400
python-scrapy (2.9.0-1~exp1) experimental; urgency=medium
* Upload to experimental.
* New upstream version.
* Require python3-parsel >= 1.8.1 for running tests.
-- Andrey Rakhmatullin <wrar@debian.org> Sat, 27 May 2023 19:24:43 +0400
python-scrapy (2.8.0-2) unstable; urgency=medium
* Remove B-D: mitmproxy as tests break with the new version of it (Closes:
#1033425).
-- Andrey Rakhmatullin <wrar@debian.org> Sun, 26 Mar 2023 17:57:50 +0400
python-scrapy (2.8.0-1) unstable; urgency=medium
* New upstream version.
* Bump Standards-Version to 4.6.2.
* Re-enable the notfound Sphinx extension and add B-D on
python3-sphinx-notfound-page.
-- Andrey Rakhmatullin <wrar@debian.org> Thu, 02 Feb 2023 13:43:11 +0400
python-scrapy (2.7.1-1) unstable; urgency=medium
* New upstream version.
-- Andrey Rahmatullin <wrar@debian.org> Thu, 03 Nov 2022 21:43:43 +0500
python-scrapy (2.7.0-1) unstable; urgency=medium
* New upstream version.
* Update debian/watch.
* Bump Standards-Version to 4.6.1.
-- Andrey Rahmatullin <wrar@debian.org> Fri, 21 Oct 2022 17:24:07 +0500
python-scrapy (2.6.2-1) unstable; urgency=medium
* New upstream version.
* Update lintian overrides to the new format.
-- Andrey Rahmatullin <wrar@debian.org> Sat, 20 Aug 2022 18:40:39 +0500
python-scrapy (2.6.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- Supports twisted 22.1 (Closes: #1006559).
* Drop patch 0002-Fix-tests-for-the-3.10-TypeError-message-change.patch,
superseded upstream.
* Build-Depend on python3-tldextract.
-- Stefano Rivera <stefanor@debian.org> Wed, 18 May 2022 12:24:14 -0400
python-scrapy (2.5.1-2) unstable; urgency=medium
* Fix tests on Python 3.10 (Closes: #1002342).
-- Andrey Rahmatullin <wrar@debian.org> Sun, 26 Dec 2021 22:31:19 +0500
python-scrapy (2.5.1-1) unstable; urgency=medium
* New upstream version.
* Run docs tests at the build time, add B-D: python3-sybil.
-- Andrey Rahmatullin <wrar@debian.org> Tue, 05 Oct 2021 21:38:10 +0500
python-scrapy (2.5.0-2) unstable; urgency=medium
* Skip some tests in test/test_squeues.py (broken with current
python3-queuelib).
* Bump Standards-Version to 4.6.0.
-- Andrey Rahmatullin <wrar@debian.org> Wed, 18 Aug 2021 23:29:35 +0500
python-scrapy (2.5.0-1) unstable; urgency=medium
* Upload to unstable.
* Add B-D: python3-priority.
* Re-enable HTTP2 tests.
-- Andrey Rahmatullin <wrar@debian.org> Wed, 14 Apr 2021 21:53:54 +0500
python-scrapy (2.5.0-1~exp1) experimental; urgency=medium
* Upload to experimental.
* New upstream version.
* Skip broken HTTP2 tests.
* Drop no longer needed overrides about GA code.
* Add Built-Using: ${sphinxdoc:Built-Using}.
* Review and update B-D, Depends, Recommends and Suggests:
+ Drop Build-Depends: python3-pytest-twisted (no longer needed since this
release).
+ Drop version restrictions which are satisfied in buster.
+ Drop explicit Depends that are autodetected.
+ Add explicit Depends: python3-pydispatch which is not autodetected
anymore.
+ Drop obsolete Depends: python3-boto.
+ Drop obsolete Depends: python3-libxml2.
+ Drop obsolete Recommends: python3-mysqldb.
+ Drop Recommends: python3-pygments (improves only one rarely used
feature).
+ Drop Suggests: python3-openssl (it's already in Depends).
+ Add Suggests: python3-botocore as a replacement for old
Depends: python3-boto (all S3 code is optional).
+ Add Recommends: python3-brotli (useful for the br encoding).
* Annotate B-D and the doc subpackage with !nocheck and !nodoc build
profiles.
-- Andrey Rahmatullin <wrar@debian.org> Tue, 13 Apr 2021 23:31:39 +0500
python-scrapy (2.4.1-2) unstable; urgency=medium
* Skip tests that require network access (Closes: #980901).
-- Andrey Rahmatullin <wrar@debian.org> Sun, 28 Feb 2021 18:55:45 +0500
python-scrapy (2.4.1-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Andrey Rahmatullin ]
* New upstream version.
-- Andrey Rahmatullin <wrar@debian.org> Sun, 06 Dec 2020 02:43:52 +0500
python-scrapy (2.3.0-1) unstable; urgency=medium
[ Andrey Rahmatullin ]
* New upstream version.
* Require new python3-testfixtures, re-enable tests that need them.
* Bump Standards-Version to 4.5.0.
* Bump the debhelper compat level to 13.
* Update debian/copyright.
* Fix test problems caused by Debian OpenSSL strictness.
* Disable Sphinx extensions that are not packaged.
[ Debian Janitor ]
* Use secure URI in Homepage field.
* Update renamed lintian tag names in lintian overrides.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
-- Andrey Rahmatullin <wrar@debian.org> Sun, 23 Aug 2020 13:27:36 +0500
python-scrapy (1.7.3-1) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
[ Andrey Rahmatullin ]
* Add myself to Uploaders.
* New upstream version.
* Drop Python 2 support and the python-scrapy subpackage
* Replace /usr/bin/scrapy alternative with the Python 3 implementation, drop
/usr/bin/python3-scrapy.
* Skip test parts that require new python3-testfixtures.
* Use debian/pybuild.testfiles to run tests with pytest.ini and conftest.py.
* Add Rules-Requires-Root: no.
* Bump the debhelper comapt level to 12.
* Bump Standards-Version to 4.4.0.
-- Andrey Rahmatullin <wrar@debian.org> Fri, 02 Aug 2019 17:57:10 +0500
python-scrapy (1.5.1-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
[ nyov ]
* New upstream release. (Closes: #891725)
* Clean up alternatives on removal. (Closes: #855578)
* Install lintian override to silence "source is missing" on
overlong javascript line.
[ Andrej Shadura ]
* Make Python 2 packages depend on python-functools32.
* Catch StopIteration from raised from next().
Generators should not raise StopIteration, but return instead.
Python 3.7 enforces that.
-- Andrej Shadura <andrewsh@debian.org> Sat, 29 Sep 2018 14:51:15 +0200
python-scrapy (1.5.0-1) unstable; urgency=low
* Team upload.
* New upstream release.
* Always use pristine-tar.
* Bump debhelper compatibility and version to 11.
* Bump Standards-Version to 4.1.3.
* Run wrap-and-sort -bast to reduce diff size of future changes.
* Enable autopkgtest-pkg-python testsuite.
* Remove debian/python-scrapy.examples as upstream no longer provides
the related files.
* Build documentation in override_dh_sphinxdoc.
* Remove trailing whitespaces in previous changelog entries.
-- Michael Fladischer <fladi@debian.org> Sun, 21 Jan 2018 21:30:28 +0100
python-scrapy (1.4.0-1) unstable; urgency=low
* Upload to unstable (Closes: #871385).
* Team upload.
* Refresh patches after git-dpm to gbp pq conversion
* Bump Standards-Version to 4.1.0.
-- Michael Fladischer <fladi@debian.org> Tue, 29 Aug 2017 22:06:51 +0200
python-scrapy (1.4.0-1~exp1) experimental; urgency=low
* Team upload.
* New upstream release.
* Require twisted (>= 17.1.0) for Build-Depends so FTP tests can run.
* Reformat packaging files with cme for better readability.
* Bump Standards-Version to 4.0.0.
-- Michael Fladischer <fladi@debian.org> Tue, 20 Jun 2017 11:44:41 +0200
python-scrapy (1.3.3-1~exp1) experimental; urgency=low
* Team upload.
* New upstream release.
-- Michael Fladischer <fladi@debian.org> Fri, 17 Mar 2017 09:00:55 +0100
python-scrapy (1.3.2-1~exp1) experimental; urgency=low
* Team upload.
* New upstream release.
* Drop patch applied upstream.
-- Michael Fladischer <fladi@debian.org> Fri, 17 Feb 2017 09:52:04 +0100
python-scrapy (1.3.0-1~exp2) experimental; urgency=low
* Team upload.
* Switch to pybuild and add all packages required to run the tests to
Build-Depends-Indep.
* Add Python3 support through separate binary package.
* Use alternatives system to manage /usr/bin/scrapy, its manpage and
bash completion, to either utilize Python2 or Python3 with the later
taking precedence if installed.
* Add NEWS file to document alternatives for /usr/bin/scrapy.
* Recreate cert.pem before running the tests to avoid errors with
OpenSSL 1.1 because of weak keys (512bit).
* Install README.rst in both module packages.
* Switch to python3-sphinx.
* Install upstream changelog and remove lintian overrides.
* Remove README.Debian as upstream no longer ships embedded libraries.
-- Michael Fladischer <fladi@debian.org> Thu, 02 Feb 2017 13:40:12 +0100
python-scrapy (1.3.0-1~exp1) experimental; urgency=low
* Team upload.
* New upstream release.
* Clean files in Scrapy.egg-info/ to allow two builds in a row.
* Use https:// for copyright-format 1.0 URL.
* Use BSD-3-clause instead of BSD-3 in d/copyright.
* Use Expat instead of MIT in d/copyright.
* Replace versioned python with python-all in Build-Depends.
* Remove python-guppy from Recommends.
* Drop python-django from Recommends as Django support was moved to a
separate project.
* Bump debhelper compatibility and version to 9.
* Drop python-simplejson from Recommends as it is no longer imported
anywhere in the code.
* Reformat packaging files with cme for better readability.
* Remove unnecessary Provides field.
* Remove unused sections and licenses from d/copyright as upstream has
stopped shipping embedded libraries in their distributions.
* Add patch to fix spelling error in manpage.
* Add python-parsel to Build-Depends.
-- Michael Fladischer <fladi@debian.org> Wed, 25 Jan 2017 10:29:07 +0100
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
|