4 Commits

Author SHA256 Message Date
1c4bbb9e0a Accepting request 1238505 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1238505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rpds-py?expand=0&rev=4
2025-01-18 12:18:03 +00:00
bb677dff0f 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
2025-01-17 13:26:15 +00:00
069703cb66 Accepting request 1228386 from devel:languages:python
Forwarded request #1228320 from adrianSuSE

- Update to version 0.21.0:
    * Release v0.21.0
    * Oh hello there zizmor.
    * Add a link to the upstream repo.
    * The packaging docs apparently discourage license.
    * bump pyO3 to 0.22.6
    * Update requirements.
    * Drop support for 3.8, which is EOL.
    * Bump to 0.20.1.
    * Set --profile=dev in tests to catch issues like #86.
    * Bump pyo3 from 0.22.3 to 0.22.5
    * Bump wntrblm/nox from 2024.04.15 to 2024.10.09
    * [pre-commit.ci] pre-commit autoupdate
    * Bump pyo3 from 0.22.2 to 0.22.3
    * Bump archery from 1.2.0 to 1.2.1
    * Fix hashing overflow issues
    * Tag a release.
    * Minor comment typo.
    * [pre-commit.ci] pre-commit autoupdate
    * Bump hynek/setup-cached-uv from 1 to 2
    * Tag a release.
    * Bump pyo3 from 0.22.1 to 0.22.2
    * Better result handling
    * Fix ruff configuration section
    * Fix styling
    * Turn on hashing tests for HashTrieMap
    * Remove hash error handling for elements in HashTrieSet
    * Implement __hash__ for HashTrieMap
    * Fix tests
    * Remove __hash__ for HashTrieMap

OBS-URL: https://build.opensuse.org/request/show/1228386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rpds-py?expand=0&rev=3
2024-12-06 13:25:00 +00:00
f7a30e45a2 Accepting request 1228320 from system:homeautomation:home-assistant
- Update to version 0.21.0:
  * Release v0.21.0
  * Oh hello there zizmor.
  * Add a link to the upstream repo.
  * The packaging docs apparently discourage license.
  * bump pyO3 to 0.22.6
  * Update requirements.
  * Drop support for 3.8, which is EOL.
  * Bump to 0.20.1.
  * Set --profile=dev in tests to catch issues like #86.
  * Bump pyo3 from 0.22.3 to 0.22.5
  * Bump wntrblm/nox from 2024.04.15 to 2024.10.09
  * [pre-commit.ci] pre-commit autoupdate
  * Bump pyo3 from 0.22.2 to 0.22.3
  * Bump archery from 1.2.0 to 1.2.1
  * Fix hashing overflow issues
  * Tag a release.
  * Minor comment typo.
  * [pre-commit.ci] pre-commit autoupdate
  * Bump hynek/setup-cached-uv from 1 to 2
  * Tag a release.
  * Bump pyo3 from 0.22.1 to 0.22.2
  * Better result handling
  * Fix ruff configuration section
  * Fix styling
  * Turn on hashing tests for HashTrieMap
  * Remove hash error handling for elements in HashTrieSet
  * Implement __hash__ for HashTrieMap
  * Fix tests
  * Remove __hash__ for HashTrieMap

OBS-URL: https://build.opensuse.org/request/show/1228320
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpds-py?expand=0&rev=5
2024-12-04 22:12:03 +00:00
10 changed files with 15 additions and 86 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/Julian/rpds.py</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v0.27.1</param>
<param name="revision">v0.22.3</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/Julian/rpds.py</param>
<param name="changesrevision">7ecc7a56108a64383fe5fbf5c0ca08a6f797db18</param></service></servicedata>
<param name="changesrevision">ada6b46cb9836fb25e57e6450eb16f4af9080009</param></service></servicedata>

View File

@@ -1,74 +1,3 @@
-------------------------------------------------------------------
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

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-rpds-py
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
%{?sle15_python_module_pythons}
Name: python-rpds-py
Version: 0.27.1
Version: 0.22.3
Release: 0
Summary: Python bindings to Rust's persistent data structures (rpds)
License: MIT

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

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:462cf9583d63dca0c5108349908713ff0e918e37b847373d12f9906d0756ba68
size 105995

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a9222eefe32a1a10e9f5ee386ea2edd09aa88cc97f2ada346eff44d0a24d0fe
size 26736

View File

@@ -1,4 +1,4 @@
name: rpds.py
version: 0.27.1
mtime: 1756289812
commit: 7ecc7a56108a64383fe5fbf5c0ca08a6f797db18
version: 0.22.3
mtime: 1733325649
commit: ada6b46cb9836fb25e57e6450eb16f4af9080009

BIN
vendor.tar.zst (Stored with Git LFS)

Binary file not shown.