svn commit: r555426 - in head/devel/py-murmurhash: . files
Yuri Victorovich
yuri at FreeBSD.org
Sun Nov 15 19:31:07 UTC 2020
Author: yuri
Date: Sun Nov 15 19:31:02 2020
New Revision: 555426
URL: https://svnweb.freebsd.org/changeset/ports/555426
Log:
devel/py-murmurhash: Update 1.0.3 -> 1.0.4
Modified:
head/devel/py-murmurhash/Makefile
head/devel/py-murmurhash/distinfo
head/devel/py-murmurhash/files/patch-setup.py
Modified: head/devel/py-murmurhash/Makefile
==============================================================================
--- head/devel/py-murmurhash/Makefile Sun Nov 15 19:26:37 2020 (r555425)
+++ head/devel/py-murmurhash/Makefile Sun Nov 15 19:31:02 2020 (r555426)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= murmurhash
-PORTVERSION= 1.0.3
+PORTVERSION= 1.0.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/devel/py-murmurhash/distinfo
==============================================================================
--- head/devel/py-murmurhash/distinfo Sun Nov 15 19:26:37 2020 (r555425)
+++ head/devel/py-murmurhash/distinfo Sun Nov 15 19:31:02 2020 (r555426)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604432470
-SHA256 (murmurhash-1.0.3.tar.gz) = 0b5f0373ec0d8c86fb8f46c549c71f4ab4227b69464f8b64b973bd3531e49962
-SIZE (murmurhash-1.0.3.tar.gz) = 36359
+TIMESTAMP = 1605468511
+SHA256 (murmurhash-1.0.4.tar.gz) = 422084ac1fe994cb7c893689c600923dee4e2c3fc74e832f7d9a8d6fdcc362d5
+SIZE (murmurhash-1.0.4.tar.gz) = 36312
Modified: head/devel/py-murmurhash/files/patch-setup.py
==============================================================================
--- head/devel/py-murmurhash/files/patch-setup.py Sun Nov 15 19:26:37 2020 (r555425)
+++ head/devel/py-murmurhash/files/patch-setup.py Sun Nov 15 19:31:02 2020 (r555426)
@@ -1,10 +1,10 @@
---- setup.py.orig 2020-10-29 12:35:41 UTC
+--- setup.py.orig 2020-11-02 09:42:20 UTC
+++ setup.py
@@ -137,7 +137,7 @@ def setup_package():
url=about["__uri__"],
license=about["__license__"],
ext_modules=ext_modules,
-- setup_requires=["wheel>=0.32.0,<0.33.0"],
+- setup_requires=["wheel"],
+ setup_requires=[],
classifiers=[
"Development Status :: 5 - Production/Stable",
More information about the svn-ports-head
mailing list