Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-agate-lookup for 
openSUSE:Factory checked in at 2026-01-22 15:18:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-agate-lookup (Old)
 and      /work/SRC/openSUSE:Factory/.python-agate-lookup.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-agate-lookup"

Thu Jan 22 15:18:57 2026 rev:6 rq:1328645 version:0.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-agate-lookup/python-agate-lookup.changes  
2025-05-09 18:52:14.915301160 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-agate-lookup.new.1928/python-agate-lookup.changes
        2026-01-22 15:20:03.228916558 +0100
@@ -1,0 +2,7 @@
+Thu Jan 22 09:23:57 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.3.4:
+  * Add Python 3.13 and 3.14 support. Drop support for end-of-
+    life versions 3.8 and 3.9.
+
+-------------------------------------------------------------------

Old:
----
  agate-lookup-0.3.3.tar.gz

New:
----
  agate-lookup-0.3.4.tar.gz

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

Other differences:
------------------
++++++ python-agate-lookup.spec ++++++
--- /var/tmp/diff_new_pack.VNugkp/_old  2026-01-22 15:20:03.928945676 +0100
+++ /var/tmp/diff_new_pack.VNugkp/_new  2026-01-22 15:20:03.928945676 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-agate-lookup
 #
-# Copyright (c) 2025 SUSE LLC
+# 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
@@ -18,7 +18,7 @@
 
 %bcond_with     test
 Name:           python-agate-lookup
-Version:        0.3.3
+Version:        0.3.4
 Release:        0
 License:        MIT
 Summary:        Remote lookup tables for agate

++++++ agate-lookup-0.3.3.tar.gz -> agate-lookup-0.3.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-lookup-0.3.3/.github/workflows/automerge.yml 
new/agate-lookup-0.3.4/.github/workflows/automerge.yml
--- old/agate-lookup-0.3.3/.github/workflows/automerge.yml      1970-01-01 
01:00:00.000000000 +0100
+++ new/agate-lookup-0.3.4/.github/workflows/automerge.yml      2025-12-15 
19:40:01.000000000 +0100
@@ -0,0 +1,9 @@
+name: Auto-merge
+on: pull_request_target
+jobs:
+  automerge:
+    uses: open-contracting/.github/.github/workflows/automerge.yml@main
+    permissions:
+      actions: write
+      contents: write
+      pull-requests: write
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-lookup-0.3.3/.github/workflows/ci.yml 
new/agate-lookup-0.3.4/.github/workflows/ci.yml
--- old/agate-lookup-0.3.3/.github/workflows/ci.yml     2024-02-23 
22:56:07.000000000 +0100
+++ new/agate-lookup-0.3.4/.github/workflows/ci.yml     2025-12-15 
19:40:01.000000000 +0100
@@ -7,10 +7,10 @@
     strategy:
       matrix:
         os: [macos-latest, windows-latest, ubuntu-latest]
-        python-version: [3.8, 3.9, '3.10', '3.11', '3.12', pypy-3.9]
+        python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', pypy-3.11]
     steps:
-      - uses: actions/checkout@v4
-      - uses: actions/setup-python@v5
+      - uses: actions/checkout@v6
+      - uses: actions/setup-python@v6
         with:
           python-version: ${{ matrix.python-version }}
           cache: pip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-lookup-0.3.3/.github/workflows/lint.yml 
new/agate-lookup-0.3.4/.github/workflows/lint.yml
--- old/agate-lookup-0.3.3/.github/workflows/lint.yml   2024-02-23 
22:56:07.000000000 +0100
+++ new/agate-lookup-0.3.4/.github/workflows/lint.yml   2025-12-15 
19:40:01.000000000 +0100
@@ -5,8 +5,8 @@
     if: github.event_name == 'push' || 
github.event.pull_request.head.repo.full_name != github.repository
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v4
-      - uses: actions/setup-python@v5
+      - uses: actions/checkout@v6
+      - uses: actions/setup-python@v6
         with:
           python-version: '3.10'
           cache: pip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-lookup-0.3.3/.github/workflows/pypi.yml 
new/agate-lookup-0.3.4/.github/workflows/pypi.yml
--- old/agate-lookup-0.3.3/.github/workflows/pypi.yml   2024-02-23 
22:56:07.000000000 +0100
+++ new/agate-lookup-0.3.4/.github/workflows/pypi.yml   2025-12-15 
19:40:01.000000000 +0100
@@ -3,20 +3,40 @@
 jobs:
   build:
     runs-on: ubuntu-latest
-    permissions:
-      id-token: write
     steps:
-      - uses: actions/checkout@v4
-      - uses: actions/setup-python@v5
+      - uses: actions/checkout@v6
+      - uses: actions/setup-python@v6
         with:
           python-version: '3.10'
       - run: pip install --upgrade build
       - run: python -m build --sdist --wheel
-      - name: Publish to TestPyPI
-        uses: pypa/gh-action-pypi-publish@release/v1
+      - uses: actions/upload-artifact@v6
+        with:
+          name: python-package-distributions
+          path: dist/
+  test:
+    needs: build
+    permissions:
+      id-token: write
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/download-artifact@v7
+        with:
+          name: python-package-distributions
+          path: dist/
+      - uses: pypa/gh-action-pypi-publish@release/v1
         with:
           repository-url: https://test.pypi.org/legacy/
           skip-existing: true
-      - name: Publish to PyPI
-        if: startsWith(github.ref, 'refs/tags')
-        uses: pypa/gh-action-pypi-publish@release/v1
+  publish:
+    if: startsWith(github.ref, 'refs/tags/')
+    needs: test
+    permissions:
+      id-token: write
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/download-artifact@v7
+        with:
+          name: python-package-distributions
+          path: dist/
+      - uses: pypa/gh-action-pypi-publish@release/v1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-lookup-0.3.3/.readthedocs.yaml 
new/agate-lookup-0.3.4/.readthedocs.yaml
--- old/agate-lookup-0.3.3/.readthedocs.yaml    2024-02-23 22:56:07.000000000 
+0100
+++ new/agate-lookup-0.3.4/.readthedocs.yaml    2025-12-15 19:40:01.000000000 
+0100
@@ -1,11 +1,12 @@
 version: 2
 build:
-  os: ubuntu-20.04
+  os: ubuntu-lts-latest
   tools:
-    python: "3.9"
+    python: "3"
 python:
   install:
     - path: .
     - requirements: docs/requirements.txt
 sphinx:
+  configuration: docs/conf.py
   fail_on_warning: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-lookup-0.3.3/CHANGELOG.rst 
new/agate-lookup-0.3.4/CHANGELOG.rst
--- old/agate-lookup-0.3.3/CHANGELOG.rst        2024-02-23 22:56:07.000000000 
+0100
+++ new/agate-lookup-0.3.4/CHANGELOG.rst        2025-12-15 19:40:01.000000000 
+0100
@@ -1,3 +1,8 @@
+0.3.4 - December 15, 2025
+-------------------------
+
+* Add Python 3.13 and 3.14 support. Drop support for end-of-life versions 3.8 
and 3.9.
+
 0.3.3 - February 23, 2024
 -------------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-lookup-0.3.3/docs/conf.py 
new/agate-lookup-0.3.4/docs/conf.py
--- old/agate-lookup-0.3.3/docs/conf.py 2024-02-23 22:56:07.000000000 +0100
+++ new/agate-lookup-0.3.4/docs/conf.py 2025-12-15 19:40:01.000000000 +0100
@@ -12,7 +12,7 @@
 
 project = 'agate-lookup'
 copyright = '2016, Christopher Groskopf'
-version = '0.3.3'
+version = '0.3.4'
 release = version
 
 # -- General configuration ---------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-lookup-0.3.3/setup.cfg 
new/agate-lookup-0.3.4/setup.cfg
--- old/agate-lookup-0.3.3/setup.cfg    2024-02-23 22:56:07.000000000 +0100
+++ new/agate-lookup-0.3.4/setup.cfg    2025-12-15 19:40:01.000000000 +0100
@@ -7,6 +7,3 @@
 
 [isort]
 line_length = 119
-
-[bdist_wheel]
-universal = 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-lookup-0.3.3/setup.py 
new/agate-lookup-0.3.4/setup.py
--- old/agate-lookup-0.3.3/setup.py     2024-02-23 22:56:07.000000000 +0100
+++ new/agate-lookup-0.3.4/setup.py     2025-12-15 19:40:01.000000000 +0100
@@ -5,7 +5,7 @@
 
 setup(
     name='agate-lookup',
-    version='0.3.3',
+    version='0.3.4',
     description='agate-lookup adds remote lookup tables to agate.',
     long_description=long_description,
     long_description_content_type='text/x-rst',
@@ -21,11 +21,11 @@
         'Natural Language :: English',
         'Operating System :: OS Independent',
         'Programming Language :: Python',
-        'Programming Language :: Python :: 3.8',
-        'Programming Language :: Python :: 3.9',
         'Programming Language :: Python :: 3.10',
         'Programming Language :: Python :: 3.11',
         'Programming Language :: Python :: 3.12',
+        'Programming Language :: Python :: 3.13',
+        'Programming Language :: Python :: 3.14',
         'Programming Language :: Python :: Implementation :: CPython',
         'Programming Language :: Python :: Implementation :: PyPy',
         'Topic :: Multimedia :: Graphics',

Reply via email to