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
This commit is contained in:
OBS User buildservice-autocommit
2022-10-03 13:59:30 +00:00
committed by Git OBS Bridge
commit 8730125ae5
6 changed files with 128 additions and 0 deletions

23
drop-m2r-dependency.patch Normal file
View File

@@ -0,0 +1,23 @@
CHANGELOG.md is anyway missing in the sdist tarball
--- python-binary-memcached-0.31.1/setup.py
+++ python-binary-memcached-0.31.1/setup.py
@@ -2,7 +2,6 @@
import sys
from setuptools import setup
-from m2r import convert
def read(filename):
@@ -19,8 +18,8 @@
author="Jayson Reis",
author_email="santosdosreis@gmail.com",
description="A pure python module to access memcached via its binary protocol with SASL auth support",
- long_description="{0}\n{1}".format(
- read("README.rst"), convert(read("CHANGELOG.md"))
+ long_description="{0}".format(
+ read("README.rst")
),
url="https://github.com/jaysonsantos/python-binary-memcached",
packages=["bmemcached", "bmemcached.client"],