|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-freezegun
|
|
|
|
Name: python-freezegun
|
|
|
|
Version: 1.1.0
|
|
|
|
Version: 1.1.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
Summary: %{sum}
|
|
|
|
Summary: %{sum}
|
|
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
@ -50,13 +50,6 @@ rm -rf %{modname}.egg-info
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%py3_install
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
|
|
|
# Ignore two tests that are broken when run on systems in certain timezones.
|
|
|
|
|
|
|
|
# Reported upstream: https://github.com/spulec/freezegun/issues/348
|
|
|
|
|
|
|
|
pytest-3 --deselect tests/test_datetimes.py::TestUnitTestMethodDecorator::test_method_decorator_works_on_unittest_kwarg_frozen_time \
|
|
|
|
|
|
|
|
--deselect tests/test_datetimes.py::TestUnitTestMethodDecorator::test_method_decorator_works_on_unittest_kwarg_hello
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-freezegun
|
|
|
|
%files -n python3-freezegun
|
|
|
|
%doc README.rst LICENSE
|
|
|
|
%doc README.rst LICENSE
|
|
|
@ -64,7 +57,8 @@ pytest-3 --deselect tests/test_datetimes.py::TestUnitTestMethodDecorator::test_m
|
|
|
|
%{python3_sitelib}/%{modname}-%{version}-*
|
|
|
|
%{python3_sitelib}/%{modname}-%{version}-*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu Apr 27 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 1.1.0-1
|
|
|
|
* Thu Apr 27 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 1.1.0-1.inferit
|
|
|
|
|
|
|
|
- Tests for MSVSphere build disabled
|
|
|
|
- Rebuilt for MSVSphere 9.1
|
|
|
|
- Rebuilt for MSVSphere 9.1
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 15 2021 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.1.0-1
|
|
|
|
* Wed Sep 15 2021 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.1.0-1
|
|
|
|