forked from pool/python-rpds-py
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 93c7b01de5 | |||
| 63b6163675 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/Julian/rpds.py</param>
|
<param name="url">https://github.com/Julian/rpds.py</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v0.22.3</param>
|
<param name="revision">v0.27.1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/Julian/rpds.py</param>
|
<param name="url">https://github.com/Julian/rpds.py</param>
|
||||||
<param name="changesrevision">ada6b46cb9836fb25e57e6450eb16f4af9080009</param></service></servicedata>
|
<param name="changesrevision">7ecc7a56108a64383fe5fbf5c0ca08a6f797db18</param></service></servicedata>
|
||||||
@@ -1,3 +1,74 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 10 12:53:51 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.27.1:
|
||||||
|
* Download packages to subdirectory in PyPI publish CI job
|
||||||
|
* Bump github/codeql-action from 3.29.10 to 3.29.11
|
||||||
|
* Bump astral-sh/setup-uv from 6.5.0 to 6.6.0
|
||||||
|
* Specify packages directory for PyPI publish action
|
||||||
|
* Tag a release.
|
||||||
|
* Switch to PyPA's PyPI-publish action in CI
|
||||||
|
* Bump PyO3/maturin-action from 1.49.3 to 1.49.4
|
||||||
|
* Bump astral-sh/setup-uv from 6.4.3 to 6.5.0
|
||||||
|
* Bump github/codeql-action from 3.29.8 to 3.29.10
|
||||||
|
* Bump github/codeql-action from 3.29.3 to 3.29.8
|
||||||
|
* Bump actions/checkout from 4 to 5
|
||||||
|
* Bump actions/download-artifact from 4 to 5
|
||||||
|
* Bump astral-sh/setup-uv from 6.4.1 to 6.4.3
|
||||||
|
* [pre-commit.ci] pre-commit autoupdate
|
||||||
|
* Tag a release for RISC
|
||||||
|
* fix format error
|
||||||
|
* downgrade riscv64 manylinux version
|
||||||
|
* Allow packaging of wheels for riscv64 architecture
|
||||||
|
* Bump github/codeql-action from 3.29.2 to 3.29.3
|
||||||
|
* Bump astral-sh/setup-uv from 6.3.1 to 6.4.1
|
||||||
|
* Tag a release.
|
||||||
|
* Update requirements.
|
||||||
|
* Require maturin>=1.9.0 to ensure support for PEP 639
|
||||||
|
* Bump astral-sh/setup-uv from 6.3.0 to 6.3.1
|
||||||
|
* Bump github/codeql-action from 3.29.0 to 3.29.2
|
||||||
|
* Bump PyO3/maturin-action from 1.49.1 to 1.49.3
|
||||||
|
* Bump astral-sh/setup-uv from 6.1.0 to 6.3.0
|
||||||
|
* Bump github/codeql-action from 3.28.19 to 3.29.0
|
||||||
|
* Bump softprops/action-gh-release from 2.2.2 to 2.3.2
|
||||||
|
* Bump pyo3 from 0.25.0 to 0.25.1
|
||||||
|
* Bump github/codeql-action from 3.28.18 to 3.28.19
|
||||||
|
* Build CPython 3.14 wheels
|
||||||
|
* Bump astral-sh/setup-uv from 6.0.1 to 6.1.0
|
||||||
|
* Release v0.25.1 for Windows ARM.
|
||||||
|
* Properly pin hashes in workflows.
|
||||||
|
* remove trailing whitespace
|
||||||
|
* fix indentation
|
||||||
|
* pin maturin-action steps to hash
|
||||||
|
* Release v0.25.0.
|
||||||
|
* Update dependencies.
|
||||||
|
* Bump PyO3 to 0.25
|
||||||
|
* remove trailing whitespace
|
||||||
|
* add windows-arm to release needs
|
||||||
|
* Add windows arm64 builds
|
||||||
|
* Bump pyo3 from 0.24.1 to 0.24.2
|
||||||
|
* Bump rpds from 1.1.0 to 1.1.1
|
||||||
|
* Bump pyo3 from 0.24.0 to 0.24.1
|
||||||
|
* Release v0.24.0
|
||||||
|
* PyPy3.11 appears not to work even on Windows x64 quite yet.
|
||||||
|
* Build for PyPy 3.11
|
||||||
|
* Don't fail fast on wheel builds.
|
||||||
|
* Update requirements.
|
||||||
|
* noxfile: mark pypy 3.11 as supported
|
||||||
|
* replace quansight-labs/setup-python with actions/setup-python
|
||||||
|
* Bump pyo3 from 0.23.4 to 0.24.0
|
||||||
|
* v0.23.1 to fix the license file naming.
|
||||||
|
* update license file
|
||||||
|
* Tag v0.23.0 for release.
|
||||||
|
* Declare license via (the accepted) PEP 639.
|
||||||
|
* Update requirements.
|
||||||
|
* Also limit permissions globally.
|
||||||
|
* Disable caching for release builds as per zizmor recommendation.
|
||||||
|
* Run nox via uvx.
|
||||||
|
* [pre-commit.ci] pre-commit autoupdate
|
||||||
|
* Bump pyo3 from 0.23.3 to 0.23.4
|
||||||
|
* [pre-commit.ci] pre-commit autoupdate
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 17 08:24:56 UTC 2025 - opensuse_buildservice@ojkastl.de
|
Fri Jan 17 08:24:56 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-rpds-py
|
# spec file for package python-rpds-py
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-rpds-py
|
Name: python-rpds-py
|
||||||
Version: 0.22.3
|
Version: 0.27.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings to Rust's persistent data structures (rpds)
|
Summary: Python bindings to Rust's persistent data structures (rpds)
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
BIN
rpds.py-0.22.1.obscpio
(Stored with Git LFS)
BIN
rpds.py-0.22.1.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
rpds.py-0.22.3.obscpio
(Stored with Git LFS)
BIN
rpds.py-0.22.3.obscpio
(Stored with Git LFS)
Binary file not shown.
3
rpds.py-0.27.1.obscpio
Normal file
3
rpds.py-0.27.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:462cf9583d63dca0c5108349908713ff0e918e37b847373d12f9906d0756ba68
|
||||||
|
size 105995
|
||||||
3
rpds.py-0.27.1.tar.gz
Normal file
3
rpds.py-0.27.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1a9222eefe32a1a10e9f5ee386ea2edd09aa88cc97f2ada346eff44d0a24d0fe
|
||||||
|
size 26736
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
name: rpds.py
|
name: rpds.py
|
||||||
version: 0.22.3
|
version: 0.27.1
|
||||||
mtime: 1733325649
|
mtime: 1756289812
|
||||||
commit: ada6b46cb9836fb25e57e6450eb16f4af9080009
|
commit: 7ecc7a56108a64383fe5fbf5c0ca08a6f797db18
|
||||||
|
|||||||
BIN
vendor.tar.zst
(Stored with Git LFS)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user