Mon, 10 Jun 2024 02:21:54 UTC | login

Information for build python-wsgi_intercept-1.2.2-8.fc29

ID33186
Package Namepython-wsgi_intercept
Version1.2.2
Release8.fc29
Epoch
Summarywsgi_intercept installs a WSGI application in place of a real URI for testing
DescriptionIt installs a WSGI application in place of a real URI for testing. Testing a WSGI application normally involves starting a server at a local host and port, then pointing your test code to that address. Instead,this library lets you intercept calls to any specific host/port combination and redirect them into a `WSGI application`_ importable by your test program.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 06 Jun 2018 17:40:36 UTC
CompletedWed, 06 Jun 2018 17:40:36 UTC
Tags
f29
RPMs
src
python-wsgi_intercept-1.2.2-8.fc29.src.rpm (info) (download)
noarch
python-wsgi_intercept-doc-1.2.2-8.fc29.noarch.rpm (info) (download)
python2-wsgi_intercept-1.2.2-8.fc29.noarch.rpm (info) (download)
python3-wsgi_intercept-1.2.2-8.fc29.noarch.rpm (info) (download)
Changelog * Fri Feb 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.2.2-8 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.2-7 - Escape macros in %changelog * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro HronĨok <mhroncok@redhat.com> - 1.2.2-4 - Rebuild for Python 3.6 * Wed May 11 2016 Chandan Kumar <chkumar246@gmail.com> - 1.2.2-3 - Added missing python3 macro in %check * Wed May 11 2016 Chandan Kumar <chkumar246@gmail.com> - 1.2.2-2 - Applied python3 Alan Pevec patch * Thu May 05 2016 Chandan Kumar <chkumar246@gmail.com> - 1.2.2-1 - Bumped to version 1.2.2 * Mon Sep 21 2015 Chandan Kumar <chkumar246@gmail.com> - 0.10.3-2 - Fixed import error - Removed test folder * Wed Sep 16 2015 Chandan Kumar <chkumar246@gmail.com> - 0.10.3-1 - Initial package.