Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-agate-excel for openSUSE:Factory checked in at 2026-01-22 17:59:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-agate-excel (Old) and /work/SRC/openSUSE:Factory/.python-agate-excel.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-agate-excel" Thu Jan 22 17:59:15 2026 rev:10 rq:1328712 version:0.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-agate-excel/python-agate-excel.changes 2025-05-09 18:52:13.819255567 +0200 +++ /work/SRC/openSUSE:Factory/.python-agate-excel.new.1928/python-agate-excel.changes 2026-01-22 17:59:29.771859554 +0100 @@ -1,0 +2,7 @@ +Thu Jan 22 14:40:18 UTC 2026 - Dirk Müller <[email protected]> + +- update to 0.4.2: + * Add Python 3.13 and 3.14 support. Drop support for end-of- + life versions 3.8 and 3.9. + +------------------------------------------------------------------- Old: ---- 0.4.1.tar.gz New: ---- 0.4.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-agate-excel.spec ++++++ --- /var/tmp/diff_new_pack.4VNTFj/_old 2026-01-22 17:59:30.539891594 +0100 +++ /var/tmp/diff_new_pack.4VNTFj/_new 2026-01-22 17:59:30.539891594 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-agate-excel # -# 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 @@ -17,7 +17,7 @@ Name: python-agate-excel -Version: 0.4.1 +Version: 0.4.2 Release: 0 Summary: Read support for Excel files (xls and xlsx) for agate License: MIT ++++++ 0.4.1.tar.gz -> 0.4.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agate-excel-0.4.1/.github/dependabot.yml new/agate-excel-0.4.2/.github/dependabot.yml --- old/agate-excel-0.4.1/.github/dependabot.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/agate-excel-0.4.2/.github/dependabot.yml 2025-12-15 19:38:45.000000000 +0100 @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agate-excel-0.4.1/.github/workflows/automerge.yml new/agate-excel-0.4.2/.github/workflows/automerge.yml --- old/agate-excel-0.4.1/.github/workflows/automerge.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/agate-excel-0.4.2/.github/workflows/automerge.yml 2025-12-15 19:38:45.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-excel-0.4.1/.github/workflows/ci.yml new/agate-excel-0.4.2/.github/workflows/ci.yml --- old/agate-excel-0.4.1/.github/workflows/ci.yml 2023-11-20 21:13:29.000000000 +0100 +++ new/agate-excel-0.4.2/.github/workflows/ci.yml 2025-12-15 19:38:45.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@v3 - - uses: actions/setup-python@v4 + - 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-excel-0.4.1/.github/workflows/lint.yml new/agate-excel-0.4.2/.github/workflows/lint.yml --- old/agate-excel-0.4.1/.github/workflows/lint.yml 2023-11-20 21:13:29.000000000 +0100 +++ new/agate-excel-0.4.2/.github/workflows/lint.yml 2025-12-15 19:38:45.000000000 +0100 @@ -1,14 +1,12 @@ name: Lint on: [push, pull_request] -env: - BASEDIR: https://raw.githubusercontent.com/open-contracting/standard-maintenance-scripts/main jobs: build: if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - 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-excel-0.4.1/.github/workflows/pypi.yml new/agate-excel-0.4.2/.github/workflows/pypi.yml --- old/agate-excel-0.4.1/.github/workflows/pypi.yml 2023-11-20 21:13:29.000000000 +0100 +++ new/agate-excel-0.4.2/.github/workflows/pypi.yml 2025-12-15 19:38:45.000000000 +0100 @@ -4,20 +4,39 @@ build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - 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: - password: ${{ secrets.TEST_PYPI_API_TOKEN }} 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: - password: ${{ secrets.PYPI_API_TOKEN }} + 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-excel-0.4.1/.readthedocs.yaml new/agate-excel-0.4.2/.readthedocs.yaml --- old/agate-excel-0.4.1/.readthedocs.yaml 2023-11-20 21:13:29.000000000 +0100 +++ new/agate-excel-0.4.2/.readthedocs.yaml 2025-12-15 19:38:45.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-excel-0.4.1/CHANGELOG.rst new/agate-excel-0.4.2/CHANGELOG.rst --- old/agate-excel-0.4.1/CHANGELOG.rst 2023-11-20 21:13:29.000000000 +0100 +++ new/agate-excel-0.4.2/CHANGELOG.rst 2025-12-15 19:38:45.000000000 +0100 @@ -1,3 +1,8 @@ +0.4.2 - December 15, 2025 +------------------------- + +* Add Python 3.13 and 3.14 support. Drop support for end-of-life versions 3.8 and 3.9. + 0.4.1 - November 20, 2023 ------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agate-excel-0.4.1/docs/conf.py new/agate-excel-0.4.2/docs/conf.py --- old/agate-excel-0.4.1/docs/conf.py 2023-11-20 21:13:29.000000000 +0100 +++ new/agate-excel-0.4.2/docs/conf.py 2025-12-15 19:38:45.000000000 +0100 @@ -12,7 +12,7 @@ project = 'agate-excel' copyright = '2017, Christopher Groskopf' -version = '0.4.1' +version = '0.4.2' release = version # -- General configuration --------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agate-excel-0.4.1/setup.cfg new/agate-excel-0.4.2/setup.cfg --- old/agate-excel-0.4.1/setup.cfg 2023-11-20 21:13:29.000000000 +0100 +++ new/agate-excel-0.4.2/setup.cfg 2025-12-15 19:38:45.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-excel-0.4.1/setup.py new/agate-excel-0.4.2/setup.py --- old/agate-excel-0.4.1/setup.py 2023-11-20 21:13:29.000000000 +0100 +++ new/agate-excel-0.4.2/setup.py 2025-12-15 19:38:45.000000000 +0100 @@ -5,7 +5,7 @@ setup( name='agate-excel', - version='0.4.1', + version='0.4.2', description='agate-excel adds read support for Excel files (xls and xlsx) 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',
