Hello community,
here is the log from the commit of package python-django-appconf for
openSUSE:Factory checked in at 2020-04-04 12:26:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-appconf (Old)
and /work/SRC/openSUSE:Factory/.python-django-appconf.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-appconf"
Sat Apr 4 12:26:37 2020 rev:16 rq:791172 version:1.0.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes
2019-03-10 09:39:34.412115921 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-appconf.new.3248/python-django-appconf.changes
2020-04-04 12:27:25.464051541 +0200
@@ -1,0 +2,6 @@
+Fri Apr 3 10:54:12 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.0.4:
+ * Updates test matrix and PyPI metadata for latest versions of Django.
+
+-------------------------------------------------------------------
Old:
----
1.0.3.tar.gz
New:
----
v1.0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-appconf.spec ++++++
--- /var/tmp/diff_new_pack.Izhuix/_old 2020-04-04 12:27:26.728052848 +0200
+++ /var/tmp/diff_new_pack.Izhuix/_new 2020-04-04 12:27:26.732052852 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-appconf
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-django-appconf
-Version: 1.0.3
+Version: 1.0.4
Release: 0
Summary: A Helper Class for Handling Configuration Defaults of Packaged
Apps
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/django-compressor/django-appconf
-Source:
https://github.com/django-compressor/django-appconf/archive/%{version}.tar.gz
+Source:
https://github.com/django-compressor/django-appconf/archive/v%{version}.tar.gz
BuildRequires: %{python_module Django}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}