Fri, 17 May 2024 19:35:59 UTC | login

Information for build python-vcrpy-1.10.5-3.fc27

ID18973
Package Namepython-vcrpy
Version1.10.5
Release3.fc27
Epoch
SummaryAutomatically mock your HTTP interactions to simplify and speed up testing
DescriptionSimplify and speed up testing HTTP by recording all HTTP interactions and saving them to "cassette" files, which are yaml files containing the contents of your requests and responses. Then when you run your tests again, they all just hit the text files instead of the internet. This speeds up your tests and lets you work offline. If the server you are testing against ever changes its API, all you need to do is delete your existing cassette files, and run your tests again. All of the mocked responses will be updated with the new API.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:29:23 UTC
CompletedSat, 14 Apr 2018 20:29:23 UTC
Tags
f28
f29
RPMs
src
python-vcrpy-1.10.5-3.fc27.src.rpm (info) (download)
noarch
python-vcrpy-1.10.5-3.fc27.noarch.rpm (info) (download)
python3-vcrpy-1.10.5-3.fc27.noarch.rpm (info) (download)
Changelog * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Jan 13 2017 Kevin Fenzi <kevin@scrye.com> - 1.10.5-1 - Update to 1.10.5. Fixes bug #1412604 * Mon Dec 19 2016 Miro HronĨok <mhroncok@redhat.com> - 1.10.4-2 - Rebuild for Python 3.6 * Fri Dec 16 2016 Ralph Bean <rbean@redhat.com> - 1.10.4-1 - new version * Sun Oct 02 2016 Kevin Fenzi <kevin@scrye.com> - 1.10.3-1 - Update to 1.10.3. Fixes bug #1381102 * Sat Sep 17 2016 Kevin Fenzi <kevin@scrye.com> - 1.10.2-1 - Update to 1.10.2. Fixes bug #1376311 * Mon Sep 12 2016 Kevin Fenzi <kevin@scrye.com> - 1.10.1-1 - Update to 1.10.1. * Fri Sep 09 2016 Kevin Fenzi <kevin@scrye.com> - 1.10.0-1 - Update to 1.10.0. Fixes bug #1370830 * Wed Jul 27 2016 Ralph Bean <rbean@redhat.com> - 1.9.0-1 - new version * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.0-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Wed Jun 15 2016 Ralph Bean <rbean@redhat.com> - 1.8.0-1 - new version * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.4-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Mon Oct 19 2015 Ralph Bean <rbean@redhat.com> - 1.7.4-1 - new version * Wed Sep 16 2015 Ralph Bean <rbean@redhat.com> - 1.7.3-1 - new version * Mon Jul 06 2015 Ralph Bean <rbean@redhat.com> - 1.6.0-1 - new version * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu May 28 2015 Ralph Bean <rbean@redhat.com> - 1.5.2-2 - Move python3 deps into the python3 subpackage. * Sat May 16 2015 Ralph Bean <rbean@redhat.com> - 1.5.2-1 - new version * Fri May 15 2015 Ralph Bean <rbean@redhat.com> - 1.5.1-1 - new version * Wed May 06 2015 Ralph Bean <rbean@redhat.com> - 1.4.2-1 - Adjusted spec with feedback from package review. - Fix original changelog entry. - Fix directory ownership in the files section. - Latest upstream. * Sat Apr 11 2015 Ralph Bean <rbean@redhat.com> 1.4.0-1 - initial package for Fedora