git: e88b3f990470 - main - devel/py-memory-allocator: upgrade to 0.1.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Aug 2022 16:54:49 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=e88b3f990470a7b2c256986fb7c3cc7c9c6d519b commit e88b3f990470a7b2c256986fb7c3cc7c9c6d519b Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-08-27 16:21:32 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-08-27 16:54:45 +0000 devel/py-memory-allocator: upgrade to 0.1.3 Changelog at <https://github.com/sagemath/memory_allocator#013>. --- devel/py-memory-allocator/Makefile | 2 +- devel/py-memory-allocator/distinfo | 6 +++--- devel/py-memory-allocator/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-memory-allocator/Makefile b/devel/py-memory-allocator/Makefile index 8939f75b5927..96c3151fdac0 100644 --- a/devel/py-memory-allocator/Makefile +++ b/devel/py-memory-allocator/Makefile @@ -1,5 +1,5 @@ PORTNAME= memory_allocator -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-memory-allocator/distinfo b/devel/py-memory-allocator/distinfo index d5ee7a64ce2f..08aebc04e454 100644 --- a/devel/py-memory-allocator/distinfo +++ b/devel/py-memory-allocator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641999945 -SHA256 (memory_allocator-0.1.2.tar.gz) = ddf42a2dcc678062f30c63c868335204d46a4ecdf4db0dc43ed4529f1d0ffab9 -SIZE (memory_allocator-0.1.2.tar.gz) = 19611 +TIMESTAMP = 1661616681 +SHA256 (memory_allocator-0.1.3.tar.gz) = 13805c2ae1c01b7489fab5e8eac9361662b4f2c02412e3652eece48ff6953162 +SIZE (memory_allocator-0.1.3.tar.gz) = 19692 diff --git a/devel/py-memory-allocator/pkg-descr b/devel/py-memory-allocator/pkg-descr index adcb8f3662e8..d9e621387619 100644 --- a/devel/py-memory-allocator/pkg-descr +++ b/devel/py-memory-allocator/pkg-descr @@ -7,5 +7,5 @@ It provides a single extension class MemoryAllocator with cdef methods. Memory is freed when the instance of MemoryAllocator is deallocated. On failure to allocate the memory, a proper error is raised. -WWW: https://github.com/kliem/memory_allocator +WWW: https://github.com/sagemath/memory_allocator WWW: https://pypi.org/project/memory-allocator/