File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ - 0.9.35
2
+ + exponential backoff retries now that IA is sending 429
3
+
1
4
- 0.9.34
2
5
+ renamed class CDXFetcher kwarg warc_url_prefix to warc_download_prefix
3
6
+ changed CC warc downloads to use the Cloudfront url, which has rate limits
Original file line number Diff line number Diff line change 37
37
38
38
url = 'https://github.com/cocrawler/cdx_toolkit' ,
39
39
packages = packages ,
40
- python_requires = ">=3.6.* " ,
40
+ python_requires = ">=3.6" ,
41
41
extras_require = extras_require ,
42
42
setup_requires = ['setuptools-scm' ],
43
43
install_requires = requires ,
64
64
'Programming Language :: Python :: 3.8' ,
65
65
'Programming Language :: Python :: 3.9' ,
66
66
'Programming Language :: Python :: 3.10' ,
67
+ 'Programming Language :: Python :: 3.11' ,
68
+ 'Programming Language :: Python :: 3.12' ,
67
69
'Programming Language :: Python :: 3 :: Only' ,
68
70
],
69
71
)
You can’t perform that action at this time.
0 commit comments