]> git.pld-linux.org Git - packages/python3.git/commitdiff
- up to 3.7.1 auto/th/python3-3.7.1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 7 Nov 2018 19:35:09 +0000 (20:35 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 7 Nov 2018 19:35:09 +0000 (20:35 +0100)
python3-redundant_declaration.patch [deleted file]
python3.spec

diff --git a/python3-redundant_declaration.patch b/python3-redundant_declaration.patch
deleted file mode 100644 (file)
index 34af370..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-From c919252a28f4e9dd326dc2c703b4eee6e247be83 Mon Sep 17 00:00:00 2001
-From: "Miss Islington (bot)"
- <31488909+miss-islington@users.noreply.github.com>
-Date: Fri, 29 Jun 2018 16:03:07 -0700
-Subject: [PATCH] Fix redundant declaration of _PyImport_AddModuleObject
- (GH-7992)
-
-(cherry picked from commit f874bd1f0630644f3e3faaa2d51e6749465c70bd)
-
-Co-authored-by: Jeremy Cline <jeremy@jcline.org>
----
- Include/import.h | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/Include/import.h b/Include/import.h
-index 13f32a1004cf..c664803478a5 100644
---- a/Include/import.h
-+++ b/Include/import.h
-@@ -54,9 +54,6 @@ PyAPI_FUNC(PyObject *) PyImport_AddModuleObject(
-     PyObject *name
-     );
- #endif
--#ifndef Py_LIMITED_API
--PyAPI_FUNC(PyObject *) _PyImport_AddModuleObject(PyObject *, PyObject *);
--#endif
- PyAPI_FUNC(PyObject *) PyImport_AddModule(
-     const char *name            /* UTF-8 encoded string */
-     );
index 7681a485678246638aa4c565d0ead23d6f42fbac..b556804534b2d4cbaa98346c3647ed60b1bcc452 100644 (file)
@@ -41,13 +41,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}.0
-Release:       4
+Version:       %{py_ver}.1
+Release:       1
 Epoch:         1
 License:       PSF
 Group:         Development/Languages/Python
 Source0:       https://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz
-# Source0-md5: eb8c2a6b1447d50813c02714af4681f3
+# Source0-md5: 0a57e9022c07fad3dadb2eef58568edb
 Source1:       pyconfig.h.in
 Patch0:                %{name}-pythonpath.patch
 Patch1:                %{name}-ac_fixes.patch
@@ -63,8 +63,6 @@ Patch11:      %{name}-installcompile.patch
 # https://bugs.python.org/file21896/nonexistent_user.patch
 Patch12:        nonexistent_user.patch
 Patch13:       %{name}-no-randomize-tests.patch
-# https://github.com/python/cpython/commit/c919252a28f4e9dd326dc2c703b4eee6e247be83.patch
-Patch14:       %{name}-redundant_declaration.patch
 URL:           https://www.python.org/
 BuildRequires: autoconf >= 2.65
 BuildRequires: automake
@@ -496,7 +494,6 @@ Moduły testowe dla Pythona.
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
-%patch14 -p1
 
 %{__rm} -r Modules/expat
 
This page took 0.132144 seconds and 4 git commands to generate.