Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-django-oscar for openSUSE:Factory checked in at 2022-03-01 17:04:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-oscar (Old) and /work/SRC/openSUSE:Factory/.python-django-oscar.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-oscar" Tue Mar 1 17:04:07 2022 rev:2 rq:958289 version:3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-oscar/python-django-oscar.changes 2021-02-25 18:27:15.394173434 +0100 +++ /work/SRC/openSUSE:Factory/.python-django-oscar.new.1958/python-django-oscar.changes 2022-03-01 17:04:55.644355071 +0100 @@ -1,0 +2,19 @@ +Mon Dec 20 10:56:31 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Update to 3.1: + Oscar 3.1 is compatible with Django 2.2, Django 3.1 and Django + 3.2 and Python versions 3.6 to 3.9. Support for Django 3.0 has + been dropped. + - Improvements have been made to the dashboard interface for + creating and editing offers, vouchers, and voucher sets. + - These better expose the flexible implementation of offer and + voucher functionality, allowing: + - creation of offers of all types + - creation of vouchers with multiple offers + - creation of voucher sets of all usages, and with multiple + offers + Details can be found in the full release notes on + https://django-oscar.readthedocs.io/en/stable/releases/v3.1.html +- Skip plenty of failing tests (gh#django-oscar/django-oscar#3883). + +------------------------------------------------------------------- Old: ---- django-oscar-3.0.2.tar.gz New: ---- django-oscar-3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-oscar.spec ++++++ --- /var/tmp/diff_new_pack.2RjJVJ/_old 2022-03-01 17:04:56.372355264 +0100 +++ /var/tmp/diff_new_pack.2RjJVJ/_new 2022-03-01 17:04:56.376355265 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-django-oscar # -# 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 @@ -18,8 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-django-oscar -Version: 3.0.2 +Version: 3.1 Release: 0 Summary: Django domain-driven e-commerce framework License: BSD-3-Clause @@ -84,8 +85,13 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# https://github.com/django-oscar/django-oscar/issues/3659 -%pytest --sqlite -k 'not (test_updating_subtree_slugs_when_moving_category_to_new_parent or test_updating_subtree_when_moving_category_to_new_sibling or TestConcurrentOrderPlacement or test_raises_exception_if_app_has_already_been_forked)' +# gh#django-oscar/django-oscar#3659 +dont_test='test_updating_subtree_slugs_when_moving_category_to_new_parent or test_updating_subtree_when_moving_category_to_new_sibling ' +dont_test+='or TestConcurrentOrderPlacement or test_raises_exception_if_app_has_already_been_forked' +# gh#django-oscar/django-oscar#3883 +dont_test+=' or test_delete_object or test_delete_popup_object or test_check_verification_hash_valid' +dont_test+=' or test_redirects_to_parent_list_after_creating_child_category or test_verification_hash_generation or test_voucher_delete_view_for_voucher_in_set' +%pytest --sqlite -k "not (${dont_test})" %files %{python_files} %doc AUTHORS CHANGELOG.rst README.rst ++++++ django-oscar-3.0.2.tar.gz -> django-oscar-3.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-django-oscar/django-oscar-3.0.2.tar.gz /work/SRC/openSUSE:Factory/.python-django-oscar.new.1958/django-oscar-3.1.tar.gz differ: char 13, line 1