Packages changed:
  evolution (3.50.2 -> 3.50.3)
  evolution-data-server (3.50.2 -> 3.50.3)
  evolution-ews (3.50.2 -> 3.50.3)
  osinfo-db (20231027 -> 20231215)
  python-atpublic
  python-dkimpy (1.0.5 -> 1.1.5)
  python-flufl.i18n (4.1.1 -> 5.0.2)
  python-flufl.lock (7.1.1 -> 8.0.2)
  python-pyzmq (25.1.1 -> 25.1.2)

=== Details ===

==== evolution ====
Version update (3.50.2 -> 3.50.3)
Subpackages: evolution-lang evolution-plugin-spamassassin

- Update to version 3.50.3:
  + rss: Ensure feed icon size to not be too large.
  + Bug Fixes:
  - Calendar: Improve print of the Month view
  - rss: Better parse itunes feeds
  - Drag and drop images in HTML composer from Chrome
  - EMFolderTree: Do not expand to-be-selected folder
  + Updated translations.

==== evolution-data-server ====
Version update (3.50.2 -> 3.50.3)
Subpackages: evolution-data-server-lang libcamel-1_2-64 libebackend-1_2-11 libebook-1_2-21 libebook-contacts-1_2-4 libecal-2_0-2 libedata-book-1_2-27 libedata-cal-2_0-2 libedataserver-1_2-27 libedataserverui-1_2-4

- Update to version 3.50.3:
  + Camel: Ignore errors about missing messages during filtering.
  + Bug Fixes:
  - sqlite3_enable_shared_cache is deprecated
  - Camel: Hide errors from for-offline download
  - IMAP: Copy/move messages in smaller batches
  + Updated translations.

==== evolution-ews ====
Version update (3.50.2 -> 3.50.3)
Subpackages: evolution-ews-lang

- Update to version 3.50.3:
  + Bug Fixes:
  - Mail: Calendar attachments can be broken by the server.
  - Workaround Outlook 2019 ORGANIZER and ATTENDEE addition into
    plain events.
  + Updated translations.

==== osinfo-db ====
Version update (20231027 -> 20231215)

- Update to database version 20231215 (jsc#PED-6305)
  osinfo-db-20231215.tar.xz

==== python-atpublic ====

- remove obsolete pdm-pep517 dependency

==== python-dkimpy ====
Version update (1.0.5 -> 1.1.5)

- update to 1.1.5:
  * Use dns.resolver.resolve instead of dns.resolver.query
    due to deprecation
  * Treat dns.resolver.NoNameservers like NXDOMAIN (not an
    error)
  * Confine errors from dnspython to dnsplug and use dkim
    errors, since dkim.__init__.py doesn't import dns and
    needs dkim errors
  * Catch nacl.exceptions.ValueError and raise
    KeyFormatError, similar to how RSA key errors are treated
  * Create ed25519 key files with secure permissions to
    avoid risk of insecure chmode call/race condition
  * Properly cleanup temporary directories in tests
  * Verify correct AMS header is used for ARC seal
    verification (André Cruz)
  * Document dropping of Python 2 support
  * Fix traceback when attempting to verify an unsigned
    message using async verify
  * Add domain validity check for ascii domains (no
    specials)
  * Add option to specify index number of signature to
    verify to dkimverify
  * Correct signature indexing error introduced in 1.0.0
    that prevents verification of multiple signatures in a
    single message
  * Correct dkim.verify processing to avoid errors when
    verifying messages with no DKIM signatures
  * Update dnsplug for DNS Python (dns) 2.0 compatibility
  * Provide more specific error message when ed25519
    private key is invalid
  * Add support for PKCS#8 for private keys, openssl 3
    default
  * Add limitations section to README to document current
    IDN status
  * Add USE_ASYNC flag to allow async to be disabled when
    aiodns is installed (LP: #1954331)
  * Add new dkim.DnsTimeoutError class to report queried
    domain and selector along with timeout error from dnspython
  * Invalid Authentication-Results header fields are
    ignored for ARC signing

==== python-flufl.i18n ====
Version update (4.1.1 -> 5.0.2)

- update to 5.0.2:
  * Fix the build backend.
  * Drop Python 3.7 support.
  * Bump dependencies.

==== python-flufl.lock ====
Version update (7.1.1 -> 8.0.2)

- update to 8.0.2:
  * Update dependencies.
  * Other minor improvements and cleanups.
  * Minor documentation fix.
  * Drop Python 3.7 support (GL#34)
  * Added a claimfile property to Lock objects
  * Switch to pdm- ackend (GL#33)
  * Use ruff for linting, since its much faster.

==== python-pyzmq ====
Version update (25.1.1 -> 25.1.2)

- update to 25.1.2:
  * Fix builds with some recent compilers and bundled libzmq
  * Fix builds with upcoming Cython 3.1