diff --git a/pymongocrypt-1.11.0.tar.gz b/pymongocrypt-1.11.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..45fb6636e7bcdd56de5f16d9f37768d65193ec2c Binary files /dev/null and b/pymongocrypt-1.11.0.tar.gz differ diff --git a/pymongocrypt-1.9.2.tar.gz b/pymongocrypt-1.9.2.tar.gz deleted file mode 100644 index c3a4743115f1247342c2311627f4d67bb9248bca..0000000000000000000000000000000000000000 Binary files a/pymongocrypt-1.9.2.tar.gz and /dev/null differ diff --git a/python-pymongocrypt.spec b/python-pymongocrypt.spec index 7199eef1583302d5749881be207a929c8f6b3149..8a74099caca15eaa0b28ec176e931c518546f18d 100644 --- a/python-pymongocrypt.spec +++ b/python-pymongocrypt.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pymongocrypt -Version: 1.9.2 +Version: 1.11.0 Release: 1 Summary: Python bindings for libmongocrypt License: Apache-2.0 URL: https://github.com/mongodb/libmongocrypt/tree/master/bindings/python -Source0: https://files.pythonhosted.org/packages/8f/94/dbd9f87cdd42044b1c83cadaf0a6d9c79b0b0940efc943510d6bc9dc27b1/pymongocrypt-1.9.2.tar.gz +Source0: https://files.pythonhosted.org/packages/97/d2/51d0adbe1e5f934ca37a1d838cbd4d1b6949c3e555475565a0bfa77f102e/pymongocrypt-1.11.0.tar.gz BuildArch: noarch %description Python wrapper library for libmongocrypt that supports client side encryption @@ -79,6 +79,20 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Dec 10 2024 wanggang - 1.11.0-1 +- Update version to 1.11.0 +- Changes in Version 1.11.0 +- Bundle libmongocrypt 1.11.0 in release wheels. +- Add support for Python 3.13. +- Fix bug in Python async support for AsyncMongoCryptCallback.fetch_keys. +- Changes in Version 1.10.1 +- Bundle libmongocrypt 1.10.1 in release wheels. +- Changes in Version 1.10.0 +- Add Python async support. +- Drop support for Python 3.7 and PyPy 3.8. Python >=3.8 or PyPy >=3.9 is now required. +- Add support for range-based Queryable Encryption with the new "range" algorithm on MongoDB 8.0+. This replaces the experimental "rangePreview" algorithm. +- Add Secure Software Development Life Cycle automation to release process. GitHub Releases for pymongocrypt now include a Software Bill of Materials, and signature files corresponding to the distribution files released on PyPI. + * Fri Oct 25 2024 liutao1 - 1.9.2-1 - update package to version 1.9.2