From f3bfdd4a88b36530e1d7286cb67f1bb7e9a2b16fca1f264f0bee65a73f94f912 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 30 Mar 2025 08:02:32 +0000 Subject: [PATCH 1/2] - update to 1.11.0: * Drop support for Python 3.8. #479 * Support free-threaded Python. #502 * Support adding custom env vars. #504 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=29 --- python-setuptools-rust.changes | 8 ++++++++ python-setuptools-rust.spec | 5 ++--- setuptools_rust-1.10.2.tar.gz | 3 --- setuptools_rust-1.11.0.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 setuptools_rust-1.10.2.tar.gz create mode 100644 setuptools_rust-1.11.0.tar.gz diff --git a/python-setuptools-rust.changes b/python-setuptools-rust.changes index c85ab2d..86c2b06 100644 --- a/python-setuptools-rust.changes +++ b/python-setuptools-rust.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Mar 30 08:01:41 UTC 2025 - Dirk Müller + +- update to 1.11.0: + * Drop support for Python 3.8. #479 + * Support free-threaded Python. #502 + * Support adding custom env vars. #504 + ------------------------------------------------------------------- Wed Nov 20 00:54:23 UTC 2024 - Soc Virnyl Estela diff --git a/python-setuptools-rust.spec b/python-setuptools-rust.spec index 3821899..2e60e34 100644 --- a/python-setuptools-rust.spec +++ b/python-setuptools-rust.spec @@ -1,7 +1,7 @@ # # spec file for package python-setuptools-rust # -# Copyright (c) 2024 SUSE LLC +# 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 @@ -16,10 +16,9 @@ # -%global skip_python2 1 %{?sle15_python_module_pythons} Name: python-setuptools-rust -Version: 1.10.2 +Version: 1.11.0 Release: 0 Summary: Setuptools plugin for Rust extensions License: BSD-3-Clause diff --git a/setuptools_rust-1.10.2.tar.gz b/setuptools_rust-1.10.2.tar.gz deleted file mode 100644 index c60e28f..0000000 --- a/setuptools_rust-1.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d73e7eee5f87a6417285b617c97088a7c20d1a70fcea60e3bdc94ff567c29dc -size 309315 diff --git a/setuptools_rust-1.11.0.tar.gz b/setuptools_rust-1.11.0.tar.gz new file mode 100644 index 0000000..42a26ca --- /dev/null +++ b/setuptools_rust-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f765d66f3def6fdc85e1e6d889c6a812aea1430c8dadcf1c7b6779b45f874fb2 +size 310325 From 31138a1c5280acf8adca33a933586ee68f966c31e59a39ffad0df731387755b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 10 Apr 2025 13:52:56 +0000 Subject: [PATCH 2/2] - Update to 1.11.1 * Fix finding cargo artifacts when filenames are empty. #521 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=30 --- python-setuptools-rust.changes | 6 ++++++ python-setuptools-rust.spec | 2 +- setuptools_rust-1.11.0.tar.gz | 3 --- setuptools_rust-1.11.1.tar.gz | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 setuptools_rust-1.11.0.tar.gz create mode 100644 setuptools_rust-1.11.1.tar.gz diff --git a/python-setuptools-rust.changes b/python-setuptools-rust.changes index 86c2b06..56dd6b3 100644 --- a/python-setuptools-rust.changes +++ b/python-setuptools-rust.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 10 13:50:49 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.11.1 + * Fix finding cargo artifacts when filenames are empty. #521 + ------------------------------------------------------------------- Sun Mar 30 08:01:41 UTC 2025 - Dirk Müller diff --git a/python-setuptools-rust.spec b/python-setuptools-rust.spec index 2e60e34..e2d4c4c 100644 --- a/python-setuptools-rust.spec +++ b/python-setuptools-rust.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-setuptools-rust -Version: 1.11.0 +Version: 1.11.1 Release: 0 Summary: Setuptools plugin for Rust extensions License: BSD-3-Clause diff --git a/setuptools_rust-1.11.0.tar.gz b/setuptools_rust-1.11.0.tar.gz deleted file mode 100644 index 42a26ca..0000000 --- a/setuptools_rust-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f765d66f3def6fdc85e1e6d889c6a812aea1430c8dadcf1c7b6779b45f874fb2 -size 310325 diff --git a/setuptools_rust-1.11.1.tar.gz b/setuptools_rust-1.11.1.tar.gz new file mode 100644 index 0000000..f2ccbb4 --- /dev/null +++ b/setuptools_rust-1.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dabc4392252ced314b8050d63276e05fdc5d32398fc7d3cce1f6a6ac35b76c0 +size 310804