Hello community,
here is the log from the commit of package python-django-rest-knox for
openSUSE:Factory checked in at 2019-10-08 19:57:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-rest-knox (Old)
and /work/SRC/openSUSE:Factory/.python-django-rest-knox.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-rest-knox"
Tue Oct 8 19:57:56 2019 rev:3 rq:735851 version:3.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-rest-knox/python-django-rest-knox.changes
2019-05-28 09:42:53.737851959 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-rest-knox.new.2352/python-django-rest-knox.changes
2019-10-08 19:57:57.328192969 +0200
@@ -1,0 +2,5 @@
+Mon Oct 7 13:12:34 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Disable py2 build as it is unresolvable
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-rest-knox.spec ++++++
--- /var/tmp/diff_new_pack.BPVNnM/_old 2019-10-08 19:57:58.100190657 +0200
+++ /var/tmp/diff_new_pack.BPVNnM/_new 2019-10-08 19:57:58.100190657 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-django-rest-knox
Version: 3.6.0
Release: 0
@@ -24,11 +25,15 @@
# change that at least breaks drf-jwt-knox
Summary: Authentication for Django REST framework
License: MIT
-Group: Development/Languages/Python
-Url: https://github.com/James1345/django-rest-knox
+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_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}
@@ -36,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