Hello community,

here is the log from the commit of package python-django-rest-invitations for 
openSUSE:Leap:15.2 checked in at 2020-05-21 13:00:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-django-rest-invitations (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-django-rest-invitations.new.2738 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-rest-invitations"

Thu May 21 13:00:06 2020 rev:3 rq:807942 version:0.1.2

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-django-rest-invitations/python-django-rest-invitations.changes
  2020-01-15 15:48:40.583433992 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-django-rest-invitations.new.2738/python-django-rest-invitations.changes
        2020-05-21 13:00:13.494910755 +0200
@@ -1,0 +2,17 @@
+Mon May  4 06:50:44 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 0.1.3:
+  - DRF 3.10 support
+  - Drop support for python 2.7 and python 3.4
+  - Add support for python 3.8
+  - Add support for django 3.0
+- Drop merged patches:
+  * merged_pr_11.patch
+  * fix-test-middleware-classes.patch
+
+-------------------------------------------------------------------
+Tue Mar 31 05:14:35 UTC 2020 - John Vandenberg <jay...@gmail.com>
+
+- Add merged_pr_11.patch to support DRF 3.10
+
+-------------------------------------------------------------------
@@ -9 +26,2 @@
-- Initial spec for v0.1.1
+- Initial spec for v0.1.1 using fix-test-middleware-classes.patch
+  to support Django 2

Old:
----
  0.1.1.tar.gz
  fix-test-middleware-classes.patch

New:
----
  django-rest-invitations-0.1.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-django-rest-invitations.spec ++++++
--- /var/tmp/diff_new_pack.nFpsnW/_old  2020-05-21 13:00:13.822911469 +0200
+++ /var/tmp/diff_new_pack.nFpsnW/_new  2020-05-21 13:00:13.826911478 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-rest-invitations
 #
-# 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,24 +17,23 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-django-rest-invitations
-Version:        0.1.1
+Version:        0.1.2
 Release:        0
 Summary:        A set of Django REST API endpoints to handle invitations
 License:        GPL-3.0-only
-Group:          Development/Languages/Python
-URL:            http://github.com/fmarco/django-rest-invitations
-Source:         
https://github.com/fmarco/django-rest-invitations/archive/%{version}.tar.gz
-Patch0:         fix-test-middleware-classes.patch
+URL:            https://github.com/fmarco/django-rest-invitations
+Source:         
https://github.com/fmarco/django-rest-invitations/archive/%{version}.tar.gz#/django-rest-invitations-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-django-invitations >= 1.9.2
-Requires:       python-djangorestframework >= 3.7.7
+Requires:       python-django-invitations >= 1.9.3
+Requires:       python-djangorestframework >= 3.10
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module django-invitations >= 1.9.2}
-BuildRequires:  %{python_module djangorestframework >= 3.7.7}
+BuildRequires:  %{python_module django-invitations >= 1.9.3}
+BuildRequires:  %{python_module djangorestframework >= 3.10}
 BuildRequires:  %{python_module pytest-django}
 # /SECTION
 %python_subpackages
@@ -44,7 +43,7 @@
 
 %prep
 %setup -q -n django-rest-invitations-%{version}
-%patch0 -p1
+sed -i -e 's:==:>=:g' setup.py
 
 %build
 %python_build


Reply via email to