From 565d3a8c35e5b198e842791761c5704c400633fc98dc486a56c03678ce70a19f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 23 Jul 2025 10:33:08 +0000 Subject: [PATCH] Accepting request 1295249 from home:glaubitz:branches:devel:languages:python - Update to 0.4.0 * Add the ``interpret_parsed`` function. * Fix #238: Add build tag to wheel metadata if specified. * Fix #243: Update to support free-threading version of Python (3.13t). * Fix #246: Support subdirectories in the dist-info directory. Thanks to Pieter P for the patch. * Fix #248: Fix path normalisation issue caused by the fix for #246. * Move import in script wrapper to "if __name__ == 'main'" clause. * Fix #245: Skip test_package_data if a SKIP_EXT_PACKAGE_DATA environment variable is present. OBS-URL: https://build.opensuse.org/request/show/1295249 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=34 --- distlib-0.3.9.tar.gz | 3 --- distlib-0.4.0.tar.gz | 3 +++ python-distlib.changes | 14 ++++++++++++++ python-distlib.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 distlib-0.3.9.tar.gz create mode 100644 distlib-0.4.0.tar.gz diff --git a/distlib-0.3.9.tar.gz b/distlib-0.3.9.tar.gz deleted file mode 100644 index 4cf2a6d..0000000 --- a/distlib-0.3.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403 -size 613923 diff --git a/distlib-0.4.0.tar.gz b/distlib-0.4.0.tar.gz new file mode 100644 index 0000000..f64dcda --- /dev/null +++ b/distlib-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feec40075be03a04501a973d81f633735b4b69f98b05450592310c0f401a4e0d +size 614605 diff --git a/python-distlib.changes b/python-distlib.changes index e412631..09bbf98 100644 --- a/python-distlib.changes +++ b/python-distlib.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Jul 23 09:15:41 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.4.0 + * Add the ``interpret_parsed`` function. + * Fix #238: Add build tag to wheel metadata if specified. + * Fix #243: Update to support free-threading version of Python (3.13t). + * Fix #246: Support subdirectories in the dist-info directory. + Thanks to Pieter P for the patch. + * Fix #248: Fix path normalisation issue caused by the fix for #246. + * Move import in script wrapper to "if __name__ == 'main'" clause. + * Fix #245: Skip test_package_data if a SKIP_EXT_PACKAGE_DATA + environment variable is present. + ------------------------------------------------------------------- Wed Dec 4 13:16:38 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-distlib.spec b/python-distlib.spec index 59a5dfd..6e27e01 100644 --- a/python-distlib.spec +++ b/python-distlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-distlib # -# 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 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-distlib -Version: 0.3.9 +Version: 0.4.0 Release: 0 Summary: Distribution utilities License: Python-2.0