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 2025-03-19 22:33:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-proto-plus (Old) and /work/SRC/openSUSE:Factory/.python-proto-plus.new.4956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-proto-plus" Wed Mar 19 22:33:59 2025 rev:16 rq:1254375 version:1.26.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-proto-plus/python-proto-plus.changes 2025-02-26 17:19:13.032955641 +0100 +++ /work/SRC/openSUSE:Factory/.python-proto-plus.new.4956/python-proto-plus.changes 2025-03-19 22:34:24.439852552 +0100 @@ -1,0 +2,6 @@ +Wed Mar 19 09:55:07 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to 1.26.1 + * **deps:** Allow protobuf 6.x (#536) + +------------------------------------------------------------------- Old: ---- proto_plus-1.26.0.tar.gz New: ---- proto_plus-1.26.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-proto-plus.spec ++++++ --- /var/tmp/diff_new_pack.Jp838U/_old 2025-03-19 22:34:24.891871582 +0100 +++ /var/tmp/diff_new_pack.Jp838U/_new 2025-03-19 22:34:24.895871750 +0100 @@ -27,7 +27,7 @@ %define modname proto_plus %{?sle15_python_module_pythons} Name: python-proto-plus%{psuffix} -Version: 1.26.0 +Version: 1.26.1 Release: 0 Summary: Pythonic Protocol Buffers License: Apache-2.0 ++++++ proto_plus-1.26.0.tar.gz -> proto_plus-1.26.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proto_plus-1.26.0/PKG-INFO new/proto_plus-1.26.1/PKG-INFO --- old/proto_plus-1.26.0/PKG-INFO 2025-01-27 17:24:43.818695000 +0100 +++ new/proto_plus-1.26.1/PKG-INFO 2025-03-10 16:54:36.392652800 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: proto-plus -Version: 1.26.0 +Version: 1.26.1 Summary: Beautiful, Pythonic protocol buffers Author-email: Google LLC <googleapis-packa...@google.com> License: Apache 2.0 @@ -24,7 +24,7 @@ Requires-Python: >=3.7 Description-Content-Type: text/x-rst License-File: LICENSE -Requires-Dist: protobuf<6.0.0dev,>=3.19.0 +Requires-Dist: protobuf<7.0.0,>=3.19.0 Provides-Extra: testing Requires-Dist: google-api-core>=1.31.5; extra == "testing" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proto_plus-1.26.0/proto/version.py new/proto_plus-1.26.1/proto/version.py --- old/proto_plus-1.26.0/proto/version.py 2025-01-27 17:20:45.000000000 +0100 +++ new/proto_plus-1.26.1/proto/version.py 2025-03-10 16:50:49.000000000 +0100 @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.26.0" +__version__ = "1.26.1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proto_plus-1.26.0/proto_plus.egg-info/PKG-INFO new/proto_plus-1.26.1/proto_plus.egg-info/PKG-INFO --- old/proto_plus-1.26.0/proto_plus.egg-info/PKG-INFO 2025-01-27 17:24:43.000000000 +0100 +++ new/proto_plus-1.26.1/proto_plus.egg-info/PKG-INFO 2025-03-10 16:54:36.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: proto-plus -Version: 1.26.0 +Version: 1.26.1 Summary: Beautiful, Pythonic protocol buffers Author-email: Google LLC <googleapis-packa...@google.com> License: Apache 2.0 @@ -24,7 +24,7 @@ Requires-Python: >=3.7 Description-Content-Type: text/x-rst License-File: LICENSE -Requires-Dist: protobuf<6.0.0dev,>=3.19.0 +Requires-Dist: protobuf<7.0.0,>=3.19.0 Provides-Extra: testing Requires-Dist: google-api-core>=1.31.5; extra == "testing" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proto_plus-1.26.0/proto_plus.egg-info/requires.txt new/proto_plus-1.26.1/proto_plus.egg-info/requires.txt --- old/proto_plus-1.26.0/proto_plus.egg-info/requires.txt 2025-01-27 17:24:43.000000000 +0100 +++ new/proto_plus-1.26.1/proto_plus.egg-info/requires.txt 2025-03-10 16:54:36.000000000 +0100 @@ -1,4 +1,4 @@ -protobuf<6.0.0dev,>=3.19.0 +protobuf<7.0.0,>=3.19.0 [testing] google-api-core>=1.31.5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proto_plus-1.26.0/pyproject.toml new/proto_plus-1.26.1/pyproject.toml --- old/proto_plus-1.26.0/pyproject.toml 2025-01-27 17:20:45.000000000 +0100 +++ new/proto_plus-1.26.1/pyproject.toml 2025-03-10 16:50:49.000000000 +0100 @@ -40,7 +40,7 @@ "Topic :: Software Development :: Code Generators", "Topic :: Software Development :: Libraries :: Python Modules", ] -dependencies = ["protobuf >=3.19.0, < 6.0.0dev"] +dependencies = ["protobuf >=3.19.0, < 7.0.0"] dynamic = ["version"] [project.urls]