Hello community,
here is the log from the commit of package python-drf-nested-routers for
openSUSE:Factory checked in at 2019-10-08 19:57:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-drf-nested-routers (Old)
and /work/SRC/openSUSE:Factory/.python-drf-nested-routers.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-drf-nested-routers"
Tue Oct 8 19:57:50 2019 rev:2 rq:735848 version:0.91.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-drf-nested-routers/python-drf-nested-routers.changes
2019-05-16 22:09:41.922301259 +0200
+++
/work/SRC/openSUSE:Factory/.python-drf-nested-routers.new.2352/python-drf-nested-routers.changes
2019-10-08 19:57:51.904209212 +0200
@@ -1,0 +2,5 @@
+Mon Oct 7 13:10:13 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Disable py2 pkg as the deps are no longer supporting python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-drf-nested-routers.spec ++++++
--- /var/tmp/diff_new_pack.IhA1oq/_old 2019-10-08 19:57:52.696206841 +0200
+++ /var/tmp/diff_new_pack.IhA1oq/_new 2019-10-08 19:57:52.700206829 +0200
@@ -17,18 +17,18 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-drf-nested-routers
Version: 0.91.0
Release: 0
Summary: Nested resources for the Django Rest Framework
License: Apache-2.0
-Group: Development/Languages/Python
URL: https://github.com/alanjds/drf-nested-routers
Source:
https://github.com/alanjds/drf-nested-routers/archive/v%{version}.tar.gz
BuildRequires: %{python_module Django >= 1.11}
BuildRequires: %{python_module djangorestframework >= 3.6.0}
-BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-django}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros