diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-12-30 20:33:35 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-12-30 21:52:50 -0800 |
commit | 50f6464bb431a371af4c5646cd32f242419c602c (patch) | |
tree | 4e3077e7274ea1ad749c8bb46bc2846e81efb130 | |
parent | afcde63b907f1b8bc875e06a49eff094e57a031b (diff) | |
download | freebsd-ports-50f6464bb431a371af4c5646cd32f242419c602c.zip |
devel/py-multiset: update 3.0.1 → 3.0.2
Reported by: portscout
-rw-r--r-- | devel/py-multiset/Makefile | 3 | ||||
-rw-r--r-- | devel/py-multiset/distinfo | 6 | ||||
-rw-r--r-- | devel/py-multiset/files/patch-pyproject.toml | 13 |
3 files changed, 4 insertions, 18 deletions
diff --git a/devel/py-multiset/Makefile b/devel/py-multiset/Makefile index 3dc7c2d703d6..0f6f92968026 100644 --- a/devel/py-multiset/Makefile +++ b/devel/py-multiset/Makefile @@ -1,6 +1,5 @@ PORTNAME= multiset -DISTVERSION= 3.0.1 -PORTREVISION= 1 +DISTVERSION= 3.0.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-multiset/distinfo b/devel/py-multiset/distinfo index 69da03760e07..99c3bbd5ffde 100644 --- a/devel/py-multiset/distinfo +++ b/devel/py-multiset/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680195127 -SHA256 (multiset-3.0.1.tar.gz) = e45671cae8385a8e6248a9b07a3a83280c2d0cc4312713058cfbacdc5ec9973e -SIZE (multiset-3.0.1.tar.gz) = 33433 +TIMESTAMP = 1703997109 +SHA256 (multiset-3.0.2.tar.gz) = a2a51231a42d922ae2245c294c235a29f8a888e06865d2fce21c6ecaf111ffff +SIZE (multiset-3.0.2.tar.gz) = 33877 diff --git a/devel/py-multiset/files/patch-pyproject.toml b/devel/py-multiset/files/patch-pyproject.toml deleted file mode 100644 index 5609f3635267..000000000000 --- a/devel/py-multiset/files/patch-pyproject.toml +++ /dev/null @@ -1,13 +0,0 @@ ---- pyproject.toml.orig 2023-03-30 16:54:02 UTC -+++ pyproject.toml -@@ -1,7 +1,7 @@ - [build-system] - requires = [ - "setuptools >= 42", -- "setuptools_scm[toml]>=3.4,<6", -+ "setuptools_scm[toml]>=3.4", - "wheel" - ] --build-backend = "setuptools.build_meta" -\ No newline at end of file -+build-backend = "setuptools.build_meta" |