From 134cf63b0d72dae404a5e534c542c7b0fa5ce8481ded5dbbc2e9b54b7940a478 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 4 Jul 2025 12:56:46 +0000 Subject: [PATCH] - update to 0.31.4: * avoid deprecation warnings * remove python 2 code * update metadata format to be compatible with latest version OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-binary-memcached?expand=0&rev=12 --- python-binary-memcached-0.31.2.tar.gz | 3 --- python-python-binary-memcached.changes | 8 ++++++++ python-python-binary-memcached.spec | 8 ++++---- python_binary_memcached-0.31.4.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 python-binary-memcached-0.31.2.tar.gz create mode 100644 python_binary_memcached-0.31.4.tar.gz diff --git a/python-binary-memcached-0.31.2.tar.gz b/python-binary-memcached-0.31.2.tar.gz deleted file mode 100644 index 96a5ac3..0000000 --- a/python-binary-memcached-0.31.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:290f70451e277df6a39aa0eea3cb6ca2eefcf5d601f957cf2ec1d353d7676c03 -size 96474 diff --git a/python-python-binary-memcached.changes b/python-python-binary-memcached.changes index a967400..d0db38c 100644 --- a/python-python-binary-memcached.changes +++ b/python-python-binary-memcached.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jul 4 12:56:03 UTC 2025 - Dirk Müller + +- update to 0.31.4: + * avoid deprecation warnings + * remove python 2 code + * update metadata format to be compatible with latest version + ------------------------------------------------------------------- Wed Sep 11 04:54:20 UTC 2024 - Steve Kowalik diff --git a/python-python-binary-memcached.spec b/python-python-binary-memcached.spec index 176bc2a..d494b4e 100644 --- a/python-python-binary-memcached.spec +++ b/python-python-binary-memcached.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-binary-memcached # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: python-python-binary-memcached -Version: 0.31.2 +Version: 0.31.4 Release: 0 Summary: Access memcached via its binary protocol with SASL auth support License: MIT URL: https://github.com/jaysonsantos/python-binary-memcached -Source: https://files.pythonhosted.org/packages/source/p/python-binary-memcached/python-binary-memcached-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/python-binary-memcached/python_binary_memcached-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} @@ -45,7 +45,7 @@ BuildRequires: %{python_module uhashring} A pure python module to access memcached via its binary protocol with SASL auth support %prep -%setup -q -n python-binary-memcached-%{version} +%setup -q -n python_binary_memcached-%{version} %build %pyproject_wheel diff --git a/python_binary_memcached-0.31.4.tar.gz b/python_binary_memcached-0.31.4.tar.gz new file mode 100644 index 0000000..f2804be --- /dev/null +++ b/python_binary_memcached-0.31.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f183bc67fd218c01ebc0bf4e9929a210dd5aa07fda53d5b627d0b443b76e2818 +size 96961