git: f2d3d014c477 - main - devel/py-watchfiles: Update to 0.18.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:11:55 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f2d3d014c477858c2469328928193d29f1c11eb9
commit f2d3d014c477858c2469328928193d29f1c11eb9
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:43:35 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:04:57 +0000
devel/py-watchfiles: Update to 0.18.1
Changes: https://github.com/samuelcolvin/watchfiles/releases
---
devel/py-watchfiles/Makefile | 4 ++--
devel/py-watchfiles/distinfo | 6 +++---
devel/py-watchfiles/files/setup.py | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/devel/py-watchfiles/Makefile b/devel/py-watchfiles/Makefile
index be6ff8cf2dbd..9f1d0853eedc 100644
--- a/devel/py-watchfiles/Makefile
+++ b/devel/py-watchfiles/Makefile
@@ -1,5 +1,5 @@
PORTNAME= watchfiles
-PORTVERSION= 0.17.0
+PORTVERSION= 0.18.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ WWW= https://github.com/samuelcolvin/watchfiles
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.0.0<4:devel/py-anyio@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.0.0:devel/py-anyio@${PY_FLAVOR}
USES= dos2unix python:3.7+
USE_PYTHON= autoplist concurrent distutils
diff --git a/devel/py-watchfiles/distinfo b/devel/py-watchfiles/distinfo
index eb72de389de8..e1f5e2c9bdf6 100644
--- a/devel/py-watchfiles/distinfo
+++ b/devel/py-watchfiles/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1663672868
-SHA256 (watchfiles-0.17.0.tar.gz) = ae7c57ef920589a40270d5ef3216d693f4e6f8864d8fc8b6cb7885ca98ad2a61
-SIZE (watchfiles-0.17.0.tar.gz) = 39872
+TIMESTAMP = 1669057879
+SHA256 (watchfiles-0.18.1.tar.gz) = 4ec0134a5e31797eb3c6c624dbe9354f2a8ee9c720e0b46fc5b7bab472b7c6d4
+SIZE (watchfiles-0.18.1.tar.gz) = 35613
diff --git a/devel/py-watchfiles/files/setup.py b/devel/py-watchfiles/files/setup.py
index 61020f271381..4c7ceddc669f 100644
--- a/devel/py-watchfiles/files/setup.py
+++ b/devel/py-watchfiles/files/setup.py
@@ -9,7 +9,7 @@ setup(
url = 'https://github.com/samuelcolvin/watchfiles',
packages = ['watchfiles'],
package_data = {'': ['*']},
- install_requires = ['anyio >= 3.0.0, <4'],
+ install_requires = ['anyio >= 3.0.0'],
entry_points = {'console_scripts': ['watchfiles = watchfiles.cli:cli']},
python_requires = '>= 3.7',
)