public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 07/48] python3-setuptools-rust:Update to version 1.5.2 and to work with python-3.10.8
Date: Wed, 09 Nov 2022 19:56:53 +0100	[thread overview]
Message-ID: <20221109185734.3920-7-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20221109185734.3920-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 5430 bytes --]

- Updated from version 1.2.0 to 1.5.2
- Update of rootfile
- Changelog
	v1.5.2
		Fixed
		    Fix regression in dylib build artifacts not being found since 1.5.0. #290
		    Fix regression in sdist missing examples and other supplementary files since 1.5.0. #291
	v1.5.1
		Fixed
		    Fix regression in get_lib_name crashing since 1.5.0. #280
		    Fix regression in Binding.Exec builds with multiple executables not finding built executables since 1.5.0. #283
	v1.5.0
		Added
		    Add support for extension modules built for wasm32-unknown-emscripten with Pyodide. #244
		Changed
		    Locate cdylib artifacts by handling messages from cargo instead of searching target dir (fixes build on MSYS2). #267
		    No longer guess cross-compile environment using HOST_GNU_TYPE / BUILD_GNU_TYPE sysconfig variables. #269
		Fixed
		    Fix RustBin build without wheel. #273
		    Fix RustBin setuptools install. #275
	v1.4.1
		Fixed
		    Fix crash when checking Rust version. #263
	v1.4.0
		Packaging
		    Increase minimum setuptools version to 62.4. #222
		Added
		    Add cargo_manifest_args to support locked, frozen and offline builds. #234
		    Add RustBin for packaging binaries in scripts data directory. #248
		Changed
		    Exec binding RustExtension with script=True is deprecated in favor of RustBin. #248
		    Errors while calling cargo metadata are now reported back to the user #254
		    quiet option will now suppress output of cargo metadata. #256
		    setuptools-rust will now match cargo behavior of not setting --target when the selected target is the rust host. #258
		    Deprecate native option of RustExtension. #258
		Fixed
		    If the sysconfig for BLDSHARED has no flags, setuptools-rust won't crash anymore. #241
	v1.3.0
		Packaging
		    Increase minimum setuptools version to 58. #222
		Fixed
		    Fix crash when python-distutils-extra linux package is installed. #222
		    Fix sdist built with vendored dependencies on Windows having incorrect cargo config. #223

Tested-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 .../rootfiles/common/python3-setuptools-rust  | 20 ++++++++++---------
 lfs/python3-setuptools-rust                   |  4 ++--
 2 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/config/rootfiles/common/python3-setuptools-rust b/config/rootfiles/common/python3-setuptools-rust
index a35daef85..ec0f494fe 100644
--- a/config/rootfiles/common/python3-setuptools-rust
+++ b/config/rootfiles/common/python3-setuptools-rust
@@ -1,17 +1,19 @@
 usr/lib/python3.10/site-packages/setuptools_rust
-#usr/lib/python3.10/site-packages/setuptools_rust-1.2.0-py3.10.egg-info
-#usr/lib/python3.10/site-packages/setuptools_rust-1.2.0-py3.10.egg-info/PKG-INFO
-#usr/lib/python3.10/site-packages/setuptools_rust-1.2.0-py3.10.egg-info/SOURCES.txt
-#usr/lib/python3.10/site-packages/setuptools_rust-1.2.0-py3.10.egg-info/dependency_links.txt
-#usr/lib/python3.10/site-packages/setuptools_rust-1.2.0-py3.10.egg-info/entry_points.txt
-#usr/lib/python3.10/site-packages/setuptools_rust-1.2.0-py3.10.egg-info/requires.txt
-#usr/lib/python3.10/site-packages/setuptools_rust-1.2.0-py3.10.egg-info/top_level.txt
-#usr/lib/python3.10/site-packages/setuptools_rust-1.2.0-py3.10.egg-info/zip-safe
+#usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info
+#usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info/PKG-INFO
+#usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info/SOURCES.txt
+#usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info/dependency_links.txt
+#usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info/entry_points.txt
+#usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info/requires.txt
+#usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info/top_level.txt
+#usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info/zip-safe
 usr/lib/python3.10/site-packages/setuptools_rust/__init__.py
+usr/lib/python3.10/site-packages/setuptools_rust/_utils.py
 usr/lib/python3.10/site-packages/setuptools_rust/build.py
 usr/lib/python3.10/site-packages/setuptools_rust/clean.py
 usr/lib/python3.10/site-packages/setuptools_rust/command.py
 usr/lib/python3.10/site-packages/setuptools_rust/extension.py
+usr/lib/python3.10/site-packages/setuptools_rust/rustc_info.py
 usr/lib/python3.10/site-packages/setuptools_rust/setuptools_ext.py
-usr/lib/python3.10/site-packages/setuptools_rust/utils.py
 usr/lib/python3.10/site-packages/setuptools_rust/version.py
+
diff --git a/lfs/python3-setuptools-rust b/lfs/python3-setuptools-rust
index 4bf85961c..a12589371 100644
--- a/lfs/python3-setuptools-rust
+++ b/lfs/python3-setuptools-rust
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.2.0
+VER        = 1.5.2
 
 THISAPP    = setuptools-rust-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 9028e3c02cf1090aaba5c78495d01eb01d3608242ab6b3fab2b76928e199a93bad2e1dbcd94d24689c7d42160c4dd409656f230493801906fc15f4235de7b68c
+$(DL_FILE)_BLAKE2 = 735d23c73136d4fe7e9a326345d4bf958d0c7bf9a8da15c71228f0c6e2a91063d888e4d812af9d8295a0524a83921825d25dd010bc1961860609d657c1ae68e7
 
 install : $(TARGET)
 
-- 
2.38.1


  parent reply	other threads:[~2022-11-09 18:56 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-09 18:56 [PATCH 01/48] python3: Update to version 3.10.8 Adolf Belka
2022-11-09 18:56 ` [PATCH 02/48] make.sh: Addition, deletion and re-orderiong of packages for Python-3.10.8 Adolf Belka
2022-11-09 18:56 ` [PATCH 03/48] python3-Cython: Removal of this module from IPFire Adolf Belka
2022-11-09 18:56 ` [PATCH 04/48] python3-build: Update to version 0.8.0 and to work with python-3.10.8 Adolf Belka
2022-11-09 18:56 ` [PATCH 05/48] python3-daemon: Update to version 2.3.1 " Adolf Belka
2022-11-09 18:56 ` [PATCH 06/48] python3-pep517:Update to version 0.13.0 " Adolf Belka
2022-11-09 18:56 ` Adolf Belka [this message]
2022-11-09 18:56 ` [PATCH 08/48] python3-setuptools-scm:Update to version 7.0.5 " Adolf Belka
2022-11-09 18:56 ` [PATCH 09/48] python3-cryptography:Update to version 38.0.1 " Adolf Belka
2022-11-09 18:56 ` [PATCH 10/48] rust-chrono:Update to version 0.4.22 required by python3-cryptography Adolf Belka
2022-11-09 18:56 ` [PATCH 11/48] rust-iana-time-zone: Required by updated rust-chrono Adolf Belka
2022-11-09 18:56 ` [PATCH 12/48] rust-asn1: Update to version 0.12.2 - required by python3-cryptography Adolf Belka
2022-11-09 18:56 ` [PATCH 13/48] rust-asn1_derive:Update " Adolf Belka
2022-11-09 18:57 ` [PATCH 14/48] rust-ouroboros:Update to version 0.15.5 " Adolf Belka
2022-11-09 18:57 ` [PATCH 15/48] rust-ouroboros_macro:Update " Adolf Belka
2022-11-09 18:57 ` [PATCH 16/48] rust-pem:Update to version 1.1.0 " Adolf Belka
2022-11-09 18:57 ` [PATCH 17/48] rust-pyo3:Update to version 0.15.2 " Adolf Belka
2022-11-09 18:57 ` [PATCH 18/48] rust-pyo3-macros:Update " Adolf Belka
2022-11-09 18:57 ` [PATCH 19/48] rust-pyo3-macros-backend:Update " Adolf Belka
2022-11-09 18:57 ` [PATCH 20/48] rust-pyo3-build-config:Update " Adolf Belka
2022-11-09 18:57 ` [PATCH 21/48] python3-arrow:Update to version 1.2.3 and to work with python-3.10.8 Adolf Belka
2022-11-09 18:57 ` [PATCH 22/48] python3-attrs:Update to version 22.1.0 " Adolf Belka
2022-11-09 18:57 ` [PATCH 23/48] python3-botocore:Update to version 1.27.89 " Adolf Belka
2022-11-09 18:57 ` [PATCH 24/48] python3-certifi:Update to version 2022.9.4 " Adolf Belka
2022-11-09 18:57 ` [PATCH 25/48] python3-cffi:Update to version 1.15.1 " Adolf Belka
2022-11-09 18:57 ` [PATCH 26/48] python3-charset-normalizer:Update to version 2.1.1 " Adolf Belka
2022-11-09 18:57 ` [PATCH 27/48] python3-circuitbreaker:Update to version 1.4.0 " Adolf Belka
2022-11-09 18:57 ` [PATCH 28/48] python3-click:Update to version 8.1.3 " Adolf Belka
2022-11-09 18:57 ` [PATCH 29/48] python3-colorama:Update to version 0.4.5 " Adolf Belka
2022-11-09 18:57 ` [PATCH 30/48] python3-docutils:Update to version 0.19 " Adolf Belka
2022-11-09 18:57 ` [PATCH 31/48] python3-idna:Update to version 3.4 " Adolf Belka
2022-11-09 18:57 ` [PATCH 32/48] python3-jmespath:Update to version 1.0.1 " Adolf Belka
2022-11-09 18:57 ` [PATCH 33/48] python3-msgpack:Update to version 1.0.4 " Adolf Belka
2022-11-09 18:57 ` [PATCH 34/48] python3-pyfuse3:Update to version 3.2.2 " Adolf Belka
2022-11-09 18:57 ` [PATCH 35/48] python3-pyparsing:Update to version 3.0.9 " Adolf Belka
2022-11-09 18:57 ` [PATCH 36/48] python3-pytz:Update to version 2022.4 " Adolf Belka
2022-11-09 18:57 ` [PATCH 37/48] python3-requests:Update to version 2.28.1 " Adolf Belka
2022-11-09 18:57 ` [PATCH 38/48] python3-rsa:Update to version 4.9 " Adolf Belka
2022-11-09 18:57 ` [PATCH 39/48] python3-s3transfer:Update to version 0.6.0 " Adolf Belka
2022-11-09 18:57 ` [PATCH 40/48] python3-semantic_version:Update to version 2.10.0 " Adolf Belka
2022-11-09 18:57 ` [PATCH 41/48] python3-setuptools:Update to version 65.4.1 " Adolf Belka
2022-11-09 18:57 ` [PATCH 42/48] python3-sniffio:Update to version 1.3.0 " Adolf Belka
2022-11-09 18:57 ` [PATCH 43/48] python3-trio:Update to version 0.22.0 " Adolf Belka
2022-11-09 18:57 ` [PATCH 44/48] python3-typing_extensions:Update to version 4.4.0 " Adolf Belka
2022-11-09 18:57 ` [PATCH 45/48] python3-urllib3:Update to version 1.26.12 " Adolf Belka
2022-11-09 18:57 ` [PATCH 46/48] python3-flit:Modify lfs " Adolf Belka
2022-11-09 18:57 ` [PATCH 47/48] libplist: Update rootfile for operation " Adolf Belka
2022-11-09 18:57 ` [PATCH 48/48] iotop: Modified rootfile " Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221109185734.3920-7-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox