]> git.pld-linux.org Git - packages/python3.git/commitdiff
- up to 3.9.4 auto/th/python3-3.9.4-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 4 Apr 2021 23:31:16 +0000 (01:31 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 4 Apr 2021 23:31:16 +0000 (01:31 +0200)
python3-tests.patch
python3.spec

index 2ceb7f84575ad9c4e16cbf2d4474907cab633938..83f26eac0a07ac2bd0e9d572c968a6e84ba488ee 100644 (file)
@@ -19,24 +19,4 @@ diff -urNp -x '*.orig' Python-3.9.2.org/Lib/test/test_imaplib.py Python-3.9.2/Li
          self.assertIn(cm.exception.errno, expected_errnos)
  
  
-diff -urNp -x '*.orig' Python-3.9.2.org/Lib/test/test_unicodedata.py Python-3.9.2/Lib/test/test_unicodedata.py
---- Python-3.9.2.org/Lib/test/test_unicodedata.py      2021-02-19 13:31:44.000000000 +0100
-+++ Python-3.9.2/Lib/test/test_unicodedata.py  2021-02-25 18:42:23.540101637 +0100
-@@ -11,7 +11,7 @@ from http.client import HTTPException
- import sys
- import unicodedata
- import unittest
--from test.support import open_urlresource, requires_resource, script_helper
-+from test.support import open_urlresource, requires_resource, script_helper, is_resource_enabled
- class UnicodeMethodsTest(unittest.TestCase):
-@@ -320,6 +320,8 @@ class NormalizationTest(unittest.TestCas
-         data = [int(x, 16) for x in data.split(" ")]
-         return "".join([chr(x) for x in data])
-+    @unittest.skipUnless(is_resource_enabled('network'),
-+                         'network is not enabled')
-     def test_normalization(self):
-         TESTDATAFILE = "NormalizationTest.txt"
-         TESTDATAURL = f"http://www.pythontest.net/unicode/{unicodedata.unidata_version}/{TESTDATAFILE}"
+
index 13cb4371c1b988ce64afedbc229c200b724d6782..32ae98c231b7700603e627c14a36d174f293a30d 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}.2
-Release:       2
+Version:       %{py_ver}.4
+Release:       1
 Epoch:         1
 License:       PSF
 Group:         Development/Languages/Python
 Source0:       https://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz
-# Source0-md5: f0dc9000312abeb16de4eccce9a870ab
+# Source0-md5: 2a3dba5fc75b695c45cf1806156e1a97
 Source1:       pyconfig.h.in
 Patch0:                %{name}-pythonpath.patch
 Patch1:                %{name}-ac_fixes.patch
This page took 0.154078 seconds and 4 git commands to generate.