Commit Graph

4 Commits

Author SHA256 Message Date
96f68d27ed Accepting request 884062 from home:bnavigator:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/884062
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parfive?expand=0&rev=7
2021-04-12 08:07:39 +00:00
46c20341d8 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parfive?expand=0&rev=5
2020-06-23 07:41:54 +00:00
Todd R
44c8228371 Accepting request 726010 from home:jengelh:branches:devel:languages:python
- Use expanded description.

OBS-URL: https://build.opensuse.org/request/show/726010
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parfive?expand=0&rev=3
2019-08-26 06:41:57 +00:00
Todd R
890988858f Accepting request 717964 from home:TheBlackCat:branches:devel:languages:python
A HTTP and FTP parallel file downloader

OBS-URL: https://build.opensuse.org/request/show/717964
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parfive?expand=0&rev=1
2019-07-23 17:36:11 +00:00