Skip to content

Commit

Permalink
devel/py-glom: Update to 23.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 27, 2023
1 parent 90b85f5 commit 60d70d5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devel/py-glom/Makefile
@@ -1,5 +1,5 @@
PORTNAME= glom
PORTVERSION= 22.1.0
PORTVERSION= 23.3.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions devel/py-glom/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1677770923
SHA256 (glom-22.1.0.tar.gz) = 1510c6587a8f9c64a246641b70033cbc5ebde99f02ad245693678038e821aeb5
SIZE (glom-22.1.0.tar.gz) = 189738
TIMESTAMP = 1684104402
SHA256 (glom-23.3.0.tar.gz) = 031699280fa4666048e43d2eab68be1044ffcd487ab74acb792de2eeb0bc2515
SIZE (glom-23.3.0.tar.gz) = 195152
11 changes: 11 additions & 0 deletions devel/py-glom/files/patch-setup.py
@@ -0,0 +1,11 @@
--- setup.py.orig 2023-03-31 01:40:17 UTC
+++ setup.py
@@ -30,7 +30,7 @@ setup(name='glom',
'Documentation': 'https://glom.readthedocs.io/en/latest/',
},
packages=['glom', 'glom.test'],
- install_requires=['boltons>=19.3.0', 'attrs', 'face==20.1.1'],
+ install_requires=['boltons>=19.3.0', 'attrs', 'face>=20.1.1'],
extras_require={
'yaml': ['PyYAML'],
},

0 comments on commit 60d70d5

Please sign in to comment.