Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sigstore-models for
openSUSE:Factory checked in at 2026-03-10 17:56:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sigstore-models (Old)
and /work/SRC/openSUSE:Factory/.python-sigstore-models.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sigstore-models"
Tue Mar 10 17:56:55 2026 rev:2 rq:1337912 version:0.0.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sigstore-models/python-sigstore-models.changes
2025-11-09 21:09:39.419549589 +0100
+++
/work/SRC/openSUSE:Factory/.python-sigstore-models.new.8177/python-sigstore-models.changes
2026-03-10 18:01:20.395412213 +0100
@@ -1,0 +2,7 @@
+Tue Mar 10 08:34:39 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.0.6:
+ * ci: chores, remove Python 3.9 support
+ * ci: publish: enable attestations
+
+-------------------------------------------------------------------
Old:
----
sigstore_models-0.0.5.tar.gz
New:
----
sigstore_models-0.0.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sigstore-models.spec ++++++
--- /var/tmp/diff_new_pack.rkmOfI/_old 2026-03-10 18:01:23.339533257 +0100
+++ /var/tmp/diff_new_pack.rkmOfI/_new 2026-03-10 18:01:23.355533915 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-sigstore-models
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# 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-sigstore-models
-Version: 0.0.5
+Version: 0.0.6
Release: 0
Summary: Pydantic based models for Sigstore's protobuf specifications
License: MIT
++++++ sigstore_models-0.0.5.tar.gz -> sigstore_models-0.0.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/sigstore_models-0.0.5/PKG-INFO
new/sigstore_models-0.0.6/PKG-INFO
--- old/sigstore_models-0.0.5/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
+++ new/sigstore_models-0.0.6/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: sigstore-models
-Version: 0.0.5
+Version: 0.0.6
Summary: Pydantic based models for Sigstore's protobuf specifications
Author: William Woodruff
Author-email: William Woodruff <[email protected]>
@@ -10,9 +10,9 @@
Classifier: Programming Language :: Python :: 3
Classifier: Typing :: Typed
Classifier: Framework :: Pydantic :: 2
-Requires-Dist: pydantic>=2.11.7
+Requires-Dist: pydantic>=2.12
Requires-Dist: typing-extensions>=4.14.1
-Requires-Python: >=3.9
+Requires-Python: >=3.10
Project-URL: Repository, https://github.com/astral-sh/sigstore-models
Description-Content-Type: text/markdown
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/sigstore_models-0.0.5/pyproject.toml
new/sigstore_models-0.0.6/pyproject.toml
--- old/sigstore_models-0.0.5/pyproject.toml 1970-01-01 01:00:00.000000000
+0100
+++ new/sigstore_models-0.0.6/pyproject.toml 1970-01-01 01:00:00.000000000
+0100
@@ -1,11 +1,11 @@
[project]
name = "sigstore-models"
-version = "0.0.5"
+version = "0.0.6"
description = "Pydantic based models for Sigstore's protobuf specifications"
readme = "README.md"
authors = [{ name = "William Woodruff", email = "[email protected]" }]
-requires-python = ">=3.9"
-dependencies = ["pydantic>=2.11.7", "typing-extensions>=4.14.1"]
+requires-python = ">=3.10"
+dependencies = ["pydantic>=2.12", "typing-extensions>=4.14.1"]
license-files = ["LICENSE"]
classifiers = [
"Development Status :: 3 - Alpha",
@@ -19,7 +19,7 @@
Repository = "https://github.com/astral-sh/sigstore-models"
[build-system]
-requires = ["uv_build>=0.8.0,<0.9"]
+requires = ["uv_build>=0.9.0,<0.10"]
build-backend = "uv_build"
[dependency-groups]