Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package proton-vpn for openSUSE:Factory 
checked in at 2024-05-24 19:51:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/proton-vpn (Old)
 and      /work/SRC/openSUSE:Factory/.proton-vpn.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "proton-vpn"

Fri May 24 19:51:31 2024 rev:2 rq:1176484 version:4.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/proton-vpn/proton-vpn.changes    2024-03-27 
20:44:25.841241759 +0100
+++ /work/SRC/openSUSE:Factory/.proton-vpn.new.24587/proton-vpn.changes 
2024-05-24 19:51:48.746983310 +0200
@@ -1,0 +2,24 @@
+Wed May 22 11:09:03 UTC 2024 - Alexandre Vicenzi <[email protected]>
+
+- Add setup-data-files.patch to fix erroneous files being installed
+- Update package
+  * 4.3.2
+   - We no longer call UsageReporting.init to initialize UsageReporting.
+   - Only initialize sentry on first enable.
+   - Forward SSL_CERT_FILE environment variable to sentry.
+  * 4.3.1
+   - Ensure behavioral consistency when opening settings window across 
different distributions
+   - Update label alignment on disable kill switch widget at login
+   - Missed the minimum python3-proton-vpn-api-core version in 
build_packages.py
+   - Switch to using sessions module that is now bundled with vpn-api-core
+   - Update wireguard certificate request when settings are changed
+   - Add connection features to the wireguard certificate request
+   - Periodically refresh certificate
+  * 4.3.0
+   - Provide the possibility to disable Kill Switch if user is logged out and 
Kill Switch is set to permanent
+   - Ensure that protocol list in settings UI is properly capitalized and 
alphabetically ordered
+   - Anonymous crash reports are now sent by default, this can be disabled in 
the settings
+   - Change how we build debian and rpm packages. We now depend on a single 
versions.yml file to build everything
+   - Increase minimum number of characters required for bug report description
+
+-------------------------------------------------------------------

Old:
----
  v4.2.0.tar.gz

New:
----
  setup-data-files.patch
  v4.3.2.tar.gz

BETA DEBUG BEGIN:
  New:
- Add setup-data-files.patch to fix erroneous files being installed
- Update package
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ proton-vpn.spec ++++++
--- /var/tmp/diff_new_pack.84CXzA/_old  2024-05-24 19:51:49.403007307 +0200
+++ /var/tmp/diff_new_pack.84CXzA/_new  2024-05-24 19:51:49.403007307 +0200
@@ -15,23 +15,21 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %if 0%{?suse_version} >= 1600
 %global pythons python3
 %else
 %global pythons python311
 %endif
 Name:           proton-vpn
-Version:        4.2.0
+Version:        4.3.2
 Release:        0
 Summary:        Official Proton VPN client
 License:        GPL-3.0-or-later
 Group:          Productivity/Networking/Security
 URL:            https://github.com/ProtonVPN/proton-vpn-gtk-app
 Source:         
https://github.com/ProtonVPN/proton-vpn-gtk-app/archive/refs/tags/v%{version}.tar.gz
-BuildRequires:  fdupes
-BuildRequires:  gobject-introspection
-BuildRequires:  gtk3-devel
-BuildRequires:  python-rpm-macros
+Patch1:         setup-data-files.patch
 BuildRequires:  %{pythons}-dbus-python
 BuildRequires:  %{pythons}-gobject
 BuildRequires:  %{pythons}-packaging
@@ -44,17 +42,21 @@
 BuildRequires:  %{pythons}-pytest
 BuildRequires:  %{pythons}-pytest-cov
 BuildRequires:  %{pythons}-setuptools
+BuildRequires:  fdupes
+BuildRequires:  gobject-introspection
+BuildRequires:  gtk3-devel
+BuildRequires:  python-rpm-macros
 BuildRequires:  update-desktop-files
-Requires:       gtk3
 Requires:       %{pythons}-dbus-python
 Requires:       %{pythons}-gobject
 Requires:       %{pythons}-packaging
-Requires:       %{pythons}-proton-vpn-api-core
+Requires:       %{pythons}-proton-vpn-api-core >= 0.24.0
 Requires:       %{pythons}-proton-vpn-connection >= 0.14.2
 Requires:       %{pythons}-proton-vpn-killswitch-network-manager
 Requires:       %{pythons}-proton-vpn-logger
 Requires:       %{pythons}-proton-vpn-network-manager-openvpn
 Requires:       %{pythons}-pycairo
+Requires:       gtk3
 Conflicts:      protonvpn-gui
 Provides:       protonvpn-app = %{version}
 BuildArch:      noarch
@@ -65,6 +67,7 @@
 
 %prep
 %setup -q -n proton-vpn-gtk-app-%{version}
+%autopatch -p1
 
 %build
 %python3_build

++++++ setup-data-files.patch ++++++
diff --git a/setup.py b/setup.py
index 6ca2963..718b2e6 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,6 @@ setup(
     },
     packages=find_namespace_packages(include=["proton.vpn.app.*"]),
     include_package_data=True,
-    data_files=[('.', ['version.py', 'versions.yml'])],
     python_requires=">=3.8",
     license="GPLv3",
     platforms="OS Independent",

++++++ v4.2.0.tar.gz -> v4.3.2.tar.gz ++++++
++++ 4811 lines of diff (skipped)

Reply via email to