- 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
This commit is contained in:
2023-05-03 09:08:36 +00:00
committed by Git OBS Bridge
parent 9e6de70341
commit 10b4416765
4 changed files with 12 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 3 09:07:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.31.2:
* Remove setup's.py dependency on m2r
- drop drop-m2r-dependency.patch (upstream)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 30 12:19:52 UTC 2022 - Dirk Müller <dmueller@suse.com> Fri Sep 30 12:19:52 UTC 2022 - Dirk Müller <dmueller@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) 2022 SUSE LLC # Copyright (c) 2023 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
@@ -18,14 +18,13 @@
%{?!python_module:%define python_module() python3-%{**}} %{?!python_module:%define python_module() python3-%{**}}
Name: python-python-binary-memcached Name: python-python-binary-memcached
Version: 0.31.1 Version: 0.31.2
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
Group: Development/Languages/Python Group: Development/Languages/Python
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
Patch1: drop-m2r-dependency.patch
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six} BuildRequires: %{python_module six}
@@ -44,7 +43,6 @@ A pure python module to access memcached via its binary protocol with SASL auth
%prep %prep
%setup -q -n python-binary-memcached-%{version} %setup -q -n python-binary-memcached-%{version}
%patch1 -p1
%build %build
%python_build %python_build