diff --git a/distlib-0.3.8.tar.gz b/distlib-0.3.8.tar.gz deleted file mode 100644 index 3d6250a..0000000 --- a/distlib-0.3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64 -size 609931 diff --git a/distlib-0.3.9.tar.gz b/distlib-0.3.9.tar.gz new file mode 100644 index 0000000..4cf2a6d --- /dev/null +++ b/distlib-0.3.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403 +size 613923 diff --git a/py313-interpreter-repr.patch b/py313-interpreter-repr.patch deleted file mode 100644 index d26e002..0000000 --- a/py313-interpreter-repr.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 1c08845b05d022692252ed45cb07e9cb9647caac Mon Sep 17 00:00:00 2001 -From: Vinay Sajip -Date: Wed, 14 Feb 2024 14:46:14 +0000 -Subject: [PATCH] Fix #214: Update representation of interpreter in test. - ---- - tests/test_scripts.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tests/test_scripts.py b/tests/test_scripts.py -index 5c38687..74ee647 100644 ---- a/tests/test_scripts.py -+++ b/tests/test_scripts.py -@@ -340,7 +340,7 @@ def test_script_run(self): - self.assertIn(b'

Current Working Directory:

', stdout) - self.assertIn(os.getcwd().encode('utf-8'), stdout) - else: -- self.assertIn(b'[Interpreter(id=0, isolated=None)]', stderr) -+ self.assertIn(b'[Interpreter(0)]', stderr) - self.assertEqual(p.returncode, 1) - - @unittest.skipUnless(os.name == 'posix', 'Test only valid for POSIX') diff --git a/python-distlib.changes b/python-distlib.changes index 3a06152..e412631 100644 --- a/python-distlib.changes +++ b/python-distlib.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Dec 4 13:16:38 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 0.3.9 + * Merge #215: preload script wrappers on Windows to assist with a pip issue (thanks, + Paul Moore). + * Fix #220: Remove duplicated newline in shebang of windows launcher (thanks. A2uria). + * Fix #230: Add handling for cross-compilation environments (thanks, Russell Keith-Magee). + * Fix #224: Do not use the absolute path to cache wheel extensions (thanks, Stewart Miles). + * Fix #222: Support mounting wheels that use extensions without an EXTENSIONS file (thanks, + Stewart Miles). + * Fix #225: Add support for wheel compatibility with the limited API (thanks, Stewart Miles). +- Drop py313-interpreter-repr.patch, merged upstream + ------------------------------------------------------------------- Mon Jul 1 08:04:02 UTC 2024 - Dirk Müller diff --git a/python-distlib.spec b/python-distlib.spec index bc5f621..59a5dfd 100644 --- a/python-distlib.spec +++ b/python-distlib.spec @@ -18,13 +18,12 @@ %{?sle15_python_module_pythons} Name: python-distlib -Version: 0.3.8 +Version: 0.3.9 Release: 0 Summary: Distribution utilities License: Python-2.0 URL: https://github.com/pypa/distlib Source: https://files.pythonhosted.org/packages/source/d/distlib/distlib-%{version}.tar.gz -Patch1: https://github.com/pypa/distlib/commit/1c08845b05d022692252ed45cb07e9cb9647caac.patch#/py313-interpreter-repr.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module testsuite}