Revisions of python-parfive
buildservice-autocommit
accepted
request 1169461
from
Factory Maintainer (factory-maintainer)
(revision 12)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 11)
- update to 2.1.0: * Add a customizable callback function for when download completed * Add callbacks for ftp downloads * Drop Python 3.7 as it's EOL * Only log get_ftp_size errors at INFO * Fixes signal that only works in main thread of the main interpreter * fix aiohttp redirect @dreamflasher (#126) - Sprinkle in update-alternatives for parfive wrapper.
buildservice-autocommit
accepted
request 1101876
from
Steve Kowalik (StevenK)
(revision 10)
baserev update by copy to link target
Steve Kowalik (StevenK)
committed
(revision 9)
- Update to 2.0.2: * Vendor parse_header out of the deprecated cgi module for Python 3.11 compatibility * Fix a bug where an asyncio.CancelledError was not properly caught * The file_progress, notebook, use_aiofiles, and header keyword arguments to parfive.Downloader have been removed and moved into the parfive.SessionConfig object. * The timeouts keyword argument has been removed from the run_download() and download() methods and replaced by an option in SessionConfig. * Add a new SessionConfig object to allow advanced configuration of the Downloader * Improve the CLI with more options * Use tqdm's auto notebook detection * Fix issue with small files where the size of a chunk would round down to 0 bytes * Remove the default download timeout of 5 minutes for a single file * Cast timeout environment variables to numbers * Add a Downloader.simple_download method to easily download a list of URLs to a single directory * Add support for optionally using aiofiles to write files to disk. - Switch to pyproject macros. - Stop using greedy globs in %files.
buildservice-autocommit
accepted
request 884569
from
Markéta Machová (mcalabkova)
(revision 8)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 884062
from
Benjamin Greiner (bnavigator)
(revision 7)
- Update to 1.3.0 * Add environment variable based options to help with debugging @Cadair (#70) * Any errors encountered downloading files are now logged to the built in python logging system at the INFO level @dstansby (#58) * Change use of ensure_future to newer create_task @1nF0rmed (#62) * Infra Changes @nabobalis (#68) - Release 1.2.0 * Make parfive.Downloader.run_download public API and move all of the parfive.Downloader.download logic into run_download. This enabled using parfive from inside an async context. (#54) * Handing a custom loop to Downloader now does nothing, and parfive spins up its own loop. This is to prepare for python 3.10 where support for passing custom loops to various asyncio methods will be removed. (#53) * Fix a bug where downloads fail if max_conn is changed after construction of the parfive.Downloader instance. (#56) - Skip python36: support ceased, no aioftp
buildservice-autocommit
accepted
request 816513
from
Steve Kowalik (StevenK)
(revision 6)
baserev update by copy to link target
Steve Kowalik (StevenK)
committed
(revision 5)
- Update to 1.1.0: * Features + Add concurent requests to parfive. This feature splits the download of a single file into multiple parts if the server the file is being downloaded from supports ranged requests. This should improve the performance of all downloads under these circumstances, and also make parfive useful even if downloading a single file. No changes are needed to use this feature, files will be downloaded using 12 concurrent requests by default. To change the number of concurrent requests you can pass max_splits to parfive.Downloader.enqueue_file. (#15) + Added CLI interface to Parfive. (#16) + Parfive now only supports Python 3.6+. (#22) + Support for specifying headers to be used for all requests to parfive.Downloader has been added. (#32) + Support for HTTP_PROXY and HTTPS_PROXY environment variables have been added. (#32) * Bugfixes + Fix a bug where running parfive in the notebook would error if ipywidgets was not installed. (#25) + Remove use of the deprecated loop= keyword argument to aiohttp.ClientSession. (#30) + Update the notebook detection function due to changes in tqdm (#36) + Reduce the number of parallel connections to 25 (5 parallel files, 5 parallel downloads per file). (#37) - Sprinkle in update-alternatives for parfive wrapper.
buildservice-autocommit
accepted
request 726053
from
Todd R (TheBlackCat)
(revision 4)
baserev update by copy to link target
Todd R (TheBlackCat)
accepted
request 726010
from
Jan Engelhardt (jengelh)
(revision 3)
- Use expanded description.
Dominique Leuenberger (dimstar_suse)
accepted
request 717965
from
Todd R (TheBlackCat)
(revision 2)
initialized devel package after accepting 717965
Todd R (TheBlackCat)
accepted
request 717964
from
Todd R (TheBlackCat)
(revision 1)
A HTTP and FTP parallel file downloader
Displaying all 12 revisions