Changelog for
python-nectar-1.5.4-3.el7.noarch.rpm :
Fri Oct 6 14:00:00 2017 Patrick Creech
- 1.5.4-3
- Add patch for BZ 1449418
- Fix setup command to account for new source directory
Fri Apr 21 14:00:00 2017 Ina Panova 1.5.4-1
- Re-enable request streaming (alexAATTlinfratech.co.uk)
- Better logging at INFO level for downloads (daviddavisAATTredhat.com)
- update mention-bot userBlacklist (seanokeeffe797AATTgmail.com)
Wed Sep 14 14:00:00 2016 Ina Panova 1.5.3-1
- Change how Nectar configures requests to be thread-safe (jeremyAATTjcline.org)
- Add mention-bot blacklist (jeremyAATTjcline.org)
Wed May 25 14:00:00 2016 Ina Panova 1.5.2-1
- ConnectionError exceptions are logged at the error level (jeremyAATTjcline.org)
- Add a unit test for proxy username being \'\'. (rbarlowAATTredhat.com)
- if config.proxy_username is an empty string, testing if it is equal to None
evaluates to false. (hekma.yoramAATTgmail.com)
Mon Mar 14 13:00:00 2016 Ina Panova 1.5.1-1
- Revert changes for digest proxy (pcreechAATTredhat.com)
Tue Mar 1 13:00:00 2016 Ina Panova 1.5.0-1
- Use urllib3\'s retry functionality for failed connections. (jeremyAATTjcline.org)
Fri Feb 19 13:00:00 2016 Ina Panova 1.4.5-1
- 1626 - Fix yum repo sync cancellation. (ipanovaAATTredhat.com)
- Log the specific ConnectionError. (jeremyAATTjcline.org)
Wed Feb 3 13:00:00 2016 Ina Panova 1.4.4-1
- Enable content sync via digest proxy (pcreechAATTredhat.com)
- PEP-8 Nectar. (rbarlowAATTredhat.com)
- Make Nectar use a single requests Session. (jeremyAATTjcline.org)
- switch thread locks to reentrant locks (asmacdoAATTgmail.com)
Mon Jan 11 13:00:00 2016 Ina Panova 1.4.3-1
- An individual request can now be canceled. (jeremyAATTjcline.org)
- Debug log now logs every url it attempts to connect to
(seanokeeffe797AATTgmail.com)
Tue Dec 15 13:00:00 2015 Ina Panova 1.4.2-1
- Now static server listens on ipv6 (ipanovaAATTredhat.com)
- Tests do not have to depend on the internet. (ipanovaAATTredhat.com)
- Convert shebang to python2 (ipanovaAATTredhat.com)
- Add a shebang to the setup.py. (rbarlowAATTredhat.com)
- PEP-8 setup.py. (rbarlowAATTredhat.com)
Wed Oct 21 14:00:00 2015 Ina Panova 1.4.1-1
- 1229-Json config file values must be url encoded. (ipanovaAATTredhat.com)
Wed Sep 16 14:00:00 2015 Ina Panova 1.4.0-1
- As a developer I can receive headers while using download_one()
(ipanovaAATTredhat.com)
- 1033 - Error during build_session does not propagate to importer.
(ipanovaAATTredhat.com)
Mon Aug 31 14:00:00 2015 Ina Panova 1.3.3-1
- Issue#1210 ConnectionError - BadStatusLine during repo sync. (ipanovaAATTredhat.com)
Tue Jun 2 14:00:00 2015 Ina Panova 1.3.2-1
- 1174283 - bump python-requests requirement to match included dep
(asmacdoAATTgmail.com)
- 1124625 - fail quickly if there is a connection error (asmacdoAATTgmail.com)
- Log OSErrors at debug level when attempting to link files that do not exist
(asmacdoAATTgmail.com)
- Handle local IOErrors in debug level logs rather than error level.
(asmacdoAATTgmail.com)
Thu Aug 21 14:00:00 2014 Barnaby Court 1.3.1-1
- 1127298 - Canceling a download causes hang in ThreadedDownloader (bcourtAATTredhat.com)
Thu Aug 7 14:00:00 2014 Jeff Ortel 1.3.0-1
- Updated API to support synchronous downloading of a single file.
Thu Aug 7 14:00:00 2014 Jeff Ortel 1.2.2-1
- 1126083 - no longer logging a failed download at ERROR level
(mhrivnakAATTredhat.com)
Fri Mar 28 13:00:00 2014 Jeff Ortel 1.2.1-1
- 1078945 - Canceling a repo sync task does not seem to halt the
rpm sync (bcourtAATTredhat.com)
- 965764 - DownloaderConfig is explicit. (rbarlowAATTredhat.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. (bcourtAATTredhat.com)
Fri Mar 21 13:00:00 2014 Michael Hrivnak 1.2.0-1
- custom headers can now be specified on sessions and requests
(mhrivnakAATTredhat.com)
- correcting typo in the python-requests version dep (skarmarkAATTredhat.com)
- updating python-requests depedency version to 2.1.1 (skarmarkAATTredhat.com)
- removing downloaders that we aren\'t using or supporting. Both are also known
to have serious bugs. (mhrivnakAATTredhat.com)
Mon Oct 28 13:00:00 2013 Sayli Karmarkar 1.1.6-1
- Merge pull request #13 from pulp/skarmark-1021662 (skarmarkAATTredhat.com)
- 1021662 - adding proxy auth to proxy urls along with the headers
(skarmarkAATTredhat.com)
Wed Oct 23 14:00:00 2013 Sayli Karmarkar 1.1.5-1
- minor update to the unit test (skarmarkAATTredhat.com)
- adding a unit test to verify request headers when using
HTTPBasicWithProxyAuth (skarmarkAATTredhat.com)
- Moving HTTPBasicWithProxyAuth class to nectar.config and adding doc blocks
(skarmarkAATTredhat.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 (skarmarkAATTredhat.com)
- 1021662 - using HTTPProxyAuth when using proxy with authentication to
populate correct field in the header (skarmarkAATTredhat.com)
Wed Oct 9 14:00:00 2013 Sayli Karmarkar 1.1.4-1
- adding dependency to python-requests >= 2.0.0 to support proxy with https
(skarmarkAATTredhat.com)
Wed Oct 9 14:00:00 2013 Sayli Karmarkar 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
(skarmarkAATTredhat.com)
- we need to set both the \'http\' and \'https\' protocols to \'://\'.join((protocol,
url)) (skarmarkAATTredhat.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 (skarmarkAATTredhat.com)
- bumped docs version to match latest tag (jason.connorAATTgmail.com)
Thu Sep 26 14:00:00 2013 Jason L Connor 1.1.2-1
- added warnings about incomplete proxy support for the revent and threaded
downloader (jason.connorAATTgmail.com)
- 1009078 - correctly set the proxies to supported protocols
(jason.connorAATTgmail.com)
- always use http:// for proxy url (lars.sjostromAATTsvenskaspel.se)
Tue Sep 3 14:00:00 2013 Jason L Connor 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.connorAATTgmail.com)
- removed race condition between feeder thread and worker threads daemonized all spawned threads (jason.connorAATTgmail.com)
Fri Aug 23 14:00:00 2013 Jason L Connor 1.1.0-1
- new threaded downloader and unit tests (jason.connorAATTgmail.com)
- bumped nectar version to 1.1 (jason.connorAATTgmail.com)
Wed Jul 31 14:00:00 2013 Jeff Ortel 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.connorAATTgmail.com)
- fixed bug that sets mex_concurrent to None when max_concurrent is not
provided (jason.connorAATTgmail.com)
- initial attempt at implementing an eventlet-based local file downloader
(jason.connorAATTgmail.com)
Wed Jul 3 14:00:00 2013 Jeff Ortel 0.99-2
- 979582 - nectar now compensates for servers that send an incorrect content-
encoding header for files that are gzipped. (mhrivnakAATTredhat.com)
Wed Jun 5 14:00:00 2013 Jay Dobies 0.99-1
- Tweaking the version numbering until we come out with 1.0 to make it play
nicer with tito (jason.dobiesAATTredhat.com)
Wed Jun 5 14:00:00 2013 Jay Dobies 0.97.1-1
- 970741 - Added error_msg field to the download report
(jason.dobiesAATTredhat.com)
Mon Jun 3 14:00:00 2013 Jason L Connor 0.97.0-1
- initial pass at leaky bucket throttling algorithm (jason.connorAATTgmail.com)
Thu May 30 14:00:00 2013 Jason L Connor 0.95.0-1
- 967939 - added kwarg processing for ssl file and data configuration options
that make both available via the configuration instance
(jason.connorAATTgmail.com)
Mon May 20 14:00:00 2013 Jason L Connor 0.90.3-2
- changed requires so for epel and fedora; commented out (for now) %check
(jason.connorAATTgmail.com)
- revent test script (jason.connorAATTgmail.com)
- no longer patching the thread module as it causes problems with threaded
programs (jason.connorAATTgmail.com)
Tue May 14 14:00:00 2013 Jason L Connor
- new package built with tito
Mon May 13 14:00:00 2013 Jason L Connor (jconnorAATTredhat.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 8 14:00:00 2013 Jason L Connor (jconnorAATTredhat.com) 0.0.90-1
- cut project from pulp
- initial spec file and setup.py