public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pylibmc] epel10.2: Update to 1.6.3
@ 2026-09-25 17:45 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-09-25 17:45 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-pylibmc
Branch : epel10.2
Commit : df0a44062e8a1a963ef9d91d1f68af11db1daa31
Author : František Zatloukal <fzatlouk@redhat.com>
Date   : 2023-01-11T17:34:28+01:00
Stats  : +7/-36 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/python-pylibmc/c/df0a44062e8a1a963ef9d91d1f68af11db1daa31?branch=epel10.2

Log:
Update to 1.6.3

---
diff --git a/.gitignore b/.gitignore
index ae8e894..ba61a6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /pylibmc-1.2.3.tar.gz
 /pylibmc-1.5.1.tar.gz
 /pylibmc-1.6.1.tar.gz
+/pylibmc-1.6.3.tar.gz

diff --git a/22854a4ba8f7e926099219c107104723089bcad8.patch b/22854a4ba8f7e926099219c107104723089bcad8.patch
deleted file mode 100644
index c687f90..0000000
--- a/22854a4ba8f7e926099219c107104723089bcad8.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 22854a4ba8f7e926099219c107104723089bcad8 Mon Sep 17 00:00:00 2001
-From: Ludvig Ericson <ludvig@lericson.se>
-Date: Mon, 29 Jun 2020 14:59:36 +0200
-Subject: [PATCH] =?UTF-8?q?2020:=20Do=20not=20pass=20=E2=80=98U=E2=80=99?=
- =?UTF-8?q?=20flag=20to=20open?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
----
- setup.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 9bea257..89871ea 100644
---- a/setup.py
-+++ b/setup.py
-@@ -95,9 +95,9 @@ def append_env(L, e):
-         s.write(line + "\n")
-     sys.exit(0)
- 
--with open("README.rst", "U", encoding="utf-8") as r:
-+with open("README.rst", encoding="utf-8") as r:
-     readme_text = r.read()
--with open("src/pylibmc-version.h", "U", encoding="utf-8") as r:
-+with open("src/pylibmc-version.h", encoding="utf-8") as r:
-     version = r.read().strip().split("\"")[1]
- 
- setup(

diff --git a/python-pylibmc.spec b/python-pylibmc.spec
index dc95d4a..a26cf92 100644
--- a/python-pylibmc.spec
+++ b/python-pylibmc.spec
@@ -2,17 +2,14 @@
 %global sum Memcached client for Python
 
 Name:           python-%{srcname}
-Version:        1.6.1
-Release:        5%{?dist}
+Version:        1.6.3
+Release:        1%{?dist}
 Summary:        %{sum}
 
 License:        BSD
 URL:            http://sendapatch.se/projects/pylibmc/
 Source0:        https://pypi.python.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz
 
-# Python 3.11 fix: https://github.com/lericson/pylibmc/commit/22854a4ba8f7e926099219c107104723089bcad8
-Patch01:         https://github.com/lericson/pylibmc/commit/22854a4ba8f7e926099219c107104723089bcad8.patch
-
 BuildRequires:  gcc
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
@@ -39,7 +36,6 @@ so that applications can drop-in replace it.
 
 %prep
 %setup -q -n %{srcname}-%{version}
-%patch01 -p1
 
 %build
 %py3_build
@@ -59,6 +55,9 @@ chmod 755 $RPM_BUILD_ROOT%{python3_sitearch}/_pylibmc.cpython-%{python3_version_
 
 
 %changelog
+* Wed Jan 11 2023 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.6.3-1
+- Update to 1.6.3
+
 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 

diff --git a/sources b/sources
index e0d7856..c78ef52 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pylibmc-1.6.1.tar.gz) = 270b0ede87a84c335c628c049de99c803c9e6f15914c1254f363dfbecc16d96446f08963473d58d6f734493830a4306a770bf846d036baffa500fdb782733016
+SHA512 (pylibmc-1.6.3.tar.gz) = d389fd01a66fcb7bb3a565bd84cc6605f21cac835169e6e3054dc03b0d2dcf68054ecfecb419beb8d09a0c54e7d481048cd293499ec8812f717ed2af0f2c9dd2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-25 17:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 17:45 [rpms/python-pylibmc] epel10.2: Update to 1.6.3 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox