Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mongoengine for openSUSE:Factory checked in at 2024-11-14 16:09:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mongoengine (Old) and /work/SRC/openSUSE:Factory/.python-mongoengine.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mongoengine" Thu Nov 14 16:09:50 2024 rev:9 rq:1224105 version:0.29.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mongoengine/python-mongoengine.changes 2024-03-19 17:32:28.808172571 +0100 +++ /work/SRC/openSUSE:Factory/.python-mongoengine.new.2017/python-mongoengine.changes 2024-11-14 16:10:50.272129754 +0100 @@ -1,0 +2,26 @@ +Thu Nov 14 08:56:02 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 0.29.1: + * Add support for freshly released pymongo 4.9 #2849 + * Fix weakref in EmbeddedDocumentListField (causing brief mem + leak in certain circumstances) #2827 + * Fix pillow deprecation warning related with LANCZOS filter + #2824 + * Allow gt/gte/lt/lte/ne operators to be used with a list as + value on ListField #2813 + * Switch tox to use pytest instead of legacy python setup.py + test #2804 + * Add support for timeseries collection #2661 + * Add support in tests for MongoDB 7.0, pymongo 4.7 and pymongo + 4.8 in the CI #2826 + * Add support for array_filters in Queryset.modify #2811 + * Integrate a docker-compose setup for local testing #2555 + * improve ReferenceField wrong usage detection + * Fix no_dereference thread-safetyness #2830 + * BREAKING CHANGE: max_length in ListField is now keyword only + on ListField signature + * BREAKING CHANGE: Force field argument of ListField/DictField + to be a field instance (e.g ListField(StringField()) instead + of ListField(StringField) + +------------------------------------------------------------------- Old: ---- v0.28.2.tar.gz New: ---- v0.29.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mongoengine.spec ++++++ --- /var/tmp/diff_new_pack.5wT1cV/_old 2024-11-14 16:10:50.892155371 +0100 +++ /var/tmp/diff_new_pack.5wT1cV/_new 2024-11-14 16:10:50.892155371 +0100 @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%global skip_python2 1 +%{?sle15_python_module_pythons} Name: python-mongoengine -Version: 0.28.2 +Version: 0.29.1 Release: 0 Summary: Python Object-Document Mapper for working with MongoDB License: MIT @@ -27,9 +26,11 @@ URL: http://mongoengine.org/ Source: https://github.com/MongoEngine/mongoengine/archive/v%{version}.tar.gz BuildRequires: %{python_module blinker} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pymongo >= 3.9} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-blinker @@ -47,10 +48,10 @@ %setup -q -n mongoengine-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -60,5 +61,6 @@ %files %{python_files} %doc AUTHORS README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/mongoengine +%{python_sitelib}/mongoengine-%{version}.dist-info ++++++ v0.28.2.tar.gz -> v0.29.1.tar.gz ++++++ ++++ 2304 lines of diff (skipped)