forked from pool/python-pycrdt
- Update to 0.8.17
* Update yrs 0.18.2 by @davidbrochart in #92 - Releases 0.8.7 to 0.8.16 * Export Subscription by @davidbrochart in #90 * Fix possibly undefined _subscriptions by @davidbrochart in #88 * Remove warning about project not ready for production by @davidbrochart in #82 * Keep subscription references by @davidbrochart in #85 * Fix doc observe by @davidbrochart in #87 * Improve Doc.get return value type by @davidbrochart in #80 * Add Doc.get() by @davidbrochart in #77 * Add leading underscore to Python files by @davidbrochart in #75 * Add update property to TransactionEvent by @davidbrochart in #72 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-pycrdt?expand=0&rev=3
This commit is contained in:
parent
f3677c03ea
commit
ed40b4e9e0
3
pycrdt-0.8.17.tar.xz
Normal file
3
pycrdt-0.8.17.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2106461ccd01e6b71fc035c496544f8010ca0ba4e5d19f6a8867d31f90f8499c
|
||||
size 22372
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1c27c0c1870cc18c7e2155ecbb421529052ad3cb690e49a7c8c2b105207eb51
|
||||
size 20780
|
@ -1,4 +1,4 @@
|
||||
name: pycrdt
|
||||
version: 0.8.6
|
||||
mtime: 1705937814
|
||||
commit: 39924bac3a08633bb149bc4f8435adcbd90cb1b6
|
||||
version: 0.8.17
|
||||
mtime: 1711556109
|
||||
commit: 26b75edc370b31759398329ca56694e078a4159d
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 29 19:13:03 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 0.8.17
|
||||
* Update yrs 0.18.2 by @davidbrochart in #92
|
||||
- Releases 0.8.7 to 0.8.16
|
||||
* Export Subscription by @davidbrochart in #90
|
||||
* Fix possibly undefined _subscriptions by @davidbrochart in #88
|
||||
* Remove warning about project not ready for production by
|
||||
@davidbrochart in #82
|
||||
* Keep subscription references by @davidbrochart in #85
|
||||
* Fix doc observe by @davidbrochart in #87
|
||||
* Improve Doc.get return value type by @davidbrochart in #80
|
||||
* Add Doc.get() by @davidbrochart in #77
|
||||
* Add leading underscore to Python files by @davidbrochart in #75
|
||||
* Add update property to TransactionEvent by @davidbrochart in
|
||||
#72
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 18:40:34 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pycrdt
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,22 +17,23 @@
|
||||
|
||||
|
||||
Name: python-pycrdt
|
||||
Version: 0.8.6
|
||||
Version: 0.8.17
|
||||
Release: 0
|
||||
Summary: Python bindings for Yrs
|
||||
License: MIT
|
||||
URL: https://github.com/jupyter-server/pycrdt
|
||||
Source0: pycrdt-%{version}.tar.xz
|
||||
Source1: vendor.tar.xz
|
||||
BuildRequires: %{python_module maturin >= 1.4.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module maturin >= 1.4.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest >= 7.4.2 with %python-pytest < 8}
|
||||
#BuildRequires: %%{python_module pydantic >= 2.5.2 with %%python-pydantic < 3}
|
||||
BuildRequires: %{python_module y-py >= 0.7.0~a1}
|
||||
BuildRequires: %{python_module objsize}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81b88678a851a13ba49083509472f7804cad4e389d140ee93eb6d6c95c171a45
|
||||
size 5107804
|
||||
oid sha256:3b36c152641d3b55b9e93ab41a21aadd12a148f687d6f04f52f45d7a8c89af2d
|
||||
size 5146352
|
||||
|
Loading…
x
Reference in New Issue
Block a user