Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package legendary for openSUSE:Factory 
checked in at 2026-02-23 16:12:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/legendary (Old)
 and      /work/SRC/openSUSE:Factory/.legendary.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "legendary"

Mon Feb 23 16:12:13 2026 rev:4 rq:1334317 version:0.20.41

Changes:
--------
--- /work/SRC/openSUSE:Factory/legendary/legendary.changes      2026-01-30 
18:23:27.504479220 +0100
+++ /work/SRC/openSUSE:Factory/.legendary.new.1977/legendary.changes    
2026-02-23 16:12:37.661534351 +0100
@@ -1,0 +2,8 @@
+Sun Feb 22 03:09:11 UTC 2026 - Jonatas Gonçalves <[email protected]>
+
+- Update to 0.20.41 - Freeman Pontifex (Hotfix) Latest
+  * Hotfix to change the Zipapp version to look for "python3" instead of 
"python". 
+    Some distros still ship "python" as Python 2 (or don't ship "python" at 
all 
+    and only have "python3").
+
+-------------------------------------------------------------------

Old:
----
  legendary-0.20.39.tar.gz

New:
----
  _scmsync.obsinfo
  legendary-0.20.41.tar.gz

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

Other differences:
------------------
++++++ legendary.spec ++++++
--- /var/tmp/diff_new_pack.xu2NSE/_old  2026-02-23 16:12:38.161554938 +0100
+++ /var/tmp/diff_new_pack.xu2NSE/_new  2026-02-23 16:12:38.161554938 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package legendary
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 Name:           legendary
-Version:        0.20.39
+Version:        0.20.41
 Release:        0
 Summary:        An Epic Games Launcher alternative
 License:        GPL-3.0-only

++++++ _scmsync.obsinfo ++++++
mtime: 1771729773
commit: f887cb2dfc7424fad7d4db361fb121e1d8dd9c635af0e4368d5e64d8b9a9bc62
url: https://src.opensuse.org/MaxxedSUSE/legendary
revision: master

++++++ legendary-0.20.39.tar.gz -> legendary-0.20.41.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/legendary-0.20.39/.github/workflows/python.yml 
new/legendary-0.20.41/.github/workflows/python.yml
--- old/legendary-0.20.39/.github/workflows/python.yml  2026-01-21 
15:51:43.000000000 +0100
+++ new/legendary-0.20.41/.github/workflows/python.yml  2026-02-20 
15:56:25.000000000 +0100
@@ -12,7 +12,6 @@
     strategy:
       matrix:
         os: [
-          'ubuntu-24.04', 'ubuntu-24.04-arm',
           'windows-2025', 'windows-11-arm',
           'macos-15-intel', 'macos-15'
         ]
@@ -25,13 +24,13 @@
       with:
         python-version: '3.13'
 
-    - name: Legendary dependencies and build tools
+    - name: Dependencies
+      run: pip3 install --requirement requirements.txt
+
+    - name: Build tools
       run: pip3 install --upgrade
         setuptools
         pyinstaller
-        requests
-        requests_futures
-        filelock
 
     - name: Optional dependencies (WebView)
       run: pip3 install --upgrade pywebview
@@ -55,5 +54,41 @@
 
     - uses: actions/upload-artifact@v4
       with:
-        name: ${{ matrix.os }}-package
+        name: ${{ runner.os }}-${{ runner.arch }}-package
         path: legendary/dist/*
+
+  zipapp:
+    runs-on: ${{ matrix.os }}
+    strategy:
+      matrix:
+        os: [
+          'ubuntu-24.04', 'ubuntu-24.04-arm'
+        ]
+      fail-fast: false
+
+    steps:
+    - uses: actions/checkout@v4
+
+    - uses: actions/setup-python@v5
+      with:
+        python-version: '3.13'
+
+    - run: mkdir -p build dist
+
+    - name: Dependencies
+      run: pip3 install --requirement requirements.txt --target build
+
+    - run: cp -r legendary build
+
+    - name: Build
+      run: python -m zipapp
+        --output dist/legendary
+        --python "/usr/bin/env python3"
+        --main legendary.cli:main
+        --compress
+        build
+
+    - uses: actions/upload-artifact@v4
+      with:
+        name: ${{ runner.os }}-${{ runner.arch }}-package
+        path: dist/*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/legendary-0.20.39/legendary/__init__.py 
new/legendary-0.20.41/legendary/__init__.py
--- old/legendary-0.20.39/legendary/__init__.py 2026-01-21 15:51:43.000000000 
+0100
+++ new/legendary-0.20.41/legendary/__init__.py 2026-02-20 15:56:25.000000000 
+0100
@@ -1,4 +1,4 @@
 """Legendary!"""
 
-__version__ = '0.20.39'
-__codename__ = 'This Vortal Coil (Heroic)'
+__version__ = '0.20.41'
+__codename__ = 'Freeman Pontifex (Heroic)'

Reply via email to