From 888de02e9eb47e2718af96bbfb4b3a49e44677f3 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 11 2021 12:25:19 +0000 Subject: Import python-flexmock-0.10.4-10.el9 in CloudSIG xena --- diff --git a/.python-flexmock.metadata b/.python-flexmock.metadata new file mode 100644 index 0000000..abeff50 --- /dev/null +++ b/.python-flexmock.metadata @@ -0,0 +1 @@ +ee2c41329bdffa5381b031b674bc6396cade3766 SOURCES/flexmock-0.10.4.tar.gz diff --git a/SPECS/python-flexmock.spec b/SPECS/python-flexmock.spec new file mode 100644 index 0000000..cdde085 --- /dev/null +++ b/SPECS/python-flexmock.spec @@ -0,0 +1,181 @@ +Name: python-flexmock +Version: 0.10.4 +Release: 10%{?dist} +Summary: Testing library that makes it easy to create mocks, stubs and fakes + +License: BSD +URL: https://flexmock.readthedocs.org +Source0: %{pypi_source flexmock} + +BuildArch: noarch + +%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} + +BuildRequires: python3-devel +BuildRequires: python3-setuptools + +# for testing with various runners (twisted contains trial) +BuildRequires: python3-pytest +BuildRequires: python3-twisted + +%{?python_provide:%python_provide python3-flexmock} + +%description -n python3-flexmock %_description + + +%prep +%setup -q -n flexmock-%{version} + + +%build +%py3_build + + +%install +%py3_install + + +%check +PYEXECS=%{__python3} ./tests/run_tests.sh + + +%files -n python3-flexmock +%license LICENSE +%doc README.rst CHANGELOG docs/ +%{python3_sitelib}/flexmock* +%{python3_sitelib}/__pycache__/flexmock* + + +%changelog +* 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.