git: d0868004ccbe - main - databases/py-python-binary-memcached: Update to 0.31.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:08:06 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0868004ccbe87fc1bccb9e2a954a9a3b1147bef commit d0868004ccbe87fc1bccb9e2a954a9a3b1147bef Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:30:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 12:59:36 +0000 databases/py-python-binary-memcached: Update to 0.31.2 Changes: https://github.com/jaysonsantos/python-binary-memcached/releases https://github.com/jaysonsantos/python-binary-memcached/blob/master/CHANGELOG.md --- databases/py-python-binary-memcached/Makefile | 2 +- databases/py-python-binary-memcached/distinfo | 6 +++--- .../py-python-binary-memcached/files/patch-setup.py | 21 --------------------- 3 files changed, 4 insertions(+), 25 deletions(-) diff --git a/databases/py-python-binary-memcached/Makefile b/databases/py-python-binary-memcached/Makefile index ef3bd8e032aa..30d3c2f0520e 100644 --- a/databases/py-python-binary-memcached/Makefile +++ b/databases/py-python-binary-memcached/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-binary-memcached -PORTVERSION= 0.31.1 +PORTVERSION= 0.31.2 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-python-binary-memcached/distinfo b/databases/py-python-binary-memcached/distinfo index 1cd76bf843b6..a42df7ef4753 100644 --- a/databases/py-python-binary-memcached/distinfo +++ b/databases/py-python-binary-memcached/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643971032 -SHA256 (python-binary-memcached-0.31.1.tar.gz) = de4056f00a15d054dcf1af87d6cc9564876699e52da954c3ef44e8c5753d4050 -SIZE (python-binary-memcached-0.31.1.tar.gz) = 95924 +TIMESTAMP = 1674589718 +SHA256 (python-binary-memcached-0.31.2.tar.gz) = 290f70451e277df6a39aa0eea3cb6ca2eefcf5d601f957cf2ec1d353d7676c03 +SIZE (python-binary-memcached-0.31.2.tar.gz) = 96474 diff --git a/databases/py-python-binary-memcached/files/patch-setup.py b/databases/py-python-binary-memcached/files/patch-setup.py deleted file mode 100644 index 0d9609838160..000000000000 --- a/databases/py-python-binary-memcached/files/patch-setup.py +++ /dev/null @@ -1,21 +0,0 @@ ---- setup.py.orig 2021-12-29 08:31:32 UTC -+++ setup.py -@@ -2,7 +2,6 @@ import os - import sys - - from setuptools import setup --from m2r import convert - - - def read(filename): -@@ -19,8 +18,8 @@ setup( - 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"],