1
0

8 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
a1f8efba88 Accepting request 1199943 from devel:languages:python
- Switch to pyproject and pytest macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/request/show/1199943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-binary-memcached?expand=0&rev=3
2024-09-11 14:55:50 +00:00
c54f0b4bfe Accepting request 1084221 from devel:languages:python
- update to 0.31.2:
  * Remove setup's.py dependency on m2r
- drop drop-m2r-dependency.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/1084221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-binary-memcached?expand=0&rev=2
2023-05-03 10:57:52 +00:00
49c9148242 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-binary-memcached?expand=0&rev=8 2023-05-03 09:08:41 +00:00
10b4416765 - update to 0.31.2:
* Remove setup's.py dependency on m2r
- drop drop-m2r-dependency.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-binary-memcached?expand=0&rev=7
2023-05-03 09:08:36 +00:00
9e6de70341 Accepting request 1007650 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1007650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-binary-memcached?expand=0&rev=1
2022-10-03 13:59:30 +00:00
OBS User buildservice-autocommit
8730125ae5 Accepting request 1007650 from devel:languages:python
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/1007650
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-binary-memcached?expand=0&rev=5
2022-10-03 13:59:30 +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>

View File

@@ -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

View File

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