Hello community,
here is the log from the commit of package python-django-appconf for
openSUSE:Factory checked in at 2017-09-04 12:31:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-appconf (Old)
and /work/SRC/openSUSE:Factory/.python-django-appconf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-appconf"
Mon Sep 4 12:31:16 2017 rev:13 rq:519786 version:1.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes
2016-12-08 00:29:41.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-appconf.new/python-django-appconf.changes
2017-09-04 12:31:17.154002982 +0200
@@ -1,0 +2,5 @@
+Thu Aug 24 13:36:21 UTC 2017 - [email protected]
+
+- singlespec auto-conversion
+
+-------------------------------------------------------------------
@@ -72,0 +78 @@
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-appconf.spec ++++++
--- /var/tmp/diff_new_pack.A0H5H2/_old 2017-09-04 12:31:18.797771869 +0200
+++ /var/tmp/diff_new_pack.A0H5H2/_new 2017-09-04 12:31:18.805770745 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-appconf
#
-# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,39 +16,36 @@
#
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-django-appconf
Version: 1.0.2
Release: 0
-Url: http://django-appconf.readthedocs.org/
Summary: A Helper Class for Handling Configuration Defaults of Packaged
Apps
License: BSD-3-Clause
Group: Development/Languages/Python
-Source:
https://pypi.io/packages/source/d/django-appconf/django-appconf-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: python-devel
-BuildRequires: python-setuptools
+Url: http://django-appconf.readthedocs.org/
+Source:
https://files.pythonhosted.org/packages/source/d/django-appconf/django-appconf-%{version}.tar.gz
+BuildRequires: %{python_module devel}
+BuildRequires: %{python_module setuptools}
+BuildRequires: python-rpm-macros
Requires: python-six
-%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
-%endif
+%python_subpackages
%description
A helper class for handling configuration defaults of packaged Django apps
gracefully.
-
%prep
%setup -q -n django-appconf-%{version}
%build
-python setup.py build
+%python_build
%install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
-%files
+%files %{python_files}
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README.rst docs
%{python_sitelib}/*