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

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

- Update from 3.6.0 to 3.7.1
- Update of rootfile
- Changelog
	Version 3.7.1
	    Fix building packages which need execution to get the version number, and
             have a relative import in __init__.py (PR #531).
	Version 3.7
	    Support for external data files such as man pages or Jupyter extension
             support files (PR #510).
	    Project names are now lowercase in wheel filenames and .dist-info folder
             names, in line with the specifications (PR #498).
	    Improved support for bootstrapping a Python environment, e.g. for downstream
             packagers (PR #511). flit_core.wheel is usable with python -m to create
             wheels before the build tool is available, and flit_core sdists also
             include a script to install itself from a wheel before installer is available.
	    Use newer importlib APIs, fixing some deprecation warnings (PR #499).

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/packages/python3-flit | 29 +++++++++++++++++++-------
 lfs/python3-flit                       |  6 +++---
 2 files changed, 25 insertions(+), 10 deletions(-)

diff --git a/config/rootfiles/packages/python3-flit b/config/rootfiles/packages/python3-flit
index ac483dddf..2dcda51fd 100644
--- a/config/rootfiles/packages/python3-flit
+++ b/config/rootfiles/packages/python3-flit
@@ -1,11 +1,11 @@
 usr/lib/python3.10/site-packages/flit_core
-#usr/lib/python3.10/site-packages/flit_core-3.6.0.dist-info
-#usr/lib/python3.10/site-packages/flit_core-3.6.0.dist-info/INSTALLER
-#usr/lib/python3.10/site-packages/flit_core-3.6.0.dist-info/METADATA
-#usr/lib/python3.10/site-packages/flit_core-3.6.0.dist-info/RECORD
-#usr/lib/python3.10/site-packages/flit_core-3.6.0.dist-info/REQUESTED
-#usr/lib/python3.10/site-packages/flit_core-3.6.0.dist-info/WHEEL
-#usr/lib/python3.10/site-packages/flit_core-3.6.0.dist-info/direct_url.json
+#usr/lib/python3.10/site-packages/flit_core-3.7.1.dist-info
+#usr/lib/python3.10/site-packages/flit_core-3.7.1.dist-info/INSTALLER
+#usr/lib/python3.10/site-packages/flit_core-3.7.1.dist-info/METADATA
+#usr/lib/python3.10/site-packages/flit_core-3.7.1.dist-info/RECORD
+#usr/lib/python3.10/site-packages/flit_core-3.7.1.dist-info/REQUESTED
+#usr/lib/python3.10/site-packages/flit_core-3.7.1.dist-info/WHEEL
+#usr/lib/python3.10/site-packages/flit_core-3.7.1.dist-info/direct_url.json
 usr/lib/python3.10/site-packages/flit_core/__init__.py
 usr/lib/python3.10/site-packages/flit_core/buildapi.py
 usr/lib/python3.10/site-packages/flit_core/common.py
@@ -26,6 +26,11 @@ usr/lib/python3.10/site-packages/flit_core/sdist.py
 #usr/lib/python3.10/site-packages/flit_core/tests/samples/constructed_version/pyproject.toml
 #usr/lib/python3.10/site-packages/flit_core/tests/samples/extras-dev-conflict.toml
 #usr/lib/python3.10/site-packages/flit_core/tests/samples/extras.toml
+#usr/lib/python3.10/site-packages/flit_core/tests/samples/imported_version
+#usr/lib/python3.10/site-packages/flit_core/tests/samples/imported_version/package1
+#usr/lib/python3.10/site-packages/flit_core/tests/samples/imported_version/package1/__init__.py
+#usr/lib/python3.10/site-packages/flit_core/tests/samples/imported_version/package1/_version.py
+#usr/lib/python3.10/site-packages/flit_core/tests/samples/imported_version/pyproject.toml
 #usr/lib/python3.10/site-packages/flit_core/tests/samples/inclusion
 #usr/lib/python3.10/site-packages/flit_core/tests/samples/inclusion/LICENSES
 #usr/lib/python3.10/site-packages/flit_core/tests/samples/inclusion/LICENSES/README
@@ -83,6 +88,16 @@ usr/lib/python3.10/site-packages/flit_core/sdist.py
 #usr/lib/python3.10/site-packages/flit_core/tests/samples/requires-envmark.toml
 #usr/lib/python3.10/site-packages/flit_core/tests/samples/requires-extra-envmark.toml
 #usr/lib/python3.10/site-packages/flit_core/tests/samples/requires-requests.toml
+#usr/lib/python3.10/site-packages/flit_core/tests/samples/with_data_dir
+#usr/lib/python3.10/site-packages/flit_core/tests/samples/with_data_dir/LICENSE
+#usr/lib/python3.10/site-packages/flit_core/tests/samples/with_data_dir/README.rst
+#usr/lib/python3.10/site-packages/flit_core/tests/samples/with_data_dir/data
+#usr/lib/python3.10/site-packages/flit_core/tests/samples/with_data_dir/data/share
+#usr/lib/python3.10/site-packages/flit_core/tests/samples/with_data_dir/data/share/man
+#usr/lib/python3.10/site-packages/flit_core/tests/samples/with_data_dir/data/share/man/man1
+#usr/lib/python3.10/site-packages/flit_core/tests/samples/with_data_dir/data/share/man/man1/foo.1
+#usr/lib/python3.10/site-packages/flit_core/tests/samples/with_data_dir/module1.py
+#usr/lib/python3.10/site-packages/flit_core/tests/samples/with_data_dir/pyproject.toml
 #usr/lib/python3.10/site-packages/flit_core/tests/test_build_thyself.py
 #usr/lib/python3.10/site-packages/flit_core/tests/test_buildapi.py
 #usr/lib/python3.10/site-packages/flit_core/tests/test_common.py
diff --git a/lfs/python3-flit b/lfs/python3-flit
index c445b623b..36cd59596 100644
--- a/lfs/python3-flit
+++ b/lfs/python3-flit
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.6.0
+VER        = 3.7.1
 
 THISAPP    = flit-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-flit
-PAK_VER    = 1
+PAK_VER    = 2
 
 ###############################################################################
 # Top-level Rules
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = c0f81d1429f9f8a51804c1f13cf936272d7c0fe2ba7a19d477a26b42dbde01c539ca0169ae195e9cbf3ef97764b938b6f3241b48e8a48955e0dadf541a116521
+$(DL_FILE)_BLAKE2 = b94f8bbe00c2c5fb28bddbdcf240255ed53ec3b24d2eab1a33e37261cf32a92a0171ea01ad1488384c15f46acbf84d47c4679b318932a3ee78f22c1d161156b0
 
 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 ` Adolf Belka [this message]
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 ` [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-4-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