Accepting request 329150 from home:TheBlackCat:branches:devel:languages:python

Update to 0.3.5

OBS-URL: https://build.opensuse.org/request/show/329150
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-freezegun?expand=0&rev=6
This commit is contained in:
Todd R 2015-09-04 15:08:07 +00:00 committed by Git OBS Bridge
parent 72df1bd126
commit 867696fd58
4 changed files with 16 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a895f16ee75aadf19342ff5f65fc93011f75ee809605b957b06a77c20016f9ba
size 11643

3
freezegun-0.3.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee59b2eedd4011eeaae8a95eec31aa977ec355df7f4eca1067f402cb79429e0a
size 43439

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 4 13:28:47 UTC 2015 - toddrme2178@gmail.com
- Update to 0.3.5
* No upstream changelog
- Remove unneeded freeze_hideDeps.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 9 15:26:49 UTC 2015 - p.drouand@gmail.com Mon Feb 9 15:26:49 UTC 2015 - p.drouand@gmail.com

View File

@ -17,24 +17,24 @@
Name: python-freezegun Name: python-freezegun
Version: 0.2.8 Version: 0.3.5
Release: 0 Release: 0
Url: https://github.com/spulec/freezegun Url: https://github.com/spulec/freezegun
Summary: Mock time date for Python Summary: Mock time date for Python
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
Source: https://pypi.python.org/packages/source/f/freezegun/freezegun-%{version}.tar.gz Source: https://pypi.python.org/packages/source/f/freezegun/freezegun-%{version}.tar.gz
Patch0: freeze_hideDeps.patch # Patch0: freeze_hideDeps.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python BuildRequires: python
BuildRequires: python-setuptools
BuildRequires: python-coverage BuildRequires: python-coverage
BuildRequires: python-dateutil > 2.0 BuildRequires: python-dateutil > 2.0
BuildRequires: python-nose BuildRequires: python-nose
BuildRequires: python-sure BuildRequires: python-sure
BuildRequires: python-setuptools BuildRequires: python-six
Requires: python-dateutil > 2.0 Requires: python-dateutil > 2.0
Requires: python-six Requires: python-six
%if 0%{?suse_version} && 0%{?suse_version} <= 1110 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else %else
@ -47,7 +47,7 @@ time by mocking the datetime module.
%prep %prep
%setup -q -n freezegun-%{version} %setup -q -n freezegun-%{version}
%patch0 # %patch0
%build %build
python setup.py build python setup.py build
@ -56,7 +56,7 @@ python setup.py build
python setup.py install --prefix=%{_prefix} --root=%{buildroot} python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check %check
make test nosetests
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)