git: bcfa0aa51816 - main - textproc/py-tomlkit: Update to 0.7.2

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 26 12:58:51 UTC 2021


The branch main has been updated by sunpoet:

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

commit bcfa0aa51816981b94ba348e41cb39ba0107199c
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-26 12:55:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-26 12:55:31 +0000

    textproc/py-tomlkit: Update to 0.7.2
    
    Changes:        https://github.com/sdispater/tomlkit/releases
---
 textproc/py-tomlkit/Makefile             |  3 +--
 textproc/py-tomlkit/distinfo             |  6 +++---
 textproc/py-tomlkit/files/patch-setup.py | 11 -----------
 3 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/textproc/py-tomlkit/Makefile b/textproc/py-tomlkit/Makefile
index 6a0e2feb2a6c..c2594e56db5d 100644
--- a/textproc/py-tomlkit/Makefile
+++ b/textproc/py-tomlkit/Makefile
@@ -1,8 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 
 PORTNAME=	tomlkit
-PORTVERSION=	0.7.0
-PORTREVISION=	1
+PORTVERSION=	0.7.2
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-tomlkit/distinfo b/textproc/py-tomlkit/distinfo
index 18dab76cbd86..f1fb3a190ab1 100644
--- a/textproc/py-tomlkit/distinfo
+++ b/textproc/py-tomlkit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596280132
-SHA256 (tomlkit-0.7.0.tar.gz) = ac57f29693fab3e309ea789252fcce3061e19110085aa31af5446ca749325618
-SIZE (tomlkit-0.7.0.tar.gz) = 163105
+TIMESTAMP = 1621699737
+SHA256 (tomlkit-0.7.2.tar.gz) = d7a454f319a7e9bd2e249f239168729327e4dd2d27b17dc68be264ad1ce36754
+SIZE (tomlkit-0.7.2.tar.gz) = 159643
diff --git a/textproc/py-tomlkit/files/patch-setup.py b/textproc/py-tomlkit/files/patch-setup.py
deleted file mode 100644
index 8674b1adc0d9..000000000000
--- a/textproc/py-tomlkit/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2020-07-31 10:23:07 UTC
-+++ setup.py
-@@ -2,7 +2,7 @@
- from setuptools import setup
- 
- packages = \
--['tests', 'tomlkit']
-+['tomlkit']
- 
- package_data = \
- {'': ['*'],


More information about the dev-commits-ports-all mailing list