Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-wadllib for openSUSE:Factory 
checked in at 2026-07-06 12:34:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wadllib (Old)
 and      /work/SRC/openSUSE:Factory/.python-wadllib.new.1982 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-wadllib"

Mon Jul  6 12:34:17 2026 rev:10 rq:1363947 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wadllib/python-wadllib.changes    
2024-11-18 20:01:39.754266864 +0100
+++ /work/SRC/openSUSE:Factory/.python-wadllib.new.1982/python-wadllib.changes  
2026-07-06 12:36:58.849098451 +0200
@@ -1,0 +2,6 @@
+Mon Jul  6 05:56:45 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.1.0:
+  * Add support for Python 3.14.
+
+-------------------------------------------------------------------

Old:
----
  wadllib-2.0.0.tar.gz

New:
----
  wadllib-2.1.0.tar.gz

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

Other differences:
------------------
++++++ python-wadllib.spec ++++++
--- /var/tmp/diff_new_pack.mzeMkX/_old  2026-07-06 12:36:59.469119957 +0200
+++ /var/tmp/diff_new_pack.mzeMkX/_new  2026-07-06 12:36:59.469119957 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wadllib
 #
-# Copyright (c) 2024 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-wadllib
-Version:        2.0.0
+Version:        2.1.0
 Release:        0
 Summary:        Navigate HTTP resources using WADL files as guides
 License:        LGPL-3.0-or-later

++++++ wadllib-2.0.0.tar.gz -> wadllib-2.1.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wadllib-2.0.0/.launchpad.yaml 
new/wadllib-2.1.0/.launchpad.yaml
--- old/wadllib-2.0.0/.launchpad.yaml   1970-01-01 01:00:00.000000000 +0100
+++ new/wadllib-2.1.0/.launchpad.yaml   2026-06-29 14:06:15.000000000 +0200
@@ -0,0 +1,23 @@
+pipeline:
+    - test
+    - lint
+    - audit
+
+jobs:
+    test:
+        series: focal
+        architectures: amd64
+        packages: [git, rabbitmq-server, tox]
+        run: tox -e py312
+
+    lint:
+        series: noble
+        architectures: amd64
+        packages: [tox, git]
+        run: tox -e lint
+
+    audit:
+        series: noble
+        architectures: amd64
+        packages: [tox, git]
+        run: tox -e audit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wadllib-2.0.0/.pre-commit-config.yaml 
new/wadllib-2.1.0/.pre-commit-config.yaml
--- old/wadllib-2.0.0/.pre-commit-config.yaml   2024-10-10 12:46:41.000000000 
+0200
+++ new/wadllib-2.1.0/.pre-commit-config.yaml   2026-06-29 14:06:15.000000000 
+0200
@@ -29,3 +29,8 @@
     rev: "0.22.1"
     hooks:
     -   id: check-python-versions
+-   repo: https://github.com/PyCQA/bandit
+    rev: 1.9.4
+    hooks:
+      - id: bandit
+        args: ["--severity-level", "high"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wadllib-2.0.0/NEWS.rst new/wadllib-2.1.0/NEWS.rst
--- old/wadllib-2.0.0/NEWS.rst  2024-10-11 15:31:29.000000000 +0200
+++ new/wadllib-2.1.0/NEWS.rst  2026-07-01 12:31:18.000000000 +0200
@@ -2,15 +2,23 @@
 NEWS for wadllib
 ================
 
+2.1.0 (2026-06-29)
+==================
+
+- Add support for Python 3.14.
+
 2.0.0 (2024-10-11)
 ==================
 
 - Drop support for Python < 3.8.
+- Port from ``pkg_resources`` to ``importlib.resources``.
+- Drop unused install-time requirement on ``setuptools``.
+- Switch to ``multipart``.
 
 1.3.9 (2024-09-23)
 ==================
 
-- `legacy-cgi` is only a test dependency. Make it an optional dependency.
+- ``legacy-cgi`` is only a test dependency. Make it an optional dependency.
 
 1.3.8 (2024-09-23)
 ==================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wadllib-2.0.0/PKG-INFO new/wadllib-2.1.0/PKG-INFO
--- old/wadllib-2.0.0/PKG-INFO  2024-10-11 15:32:09.102335000 +0200
+++ new/wadllib-2.1.0/PKG-INFO  2026-07-01 12:31:22.343283400 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: wadllib
-Version: 2.0.0
+Version: 2.1.0
 Summary: Navigate HTTP resources using WADL files as guides.
 Home-page: https://launchpad.net/wadllib
 Download-URL: https://launchpad.net/wadllib/+download
@@ -22,6 +22,7 @@
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
 Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
 Requires-Python: >=3.8
 Description-Content-Type: text/x-rst
 License-File: COPYING.txt
@@ -31,6 +32,20 @@
 Requires-Dist: Sphinx; extra == "docs"
 Provides-Extra: test
 Requires-Dist: multipart; extra == "test"
+Dynamic: classifier
+Dynamic: description
+Dynamic: description-content-type
+Dynamic: download-url
+Dynamic: home-page
+Dynamic: license
+Dynamic: license-file
+Dynamic: maintainer
+Dynamic: maintainer-email
+Dynamic: project-url
+Dynamic: provides-extra
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
 
 ..
    Copyright (C) 2008-2013 Canonical Ltd.
@@ -730,15 +745,23 @@
 NEWS for wadllib
 ================
 
+2.1.0 (2026-06-29)
+==================
+
+- Add support for Python 3.14.
+
 2.0.0 (2024-10-11)
 ==================
 
 - Drop support for Python < 3.8.
+- Port from ``pkg_resources`` to ``importlib.resources``.
+- Drop unused install-time requirement on ``setuptools``.
+- Switch to ``multipart``.
 
 1.3.9 (2024-09-23)
 ==================
 
-- `legacy-cgi` is only a test dependency. Make it an optional dependency.
+- ``legacy-cgi`` is only a test dependency. Make it an optional dependency.
 
 1.3.8 (2024-09-23)
 ==================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wadllib-2.0.0/setup.py new/wadllib-2.1.0/setup.py
--- old/wadllib-2.0.0/setup.py  2024-10-11 15:31:45.000000000 +0200
+++ new/wadllib-2.1.0/setup.py  2026-07-01 11:46:21.000000000 +0200
@@ -44,7 +44,7 @@
 
 setup(
     name='wadllib',
-    version='2.0.0',
+    version='2.1.0',
     packages=find_packages('src'),
     package_dir={'': 'src'},
     package_data={
@@ -83,6 +83,7 @@
         "Programming Language :: Python :: 3.11",
         "Programming Language :: Python :: 3.12",
         "Programming Language :: Python :: 3.13",
+        "Programming Language :: Python :: 3.14",
         ],
     extras_require={
         "docs": ['Sphinx'],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wadllib-2.0.0/src/wadllib/docs/NEWS.rst 
new/wadllib-2.1.0/src/wadllib/docs/NEWS.rst
--- old/wadllib-2.0.0/src/wadllib/docs/NEWS.rst 2024-10-11 15:31:29.000000000 
+0200
+++ new/wadllib-2.1.0/src/wadllib/docs/NEWS.rst 2026-07-01 12:31:18.000000000 
+0200
@@ -2,15 +2,23 @@
 NEWS for wadllib
 ================
 
+2.1.0 (2026-06-29)
+==================
+
+- Add support for Python 3.14.
+
 2.0.0 (2024-10-11)
 ==================
 
 - Drop support for Python < 3.8.
+- Port from ``pkg_resources`` to ``importlib.resources``.
+- Drop unused install-time requirement on ``setuptools``.
+- Switch to ``multipart``.
 
 1.3.9 (2024-09-23)
 ==================
 
-- `legacy-cgi` is only a test dependency. Make it an optional dependency.
+- ``legacy-cgi`` is only a test dependency. Make it an optional dependency.
 
 1.3.8 (2024-09-23)
 ==================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wadllib-2.0.0/src/wadllib.egg-info/PKG-INFO 
new/wadllib-2.1.0/src/wadllib.egg-info/PKG-INFO
--- old/wadllib-2.0.0/src/wadllib.egg-info/PKG-INFO     2024-10-11 
15:32:09.000000000 +0200
+++ new/wadllib-2.1.0/src/wadllib.egg-info/PKG-INFO     2026-07-01 
12:31:22.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: wadllib
-Version: 2.0.0
+Version: 2.1.0
 Summary: Navigate HTTP resources using WADL files as guides.
 Home-page: https://launchpad.net/wadllib
 Download-URL: https://launchpad.net/wadllib/+download
@@ -22,6 +22,7 @@
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
 Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
 Requires-Python: >=3.8
 Description-Content-Type: text/x-rst
 License-File: COPYING.txt
@@ -31,6 +32,20 @@
 Requires-Dist: Sphinx; extra == "docs"
 Provides-Extra: test
 Requires-Dist: multipart; extra == "test"
+Dynamic: classifier
+Dynamic: description
+Dynamic: description-content-type
+Dynamic: download-url
+Dynamic: home-page
+Dynamic: license
+Dynamic: license-file
+Dynamic: maintainer
+Dynamic: maintainer-email
+Dynamic: project-url
+Dynamic: provides-extra
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
 
 ..
    Copyright (C) 2008-2013 Canonical Ltd.
@@ -730,15 +745,23 @@
 NEWS for wadllib
 ================
 
+2.1.0 (2026-06-29)
+==================
+
+- Add support for Python 3.14.
+
 2.0.0 (2024-10-11)
 ==================
 
 - Drop support for Python < 3.8.
+- Port from ``pkg_resources`` to ``importlib.resources``.
+- Drop unused install-time requirement on ``setuptools``.
+- Switch to ``multipart``.
 
 1.3.9 (2024-09-23)
 ==================
 
-- `legacy-cgi` is only a test dependency. Make it an optional dependency.
+- ``legacy-cgi`` is only a test dependency. Make it an optional dependency.
 
 1.3.8 (2024-09-23)
 ==================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wadllib-2.0.0/src/wadllib.egg-info/SOURCES.txt 
new/wadllib-2.1.0/src/wadllib.egg-info/SOURCES.txt
--- old/wadllib-2.0.0/src/wadllib.egg-info/SOURCES.txt  2024-10-11 
15:32:09.000000000 +0200
+++ new/wadllib-2.1.0/src/wadllib.egg-info/SOURCES.txt  2026-07-01 
12:31:22.000000000 +0200
@@ -1,3 +1,4 @@
+.launchpad.yaml
 .pre-commit-config.yaml
 .readthedocs.yaml
 CONTRIBUTING.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wadllib-2.0.0/tox.ini new/wadllib-2.1.0/tox.ini
--- old/wadllib-2.0.0/tox.ini   2024-10-10 12:42:32.000000000 +0200
+++ new/wadllib-2.1.0/tox.ini   2026-07-01 11:46:21.000000000 +0200
@@ -1,6 +1,6 @@
 [tox]
 envlist =
-    py38,py39,py310,py311,py312,py313,docs
+    py38,py39,py310,py311,py312,py313,py314,docs
 
 [testenv]
 commands =
@@ -17,3 +17,20 @@
     sphinx-build -b html -d src/wadllib/docs/_build/doctrees src/wadllib/docs 
src/wadllib/docs/_build/html
 deps =
     .[docs]
+
+[testenv:lint]
+basepython =
+    python3.12
+deps =
+    pip>=26.0
+    pre-commit
+commands =
+    pre-commit run --all-files
+
+[testenv:audit]
+basepython = py3.12
+deps =
+    pip>=26.0
+    pip-audit
+commands =
+    pip-audit -v

Reply via email to