Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pegen for openSUSE:Factory checked in at 2026-09-21 12:23:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pegen (Old) and /work/SRC/openSUSE:Factory/.python-pegen.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pegen" Mon Sep 21 12:23:58 2026 rev:6 rq:1379388 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pegen/python-pegen.changes 2026-04-08 17:16:59.975051701 +0200 +++ /work/SRC/openSUSE:Factory/.python-pegen.new.383539/python-pegen.changes 2026-09-21 12:24:01.522313096 +0200 @@ -1,0 +2,7 @@ +Mon Sep 21 06:05:31 UTC 2026 - Steve Kowalik <[email protected]> + +- Refresh support-python-313.patch +- Replace patch support-python-314.patch with support-python-315.patch: + * Support Python 3.14 and 3.15's grammar changes. + +------------------------------------------------------------------- Old: ---- support-python-314.patch New: ---- support-python-315.patch ----------(Old B)---------- Old:- Refresh support-python-313.patch - Replace patch support-python-314.patch with support-python-315.patch: * Support Python 3.14 and 3.15's grammar changes. ----------(Old E)---------- ----------(New B)---------- New:- Refresh support-python-313.patch - Replace patch support-python-314.patch with support-python-315.patch: * Support Python 3.14 and 3.15's grammar changes. ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pegen.spec ++++++ --- /var/tmp/diff_new_pack.GBaM8k/_old 2026-09-21 12:24:02.195341224 +0200 +++ /var/tmp/diff_new_pack.GBaM8k/_new 2026-09-21 12:24:02.196341266 +0200 @@ -25,8 +25,8 @@ Source: https://files.pythonhosted.org/packages/source/p/pegen/pegen-%{version}.tar.gz # PATCH-FIX-UPSTREAM gh#we-like-parsers/pegen#104 Patch0: support-python-313.patch -# PATCH-FIX-UPSTREAM gh#we-like-parsers/pegen#112 -Patch1: support-python-314.patch +# PATCH-FIX-UPSTREAM Based on gh#we-like-parsers/pegen#117 +Patch1: support-python-315.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm} ++++++ support-python-313.patch ++++++ --- /var/tmp/diff_new_pack.GBaM8k/_old 2026-09-21 12:24:02.225342478 +0200 +++ /var/tmp/diff_new_pack.GBaM8k/_new 2026-09-21 12:24:02.229342646 +0200 @@ -7,11 +7,11 @@ data/python.gram | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/data/python.gram b/data/python.gram -index 4777ebb..5b52b30 100644 ---- a/data/python.gram -+++ b/data/python.gram -@@ -2354,7 +2354,7 @@ invalid_while_stmt[NoReturn]: +Index: pegen-0.3.0/data/python.gram +=================================================================== +--- pegen-0.3.0.orig/data/python.gram ++++ pegen-0.3.0/data/python.gram +@@ -2353,7 +2353,7 @@ invalid_while_stmt[NoReturn]: ) } invalid_for_stmt[NoReturn]: @@ -20,21 +20,10 @@ | ['async'] a='for' star_targets 'in' star_expressions ':' NEWLINE !INDENT { self.raise_indentation_error( f"expected an indented block after 'for' statement on line {a.start[0]}" - -From c46fc0bc0747a7967b7efd88b6f9b290c021d788 Mon Sep 17 00:00:00 2001 -From: Daniel Fremont <[email protected]> -Date: Wed, 16 Oct 2024 15:53:27 -0700 -Subject: [PATCH 2/2] update Python classifiers and add 3.13 to CI - ---- - .github/workflows/test.yml | 2 +- - pyproject.toml | 3 +++ - 2 files changed, 4 insertions(+), 1 deletion(-) - -diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml -index b0214c7..f5db48e 100644 ---- a/.github/workflows/test.yml -+++ b/.github/workflows/test.yml +Index: pegen-0.3.0/.github/workflows/test.yml +=================================================================== +--- pegen-0.3.0.orig/.github/workflows/test.yml ++++ pegen-0.3.0/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: @@ -44,10 +33,10 @@ steps: - uses: actions/checkout@v4 - name: Get history and tags for SCM versioning to work -diff --git a/pyproject.toml b/pyproject.toml -index 1aeb3da..951da71 100644 ---- a/pyproject.toml -+++ b/pyproject.toml +Index: pegen-0.3.0/pyproject.toml +=================================================================== +--- pegen-0.3.0.orig/pyproject.toml ++++ pegen-0.3.0/pyproject.toml @@ -21,6 +21,9 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", ++++++ support-python-314.patch -> support-python-315.patch ++++++ ++++ 869 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/python-pegen/support-python-314.patch ++++ and /work/SRC/openSUSE:Factory/.python-pegen.new.383539/support-python-315.patch
