mbox series

[bug#65114,0/6] Update Scrapy.

Message ID 20230806153159.285234-1-monego@posteo.net
Headers show
Series Update Scrapy. | expand

Message

Vinicius Monego Aug. 6, 2023, 3:31 p.m. UTC
Vinicius Monego (6):
  gnu: python-w3lib: Update to 2.1.2.
  gnu: python-cssselect: Update to 1.2.0.
  gnu: python-parsel: Update to 1.8.1.
  gnu: python-itemadapter: Update to 0.8.0.
  gnu: python-itemloaders: Update to 1.1.0.
  gnu: python-scrapy: Update to 2.10.0.

 gnu/local.mk                                  |  1 -
 .../python-w3lib-fix-test-failure.patch       | 60 --------------
 gnu/packages/python-web.scm                   | 80 +++++++------------
 gnu/packages/python-xyz.scm                   | 13 +--
 4 files changed, 38 insertions(+), 116 deletions(-)
 delete mode 100644 gnu/packages/patches/python-w3lib-fix-test-failure.patch

Comments

Christopher Baines Aug. 27, 2023, 6:14 p.m. UTC | #1
Vinicius Monego <monego@posteo.net> writes:

> Vinicius Monego (6):
>   gnu: python-w3lib: Update to 2.1.2.
>   gnu: python-cssselect: Update to 1.2.0.
>   gnu: python-parsel: Update to 1.8.1.
>   gnu: python-itemadapter: Update to 0.8.0.
>   gnu: python-itemloaders: Update to 1.1.0.
>   gnu: python-scrapy: Update to 2.10.0.
>
>  gnu/local.mk                                  |  1 -
>  .../python-w3lib-fix-test-failure.patch       | 60 --------------
>  gnu/packages/python-web.scm                   | 80 +++++++------------
>  gnu/packages/python-xyz.scm                   | 13 +--
>  4 files changed, 38 insertions(+), 116 deletions(-)
>  delete mode 100644 gnu/packages/patches/python-w3lib-fix-test-failure.patch

These changes look good to me +1

Thanks,

Chris
Vinicius Monego Sept. 2, 2023, 5:59 p.m. UTC | #2
Em dom, 2023-08-27 às 19:14 +0100, Christopher Baines escreveu:


[...]

> These changes look good to me +1
> 

[...]

Applied with a minor update to Scrapy, thanks.

Vinicius