git: 50f6464bb431 - main - devel/py-multiset: update 3.0.1 → 3.0.2

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 31 Dec 2023 05:52:54 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=50f6464bb431a371af4c5646cd32f242419c602c

commit 50f6464bb431a371af4c5646cd32f242419c602c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-31 04:33:35 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-31 05:52:50 +0000

    devel/py-multiset: update 3.0.1 → 3.0.2
    
    Reported by:    portscout
---
 devel/py-multiset/Makefile                   |  3 +--
 devel/py-multiset/distinfo                   |  6 +++---
 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"