Thu, 18 Apr 2024 01:34:36 UTC | login

Information for build python-nectar-1.5.2-1.el7

ID20769
Package Namepython-nectar
Version1.5.2
Release1.el7
Epoch
SummaryA download library that separates workflow from implementation details
DescriptionNectar is a download library that abstracts the workflow of making and tracking download requests away from the mechanics of how those requests are carried out. It allows multiple downloaders to exist with different implementations, such as the default "threaded" downloader, which uses the "requests" library with multiple threads. Other experimental downloaders have used tools like pycurl and eventlets.
Built bysbonazzo
State complete
Volume DEFAULT
StartedSat, 18 Nov 2017 06:56:24 UTC
CompletedSat, 18 Nov 2017 06:58:42 UTC
Taskbuild (virt7-ovirt-common-el7, python-nectar-1.5.2-1.el7.src.rpm)
Tags
virt7-ovirt-common-candidate
virt7-ovirt-common-release
virt7-ovirt-common-testing
RPMs
src
python-nectar-1.5.2-1.el7.src.rpm (info) (download)
noarch
python-nectar-1.5.2-1.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Wed Jun 01 2016 Eric D Helms <ericdhelms@gmail.com> 1.5.2-1 - * Tue Mar 15 2016 Eric D Helms <ericdhelms@gmail.com> 1.5.1-3 - Previous source was not the raw copy from github for python-nectar (ericdhelms@gmail.com) * Tue Mar 15 2016 Eric D Helms <ericdhelms@gmail.com> 1.5.1-2 - Add missing python-nectar 1.5.1 source (ericdhelms@gmail.com) * Tue Mar 15 2016 Eric D Helms <ericdhelms@gmail.com> 1.5.1-1 - Update python-nectar to 1.5.1 (ericdhelms@gmail.com) - Automatic commit of package [python-nectar] minor release [1.5.0-1]. (ericdhelms@gmail.com) * Tue Mar 08 2016 Eric D Helms <ericdhelms@gmail.com> 1.5.0-1 * Mon Feb 22 2016 Eric D Helms <ericdhelms@gmail.com> 1.4.5-3 - Fix improper extension in python-nectar source (ericdhelms@gmail.com) * Mon Feb 22 2016 Eric D Helms <ericdhelms@gmail.com> 1.4.5-2 - python-nectar source was improperly not a tar.gz (ericdhelms@gmail.com) * Mon Feb 22 2016 Eric D Helms <ericdhelms@gmail.com> 1.4.5-1 - Update python-nectar to 1.4.5 (ericdhelms@gmail.com) * Fri Feb 19 2016 Ina Panova <ipanova@redhat.com> 1.4.5-1 - 1626 - Fix yum repo sync cancellation. (ipanova@redhat.com) - Log the specific ConnectionError. (jeremy@jcline.org) * Wed Feb 03 2016 Ina Panova <ipanova@redhat.com> 1.4.4-1 - Enable content sync via digest proxy (pcreech@redhat.com) - PEP-8 Nectar. (rbarlow@redhat.com) - Make Nectar use a single requests Session. (jeremy@jcline.org) - switch thread locks to reentrant locks (asmacdo@gmail.com) * Mon Jan 11 2016 Ina Panova <ipanova@redhat.com> 1.4.3-1 - An individual request can now be canceled. (jeremy@jcline.org) - Debug log now logs every url it attempts to connect to (seanokeeffe797@gmail.com) * Tue Dec 15 2015 Ina Panova <ipanova@redhat.com> 1.4.2-1 - Now static server listens on ipv6 (ipanova@redhat.com) - Tests do not have to depend on the internet. (ipanova@redhat.com) - Convert shebang to python2 (ipanova@redhat.com) - Add a shebang to the setup.py. (rbarlow@redhat.com) - PEP-8 setup.py. (rbarlow@redhat.com) * Wed Oct 21 2015 Ina Panova <ipanova@redhat.com> 1.4.1-1 - 1229-Json config file values must be url encoded. (ipanova@redhat.com) * Wed Sep 16 2015 Ina Panova <ipanova@redhat.com> 1.4.0-1 - As a developer I can receive headers while using download_one() (ipanova@redhat.com) - 1033 - Error during build_session does not propagate to importer. (ipanova@redhat.com) * Mon Aug 31 2015 Ina Panova <ipanova@redhat.com> 1.3.3-1 - Issue#1210 ConnectionError - BadStatusLine during repo sync. (ipanova@redhat.com) * Tue Jun 02 2015 Ina Panova <ipanova@redhat.com> 1.3.2-1 - 1174283 - bump python-requests requirement to match included dep (asmacdo@gmail.com) - 1124625 - fail quickly if there is a connection error (asmacdo@gmail.com) - Log OSErrors at debug level when attempting to link files that do not exist (asmacdo@gmail.com) - Handle local IOErrors in debug level logs rather than error level. (asmacdo@gmail.com) * Thu Aug 21 2014 Barnaby Court <bcourt@redhat.com> 1.3.1-1 - 1127298 - Canceling a download causes hang in ThreadedDownloader (bcourt@redhat.com) * Thu Aug 07 2014 Jeff Ortel <jortel@redhat.com> 1.3.0-1 - Updated API to support synchronous downloading of a single file. * Thu Aug 07 2014 Jeff Ortel <jortel@redhat.com> 1.2.2-1 - 1126083 - no longer logging a failed download at ERROR level (mhrivnak@redhat.com) * Fri Mar 28 2014 Jeff Ortel <jortel@redhat.com> 1.2.1-1 - 1078945 - Canceling a repo sync task does not seem to halt the rpm sync (bcourt@redhat.com) - 965764 - DownloaderConfig is explicit. (rbarlow@redhat.com) - 1078945 - Avoid use of thread join and Event.wait() so that we don't end up in C code that will block python signal handlers. (bcourt@redhat.com) * Fri Mar 21 2014 Michael Hrivnak <mhrivnak@redhat.com> 1.2.0-1 - custom headers can now be specified on sessions and requests (mhrivnak@redhat.com) - correcting typo in the python-requests version dep (skarmark@redhat.com) - updating python-requests depedency version to 2.1.1 (skarmark@redhat.com) - removing downloaders that we aren't using or supporting. Both are also known to have serious bugs. (mhrivnak@redhat.com) * Mon Oct 28 2013 Sayli Karmarkar <skarmark@redhat.com> 1.1.6-1 - Merge pull request #13 from pulp/skarmark-1021662 (skarmark@redhat.com) - 1021662 - adding proxy auth to proxy urls along with the headers (skarmark@redhat.com) * Wed Oct 23 2013 Sayli Karmarkar <skarmark@redhat.com> 1.1.5-1 - minor update to the unit test (skarmark@redhat.com) - adding a unit test to verify request headers when using HTTPBasicWithProxyAuth (skarmark@redhat.com) - Moving HTTPBasicWithProxyAuth class to nectar.config and adding doc blocks (skarmark@redhat.com) - 1021662 - adding a class which inherits requests.auth.AuthBase and sets up proxy and user basic authentication headers correctly instead of overwriting each other (skarmark@redhat.com) - 1021662 - using HTTPProxyAuth when using proxy with authentication to populate correct field in the header (skarmark@redhat.com) * Wed Oct 09 2013 Sayli Karmarkar <skarmark@redhat.com> 1.1.4-1 - adding dependency to python-requests >= 2.0.0 to support proxy with https (skarmark@redhat.com) * Wed Oct 09 2013 Sayli Karmarkar <skarmark@redhat.com> 1.1.3-1 - updating revent downloader with the latest change in threaded downloader since it is generally maintained in lock-step with the threaded downloader (skarmark@redhat.com) - we need to set both the 'http' and 'https' protocols to '://'.join((protocol, url)) (skarmark@redhat.com) - removed workaround for no https proxy support, since we now carry python- requests-2.0.0 which includes updated urlllib3 and provides the https proxy support (skarmark@redhat.com) - bumped docs version to match latest tag (jason.connor@gmail.com) * Thu Sep 26 2013 Jason L Connor <jason.connor@gmail.com> 1.1.2-1 - added warnings about incomplete proxy support for the revent and threaded downloader (jason.connor@gmail.com) - 1009078 - correctly set the proxies to supported protocols (jason.connor@gmail.com) - always use http:// for proxy url (lars.sjostrom@svenskaspel.se) * Tue Sep 03 2013 Jason L Connor <jason.connor@gmail.com> 1.1.1-1 - removed progress reporter thread due to race condition in the .join() with this queue and substituted it with thread-safe event firing and join()s on the worker threads (jason.connor@gmail.com) - removed race condition between feeder thread and worker threads daemonized all spawned threads (jason.connor@gmail.com) * Fri Aug 23 2013 Jason L Connor <jason.connor@gmail.com> 1.1.0-1 - new threaded downloader and unit tests (jason.connor@gmail.com) - bumped nectar version to 1.1 (jason.connor@gmail.com) * Wed Jul 31 2013 Jeff Ortel <jortel@redhat.com> 1.0.0-1 - got rid of fancy eventlet concurrency, regular os operations are faster; fixed bug where the report state was never started (jason.connor@gmail.com) - fixed bug that sets mex_concurrent to None when max_concurrent is not provided (jason.connor@gmail.com) - initial attempt at implementing an eventlet-based local file downloader (jason.connor@gmail.com) * Wed Jul 03 2013 Jeff Ortel <jortel@redhat.com> 0.99-2 - 979582 - nectar now compensates for servers that send an incorrect content- encoding header for files that are gzipped. (mhrivnak@redhat.com) * Wed Jun 05 2013 Jay Dobies <jason.dobies@redhat.com> 0.99-1 - Tweaking the version numbering until we come out with 1.0 to make it play nicer with tito (jason.dobies@redhat.com) * Wed Jun 05 2013 Jay Dobies <jason.dobies@redhat.com> 0.97.1-1 - 970741 - Added error_msg field to the download report (jason.dobies@redhat.com) * Mon Jun 03 2013 Jason L Connor <jason.connor@gmail.com> 0.97.0-1 - initial pass at leaky bucket throttling algorithm (jason.connor@gmail.com) * Thu May 30 2013 Jason L Connor <jason.connor@gmail.com> 0.95.0-1 - 967939 - added kwarg processing for ssl file and data configuration options that make both available via the configuration instance (jason.connor@gmail.com) * Mon May 20 2013 Jason L Connor <jason.connor@gmail.com> 0.90.3-2 - changed requires so for epel and fedora; commented out (for now) %check (jason.connor@gmail.com) - revent test script (jason.connor@gmail.com) - no longer patching the thread module as it causes problems with threaded programs (jason.connor@gmail.com) * Tue May 14 2013 Jason L Connor <jason.connor@gmail.com> - new package built with tito * Mon May 13 2013 Jason L Connor (jconnor@redhat.com) 0.90.0-1 - brought in new revent downloader to replace old eventlet downloader - bumped version in preparation of 1.0.0 release * Wed May 08 2013 Jason L Connor (jconnor@redhat.com) 0.0.90-1 - cut project from pulp - initial spec file and setup.py