diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-04-05 02:54:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-04-05 02:54:09 +0800 |
commit | 9bba157057badae0c866d1e9504b0c7b91a06b50 (patch) | |
tree | 686e1c4e0f3a54c239831a5b77ca1b50de95ec2b /archivers/py-lz4 | |
parent | 9f123729589da2fd6453298ebee55cbfe243d9e5 (diff) | |
download | freebsd-ports-gnome-9bba157057badae0c866d1e9504b0c7b91a06b50.tar.gz freebsd-ports-gnome-9bba157057badae0c866d1e9504b0c7b91a06b50.tar.zst freebsd-ports-gnome-9bba157057badae0c866d1e9504b0c7b91a06b50.zip |
Update to 1.1.0
Changes: https://github.com/python-lz4/python-lz4/releases
Diffstat (limited to 'archivers/py-lz4')
-rw-r--r-- | archivers/py-lz4/Makefile | 3 | ||||
-rw-r--r-- | archivers/py-lz4/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/archivers/py-lz4/Makefile b/archivers/py-lz4/Makefile index 910938526aa3..679476ad8609 100644 --- a/archivers/py-lz4/Makefile +++ b/archivers/py-lz4/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lz4 -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,6 @@ BUILD_DEPENDS= liblz4>=1.7.5:archivers/liblz4 \ ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${FLAVOR} LIB_DEPENDS= liblz4.so:archivers/liblz4 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecation>=0:devel/py-deprecation@${FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR} USE_PYTHON= distutils py3kplist diff --git a/archivers/py-lz4/distinfo b/archivers/py-lz4/distinfo index f282e36743d2..5f21184d46f0 100644 --- a/archivers/py-lz4/distinfo +++ b/archivers/py-lz4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1518941641 -SHA256 (lz4-1.0.0.tar.gz) = 60d0e0b59f4cb1a465738b0ed54f7451f0263b6f5a4b83ef0b5710d57c408f94 -SIZE (lz4-1.0.0.tar.gz) = 114684 +TIMESTAMP = 1522845606 +SHA256 (lz4-1.1.0.tar.gz) = 9ede632d668995d6148942022c025c0f7ea0d97c275c099f9ad156e02cc1711e +SIZE (lz4-1.1.0.tar.gz) = 114404 |