From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] python3-setuptools-scm: Update to version 6.4.2
Date: Sun, 10 Apr 2022 13:18:16 +0200 [thread overview]
Message-ID: <20220410111821.3479488-10-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20220410111821.3479488-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 4537 bytes --]
- Update from version 6.3.2 to 6.4.2
- Update rootfile
- Changelog
v6.4.2
* fix #671 : NoReturn is not avaliable in painfully dead python 3.6
v6.4.1
* fix regression #669: restore get_version signature
* fix #668: harden the selftest for distribution extras
v6.4.0
* compatibility adjustments for setuptools >58
* only put minimal setuptools version into toml extra to warn people with old
strict pins
* coorectly handle hg-git self-use
* better mercurial detection
* modernize packaging setup
* python 3.10 support
* better handling of setuptools install command deprecation
* consider ``pyproject.tomls`` when running as command
* use list in git describe command to avoid shell expansions while supporting
both windows and posix
* add ``--strip-dev`` flag to ``python -m setuptools_scm`` to print the next
guessed version cleanly
* ensure no-guess-dev will fail on bad tags instead of generating invalid
versions
* ensure we use utc everywhere to avoid confusion
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
.../rootfiles/common/python3-setuptools-scm | 19 +++++++++++--------
lfs/python3-setuptools-scm | 6 +++---
2 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/config/rootfiles/common/python3-setuptools-scm b/config/rootfiles/common/python3-setuptools-scm
index 8f16d3e91..9c37580db 100644
--- a/config/rootfiles/common/python3-setuptools-scm
+++ b/config/rootfiles/common/python3-setuptools-scm
@@ -1,14 +1,17 @@
#usr/lib/python3.10/site-packages/setuptools_scm
-#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info
-#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/PKG-INFO
-#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/SOURCES.txt
-#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/dependency_links.txt
-#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/entry_points.txt
-#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/requires.txt
-#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/top_level.txt
-#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/zip-safe
+#usr/lib/python3.10/site-packages/setuptools_scm-6.4.2-py3.10.egg-info
+#usr/lib/python3.10/site-packages/setuptools_scm-6.4.2-py3.10.egg-info/PKG-INFO
+#usr/lib/python3.10/site-packages/setuptools_scm-6.4.2-py3.10.egg-info/SOURCES.txt
+#usr/lib/python3.10/site-packages/setuptools_scm-6.4.2-py3.10.egg-info/dependency_links.txt
+#usr/lib/python3.10/site-packages/setuptools_scm-6.4.2-py3.10.egg-info/entry_points.txt
+#usr/lib/python3.10/site-packages/setuptools_scm-6.4.2-py3.10.egg-info/requires.txt
+#usr/lib/python3.10/site-packages/setuptools_scm-6.4.2-py3.10.egg-info/top_level.txt
+#usr/lib/python3.10/site-packages/setuptools_scm-6.4.2-py3.10.egg-info/zip-safe
#usr/lib/python3.10/site-packages/setuptools_scm/__init__.py
#usr/lib/python3.10/site-packages/setuptools_scm/__main__.py
+usr/lib/python3.10/site-packages/setuptools_scm/_entrypoints.py
+usr/lib/python3.10/site-packages/setuptools_scm/_overrides.py
+usr/lib/python3.10/site-packages/setuptools_scm/_types.py
#usr/lib/python3.10/site-packages/setuptools_scm/_version_cls.py
#usr/lib/python3.10/site-packages/setuptools_scm/config.py
#usr/lib/python3.10/site-packages/setuptools_scm/discover.py
diff --git a/lfs/python3-setuptools-scm b/lfs/python3-setuptools-scm
index 8e29b2798..561138c0a 100644
--- a/lfs/python3-setuptools-scm
+++ b/lfs/python3-setuptools-scm
@@ -24,7 +24,7 @@
include Config
-VER = 6.3.2
+VER = 6.4.2
SUMMARY = Python setuptools handler for SCM tags
THISAPP = setuptools_scm-$(VER)
@@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = python3-setuptools-scm
-PAK_VER = 2
+PAK_VER = 3
DEPS =
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 4291f3810dc5ea111a6bad1bf37c8704a7eb6cdd112ea476d629d6175c43cc7d8f78d450181c0e588a5f3fc0fc092fedb41fcb6e198a42f730f9fc6b8d96e343
+$(DL_FILE)_BLAKE2 = e1b5191425cf5db8334761a6857b0bc39c547c167901cbdf8401af441c5941cd75744162417ff42dbac792ae867d71c7576c5e9e533fe8039a75954f4c2ba439
install : $(TARGET)
--
2.35.1
next prev 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 ` [PATCH] python3-setuptools-rust: Update to version 1.2.0 Adolf Belka
2022-04-10 11:18 ` Adolf Belka [this message]
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-10-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