Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-proton-core for openSUSE:Factory checked in at 2025-04-02 17:10:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-proton-core (Old) and /work/SRC/openSUSE:Factory/.python-proton-core.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-proton-core" Wed Apr 2 17:10:47 2025 rev:4 rq:1265718 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-proton-core/python-proton-core.changes 2024-10-24 15:44:43.933050238 +0200 +++ /work/SRC/openSUSE:Factory/.python-proton-core.new.1907/python-proton-core.changes 2025-04-02 17:12:20.574780793 +0200 @@ -1,0 +2,6 @@ +Thu Mar 27 00:56:06 UTC 2025 - Szymon Scholz <raspher...@pm.me> + +- update to 0.4.0: + * Require python >= 3.9 to allow libraries using newer language features + +------------------------------------------------------------------- Old: ---- v0.3.3.tar.gz New: ---- v0.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-proton-core.spec ++++++ --- /var/tmp/diff_new_pack.ccY9mP/_old 2025-04-02 17:12:21.582823078 +0200 +++ /var/tmp/diff_new_pack.ccY9mP/_new 2025-04-02 17:12:21.586823245 +0200 @@ -19,7 +19,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-proton-core -Version: 0.3.3 +Version: 0.4.0 Release: 0 Summary: Proton VPN core library License: GPL-3.0-or-later @@ -44,6 +44,7 @@ Requires: python-aiohttp Requires: python-bcrypt Requires: python-gnupg +Requires: python-importlib-metadata Requires: python-pyOpenSSL Requires: python-requests Conflicts: python-proton-client ++++++ v0.3.3.tar.gz -> v0.4.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-proton-core-0.3.3/debian/changelog new/python-proton-core-0.4.0/debian/changelog --- old/python-proton-core-0.3.3/debian/changelog 2024-09-18 09:54:27.000000000 +0200 +++ new/python-proton-core-0.4.0/debian/changelog 2024-11-20 10:24:53.000000000 +0100 @@ -1,3 +1,9 @@ +proton-core (0.4.0) unstable; urgency=medium + + * Require python >= 3.9 to allow libraries using newer language features + + -- Alexandru Cheltuitor <alexandru.cheltui...@proton.ch> Tue, 19 Nov 2024 14:00:00 +0000 + proton-core (0.3.3) unstable; urgency=medium * Amend type hinting @@ -15,7 +21,7 @@ * Minor changes following feedback/review - -- Luke Titley <luke.tit...@proton.ch> Tue, 30 Aug 2024 16:37:12 +0200 + -- Luke Titley <luke.tit...@proton.ch> Fri, 30 Aug 2024 16:37:12 +0200 proton-core (0.3.0) unstable; urgency=medium diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-proton-core-0.3.3/debian/control new/python-proton-core-0.4.0/debian/control --- old/python-proton-core-0.3.3/debian/control 2024-09-18 09:54:27.000000000 +0200 +++ new/python-proton-core-0.4.0/debian/control 2024-11-20 10:24:53.000000000 +0100 @@ -4,7 +4,7 @@ Maintainer: Xavier Piroux <xavier.pir...@proton.ch> Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools, python3-bcrypt, python3-gnupg, python3-openssl, python3-requests, python3-aiohttp, python3-importlib-metadata, python3-pyotp Standards-Version: 4.1.1 -X-Python3-Version: >= 3.2 +X-Python3-Version: >= 3.9 Package: python3-proton-core Conflicts: python3-proton-client diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-proton-core-0.3.3/rpmbuild/SPECS/package.spec new/python-proton-core-0.4.0/rpmbuild/SPECS/package.spec --- old/python-proton-core-0.3.3/rpmbuild/SPECS/package.spec 2024-09-18 09:54:27.000000000 +0200 +++ new/python-proton-core-0.4.0/rpmbuild/SPECS/package.spec 2024-11-20 10:24:53.000000000 +0100 @@ -1,5 +1,5 @@ %define unmangled_name proton-core -%define version 0.3.3 +%define version 0.4.0 %define release 1 Prefix: %{_prefix} @@ -56,6 +56,9 @@ %defattr(-,root,root) %changelog +* Tue Nov 19 2024 Alexandru Cheltuitor <alexandru.cheltui...@proton.ch> 0.4.0 +- Require python >= 3.9 to allow libraries using newer language features + * Wed Sep 18 2024 Josep Llaneras <josep.llane...@proton.ch> 0.3.3 - Amend type hinting @@ -63,7 +66,7 @@ - ProtonSSO : allow selecting the keyring backend (unspecified: load default keyring) - External contribution from 'wesinator' : fix hostname segment regex -* Tue Aug 30 2024 Luke Titley <luke.tit...@proton.ch> 0.3.1 +* Fri Aug 30 2024 Luke Titley <luke.tit...@proton.ch> 0.3.1 - Minor changes following feedback/review * Tue Aug 27 2024 Luke Titley <luke.tit...@proton.ch> 0.3.0 @@ -87,7 +90,7 @@ * Thu Nov 16 2023 Laurent Fasnacht <laurent.fasna...@proton.ch> 0.1.16 - fixing (another) race condition in async_refresh() -* Wed Oct 24 2023 Xavier Piroux <xavier.pir...@proton.ch> 0.1.15 +* Tue Oct 24 2023 Xavier Piroux <xavier.pir...@proton.ch> 0.1.15 - fixing race condition in async_refresh() * Tue Oct 24 2023 Josep Llaneras <josep.llane...@proton.ch> 0.1.14 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-proton-core-0.3.3/setup.py new/python-proton-core-0.4.0/setup.py --- old/python-proton-core-0.3.3/setup.py 2024-09-18 09:54:27.000000000 +0200 +++ new/python-proton-core-0.4.0/setup.py 2024-11-20 10:24:53.000000000 +0100 @@ -4,7 +4,7 @@ setup( name="proton-core", - version="0.3.3", + version="0.4.0", description="Proton Technologies API wrapper", author="Proton Technologies", author_email="cont...@protonmail.com", @@ -32,7 +32,7 @@ }, packages=find_namespace_packages(include=['proton.*']), include_package_data=True, - python_requires=">=3.8", + python_requires=">=3.9", license="GPLv3", platforms="OS Independent", classifiers=[