Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-proton-vpn-local-agent for openSUSE:Factory checked in at 2025-07-21 20:02:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-proton-vpn-local-agent (Old) and /work/SRC/openSUSE:Factory/.python-proton-vpn-local-agent.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-proton-vpn-local-agent" Mon Jul 21 20:02:15 2025 rev:3 rq:1294826 version:1.4.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-proton-vpn-local-agent/python-proton-vpn-local-agent.changes 2025-04-20 20:08:03.041317994 +0200 +++ /work/SRC/openSUSE:Factory/.python-proton-vpn-local-agent.new.8875/python-proton-vpn-local-agent.changes 2025-07-21 20:03:33.723229943 +0200 @@ -1,0 +2,12 @@ +Mon Jul 21 12:37:26 UTC 2025 - Richard Rahl <rra...@opensuse.org> + +- fix build. had accidently changed the library name which we copy + to the correct location + +------------------------------------------------------------------- +Sat May 17 16:10:17 UTC 2025 - Richard Rahl <rra...@opensuse.org> + +- use pythons macro for identiying which python versions exist for + each distribution + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-proton-vpn-local-agent.spec ++++++ --- /var/tmp/diff_new_pack.A9gqys/_old 2025-07-21 20:03:34.431259408 +0200 +++ /var/tmp/diff_new_pack.A9gqys/_new 2025-07-21 20:03:34.435259574 +0200 @@ -51,15 +51,11 @@ popd %install -%if %{?suse_version} >= 1600 -for p in python3.11 python3.12 python3.13; do -%else -for p in python3.11; do -%endif +for p in $(echo "%{pythons}" | sed s/python31/python3.1/g); do install -d %{buildroot}%{_libdir}/$p/site-packages/{proton,proton/vpn}; ln -sr %{buildroot}%{_libdir}/proton/local_agent.so %{buildroot}%{_libdir}/$p/site-packages/proton/vpn/local_agent.so; done -install -Dm0644 %{_builddir}/local-agent-rs-%{version}/%{_name}/target/release/libpython_proton_vpn_local_agent.so %{buildroot}%{_libdir}/proton/local_agent.so +install -Dm0644 target/release/libpython_proton_vpn_local_agent.so %{buildroot}%{_libdir}/proton/local_agent.so %files %{python_files} %doc README.md