Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-agate-dbf for 
openSUSE:Factory checked in at 2026-02-17 16:47:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-agate-dbf (Old)
 and      /work/SRC/openSUSE:Factory/.python-agate-dbf.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-agate-dbf"

Tue Feb 17 16:47:25 2026 rev:7 rq:1333401 version:0.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-agate-dbf/python-agate-dbf.changes        
2025-05-09 18:52:12.903217463 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-agate-dbf.new.1977/python-agate-dbf.changes  
    2026-02-17 16:48:19.861899462 +0100
@@ -1,0 +2,7 @@
+Mon Feb 16 16:57:37 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.2.4:
+  * Add Python 3.13 and 3.14 support. Drop support for end-of-
+    life versions 3.8 and 3.9.
+
+-------------------------------------------------------------------

Old:
----
  0.2.3.tar.gz

New:
----
  0.2.4.tar.gz

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

Other differences:
------------------
++++++ python-agate-dbf.spec ++++++
--- /var/tmp/diff_new_pack.5coPYK/_old  2026-02-17 16:48:21.449965823 +0100
+++ /var/tmp/diff_new_pack.5coPYK/_new  2026-02-17 16:48:21.449965823 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-agate-dbf
 #
-# 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 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-agate-dbf
-Version:        0.2.3
+Version:        0.2.4
 Release:        0
 Summary:        Read support for dbf files for agate
 License:        MIT

++++++ 0.2.3.tar.gz -> 0.2.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-dbf-0.2.3/.github/workflows/automerge.yml 
new/agate-dbf-0.2.4/.github/workflows/automerge.yml
--- old/agate-dbf-0.2.3/.github/workflows/automerge.yml 1970-01-01 
01:00:00.000000000 +0100
+++ new/agate-dbf-0.2.4/.github/workflows/automerge.yml 2025-12-15 
19:38:06.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-dbf-0.2.3/.github/workflows/ci.yml 
new/agate-dbf-0.2.4/.github/workflows/ci.yml
--- old/agate-dbf-0.2.3/.github/workflows/ci.yml        2024-02-23 
22:50:40.000000000 +0100
+++ new/agate-dbf-0.2.4/.github/workflows/ci.yml        2025-12-15 
19:38:06.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-dbf-0.2.3/.github/workflows/lint.yml 
new/agate-dbf-0.2.4/.github/workflows/lint.yml
--- old/agate-dbf-0.2.3/.github/workflows/lint.yml      2024-02-23 
22:50:40.000000000 +0100
+++ new/agate-dbf-0.2.4/.github/workflows/lint.yml      2025-12-15 
19:38:06.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-dbf-0.2.3/.github/workflows/pypi.yml 
new/agate-dbf-0.2.4/.github/workflows/pypi.yml
--- old/agate-dbf-0.2.3/.github/workflows/pypi.yml      2024-02-23 
22:50:40.000000000 +0100
+++ new/agate-dbf-0.2.4/.github/workflows/pypi.yml      2025-12-15 
19:38:06.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-dbf-0.2.3/.readthedocs.yaml 
new/agate-dbf-0.2.4/.readthedocs.yaml
--- old/agate-dbf-0.2.3/.readthedocs.yaml       2024-02-23 22:50:40.000000000 
+0100
+++ new/agate-dbf-0.2.4/.readthedocs.yaml       2025-12-15 19:38:06.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-dbf-0.2.3/CHANGELOG.rst 
new/agate-dbf-0.2.4/CHANGELOG.rst
--- old/agate-dbf-0.2.3/CHANGELOG.rst   2024-02-23 22:50:40.000000000 +0100
+++ new/agate-dbf-0.2.4/CHANGELOG.rst   2025-12-15 19:38:06.000000000 +0100
@@ -1,3 +1,8 @@
+0.2.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.2.3 - February 23, 2024
 -------------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-dbf-0.2.3/docs/conf.py 
new/agate-dbf-0.2.4/docs/conf.py
--- old/agate-dbf-0.2.3/docs/conf.py    2024-02-23 22:50:40.000000000 +0100
+++ new/agate-dbf-0.2.4/docs/conf.py    2025-12-15 19:38:06.000000000 +0100
@@ -12,7 +12,7 @@
 
 project = 'agate-dbf'
 copyright = '2015, Christopher Groskopf'
-version = '0.2.3'
+version = '0.2.4'
 release = version
 
 # -- General configuration ---------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-dbf-0.2.3/setup.cfg 
new/agate-dbf-0.2.4/setup.cfg
--- old/agate-dbf-0.2.3/setup.cfg       2024-02-23 22:50:40.000000000 +0100
+++ new/agate-dbf-0.2.4/setup.cfg       2025-12-15 19:38:06.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-dbf-0.2.3/setup.py new/agate-dbf-0.2.4/setup.py
--- old/agate-dbf-0.2.3/setup.py        2024-02-23 22:50:40.000000000 +0100
+++ new/agate-dbf-0.2.4/setup.py        2025-12-15 19:38:06.000000000 +0100
@@ -5,7 +5,7 @@
 
 setup(
     name='agate-dbf',
-    version='0.2.3',
+    version='0.2.4',
     description='agate-dbf adds read support for dbf files 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 :: Scientific/Engineering :: Information Analysis',

Reply via email to