Skip to content

Commit

Permalink
devel/py-tartiflette: Update to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 18, 2021
1 parent d53cfa2 commit bc0aeb0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion devel/py-tartiflette/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= tartiflette
PORTVERSION= 1.3.1
PORTVERSION= 1.3.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions devel/py-tartiflette/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1612101610
SHA256 (tartiflette-1.3.1.tar.gz) = 53d47c49e76fdcdfd2b24ec7cd582edccc88935cda8a282ae1d526d318c79190
SIZE (tartiflette-1.3.1.tar.gz) = 180682
TIMESTAMP = 1618320206
SHA256 (tartiflette-1.3.2.tar.gz) = 96abdee57b1ec6fa9242065c06da58cee2f74188a08444c45484c255cbe0d890
SIZE (tartiflette-1.3.2.tar.gz) = 180729
4 changes: 2 additions & 2 deletions devel/py-tartiflette/files/patch-setup.py
Expand Up @@ -18,8 +18,8 @@ def run(self):
],
keywords="api graphql protocol api rest relay tartiflette dailymotion",
packages=_PACKAGES,
- install_requires=["cffi>=1.0.0,<2.0.0", "lark-parser==0.11.1", "pytz"],
+ install_requires=["cffi>=1.0.0,<2.0.0", "lark-parser>=0.11.1", "pytz"],
- install_requires=["cffi>=1.0.0,<2.0.0", "lark-parser==0.11.2", "pytz"],
+ install_requires=["cffi>=1.0.0,<2.0.0", "lark-parser>=0.11.2", "pytz"],
tests_require=_TEST_REQUIRE,
extras_require={"test": _TEST_REQUIRE, "benchmark": _BENCHMARK_REQUIRE},
cmdclass={"build_ext": BuildExtCmd, "build_py": BuildPyCmd},

0 comments on commit bc0aeb0

Please sign in to comment.