Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-proto-plus for 
openSUSE:Factory checked in at 2026-01-09 17:04:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-proto-plus (Old)
 and      /work/SRC/openSUSE:Factory/.python-proto-plus.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-proto-plus"

Fri Jan  9 17:04:50 2026 rev:17 rq:1326348 version:1.27.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-proto-plus/python-proto-plus.changes      
2025-03-19 22:34:24.439852552 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-proto-plus.new.1928/python-proto-plus.changes
    2026-01-09 17:07:02.468826854 +0100
@@ -1,0 +2,6 @@
+Fri Jan  9 13:12:53 UTC 2026 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to 1.27.0
+  * Add classifier for Python 3.14 (#544)
+
+-------------------------------------------------------------------

Old:
----
  proto_plus-1.26.1.tar.gz

New:
----
  proto_plus-1.27.0.tar.gz

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

Other differences:
------------------
++++++ python-proto-plus.spec ++++++
--- /var/tmp/diff_new_pack.uCPRku/_old  2026-01-09 17:07:03.196857031 +0100
+++ /var/tmp/diff_new_pack.uCPRku/_new  2026-01-09 17:07:03.200857197 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-proto-plus
 #
-# 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
@@ -27,7 +27,7 @@
 %define modname proto_plus
 %{?sle15_python_module_pythons}
 Name:           python-proto-plus%{psuffix}
-Version:        1.26.1
+Version:        1.27.0
 Release:        0
 Summary:        Pythonic Protocol Buffers
 License:        Apache-2.0

++++++ proto_plus-1.26.1.tar.gz -> proto_plus-1.27.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proto_plus-1.26.1/PKG-INFO 
new/proto_plus-1.27.0/PKG-INFO
--- old/proto_plus-1.26.1/PKG-INFO      2025-03-10 16:54:36.392652800 +0100
+++ new/proto_plus-1.27.0/PKG-INFO      2025-12-16 14:43:05.975127500 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: proto-plus
-Version: 1.26.1
+Version: 1.27.0
 Summary: Beautiful, Pythonic protocol buffers
 Author-email: Google LLC <[email protected]>
 License: Apache 2.0
@@ -18,6 +18,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
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Software Development :: Code Generators
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
@@ -27,6 +28,7 @@
 Requires-Dist: protobuf<7.0.0,>=3.19.0
 Provides-Extra: testing
 Requires-Dist: google-api-core>=1.31.5; extra == "testing"
+Dynamic: license-file
 
 Proto Plus for Python
 =====================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proto_plus-1.26.1/proto/version.py 
new/proto_plus-1.27.0/proto/version.py
--- old/proto_plus-1.26.1/proto/version.py      2025-03-10 16:50:49.000000000 
+0100
+++ new/proto_plus-1.27.0/proto/version.py      2025-12-16 14:42:34.000000000 
+0100
@@ -12,4 +12,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-__version__ = "1.26.1"
+__version__ = "1.27.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proto_plus-1.26.1/proto_plus.egg-info/PKG-INFO 
new/proto_plus-1.27.0/proto_plus.egg-info/PKG-INFO
--- old/proto_plus-1.26.1/proto_plus.egg-info/PKG-INFO  2025-03-10 
16:54:36.000000000 +0100
+++ new/proto_plus-1.27.0/proto_plus.egg-info/PKG-INFO  2025-12-16 
14:43:05.000000000 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: proto-plus
-Version: 1.26.1
+Version: 1.27.0
 Summary: Beautiful, Pythonic protocol buffers
 Author-email: Google LLC <[email protected]>
 License: Apache 2.0
@@ -18,6 +18,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
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Software Development :: Code Generators
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
@@ -27,6 +28,7 @@
 Requires-Dist: protobuf<7.0.0,>=3.19.0
 Provides-Extra: testing
 Requires-Dist: google-api-core>=1.31.5; extra == "testing"
+Dynamic: license-file
 
 Proto Plus for Python
 =====================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proto_plus-1.26.1/pyproject.toml 
new/proto_plus-1.27.0/pyproject.toml
--- old/proto_plus-1.26.1/pyproject.toml        2025-03-10 16:50:49.000000000 
+0100
+++ new/proto_plus-1.27.0/pyproject.toml        2025-12-16 14:42:34.000000000 
+0100
@@ -36,6 +36,7 @@
   "Programming Language :: Python :: 3.11",
   "Programming Language :: Python :: 3.12",
   "Programming Language :: Python :: 3.13",
+  "Programming Language :: Python :: 3.14",
   "Operating System :: OS Independent",
   "Topic :: Software Development :: Code Generators",
   "Topic :: Software Development :: Libraries :: Python Modules",

Reply via email to