Accepting request 487846 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/487846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-itsdangerous?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2017-04-24 07:47:59 +00:00 committed by Git OBS Bridge
commit e4da464424
2 changed files with 14 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 4 15:53:02 UTC 2017 - jmatejek@suse.com
- update for singlespec
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 17 13:03:00 UTC 2016 - rjschwei@suse.com Thu Nov 17 13:03:00 UTC 2016 - rjschwei@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-itsdangerous # spec file for package python-itsdangerous
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,6 +16,7 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-itsdangerous Name: python-itsdangerous
Version: 0.24 Version: 0.24
Release: 0 Release: 0
@ -23,14 +24,12 @@ Summary: Various helpers to pass trusted data to untrusted environments a
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://github.com/mitsuhiko/itsdangerous Url: http://github.com/mitsuhiko/itsdangerous
Source: https://pypi.python.org/packages/source/i/itsdangerous/itsdangerous-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/i/itsdangerous/itsdangerous-%{version}.tar.gz
BuildRequires: python-devel BuildRequires: %{python_module devel}
BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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()")}
%else
BuildArch: noarch BuildArch: noarch
%endif %python_subpackages
%description %description
It's Dangerous It's Dangerous
@ -45,17 +44,16 @@ make it work better on its own.
Also I plan to add some extra things. Work in progress. Also I plan to add some extra things. Work in progress.
%prep %prep
%setup -q -n itsdangerous-%{version} %setup -q -n itsdangerous-%{version}
%build %build
python setup.py build %python_build
%install %install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} %python_install
%files %files %{python_files}
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc CHANGES LICENSE README %doc CHANGES LICENSE README
%{python_sitelib}/* %{python_sitelib}/*