Hello community,
here is the log from the commit of package python-django-classy-tags for
openSUSE:Factory checked in at 2020-02-20 14:58:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-classy-tags (Old)
and /work/SRC/openSUSE:Factory/.python-django-classy-tags.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-classy-tags"
Thu Feb 20 14:58:06 2020 rev:3 rq:777578 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-classy-tags/python-django-classy-tags.changes
2019-05-20 13:18:48.703890531 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-classy-tags.new.26092/python-django-classy-tags.changes
2020-02-20 14:58:15.598627078 +0100
@@ -1,0 +2,10 @@
+Thu Feb 20 07:51:09 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.0.0:
+ * Added isort and adapted imports
+ * Adapted code base to align with other supported addons
+ * Adapted README.rst instructions
+ * Added support for Django 3.0
+ * Added support for Python 3.8
+
+-------------------------------------------------------------------
Old:
----
0.9.0.tar.gz
New:
----
1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-classy-tags.spec ++++++
--- /var/tmp/diff_new_pack.zC8vB4/_old 2020-02-20 14:58:17.718631238 +0100
+++ /var/tmp/diff_new_pack.zC8vB4/_new 2020-02-20 14:58:17.722631246 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-classy-tags
#
-# 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
@@ -18,12 +18,11 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-django-classy-tags
-Version: 0.9.0
+Version: 1.0.0
Release: 0
Summary: Class based template tags for Django
License: MIT
-Group: Development/Languages/Python
-URL: http://github.com/ojii/django-classy-tags
+URL: https://github.com/ojii/django-classy-tags
Source:
https://github.com/divio/django-classy-tags/archive/%{version}.tar.gz
BuildRequires: %{python_module Django >= 1.11}
BuildRequires: %{python_module setuptools}
@@ -48,11 +47,11 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec runtests.py
+%python_exec setup.py test
%files %{python_files}
%doc README.rst
-%license LICENSE
+%license LICENSE.txt
%{python_sitelib}/*
%changelog
++++++ 0.9.0.tar.gz -> 1.0.0.tar.gz ++++++
++++ 4962 lines of diff (skipped)