Tue, 21 May 2024 07:27:18 UTC | login

Information for build python-vcrpy-1.8.0-2.fc25

ID18974
Package Namepython-vcrpy
Version1.8.0
Release2.fc25
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.8.0-2.fc25.src.rpm (info) (download)
noarch
python-vcrpy-1.8.0-2.fc25.noarch.rpm (info) (download)
python3-vcrpy-1.8.0-2.fc25.noarch.rpm (info) (download)
Changelog * 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