Hello community,
here is the log from the commit of package python-dj-database-url for
openSUSE:Factory checked in at 2017-12-14 11:03:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dj-database-url (Old)
and /work/SRC/openSUSE:Factory/.python-dj-database-url.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dj-database-url"
Thu Dec 14 11:03:11 2017 rev:2 rq:556696 version:0.4.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-dj-database-url/python-dj-database-url.changes
2017-10-18 10:50:34.312620413 +0200
+++
/work/SRC/openSUSE:Factory/.python-dj-database-url.new/python-dj-database-url.changes
2017-12-14 11:03:20.958623988 +0100
@@ -1,0 +2,5 @@
+Wed Dec 13 14:54:17 UTC 2017 - [email protected]
+
+- Switch to github url to contain the LICENSE file
+
+-------------------------------------------------------------------
Old:
----
dj-database-url-0.4.2.tar.gz
New:
----
v0.4.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dj-database-url.spec ++++++
--- /var/tmp/diff_new_pack.51nI2Q/_old 2017-12-14 11:03:21.642590970 +0100
+++ /var/tmp/diff_new_pack.51nI2Q/_new 2017-12-14 11:03:21.642590970 +0100
@@ -13,24 +13,23 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
Name: python-dj-database-url
Version: 0.4.2
Release: 0
-License: BSD-3-Clause
Summary: Use Database URLs in your Django Application
-Url: https://github.com/kennethreitz/dj-database-url
+License: BSD-3-Clause
Group: Development/Languages/Python
-Source:
https://files.pythonhosted.org/packages/source/d/dj-database-url/dj-database-url-%{version}.tar.gz
-BuildRequires: python-rpm-macros
+Url: https://github.com/kennethreitz/dj-database-url
+Source:
https://github.com/kennethreitz/dj-database-url/archive/v%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
BuildArch: noarch
-
%python_subpackages
%description
@@ -62,8 +61,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst
+%doc README.rst LICENSE
%{python_sitelib}/*
%changelog