Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-djangorestframework for 
openSUSE:Factory checked in at 2022-08-25 15:09:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-djangorestframework (Old)
 and      /work/SRC/openSUSE:Factory/.python-djangorestframework.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-djangorestframework"

Thu Aug 25 15:09:05 2022 rev:16 rq:999146 version:3.13.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-djangorestframework/python-djangorestframework.changes
    2022-06-20 15:39:26.807050022 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-djangorestframework.new.2083/python-djangorestframework.changes
  2022-08-25 15:09:18.421242088 +0200
@@ -1,0 +2,8 @@
+Thu Aug 25 02:39:05 UTC 2022 - John Vandenberg <jay...@gmail.com>
+
+- Skip two tests, TestPosgresFieldsMapping.test_array_field and
+  TestViewNamesAndDescriptions.test_markdown
+- Add README.md to package
+- Be more precise about files included under site-packages
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-djangorestframework.spec ++++++
--- /var/tmp/diff_new_pack.eZ3Z7q/_old  2022-08-25 15:09:19.065243448 +0200
+++ /var/tmp/diff_new_pack.eZ3Z7q/_new  2022-08-25 15:09:19.073243464 +0200
@@ -1,5 +1,5 @@
 #
-# spec file
+# spec file for package python-djangorestframework
 #
 # Copyright (c) 2022 SUSE LLC
 #
@@ -91,13 +91,17 @@
 
 %check
 %if %{with test}
-%pytest -rs -vv
+# TestPosgresFieldsMapping.test_array_field started failing in v3.13.1 noticed 
25-08-2022
+# TestViewNamesAndDescriptions.test_markdown has minor differences on Leap
+%pytest -rs -vv -k 'not (TestPosgresFieldsMapping and test_array_field) and 
not (TestViewNamesAndDescriptions and test_markdown)'
 %endif
 
 %if !%{with test}
 %files %{python_files}
+%doc README.md
 %license LICENSE.md
-%{python_sitelib}/*
+%{python_sitelib}/rest_framework/
+%{python_sitelib}/*djangorestframework*/
 %endif
 
 %changelog

Reply via email to