Thu, 23 May 2024 15:44:25 UTC | login

Information for build python-fixtures-3.0.0-10.fc29

ID47665
Package Namepython-fixtures
Version3.0.0
Release10.fc29
Epoch
SummaryFixtures, reusable state for writing clean tests and more
DescriptionFixtures defines a Python contract for reusable state / support logic, primarily for unit testing. Helper and adaption logic is included to make it easy to write your own fixtures using the fixtures contract. Glue code is provided that makes using fixtures that meet the Fixtures contract in unit test compatible test cases easy and straight forward.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 04 Jul 2018 03:51:47 UTC
CompletedWed, 04 Jul 2018 03:51:47 UTC
Tags
f29
RPMs
src
python-fixtures-3.0.0-10.fc29.src.rpm (info) (download)
noarch
python2-fixtures-3.0.0-10.fc29.noarch.rpm (info) (download)
python3-fixtures-3.0.0-10.fc29.noarch.rpm (info) (download)
Changelog * Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 3.0.0-10 - Rebuilt for Python 3.7 * Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.0.0-9 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 3.0.0-7 - Cleanup spec file conditionals * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.0.0-6 - Python 2 binary package renamed to python2-fixtures See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 3.0.0-3 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Sat May 21 2016 Matthias Runge <mrunge@redhat.com> - 3.0.0-1 - update to 3.0.0 (rhbz#1281945) * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jan 22 2016 Paul Belanger <pabelanger@redhat.com> 1.4.0-1 - New upstream 1.4.0 release - Update spec file latest python support - Fix bogus date warning - rpmlint warnings * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.14-5 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.14-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.3.14-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Mon Mar 24 2014 Matthias Runge <mrunge@redhat.com> - 0.3.14-1 - update to 0.3.14 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Fri May 31 2013 Matthias Runge <mrunge@redhat.com> - 0.3.12-3 - enable python3 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Jan 01 2013 Pádraig Brady <P@draigBrady.com> - 0.3.12-1 - Update to 0.3.12 * Fri Nov 16 2012 Pádraig Brady <P@draigBrady.com> - 0.3.9-4 - Update changelog * Fri Nov 16 2012 Pádraig Brady <P@draigBrady.com> - 0.3.9-3 - Fix License: * Thu Nov 15 2012 Pádraig Brady <P@draigBrady.com> - 0.3.9-2 - Remove version dependency on python-testtools (assume always >= 0.9.12) - BuildRequire python2-devel rather than python-devel - Adjust License: * Wed Nov 14 2012 Pádraig Brady <P@draigBrady.com> - 0.3.9-1 - Initial package