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] python3-setuptools-rust: Update to version 1.2.0
Date: Sun, 10 Apr 2022 13:18:15 +0200	[thread overview]
Message-ID: <20220410111821.3479488-9-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20220410111821.3479488-1-adolf.belka@ipfire.org>

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

- Update from 1.1.2 to 1.2.0
- Update of rootfile
- Changelog
   ## 1.2.0 (2022-03-22)
	### Packaging
	   - Drop support for Python 3.6. [#209]
	### Added
	   - Add support for `kebab-case` executable names. [#205]
	   - Add support for custom cargo profiles. [#216]
	### Fixed
	   - Fix building macOS arm64 wheel with cibuildwheel. [#217]

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

diff --git a/config/rootfiles/common/python3-setuptools-rust b/config/rootfiles/common/python3-setuptools-rust
index cc21721c5..a35daef85 100644
--- a/config/rootfiles/common/python3-setuptools-rust
+++ b/config/rootfiles/common/python3-setuptools-rust
@@ -1,12 +1,12 @@
 usr/lib/python3.10/site-packages/setuptools_rust
-#usr/lib/python3.10/site-packages/setuptools_rust-1.1.2-py3.10.egg-info
-#usr/lib/python3.10/site-packages/setuptools_rust-1.1.2-py3.10.egg-info/PKG-INFO
-#usr/lib/python3.10/site-packages/setuptools_rust-1.1.2-py3.10.egg-info/SOURCES.txt
-#usr/lib/python3.10/site-packages/setuptools_rust-1.1.2-py3.10.egg-info/dependency_links.txt
-#usr/lib/python3.10/site-packages/setuptools_rust-1.1.2-py3.10.egg-info/entry_points.txt
-#usr/lib/python3.10/site-packages/setuptools_rust-1.1.2-py3.10.egg-info/requires.txt
-#usr/lib/python3.10/site-packages/setuptools_rust-1.1.2-py3.10.egg-info/top_level.txt
-#usr/lib/python3.10/site-packages/setuptools_rust-1.1.2-py3.10.egg-info/zip-safe
+#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/__init__.py
 usr/lib/python3.10/site-packages/setuptools_rust/build.py
 usr/lib/python3.10/site-packages/setuptools_rust/clean.py
diff --git a/lfs/python3-setuptools-rust b/lfs/python3-setuptools-rust
index 8d8b2cc4b..4bf85961c 100644
--- a/lfs/python3-setuptools-rust
+++ b/lfs/python3-setuptools-rust
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.1.2
+VER        = 1.2.0
 
 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 = 2b66f886db4be992be5f910cd56d1449f0f23d306880755692a53216e6c764bc6ec34e552f5485f444408421ccaeb8cc353d5553cf8a95a1a4daa815f5600167
+$(DL_FILE)_BLAKE2 = 9028e3c02cf1090aaba5c78495d01eb01d3608242ab6b3fab2b76928e199a93bad2e1dbcd94d24689c7d42160c4dd409656f230493801906fc15f4235de7b68c
 
 install : $(TARGET)
 
-- 
2.35.1


  parent reply	other threads:[~2022-04-10 11:18 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-10 11:18 [PATCH] python3-botocore: Update to version 1.24.37 Adolf Belka
2022-04-10 11:18 ` [PATCH] python3-charset-vomalizer: Update to version 2.0.12 Adolf Belka
2022-04-10 11:18 ` [PATCH] python3-click: Update to version 8.1.2 Adolf Belka
2022-04-10 11:18 ` [PATCH] python3-flit: Update to version 3.7.1 Adolf Belka
2022-04-10 11:18 ` [PATCH] python3-jmespath: Update to version 1.0.0 Adolf Belka
2022-04-10 11:18 ` [PATCH] python3-pytz: Update to version 2022.1 Adolf Belka
2022-04-10 11:18 ` [PATCH] python3-s3transfer: Update to version 0.5.2 Adolf Belka
2022-04-10 11:18 ` [PATCH] python3-semantic-version: Update to version 2.9.0 Adolf Belka
2022-04-10 11:18 ` Adolf Belka [this message]
2022-04-10 11:18 ` [PATCH] python3-setuptools-scm: Update to version 6.4.2 Adolf Belka
2022-04-10 11:18 ` [PATCH] python3-setuptools: Update to version 62.0.0 Adolf Belka
2022-04-10 11:18 ` [PATCH] python3-tomli: Update to version 2.0.1 Adolf Belka
2022-04-10 11:18 ` [PATCH] python3-typing-extensions: Update to version 4.1.1 Adolf Belka
2022-04-10 11:18 ` [PATCH] python3-urllib3: Update to version 1.26.9 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=20220410111821.3479488-9-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