14
0
forked from pool/python-Scrapy
Commit Graph

9 Commits

Author SHA256 Message Date
Tomáš Chvátal
50bf9ddc84 Accepting request 818747 from home:winski:python
Update Scrapy to 2.2.0. NOTICE: Scrapy now requires a new package, made by the Scrapy team, called itemadapter. I have already packaged itemadapter & have submitted the package for approval. See Request 818656. Please accept python-itemadapter prior to accepting this request (otherwise build will fail). Thank you!

Changelog:
  * Python 3.5.2+ is required now
  * dataclass objects and attrs objects are now valid item types
  * New TextResponse.json method
  * New bytes_received signal that allows canceling response download
  * CookiesMiddleware fixes 
- Update to 2.1.0:
  * New FEEDS setting to export to multiple feeds
  * New Response.ip_address attribute
- Remove zope-exception-test_crawler.patch
- Add new required dependency python-itemadapter
- Omit test that fails in OBS due to https / tls issues

OBS-URL: https://build.opensuse.org/request/show/818747
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=16
2020-07-08 06:42:00 +00:00
Tomáš Chvátal
554a84a443 Accepting request 807242 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/807242
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=14
2020-05-19 12:14:06 +00:00
5577430fb1 - Update to 2.0.1:
* Python 2 support has been removed
  * Partial coroutine syntax support and experimental asyncio support
  * New Response.follow_all method
  * FTP support for media pipelines
  * New Response.certificate attribute
  * IPv6 support through DNS_RESOLVER
  * Response.follow_all now supports an empty URL iterable as input
  * Removed top-level reactor imports to prevent errors about the wrong
    Twisted reactor being installed when setting a different Twisted
    reactor using TWISTED_REACTOR
- Add zope-exception-test_crawler.patch, rewriting one testcase to pass
  with our version of Zope.
- Update BuildRequires based on test requirements.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=12
2020-04-02 03:41:29 +00:00
Tomáš Chvátal
535b71edfe Accepting request 765007 from home:mcalabkova:branches:devel:languages:python
- update to 1.8.0
  * Dropped Python 3.4 support and updated minimum requirements; 
    made Python 3.8 support official
  * lots of new fixes and features

OBS-URL: https://build.opensuse.org/request/show/765007
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=10
2020-01-16 15:35:55 +00:00
Tomáš Chvátal
9f5d599005 Accepting request 725578 from home:polslinux:branches:devel:languages:python
- Update to 1.7.3
  * Enforce lxml 4.3.5 or lower for Python 3.4
    (issue 3912, issue 3918).
  * Fix Python 2 support (issue 3889, issue 3893, issue 3896).

OBS-URL: https://build.opensuse.org/request/show/725578
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=8
2019-08-24 07:38:09 +00:00
Tomáš Chvátal
ddab9089be - Format with spec-cleaner
- Use just python3 version of Sphinx

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=6
2019-07-24 10:27:28 +00:00
Tomáš Chvátal
df0b142876 Accepting request 718147 from home:pgajdos
- version update to 1.7.1
  * Improvements for crawls targeting multiple domains
  * A cleaner way to pass arguments to callbacks
  * A new class for JSON requests
  * Improvements for rule-based spiders
  * New features for feed exports
  see news.rst for details

OBS-URL: https://build.opensuse.org/request/show/718147
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=5
2019-07-24 09:00:54 +00:00
Tomáš Chvátal
c4b3eee51a Accepting request 703534 from home:anandrit:branches:devel:languages:python
- Skip flaky CrawlerTestCase

OBS-URL: https://build.opensuse.org/request/show/703534
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=3
2019-05-16 19:37:41 +00:00
Tomáš Chvátal
8dfa7191b3 Accepting request 677210 from home:frispete:python
Now with requested mods...

OBS-URL: https://build.opensuse.org/request/show/677210
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=1
2019-02-19 14:19:30 +00:00