]> git.pld-linux.org Git - packages/python3.git/commitdiff
- up to 3.9.5 auto/th/python3-3.9.5-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 May 2021 06:35:58 +0000 (08:35 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 May 2021 06:35:58 +0000 (08:35 +0200)
python3-tests_with_pythonpath.patch
python3.spec

index e26fb510216aa6634daaea27909d6f74aaec337b..c24df66e6bf033f870fa715501872c8b25a7c87a 100644 (file)
@@ -74,17 +74,6 @@ diff -urNp -x '*.orig' Python-3.9.2.org/Lib/test/test_pydoc.py Python-3.9.2/Lib/
      def test_badimport(self):
          # This tests the fix for issue 5230, where if pydoc found the module
          # but the module had an internal import error pydoc would report no doc
-diff -urNp -x '*.orig' Python-3.9.2.org/Lib/test/test_site.py Python-3.9.2/Lib/test/test_site.py
---- Python-3.9.2.org/Lib/test/test_site.py     2021-02-19 13:31:44.000000000 +0100
-+++ Python-3.9.2/Lib/test/test_site.py 2021-02-25 18:41:41.098779547 +0100
-@@ -387,6 +387,7 @@ class ImportSideEffectTests(unittest.Tes
-         """Restore sys.path"""
-         sys.path[:] = self.sys_path
-+    @unittest.skipIf("PYTHONPATH" in os.environ, "$PYTHONPATH set")
-     def test_abs_paths(self):
-         # Make sure all imported modules have their __file__ and __cached__
-         # attributes as absolute paths.  Arranging to put the Lib directory on
 diff -urNp -x '*.orig' Python-3.9.2.org/Lib/test/test_venv.py Python-3.9.2/Lib/test/test_venv.py
 --- Python-3.9.2.org/Lib/test/test_venv.py     2021-02-19 13:31:44.000000000 +0100
 +++ Python-3.9.2/Lib/test/test_venv.py 2021-02-25 18:41:41.098779547 +0100
index 32ae98c231b7700603e627c14a36d174f293a30d..ab806cf597449d4520c2ba863667fdc7b59d565c 100644 (file)
@@ -47,13 +47,13 @@ Summary(ru.UTF-8):  Язык программирования очень высо
 Summary(tr.UTF-8):     X arayüzlü, yüksek düzeyli, kabuk yorumlayıcı dili
 Summary(uk.UTF-8):     Мова програмування дуже високого рівня з X-інтерфейсом
 Name:          python3
-Version:       %{py_ver}.4
+Version:       %{py_ver}.5
 Release:       1
 Epoch:         1
 License:       PSF
 Group:         Development/Languages/Python
 Source0:       https://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz
-# Source0-md5: 2a3dba5fc75b695c45cf1806156e1a97
+# Source0-md5: 71f7ada6bec9cdbf4538adc326120cfd
 Source1:       pyconfig.h.in
 Patch0:                %{name}-pythonpath.patch
 Patch1:                %{name}-ac_fixes.patch
This page took 0.095678 seconds and 4 git commands to generate.