Click here to visit the old openkoji buildsystem (Archived)

Information for build python-vcrpy-5.0.0-4.fc40

ID40488
Package Namepython-vcrpy
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version5.0.0
Release4.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-vcrpy.git#85fcef1ca8093cea29eced3725497ad9fddd7e1f
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
StartedSun, 05 May 2024 19:32:36 CST
CompletedSun, 05 May 2024 19:48:41 CST
Taskbuild (f40, /rpms/python-vcrpy.git:85fcef1ca8093cea29eced3725497ad9fddd7e1f)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-vcrpy.git#85fcef1ca8093cea29eced3725497ad9fddd7e1f'}}
Tags
f40
RPMs
src
python-vcrpy-5.0.0-4.fc40.src.rpm (info) (download)
noarch
python3-vcrpy-5.0.0-4.fc40.noarch.rpm (info) (download)
Logs
noarch
state.log
hw_info.log
root.log
build.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jul 06 2023 Major Hayden <major@redhat.com> - 5.0.0-1 - Update to 5.0.0 * Wed Jul 05 2023 Python Maint <python-maint@redhat.com> - 4.2.1-5 - Rebuilt for Python 3.12 * Tue Jul 04 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 4.2.1-4 - backport patch to fix test failures with Python 3.12: AttributeError: type object 'VCRHTTPConnection[…]' has no attribute 'debuglevel' * Sat Jul 01 2023 Python Maint <python-maint@redhat.com> - 4.2.1-3 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Sep 01 2022 Major Hayden <major@redhat.com> - 4.2.1-1 - new version * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jun 30 2022 Major Hayden <major@redhat.com> - 4.2.0-1 - Update to 4.2.0 rhbz#2102429 - Add pyproject_check_import * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 4.1.1-7 - Rebuilt for Python 3.11 * Fri Apr 22 2022 Major Hayden <major@mhtx.net> - 4.1.1-6 - Update spec to use pyproject-rpm-macros.