1
0

2 Commits

Author SHA256 Message Date
3e0e0c1be1 Accepting request 1290689 from devel:languages:python
- 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/request/show/1290689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-binary-memcached?expand=0&rev=4
2025-07-06 15:14:49 +00:00
5d2ceac39a - 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
2025-07-04 12:56:46 +00:00
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:290f70451e277df6a39aa0eea3cb6ca2eefcf5d601f957cf2ec1d353d7676c03
size 96474

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 4 12:56:03 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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 <steven.kowalik@suse.com> Wed Sep 11 04:54:20 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-python-binary-memcached # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
Name: python-python-binary-memcached Name: python-python-binary-memcached
Version: 0.31.2 Version: 0.31.4
Release: 0 Release: 0
Summary: Access memcached via its binary protocol with SASL auth support Summary: Access memcached via its binary protocol with SASL auth support
License: MIT License: MIT
URL: https://github.com/jaysonsantos/python-binary-memcached 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 devel}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest} 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 A pure python module to access memcached via its binary protocol with SASL auth support
%prep %prep
%setup -q -n python-binary-memcached-%{version} %setup -q -n python_binary_memcached-%{version}
%build %build
%pyproject_wheel %pyproject_wheel

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f183bc67fd218c01ebc0bf4e9929a210dd5aa07fda53d5b627d0b443b76e2818
size 96961