forked from pool/python-python-binary-memcached
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
3e0e0c1be1 | |||
5d2ceac39a | |||
a1f8efba88 | |||
c54f0b4bfe | |||
49c9148242 | |||
10b4416765 | |||
9e6de70341 | |||
|
8730125ae5 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:290f70451e277df6a39aa0eea3cb6ca2eefcf5d601f957cf2ec1d353d7676c03
|
||||
size 96474
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
3
python_binary_memcached-0.31.4.tar.gz
Normal file
3
python_binary_memcached-0.31.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f183bc67fd218c01ebc0bf4e9929a210dd5aa07fda53d5b627d0b443b76e2818
|
||||
size 96961
|
Reference in New Issue
Block a user