diff --git a/mongoengine-0.28.2.tar.gz b/mongoengine-0.28.2.tar.gz deleted file mode 100644 index ffbc9a3cd5e15b7dc2018c2a3b1d4ab4ce461eb1..0000000000000000000000000000000000000000 Binary files a/mongoengine-0.28.2.tar.gz and /dev/null differ diff --git a/mongoengine-0.29.0.tar.gz b/mongoengine-0.29.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3034031901b6940cdec858dd609218c593acf068 Binary files /dev/null and b/mongoengine-0.29.0.tar.gz differ diff --git a/python-mongoengine.spec b/python-mongoengine.spec index 2b393a532bab0a8c70dc22f06baa1eca29f1b200..8165bea5882feb35016e247f169f59f776bfc443 100644 --- a/python-mongoengine.spec +++ b/python-mongoengine.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mongoengine -Version: 0.28.2 +Version: 0.29.0 Release: 1 Summary: MongoEngine is a Python Object-Document Mapper for working with MongoDB. License: MIT URL: https://github.com/MongoEngine/mongoengine -Source0: https://files.pythonhosted.org/packages/73/de/4503c76ba2208eb5d14aff5cd10509256af35433f80ab089629d0ced6419/mongoengine-0.28.2.tar.gz +Source0: https://files.pythonhosted.org/packages/2c/18/a7e4d91c55b8a6620ccb516983bf7456423ce2651844abf2f0c24a6e986b/mongoengine-0.29.0.tar.gz BuildArch: noarch %description @@ -70,6 +70,15 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 27 2024 zhaoshuang - 0.29.0-1 +- Update package to version 0.29.0 +- Fix weakref in EmbeddedDocumentListField (causing brief mem leak in certain circumstances) +- Fix pillow deprecation warning related with LANCZOS filter +- Allow gt/gte/lt/lte/ne operators to be used with a list as value on ListField +- Switch tox to use pytest instead of legacy `python setup.py test` +- Add support for timeseries collection +- Add support in tests for MongoDB 7.0, pymongo 4.7 and pymongo 4.8 in the CI + * Tue Apr 02 2024 zhaojingyu - 0.28.2-1 - Update package to version 0.28.2 - Fix for uuidRepresentation not read when provided in URI