Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-factory_boy for 
openSUSE:Factory checked in at 2021-05-16 23:42:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-factory_boy (Old)
 and      /work/SRC/openSUSE:Factory/.python-factory_boy.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-factory_boy"

Sun May 16 23:42:03 2021 rev:15 rq:893472 version:3.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-factory_boy/python-factory_boy.changes    
2020-10-23 12:18:34.228535094 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-factory_boy.new.2988/python-factory_boy.changes
  2021-05-16 23:44:20.697085742 +0200
@@ -1,0 +2,21 @@
+Sun May 16 13:01:17 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to v3.2.0
+  * Add support for Django 3.1
+  * Add support for Python 3.9
+  * Drop support for Django 1.11. This version is not maintained
+    anymore.
+  * Drop support for Python 3.5. This version is not maintained
+    anymore.
+  Deprecated:
+  * factory.use_strategy(). Use factory.FactoryOptions.strategy
+    instead. The purpose of use_strategy() duplicates the factory
+    option. Follow PEP 20: There should be one??? and preferably only
+    one ???obvious way to do it.
+  * use_strategy() will be removed in the next major version.
+  Bug fix:
+  * Calls to factory.Faker and factory.django.FileField within a
+    Trait or Maybe no longer lead to a KeyError crash.
+- Remove python2 build conditional: Not supported upstream
+
+-------------------------------------------------------------------

Old:
----
  factory_boy-3.1.0.tar.gz

New:
----
  factory_boy-3.2.0.tar.gz

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

Other differences:
------------------
++++++ python-factory_boy.spec ++++++
--- /var/tmp/diff_new_pack.udw2Ay/_old  2021-05-16 23:44:21.209083757 +0200
+++ /var/tmp/diff_new_pack.udw2Ay/_new  2021-05-16 23:44:21.209083757 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-factory_boy
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without python2
+%define skip_python2 1
 Name:           python-factory_boy
-Version:        3.1.0
+Version:        3.2.0
 Release:        0
 Summary:        Python test fixtures
 License:        MIT
@@ -28,16 +28,12 @@
 BuildRequires:  %{python_module Django}
 BuildRequires:  %{python_module Faker >= 0.7.0}
 BuildRequires:  %{python_module Pillow}
-BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module setuptools >= 0.8}
 BuildRequires:  %{pythons}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Faker >= 0.7.0
 BuildArch:      noarch
-%if %{with python2}
-BuildRequires:  python-ipaddress
-%endif
 %python_subpackages
 
 %description
@@ -60,11 +56,12 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec -m unittest
+%pyunittest -v
 
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/factory
+%{python_sitelib}/factory_boy-%{version}*-info
 
 %changelog

++++++ factory_boy-3.1.0.tar.gz -> factory_boy-3.2.0.tar.gz ++++++
++++ 3123 lines of diff (skipped)

Reply via email to