Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pycrdt for openSUSE:Factory 
checked in at 2025-08-03 13:37:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pycrdt (Old)
 and      /work/SRC/openSUSE:Factory/.python-pycrdt.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pycrdt"

Sun Aug  3 13:37:59 2025 rev:12 rq:1297168 version:0.12.26

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pycrdt/python-pycrdt.changes      
2025-07-14 10:58:03.952459760 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycrdt.new.1085/python-pycrdt.changes    
2025-08-03 13:38:42.506680548 +0200
@@ -1,0 +2,6 @@
+Sat Aug  2 16:49:14 UTC 2025 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 0.12.26
+  * Bump trio to <0.31.
+
+-------------------------------------------------------------------

Old:
----
  pycrdt-0.12.25.tar.xz

New:
----
  pycrdt-0.12.26.tar.xz

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

Other differences:
------------------
++++++ python-pycrdt.spec ++++++
--- /var/tmp/diff_new_pack.Yk1mmg/_old  2025-08-03 13:38:43.314714056 +0200
+++ /var/tmp/diff_new_pack.Yk1mmg/_new  2025-08-03 13:38:43.314714056 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-pycrdt
-Version:        0.12.25
+Version:        0.12.26
 Release:        0
 Summary:        Python bindings for Yrs
 License:        MIT

++++++ pycrdt-0.12.25.tar.xz -> pycrdt-0.12.26.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycrdt-0.12.25/.github/workflows/publish.yml 
new/pycrdt-0.12.26/.github/workflows/publish.yml
--- old/pycrdt-0.12.25/.github/workflows/publish.yml    2025-07-09 
14:57:07.000000000 +0200
+++ new/pycrdt-0.12.26/.github/workflows/publish.yml    2025-07-14 
14:39:36.000000000 +0200
@@ -31,7 +31,7 @@
           args: --release --target universal2-apple-darwin --out dist -i 3.9 
3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
       - name: Test built wheel - universal2
         run: |
-          pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" 
"anyio>=4.4.0,<5" "trio>=0.25.1,<0.30" "exceptiongroup; python_version<'3.11'"
+          pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" 
"anyio>=4.4.0,<5" "trio>=0.25.1,<0.31" "exceptiongroup; python_version<'3.11'"
           pip install pycrdt --no-deps --no-index --find-links dist 
--force-reinstall
           pytest
       - name: Upload wheels
@@ -64,7 +64,7 @@
           args: --release --out dist -i ${{ matrix.platform.interpreter }}
       - name: Test built wheel
         run: |
-          pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" 
"anyio>=4.4.0,<5" "trio>=0.25.1,<0.30" "exceptiongroup; python_version<'3.11'"
+          pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" 
"anyio>=4.4.0,<5" "trio>=0.25.1,<0.31" "exceptiongroup; python_version<'3.11'"
           pip install pycrdt --no-deps --no-index --find-links dist 
--force-reinstall
           pytest
       - name: Upload wheels
@@ -100,7 +100,7 @@
       - name: Test built wheel
         if: matrix.target == 'x86_64'
         run: |
-          pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" 
"anyio>=4.4.0,<5" "trio>=0.25.1,<0.30" "exceptiongroup; python_version<'3.11'"
+          pip install pytest pytest-mypy-testing "pydantic>=2.5.2,<3" 
"anyio>=4.4.0,<5" "trio>=0.25.1,<0.31" "exceptiongroup; python_version<'3.11'"
           pip install pycrdt --no-deps --no-index --find-links dist 
--force-reinstall
           pytest
       - name: Upload wheels
@@ -136,7 +136,7 @@
           install: |
             apt-get update
             apt-get install -y --no-install-recommends python3 python3-pip
-            pip3 install -U pip pytest pytest-mypy-testing 
"pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.30" "exceptiongroup; 
python_version<'3.11'"
+            pip3 install -U pip pytest pytest-mypy-testing 
"pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.31" "exceptiongroup; 
python_version<'3.11'"
           run: |
             pip3 install pycrdt --no-deps --no-index --find-links dist/ 
--force-reinstall
             pytest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycrdt-0.12.25/CHANGELOG.md 
new/pycrdt-0.12.26/CHANGELOG.md
--- old/pycrdt-0.12.25/CHANGELOG.md     2025-07-09 14:57:07.000000000 +0200
+++ new/pycrdt-0.12.26/CHANGELOG.md     2025-07-14 14:39:36.000000000 +0200
@@ -1,5 +1,9 @@
 # Version history
 
+## 0.12.26
+
+- Bump `trio` to <0.31.
+
 ## 0.12.25
 
 - Allow XML attributes to be of any type.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycrdt-0.12.25/Cargo.toml 
new/pycrdt-0.12.26/Cargo.toml
--- old/pycrdt-0.12.25/Cargo.toml       2025-07-09 14:57:07.000000000 +0200
+++ new/pycrdt-0.12.26/Cargo.toml       2025-07-14 14:39:36.000000000 +0200
@@ -1,6 +1,6 @@
 [package]
 name = "pycrdt"
-version = "0.12.25"
+version = "0.12.26"
 edition = "2021"
 
 [lib]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycrdt-0.12.25/pyproject.toml 
new/pycrdt-0.12.26/pyproject.toml
--- old/pycrdt-0.12.25/pyproject.toml   2025-07-09 14:57:07.000000000 +0200
+++ new/pycrdt-0.12.26/pyproject.toml   2025-07-14 14:39:36.000000000 +0200
@@ -41,7 +41,7 @@
     "pytest >=8.3.5,<9",
     "pytest-mypy-testing",
     "anyio",
-    "trio >=0.25.1,<0.30",
+    "trio >=0.25.1,<0.31",
     "pydantic >=2.5.2,<3",
     "mypy",
     "coverage[toml] >=7",

++++++ pycrdt.obsinfo ++++++
--- /var/tmp/diff_new_pack.Yk1mmg/_old  2025-08-03 13:38:43.430718867 +0200
+++ /var/tmp/diff_new_pack.Yk1mmg/_new  2025-08-03 13:38:43.434719033 +0200
@@ -1,5 +1,5 @@
 name: pycrdt
-version: 0.12.25
-mtime: 1752065827
-commit: 9ca34f49574bb056655e0cb459fb9f0135e07be4
+version: 0.12.26
+mtime: 1752496776
+commit: 7c6982364825ea9ba77bab37abafc3469f845a01
 

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/python-pycrdt/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.python-pycrdt.new.1085/vendor.tar.xz differ: char 
15, line 1

Reply via email to