%{?python_enable_dependency_generator} %global modname freezegun %global sum Let your Python tests travel through time Name: python-freezegun Version: 0.3.12 Release: 4%{?dist} Summary: %{sum} License: ASL 2.0 URL: https://pypi.io/project/freezegun Source0: https://pypi.io/packages/source/f/%{modname}/%{modname}-%{version}.tar.gz BuildArch: noarch %description freezegun is a library that allows your python tests to travel through time by mocking the datetime module. %package -n python3-freezegun Summary: %{sum} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-six BuildRequires: python3-dateutil BuildRequires: python3-sure BuildRequires: python3-pytest BuildRequires: python3-coverage BuildRequires: python3-mock %{?python_provide:%python_provide python3-freezegun} Requires: python3-six Requires: python3-dateutil %description -n python3-freezegun freezegun is a library that allows your python tests to travel through time by mocking the datetime module. This is the Python 3 library. %prep %autosetup -p1 -n %{modname}-%{version} # Remove bundled egg-info in case it exists rm -rf %{modname}.egg-info %build %py3_build %install %py3_install %check # Ignore test_uuid1_future and test_uuid1_past for now as they fail with Python 3.8 # Reported upstream: https://github.com/spulec/freezegun/issues/293 pytest-3 --deselect tests/test_uuid.py::test_uuid1_future --deselect tests/test_uuid.py::test_uuid1_past %files -n python3-freezegun %doc README.rst LICENSE %{python3_sitelib}/%{modname}/ %{python3_sitelib}/%{modname}-%{version}-* %changelog * Sat Sep 21 2019 Miro Hrončok - 0.3.12-4 - Subpackage python2-freezegun has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Thu Aug 15 2019 Richard Shaw - 0.3.12-3 - Rebuild with Python 3.8. * Fri Jul 26 2019 Fedora Release Engineering - 0.3.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jun 05 2019 Charalampos Stratakis - 0.3.12-1 - Update to 0.3.12 * Mon Feb 11 2019 Adam Williamson - 0.3.11-4 - Backport fix for #269 that should fix cached-property tests * Sat Feb 02 2019 Fedora Release Engineering - 0.3.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Dec 14 2018 Miro Hrončok - 0.3.11-2 - Enable py2 on all Fedoras, it is unfortunately still needed * Sun Nov 11 2018 Ankur Sinha - 0.3.11-1 - Update to latest upstream release - Disable py2 on F30+ - Fix py2 build * Sat Jul 14 2018 Fedora Release Engineering - 0.3.8-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jun 16 2018 Miro Hrončok - 0.3.8-10 - Rebuilt for Python 3.7 * Thu Apr 05 2018 Charalampos Stratakis - 0.3.8-9 - Conditionalize the Python 2 subpackage and don't build it on EL > 7 * Wed Feb 21 2018 Iryna Shcherbina - 0.3.8-8 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering - 0.3.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 0.3.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.3.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Dec 28 2016 Adam Williamson - 0.3.8-4 - REALLY rename Python 2 package to python2-freezegun * Wed Dec 21 2016 Adam Williamson - 0.3.8-3 - Rebuild with Python 3.6 again (now python-sure is built) - rename Python 2 package to python2-freezegun * Mon Dec 19 2016 Miro Hrončok - 0.3.8-2 - Rebuild for Python 3.6 * Tue Nov 08 2016 Ralph Bean - 0.3.8-1 - new version * Tue Jul 19 2016 Fedora Release Engineering - 0.3.6-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Wed Apr 20 2016 Kevin Fenzi - 0.3.6-1 - Update to 0.3.6. Fixes bug #1328934 * Thu Feb 04 2016 Fedora Release Engineering - 0.3.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Oct 14 2015 Robert Kuska - 0.3.2-3 - Rebuilt for Python3.5 rebuild * Thu Jun 18 2015 Fedora Release Engineering - 0.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Apr 16 2015 Adam Williamson - 0.3.2-1 - latest upstream release * Thu Jan 22 2015 Zbigniew Jędrzejewski-Szmek - 0.1.12-4 - Adjust tests to actually do something * Sat Jun 07 2014 Fedora Release Engineering - 0.1.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 14 2014 Bohuslav Kabrda - 0.1.12-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Wed Feb 12 2014 Ralph Bean - 0.1.12-1 - initial package for Fedora