Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Mar 2022 10:35:17 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9ddb9fa3bd32 - main - textproc/py-transifex-client: Update version 0.13.6=>0.14.4
Message-ID:  <202203121035.22CAZHGJ038825@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit 9ddb9fa3bd32a03d0e31925a313ddd8f7201b004
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-03-10 07:59:02 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-03-12 10:35:13 +0000

    textproc/py-transifex-client: Update version 0.13.6=>0.14.4
    
    Relnotes:
    https://github.com/transifex/transifex-client/releases/tag/0.14.4
---
 textproc/py-transifex-client/Makefile                     | 13 ++++++-------
 textproc/py-transifex-client/distinfo                     |  6 +++---
 textproc/py-transifex-client/files/patch-requirements.txt | 11 -----------
 3 files changed, 9 insertions(+), 21 deletions(-)

diff --git a/textproc/py-transifex-client/Makefile b/textproc/py-transifex-client/Makefile
index 9ec5da42826b..28cfde6d1c90 100644
--- a/textproc/py-transifex-client/Makefile
+++ b/textproc/py-transifex-client/Makefile
@@ -1,8 +1,7 @@
 # Created by: Kubilay Kocak <koobs@FreeBSD.org>
 
 PORTNAME=	transifex-client
-PORTVERSION=	0.13.6
-PORTREVISION=	1
+PORTVERSION=	0.14.4
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +12,11 @@ COMMENT=	Command line interface for Transifex
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}urllib3>=1.24.2,1<2.0.0,1:net/py-urllib3@${PY_FLAVOR}
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}requests>=2.19.1:www/py-requests@${PY_FLAVOR} # <3.0.0
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}python-slugify>=1.26.0:textproc/py-python-slugify@${PY_FLAVOR}
-
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gitpython>0:devel/py-gitpython@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}python-slugify>=1.26.0:textproc/py-python-slugify@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=2.19.1:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}urllib3>=1.24.2,1<2.0.0,1:net/py-urllib3@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
 
 USES=		python:3.6+
diff --git a/textproc/py-transifex-client/distinfo b/textproc/py-transifex-client/distinfo
index b5a19f753d86..80072a7ae9d1 100644
--- a/textproc/py-transifex-client/distinfo
+++ b/textproc/py-transifex-client/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556208168
-SHA256 (transifex-client-0.13.6.tar.gz) = 88072f466627aabc55ae058314c70547e111d2d2e0cc91b1e327d65969bed778
-SIZE (transifex-client-0.13.6.tar.gz) = 259444
+TIMESTAMP = 1646895877
+SHA256 (transifex-client-0.14.4.tar.gz) = 11dc95cefe90ebf0cef3749c8c7d85b9d389c05bd0e3389bf117685df562bd5c
+SIZE (transifex-client-0.14.4.tar.gz) = 211666
diff --git a/textproc/py-transifex-client/files/patch-requirements.txt b/textproc/py-transifex-client/files/patch-requirements.txt
deleted file mode 100644
index a003920d2d12..000000000000
--- a/textproc/py-transifex-client/files/patch-requirements.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- requirements.txt.orig	2018-10-17 13:27:37 UTC
-+++ requirements.txt
-@@ -1,4 +1,4 @@
--urllib3<1.24
--six==1.11.0
--requests>=2.19.1,<3.0.0
--python-slugify==1.2.6
-+urllib3>=1.24.2,<2.0.0
-+six>=1.11.0
-+requests>=2.19.1
-+python-slugify>=1.2.6



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203121035.22CAZHGJ038825>