forked from pool/python-rpds-py
Accepting request 1238436 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 0.22.3 OBS-URL: https://build.opensuse.org/request/show/1238436 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpds-py?expand=0&rev=7
This commit is contained in:
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.21.0</param>
|
<param name="revision">v0.22.3</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">73581d8dfc56a24eac6ee32c83e6759b4506bb71</param></service></servicedata>
|
<param name="changesrevision">ada6b46cb9836fb25e57e6450eb16f4af9080009</param></service></servicedata>
|
@@ -1,5 +0,0 @@
|
|||||||
[source.crates-io]
|
|
||||||
replace-with = "vendored-sources"
|
|
||||||
|
|
||||||
[source.vendored-sources]
|
|
||||||
directory = "vendor"
|
|
@@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 17 08:24:56 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.22.3:
|
||||||
|
* Properly tag a release fixing the soundness issue.
|
||||||
|
* Bump to PyO3 0.23.3, avoiding 0.23.x's previous soundness
|
||||||
|
issues.
|
||||||
|
* [pre-commit.ci] pre-commit autoupdate
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 17 08:24:40 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.22.1:
|
||||||
|
* Tag a release for regaining all the Windows wheels.
|
||||||
|
* ci: separate free-threaded and standard 3.13 distribution
|
||||||
|
builds
|
||||||
|
* Bump pyo3 from 0.23.1 to 0.23.2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 17 08:19:47 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.22.0:
|
||||||
|
* Bump to 0.22.0 for a free-threading-supported beta release.
|
||||||
|
* Enable free-threaded wheel builds
|
||||||
|
* [pre-commit.ci] pre-commit autoupdate
|
||||||
|
* [pre-commit.ci] auto fixes from pre-commit.com hooks
|
||||||
|
* revert changes to wheel-building config
|
||||||
|
* work around CPython issue 127065
|
||||||
|
* declare support for free-threading
|
||||||
|
* [pre-commit.ci] pre-commit autoupdate
|
||||||
|
* Bump pyo3 from 0.23.0 to 0.23.1
|
||||||
|
* Build on all branches.
|
||||||
|
* Skip zizmor in pre-commit.ci as well.
|
||||||
|
* add 3.13t to CI config
|
||||||
|
* point Cargo.toml at pyo3 0.23 on crates.io
|
||||||
|
* update rpds.py for PyO3 0.23
|
||||||
|
* [pre-commit.ci] pre-commit autoupdate
|
||||||
|
* Bump the zizmor version.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 04 07:42:20 UTC 2024 - adrian@suse.de
|
Wed Dec 04 07:42:20 UTC 2024 - adrian@suse.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-rpds-py
|
# spec file for package python-rpds-py
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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,14 +19,13 @@
|
|||||||
%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.21.0
|
Version: 0.22.3
|
||||||
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
|
||||||
URL: https://github.com/Julian/rpds.py
|
URL: https://github.com/Julian/rpds.py
|
||||||
Source: rpds.py-%{version}.tar.gz
|
Source: rpds.py-%{version}.tar.gz
|
||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
Source2: cargo_config
|
|
||||||
BuildRequires: %{python_module maturin}
|
BuildRequires: %{python_module maturin}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@@ -46,7 +45,6 @@ Python bindings to Rust's persistent data structures (rpds)
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -a1 -n rpds.py-%{version}
|
%autosetup -a1 -n rpds.py-%{version}
|
||||||
cp %{SOURCE2} .cargo/config
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export RUSTFLAGS=%{rustflags}
|
export RUSTFLAGS=%{rustflags}
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2a81ea8bb9a724473944a58eba49830ee78ab4ee68516597d35a25873904e779
|
|
||||||
size 115211
|
|
BIN
rpds.py-0.22.1.obscpio
(Stored with Git LFS)
Normal file
BIN
rpds.py-0.22.1.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
rpds.py-0.22.3.obscpio
(Stored with Git LFS)
Normal file
BIN
rpds.py-0.22.3.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
name: rpds.py
|
name: rpds.py
|
||||||
version: 0.21.0
|
version: 0.22.3
|
||||||
mtime: 1730901040
|
mtime: 1733325649
|
||||||
commit: 73581d8dfc56a24eac6ee32c83e6759b4506bb71
|
commit: ada6b46cb9836fb25e57e6450eb16f4af9080009
|
||||||
|
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