Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-tokenizers for
openSUSE:Factory checked in at 2024-11-14 16:09:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tokenizers (Old)
and /work/SRC/openSUSE:Factory/.python-tokenizers.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tokenizers"
Thu Nov 14 16:09:19 2024 rev:2 rq:1224030 version:0.20.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tokenizers/python-tokenizers.changes
2024-10-01 17:12:26.551289111 +0200
+++
/work/SRC/openSUSE:Factory/.python-tokenizers.new.2017/python-tokenizers.changes
2024-11-14 16:10:25.559125095 +0100
@@ -1,0 +2,32 @@
+Thu Nov 7 11:30:50 UTC 2024 - Soc Virnyl Estela
<[email protected]>
+
+- Select only rust tier 1 arches.
+- Update registry.tar.zst dependencies
+- Update version to 0.20.3:
+ * fix pylist
+ * [MINOR:TYP] Fix docstrings
+- Updates from 0.20.2:
+ * Bump cookie and express in /tokenizers/examples/unstable_wasm/www
+ * Fix off-by-one error in tokenizer::normalizer::Range::len
+ * Arg name correction: auth_token -> token
+ * Unsound call of set_var
+ * Add safety comments
+ * PyO3 0.22
+- Updates from 0.20.1:
+ * Update README.md
+ * fix benchmark file link
+ * [ignore_merges] Fix offsets
+ * Bump body-parser and express in /tokenizers/examples/unstable_wasm/www
+ * Bump serve-static and express in /tokenizers/examples/unstable_wasm/www
+ * Bump send and express in /tokenizers/examples/unstable_wasm/www
+ * Bump webpack from 5.76.0 to 5.95.0 in
/tokenizers/examples/unstable_wasm/www
+ * Fix documentation build
+ * style: simplify string formatting for readability
+
+-------------------------------------------------------------------
+Sun Nov 3 12:22:13 UTC 2024 - Soc Virnyl Estela
<[email protected]>
+
+- Experiment with cargo vendor home registry. See documentation:
+
https://github.com/openSUSE-Rust/obs-service-cargo/blob/master/README.md#cargo-vendor-home-registry
+
+-------------------------------------------------------------------
Old:
----
tokenizers-0.20.0.tar.gz
vendor.tar.zst
New:
----
registry.tar.zst
tokenizers-0.20.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tokenizers.spec ++++++
--- /var/tmp/diff_new_pack.Jww2L9/_old 2024-11-14 16:10:26.943181362 +0100
+++ /var/tmp/diff_new_pack.Jww2L9/_new 2024-11-14 16:10:26.943181362 +0100
@@ -15,28 +15,30 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
%if 0%{?suse_version} && 0%{?suse_version} < 1550
%global force_gcc_version 13
%endif
%{?sle15_python_module_pythons}
Name: python-tokenizers
-Version: 0.20.0
+Version: 0.20.3
Release: 0
Summary: Provides an implementation of today's most used tokenizers
License: Apache-2.0
URL: https://github.com/huggingface/tokenizers
Source0:
https://github.com/huggingface/tokenizers/archive/refs/tags/v%{version}.tar.gz#/tokenizers-%{version}.tar.gz
-Source1: vendor.tar.zst
+Source1: registry.tar.zst
BuildRequires: %{python_module devel}
BuildRequires: %{python_module maturin}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: cargo-packaging
-BuildRequires: gcc%{?force_gcc_version}-c++
BuildRequires: fdupes
+BuildRequires: gcc%{?force_gcc_version}-c++
BuildRequires: python-rpm-macros
BuildRequires: zstd
+ExclusiveArch: %{rust_tier1_arches}
Requires: python-huggingface-hub
%python_subpackages
@@ -55,9 +57,12 @@
needs.
%prep
-%autosetup -p1 -n tokenizers-%{version} -a1
+%autosetup -p1 -n tokenizers-%{version}
+rm -rfv .cargo
+tar xf %{S:1} -C $PWD
%build
+export CARGO_HOME=$PWD/.cargo
export CARGO_NET_OFFLINE=true
export CARGO_PROFILE_RELEASE_DEBUG=full
export CARGO_PROFILE_RELEASE_SPLIT_DEBUGINFO=off
@@ -80,6 +85,7 @@
%python_expand %fdupes %{buildroot}/%{$python_sitearch}/*
%check
+export CARGO_HOME=$PWD/.cargo
%if 0%{?force_gcc_version}
export CC="gcc-%{?force_gcc_version}"
export CXX="g++-%{?force_gcc_version}"
++++++ _service ++++++
--- /var/tmp/diff_new_pack.Jww2L9/_old 2024-11-14 16:10:26.971182500 +0100
+++ /var/tmp/diff_new_pack.Jww2L9/_new 2024-11-14 16:10:26.975182663 +0100
@@ -3,11 +3,12 @@
<service mode="manual" name="download_files" />
<service name="cargo_vendor" mode="manual">
<param name="src">tokenizers*.tar.gz</param>
+ <param name="method">registry</param>
+ <param name="update">true</param>
<param name="compression">zst</param>
+ <param name="no-root-manifest">true</param>
<param name="cargotoml">bindings/python/Cargo.toml</param>
<param name="cargotoml">tokenizers/Cargo.toml</param>
- <param name="respect-lockfile">false</param>
- <param name="update">true</param>
</service>
</services>
++++++ tokenizers-0.20.0.tar.gz -> tokenizers-0.20.3.tar.gz ++++++
++++ 4533 lines of diff (skipped)