Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-django-rest-framework-braces for openSUSE:Factory checked in at 2022-11-02 15:09:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-rest-framework-braces (Old) and /work/SRC/openSUSE:Factory/.python-django-rest-framework-braces.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-rest-framework-braces" Wed Nov 2 15:09:10 2022 rev:5 rq:1032884 version:0.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-rest-framework-braces/python-django-rest-framework-braces.changes 2022-06-21 16:33:00.291863339 +0200 +++ /work/SRC/openSUSE:Factory/.python-django-rest-framework-braces.new.2275/python-django-rest-framework-braces.changes 2022-11-02 15:09:13.080161685 +0100 @@ -1,0 +2,7 @@ +Wed Nov 2 12:54:00 UTC 2022 - Daniel Garcia <daniel.gar...@suse.com> + +- Fix tests gh#dealertrack/django-rest-framework-braces#36 +- Remove python_module macro definition +- More specific python_sitelib files + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-rest-framework-braces.spec ++++++ --- /var/tmp/diff_new_pack.t9h24g/_old 2022-11-02 15:09:13.584164227 +0100 +++ /var/tmp/diff_new_pack.t9h24g/_new 2022-11-02 15:09:13.588164248 +0100 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python36 1 Name: python-django-rest-framework-braces Version: 0.3.4 @@ -58,6 +57,8 @@ sed -i '/argparse/d' setup.* requirements* sed -i '/\.admin/d' tests/settings.py sed -i 's/^import mock/from unittest import mock/' drf_braces/tests/test_mixins.py drf_braces/tests/*/test_*.py +# NullBooleanField is removed from django gh#dealertrack/django-rest-framework-braces#36 +sed -i "s/'NullBooleanField',//" drf_braces/fields/_fields.py %build %python_build @@ -75,6 +76,7 @@ %files %{python_files} %doc AUTHORS.rst README.rst %license LICENSE.rst -%{python_sitelib}/*braces*/ +%{python_sitelib}/drf_braces +%{python_sitelib}/django_rest_framework_braces-%{version}*-info %changelog