Hello community,
here is the log from the commit of package python-django-appconf for
openSUSE:Factory checked in at 2018-12-11 15:48:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-appconf (Old)
and /work/SRC/openSUSE:Factory/.python-django-appconf.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-appconf"
Tue Dec 11 15:48:35 2018 rev:14 rq:656872 version:1.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes
2017-09-04 12:31:17.154002982 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-appconf.new.19453/python-django-appconf.changes
2018-12-11 15:48:35.702155948 +0100
@@ -1,0 +2,7 @@
+Mon Dec 10 15:44:16 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Switch to github archives to get tests
+- Run the tests
+- Fix dependencies
+
+-------------------------------------------------------------------
Old:
----
django-appconf-1.0.2.tar.gz
New:
----
v1.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-appconf.spec ++++++
--- /var/tmp/diff_new_pack.w55GmX/_old 2018-12-11 15:48:36.502155065 +0100
+++ /var/tmp/diff_new_pack.w55GmX/_new 2018-12-11 15:48:36.502155065 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-appconf
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -23,12 +23,12 @@
Summary: A Helper Class for Handling Configuration Defaults of Packaged
Apps
License: BSD-3-Clause
Group: Development/Languages/Python
-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}
+URL: https://github.com/django-compressor/django-appconf
+Source:
https://github.com/django-compressor/django-appconf/archive/v%{version}.tar.gz
+BuildRequires: %{python_module Django}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
-Requires: python-six
+Requires: python-Django
BuildArch: noarch
%python_subpackages
@@ -45,9 +45,13 @@
%install
%python_install
+%check
+export DJANGO_SETTINGS_MODULE=tests.test_settings
+%python_exec setup.py test
+
%files %{python_files}
-%defattr(-,root,root,-)
-%doc AUTHORS LICENSE README.rst docs
+%license LICENSE
+%doc AUTHORS README.rst docs
%{python_sitelib}/*
%changelog