Name: python-flexmock Version: 0.11.3 Release: 2%{?dist} Summary: Testing library that makes it easy to create mocks, stubs and fakes License: BSD URL: https://flexmock.readthedocs.org Source0: https://github.com/flexmock/flexmock/archive/%{version}/flexmock-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros # Test-only dep # https://github.com/flexmock/flexmock/blob/54401b5a138e9216bb7eb258cb80cdb1f78e8519/tox.ini#L37 BuildRequires: /usr/bin/subunit2pyunit %global _description\ Flexmock is a testing library for Python that makes it easy to create mocks,\ stubs and fakes. The API is inspired by a Ruby library of the same name, but\ Python flexmock is not a clone of the Ruby version. It omits a number of\ redundancies in the Ruby flexmock API, alters some defaults, and introduces\ a number of Python-only features.\ %description %_description %package -n python3-flexmock Summary: %{summary} %{?python_provide:%python_provide python3-flexmock} %description -n python3-flexmock %_description %prep %setup -q -n flexmock-%{version} # teamcity-messages package not yet available in Fedora sed -i "/teamcity-messages$/d" tox.ini sed -i "/test_teamcity.py$/d" tox.ini # Upstream manipulates PYTHONPATH which breaks testing sed -i "/setenv = PYTHONPATH/d" tox.ini %generate_buildrequires %pyproject_buildrequires -r -e %{toxenv}-pytest-latest %build %pyproject_wheel %install %pyproject_install %pyproject_save_files flexmock %check PYTHONPATH=.:%{buildroot}/%{python3_sitelib} %tox # Remove misplaced files rm -rf %{buildroot}/%{python3_sitelib}/{LICENSE,docs,*.md,tests} %files -n python3-flexmock -f %{pyproject_files} %license LICENSE %doc README.md CHANGELOG.md docs/ %changelog * Wed Jun 15 2022 Python Maint - 0.11.3-2 - Rebuilt for Python 3.11 * Fri Feb 11 2022 Lumír Balhar - 0.11.3-1 - Update to 0.11.3 Resolves: rhbz#2052771 * Fri Jan 21 2022 Fedora Release Engineering - 0.11.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jan 05 2022 Lumír Balhar - 0.11.2-1 - Update to 0.11.2 Resolves: rhbz#2036905 * Mon Nov 08 2021 Lumír Balhar - 0.11.1-1 - Update to 0.11.1 Resolves: rhbz#2021023 * Wed Sep 22 2021 Hunor Csomortáni - 0.10.10-1 - Update to 0.10.10 (#2001223) * Mon Aug 30 2021 Lumír Balhar - 0.10.8-1 - Update to 0.10.8 Resolves: rhbz#1996607 * Tue Aug 17 2021 Lumír Balhar - 0.10.6-1 - Update to 0.10.6 Resolves: rhbz#1993956 * Thu Jul 22 2021 Lumír Balhar - 0.10.5-1 - Update to 0.10.5 * Fri Jun 04 2021 Python Maint - 0.10.4-11 - Rebuilt for Python 3.10 * Mon Feb 08 2021 Charalampos Stratakis - 0.10.4-10 - Remove deprecated python-nose dependency * Wed Jan 27 2021 Fedora Release Engineering - 0.10.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.10.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 0.10.4-7 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.10.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 0.10.4-5 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 0.10.4-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.10.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue May 07 2019 Miro Hrončok - 0.10.4-2 - Drop python2-flexmock * Fri Apr 12 2019 Miro Hrončok - 0.10.4-1 - Update to 0.10.4 for pytest 4 compatibility (#1699241) * Sat Feb 02 2019 Fedora Release Engineering - 0.10.2-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jul 25 2018 Miro Hrončok - 0.10.2-14 - Don't own /usr/lib/python3.7/site-packages/__pycache__ * Sat Jul 21 2018 Zbigniew Jędrzejewski-Szmek - 0.10.2-13 - Use versioned python macro in %%files * Fri Jul 20 2018 Kevin Fenzi - 0.10.2-12 - Fix FTBFS bug #1605695 * Sat Jul 14 2018 Fedora Release Engineering - 0.10.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 0.10.2-10 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 0.10.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jan 18 2018 Iryna Shcherbina - 0.10.2-8 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.10.2-7 - Python 2 binary package renamed to python2-flexmock See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering - 0.10.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.10.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 0.10.2-4 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 0.10.2-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 0.10.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jan 21 2016 Slavek Kabrda - 0.10.2-1 - Update to 0.10.2 * Thu Dec 17 2015 Slavek Kabrda - 0.10.1-1 - Update to 0.10.1 * Fri Dec 11 2015 Slavek Kabrda - 0.10.0-1 - Update to 0.10.0 * Tue Nov 10 2015 Fedora Release Engineering - 0.9.7-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering - 0.9.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Nov 14 2014 Slavek Kabrda - 0.9.7-1 - Update to 0.9.7. * Sat Jun 07 2014 Fedora Release Engineering - 0.9.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue May 13 2014 Bohuslav Kabrda - 0.9.6-4 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Sun Aug 04 2013 Fedora Release Engineering - 0.9.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.9.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Nov 05 2012 Bohuslav Kabrda - 0.9.6-1 - Update to 0.9.6. * Sat Aug 04 2012 David Malcolm - 0.9.4-3 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 * Sat Jul 21 2012 Fedora Release Engineering - 0.9.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri May 25 2012 Bohuslav Kabrda - 0.9.4-1 - Update to flexmock 0.9.4. - The patch is now part of upstream => remove it. - Introduce Python 3 subpackage. - Add documentation files, that are now part of source package. * Tue Feb 21 2012 Bohuslav Kabrda - 0.9.2-1 - Initial package.