Hello community,
here is the log from the commit of package python-django-rest-knox for
openSUSE:Leap:15.2 checked in at 2020-02-23 16:47:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-django-rest-knox (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-django-rest-knox.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-rest-knox"
Sun Feb 23 16:47:31 2020 rev:3 rq:776580 version:3.6.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-django-rest-knox/python-django-rest-knox.changes
2020-01-15 15:48:40.703434061 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-django-rest-knox.new.26092/python-django-rest-knox.changes
2020-02-23 16:47:32.230328227 +0100
@@ -1,0 +2,10 @@
+Mon Oct 7 13:12:34 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Disable py2 build as it is unresolvable
+
+-------------------------------------------------------------------
+Mon May 20 01:47:09 UTC 2019 - John Vandenberg <[email protected]>
+
+- Add non-updating note to the SPEC file
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-rest-knox.spec ++++++
--- /var/tmp/diff_new_pack.4RwTY4/_old 2020-02-23 16:47:32.494328734 +0100
+++ /var/tmp/diff_new_pack.4RwTY4/_new 2020-02-23 16:47:32.494328734 +0100
@@ -12,20 +12,28 @@
# 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/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-django-rest-knox
Version: 3.6.0
Release: 0
-License: MIT
+# Please, do not update to the current version, 4.x, as it is a breaking
+# change that at least breaks drf-jwt-knox
Summary: Authentication for Django REST framework
-Url: https://github.com/James1345/django-rest-knox
-Group: Development/Languages/Python
+License: MIT
+URL: https://github.com/James1345/django-rest-knox
Source:
https://github.com/James1345/django-rest-knox/archive/%{version}.tar.gz#/django-rest-knox-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
+BuildRequires: python-rpm-macros
+Requires: python-Django
+Requires: python-cryptography
+Requires: python-djangorestframework
+BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Django}
BuildRequires: %{python_module cryptography}
@@ -33,12 +41,6 @@
BuildRequires: %{python_module djangorestframework}
BuildRequires: %{python_module freezegun}
# /SECTION
-BuildRequires: fdupes
-Requires: python-Django
-Requires: python-cryptography
-Requires: python-djangorestframework
-BuildArch: noarch
-
%python_subpackages
%description