Hello community,

here is the log from the commit of package python-model-bakery for 
openSUSE:Factory checked in at 2020-12-01 14:22:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-model-bakery (Old)
 and      /work/SRC/openSUSE:Factory/.python-model-bakery.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-model-bakery"

Tue Dec  1 14:22:52 2020 rev:2 rq:851869 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-model-bakery/python-model-bakery.changes  
2020-09-06 00:03:01.931272763 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-model-bakery.new.5913/python-model-bakery.changes
        2020-12-01 14:23:05.705613341 +0100
@@ -1,0 +2,20 @@
+Fri Nov 27 06:23:38 UTC 2020 - John Vandenberg <jay...@gmail.com>
+
+- Add changelog and docs
+- Enable Leap builds by disabling Python 2
+- Update to v1.2.1
+  * Add ability to pass `str` values to `foreign_key` for recipes
+    from other modules
+  * Add new parameter `_using` to support multi database applications
+  * Fixed _model parameter annotations
+  * Fixed bug when field has callable `default`
+  * Drop Python 3.5 support as it is retired
+  * Remove support for Django<2.2
+- from v1.2.0
+  * Support to Django 3.1 `JSONField`
+  * Added type annotations
+  * Support for Python 3.9
+  * Support for `prefix` in `seq` values
+  * Adjust imports for Django 3.1 compatibility
+
+-------------------------------------------------------------------

Old:
----
  model_bakery-1.1.1.tar.gz

New:
----
  model_bakery-1.2.1.tar.gz

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

Other differences:
------------------
++++++ python-model-bakery.spec ++++++
--- /var/tmp/diff_new_pack.ziXNgw/_old  2020-12-01 14:23:06.365614055 +0100
+++ /var/tmp/diff_new_pack.ziXNgw/_new  2020-12-01 14:23:06.369614059 +0100
@@ -13,25 +13,27 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-model-bakery
-Version:        1.1.1
+Version:        1.2.1
 Release:        0
-License:        Apache-2.0
 Summary:        Smart object creation facility for Django
-Url:            http://github.com/model-bakers/model_bakery
+License:        Apache-2.0
 Group:          Development/Languages/Python
+Url:            http://github.com/model-bakers/model_bakery
 Source:         
https://files.pythonhosted.org/packages/source/m/model-bakery/model_bakery-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module django >= 1.11.0}
+BuildRequires:  %{python_module Django >= 2.2}
 BuildRequires:  %{python_module pytest-django}
 # /SECTION
 BuildRequires:  fdupes
-Requires:       python-django >= 1.11.0
+Requires:       python-Django >= 2.2
 BuildArch:      noarch
 
 %python_subpackages
@@ -50,11 +52,11 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-export PYTHONPATH=.
+export PYTHONPATH=${PWD}
 %pytest
 
 %files %{python_files}
-%doc README.md
+%doc CHANGELOG.md README.md docs/source/*.rst
 %license LICENSE
 %{python_sitelib}/*
 

++++++ model_bakery-1.1.1.tar.gz -> model_bakery-1.2.1.tar.gz ++++++
++++ 3377 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to