git: 313e8d0ae8f9 - main - devel/py-traitlets: Update 5.4.0 -> 5.8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Dec 2022 07:14:05 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=313e8d0ae8f9ed4b55314c1b956390ee183a2120
commit 313e8d0ae8f9ed4b55314c1b956390ee183a2120
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-21 01:12:25 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-21 07:14:00 +0000
devel/py-traitlets: Update 5.4.0 -> 5.8.0
Reported by: portscout
---
devel/py-traitlets/Makefile | 3 +--
devel/py-traitlets/distinfo | 6 +++---
devel/py-traitlets/files/patch-pyproject.toml | 11 -----------
3 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/devel/py-traitlets/Makefile b/devel/py-traitlets/Makefile
index 4973b8fa49eb..48a71ea200ea 100644
--- a/devel/py-traitlets/Makefile
+++ b/devel/py-traitlets/Makefile
@@ -1,6 +1,5 @@
PORTNAME= traitlets
-DISTVERSION= 5.4.0
-PORTREVISION= 1
+DISTVERSION= 5.8.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-traitlets/distinfo b/devel/py-traitlets/distinfo
index 356efaeb5ade..a7a65cafe8dc 100644
--- a/devel/py-traitlets/distinfo
+++ b/devel/py-traitlets/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1665767514
-SHA256 (traitlets-5.4.0.tar.gz) = 3f2c4e435e271592fe4390f1746ea56836e3a080f84e7833f0f801d9613fec39
-SIZE (traitlets-5.4.0.tar.gz) = 134340
+TIMESTAMP = 1671584560
+SHA256 (traitlets-5.8.0.tar.gz) = 6cc57d6dc28c85d5365961726ffd19b538739347749e13ebe34e03323a0e8f84
+SIZE (traitlets-5.8.0.tar.gz) = 149460
diff --git a/devel/py-traitlets/files/patch-pyproject.toml b/devel/py-traitlets/files/patch-pyproject.toml
deleted file mode 100644
index d6cf595f4e41..000000000000
--- a/devel/py-traitlets/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig 2022-10-14 17:21:32 UTC
-+++ pyproject.toml
-@@ -18,7 +18,7 @@ classifiers = [
- ]
- urls = {Homepage = "https://github.com/ipython/traitlets"}
- requires-python = ">=3.7"
--dynamic = ["description", "version"]
-+dynamic = ["version"]
-
- [project.optional-dependencies]
- test = ["pytest", "pre-commit"]