Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-orjson for openSUSE:Factory 
checked in at 2025-02-09 19:59:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-orjson (Old)
 and      /work/SRC/openSUSE:Factory/.python-orjson.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-orjson"

Sun Feb  9 19:59:07 2025 rev:11 rq:1244153 version:3.10.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-orjson/python-orjson.changes      
2025-01-12 11:09:27.286830198 +0100
+++ /work/SRC/openSUSE:Factory/.python-orjson.new.2316/python-orjson.changes    
2025-02-09 19:59:19.585200640 +0100
@@ -1,0 +2,8 @@
+Fri Feb  7 12:53:21 UTC 2025 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to 3.10.15
+  * Publish PyPI manylinux aarch64 wheels built and tested on aarch64.
+  * Publish PyPI musllinux aarch64 and arm7l wheels built and tested on 
aarch64.
+  * Publish PyPI manylinux Python 3.13 wheels for i686, arm7l, ppc64le, and 
s390x.
+
+-------------------------------------------------------------------

Old:
----
  orjson-3.10.14-devendored.tar.xz
  orjson-3.10.14.tar.gz

New:
----
  orjson-3.10.15-devendored.tar.xz
  orjson-3.10.15.tar.gz

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

Other differences:
------------------
++++++ python-orjson.spec ++++++
--- /var/tmp/diff_new_pack.PA437j/_old  2025-02-09 19:59:20.145223666 +0100
+++ /var/tmp/diff_new_pack.PA437j/_new  2025-02-09 19:59:20.145223666 +0100
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-orjson
-Version:        3.10.14
+Version:        3.10.15
 Release:        0
 Summary:        Fast, correct Python JSON library supporting dataclasses, 
datetimes, and numpy
 License:        Apache-2.0 OR MIT

++++++ orjson-3.10.14-devendored.tar.xz -> orjson-3.10.15-devendored.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orjson-3.10.14/CHANGELOG.md 
new/orjson-3.10.15/CHANGELOG.md
--- old/orjson-3.10.14/CHANGELOG.md     2025-01-08 17:21:25.000000000 +0100
+++ new/orjson-3.10.15/CHANGELOG.md     2025-01-18 16:34:05.000000000 +0100
@@ -1,6 +1,15 @@
 # Changelog
 
 
+## 3.10.15
+
+### Changed
+
+- Publish PyPI manylinux aarch64 wheels built and tested on aarch64.
+- Publish PyPI musllinux aarch64 and arm7l wheels built and tested on aarch64.
+- Publish PyPI manylinux Python 3.13 wheels for i686, arm7l, ppc64le, and 
s390x.
+
+
 ## 3.10.14
 
 ### Changed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orjson-3.10.14/Cargo.toml 
new/orjson-3.10.15/Cargo.toml
--- old/orjson-3.10.14/Cargo.toml       1970-01-01 01:00:00.000000000 +0100
+++ new/orjson-3.10.15/Cargo.toml       1970-01-01 01:00:00.000000000 +0100
@@ -1,14 +1,12 @@
 [package]
 name = "orjson"
-version = "3.10.14"
+version = "3.10.15"
 authors = ["ijl <i...@mailbox.org>"]
 description = "Fast, correct Python JSON library supporting dataclasses, 
datetimes, and numpy"
 edition = "2021"
 resolver = "2"
 rust-version = "1.82"
 license = "Apache-2.0 OR MIT"
-repository = "https://github.com/ijl/orjson";
-homepage = "https://github.com/ijl/orjson";
 readme = "README.md"
 keywords = ["fast", "json", "dataclass", "dataclasses", "datetime", "rfc", 
"8259", "3339"]
 include = [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orjson-3.10.14/PKG-INFO new/orjson-3.10.15/PKG-INFO
--- old/orjson-3.10.14/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
+++ new/orjson-3.10.15/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: orjson
-Version: 3.10.14
+Version: 3.10.15
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: Apache Software License
@@ -24,14 +24,14 @@
 License-File: LICENSE-MIT
 Summary: Fast, correct Python JSON library supporting dataclasses, datetimes, 
and numpy
 Keywords: fast,json,dataclass,dataclasses,datetime,rfc,8259,3339
-Home-Page: https://github.com/ijl/orjson
 Author: ijl <i...@mailbox.org>
 Author-email: ijl <i...@mailbox.org>
 License: Apache-2.0 OR MIT
 Requires-Python: >=3.8
 Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
-Project-URL: Documentation, https://github.com/ijl/orjson
-Project-URL: Changelog, https://github.com/ijl/orjson/blob/master/CHANGELOG.md
+Project-URL: source, https://github.com/ijl/orjson
+Project-URL: documentation, https://github.com/ijl/orjson
+Project-URL: changelog, https://github.com/ijl/orjson/blob/master/CHANGELOG.md
 
 # orjson
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orjson-3.10.14/pyproject.toml 
new/orjson-3.10.15/pyproject.toml
--- old/orjson-3.10.14/pyproject.toml   2025-01-08 17:21:25.000000000 +0100
+++ new/orjson-3.10.15/pyproject.toml   2025-01-18 16:34:05.000000000 +0100
@@ -1,6 +1,6 @@
 [project]
 name = "orjson"
-version = "3.10.14"
+version = "3.10.15"
 repository = "https://github.com/ijl/orjson";
 requires-python = ">=3.8"
 classifiers = [
@@ -26,8 +26,9 @@
 ]
 
 [project.urls]
-Documentation = "https://github.com/ijl/orjson";
-Changelog = "https://github.com/ijl/orjson/blob/master/CHANGELOG.md";
+source = "https://github.com/ijl/orjson";
+documentation = "https://github.com/ijl/orjson";
+changelog = "https://github.com/ijl/orjson/blob/master/CHANGELOG.md";
 
 [build-system]
 build-backend = "maturin"

++++++ orjson-3.10.14.tar.gz -> orjson-3.10.15.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orjson-3.10.14/CHANGELOG.md 
new/orjson-3.10.15/CHANGELOG.md
--- old/orjson-3.10.14/CHANGELOG.md     2025-01-08 17:21:25.000000000 +0100
+++ new/orjson-3.10.15/CHANGELOG.md     2025-01-18 16:34:05.000000000 +0100
@@ -1,6 +1,15 @@
 # Changelog
 
 
+## 3.10.15
+
+### Changed
+
+- Publish PyPI manylinux aarch64 wheels built and tested on aarch64.
+- Publish PyPI musllinux aarch64 and arm7l wheels built and tested on aarch64.
+- Publish PyPI manylinux Python 3.13 wheels for i686, arm7l, ppc64le, and 
s390x.
+
+
 ## 3.10.14
 
 ### Changed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orjson-3.10.14/Cargo.lock 
new/orjson-3.10.15/Cargo.lock
--- old/orjson-3.10.14/Cargo.lock       2025-01-08 17:21:25.000000000 +0100
+++ new/orjson-3.10.15/Cargo.lock       2025-01-18 16:34:05.000000000 +0100
@@ -127,7 +127,7 @@
 
 [[package]]
 name = "orjson"
-version = "3.10.14"
+version = "3.10.15"
 dependencies = [
  "associative-cache",
  "bytecount",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orjson-3.10.14/Cargo.toml 
new/orjson-3.10.15/Cargo.toml
--- old/orjson-3.10.14/Cargo.toml       1970-01-01 01:00:00.000000000 +0100
+++ new/orjson-3.10.15/Cargo.toml       1970-01-01 01:00:00.000000000 +0100
@@ -1,14 +1,12 @@
 [package]
 name = "orjson"
-version = "3.10.14"
+version = "3.10.15"
 authors = ["ijl <i...@mailbox.org>"]
 description = "Fast, correct Python JSON library supporting dataclasses, 
datetimes, and numpy"
 edition = "2021"
 resolver = "2"
 rust-version = "1.82"
 license = "Apache-2.0 OR MIT"
-repository = "https://github.com/ijl/orjson";
-homepage = "https://github.com/ijl/orjson";
 readme = "README.md"
 keywords = ["fast", "json", "dataclass", "dataclasses", "datetime", "rfc", 
"8259", "3339"]
 include = [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orjson-3.10.14/PKG-INFO new/orjson-3.10.15/PKG-INFO
--- old/orjson-3.10.14/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
+++ new/orjson-3.10.15/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: orjson
-Version: 3.10.14
+Version: 3.10.15
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: Apache Software License
@@ -24,14 +24,14 @@
 License-File: LICENSE-MIT
 Summary: Fast, correct Python JSON library supporting dataclasses, datetimes, 
and numpy
 Keywords: fast,json,dataclass,dataclasses,datetime,rfc,8259,3339
-Home-Page: https://github.com/ijl/orjson
 Author: ijl <i...@mailbox.org>
 Author-email: ijl <i...@mailbox.org>
 License: Apache-2.0 OR MIT
 Requires-Python: >=3.8
 Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
-Project-URL: Documentation, https://github.com/ijl/orjson
-Project-URL: Changelog, https://github.com/ijl/orjson/blob/master/CHANGELOG.md
+Project-URL: source, https://github.com/ijl/orjson
+Project-URL: documentation, https://github.com/ijl/orjson
+Project-URL: changelog, https://github.com/ijl/orjson/blob/master/CHANGELOG.md
 
 # orjson
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orjson-3.10.14/pyproject.toml 
new/orjson-3.10.15/pyproject.toml
--- old/orjson-3.10.14/pyproject.toml   2025-01-08 17:21:25.000000000 +0100
+++ new/orjson-3.10.15/pyproject.toml   2025-01-18 16:34:05.000000000 +0100
@@ -1,6 +1,6 @@
 [project]
 name = "orjson"
-version = "3.10.14"
+version = "3.10.15"
 repository = "https://github.com/ijl/orjson";
 requires-python = ">=3.8"
 classifiers = [
@@ -26,8 +26,9 @@
 ]
 
 [project.urls]
-Documentation = "https://github.com/ijl/orjson";
-Changelog = "https://github.com/ijl/orjson/blob/master/CHANGELOG.md";
+source = "https://github.com/ijl/orjson";
+documentation = "https://github.com/ijl/orjson";
+changelog = "https://github.com/ijl/orjson/blob/master/CHANGELOG.md";
 
 [build-system]
 build-backend = "maturin"

++++++ vendor.tar.xz ++++++
++++ 423062 lines of diff (skipped)

Reply via email to