Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-braces for
openSUSE:Factory checked in at 2022-02-03 23:16:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-braces (Old)
and /work/SRC/openSUSE:Factory/.python-django-braces.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-braces"
Thu Feb 3 23:16:46 2022 rev:4 rq:950843 version:1.15.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-braces/python-django-braces.changes
2021-03-19 16:43:30.542142569 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-braces.new.1898/python-django-braces.changes
2022-02-03 23:17:44.624097847 +0100
@@ -1,0 +2,13 @@
+Thu Feb 3 04:14:44 UTC 2022 - Steve Kowalik <[email protected]>
+
+- Update to 1.15.0:
+ * Updates and fixes from #265
+ * Typo fixes from #269 and #262
+ * Dropped explicit support for Python versions before 3.7 and non-LTS
+ versions of Django
+- Dropped patch remove-py2-add-django3.patch:
+ * Included
+- Added patch modernize-braces.patch:
+ * Add support for modern versions of Django
+
+-------------------------------------------------------------------
Old:
----
django-braces-1.14.0.tar.gz
remove-py2-add-django3.patch
New:
----
django-braces-1.15.0.tar.gz
modernize-braces.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-braces.spec ++++++
--- /var/tmp/diff_new_pack.R8qzzj/_old 2022-02-03 23:17:45.264093479 +0100
+++ /var/tmp/diff_new_pack.R8qzzj/_new 2022-02-03 23:17:45.272093424 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-braces
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,19 +19,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-django-braces
-Version: 1.14.0
+Version: 1.15.0
Release: 0
Summary: Reusable, generic mixins for Django
License: BSD-3-Clause
-Group: Development/Languages/Python
URL: https://github.com/brack3t/django-braces/
Source:
https://files.pythonhosted.org/packages/source/d/django-braces/django-braces-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM https://github.com/brack3t/django-braces/pull/265 feat:
remove support for python 2.7 and add support for Django 3.1
-Patch0: remove-py2-add-django3.patch
+# PATCH-FIX-UPSTREAM gh#brack3t/django-braces#277
+Patch0: modernize-braces.patch
Patch1: testhack.patch
BuildRequires: %{python_module Django >= 2.2}
BuildRequires: %{python_module factory_boy}
BuildRequires: %{python_module mock}
+BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-django}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -47,7 +47,6 @@
%setup -q -n django-braces-%{version}
%autopatch -p1
# do not mess with the test setup and rely on pytest defaults
-rm tox.ini
rm conftest.py
%build
++++++ django-braces-1.14.0.tar.gz -> django-braces-1.15.0.tar.gz ++++++
++++ 4715 lines of diff (skipped)
++++++ modernize-braces.patch ++++++
++++ 1036 lines (skipped)