diff options
| author | Vladyslav Movchan <vladislav.movchan@gmail.com> | 2025-10-27 13:02:22 +0200 |
|---|---|---|
| committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-10-28 13:36:54 +0900 |
| commit | 96bc6776c649abf7400bf4de40cd3ebd6eb8b13a (patch) | |
| tree | 909641804cbfeb7a92284c19ef81d108523ec360 | |
| parent | textproc/gitlab-code-parser: try to fix build error on i386 (diff) | |
devel/py-super-collections: Update to 0.6.2
No changelog provided by upstream.
The changes seem to be:
- Adding the Shelf and SuperShelf data structures
- Fix issues with type hints for Shelf
- Fix incompatibility of type hints with Python 3.9
- Refactoring
Commit Log: https://github.com/fralau/super-collections/compare/v0.5.5...v0.6.2
PR: 290565
Reported by: Vladyslav Movchan <vladislav.movchan@gmail.com> (maintainer)
| -rw-r--r-- | devel/py-super-collections/Makefile | 2 | ||||
| -rw-r--r-- | devel/py-super-collections/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-super-collections/Makefile b/devel/py-super-collections/Makefile index d098066fa5e0..dcda916a8e82 100644 --- a/devel/py-super-collections/Makefile +++ b/devel/py-super-collections/Makefile @@ -1,5 +1,5 @@ PORTNAME= super-collections -DISTVERSION= 0.5.5 +DISTVERSION= 0.6.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-super-collections/distinfo b/devel/py-super-collections/distinfo index bd1a82ad5022..d5ebc12f82b4 100644 --- a/devel/py-super-collections/distinfo +++ b/devel/py-super-collections/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757743562 -SHA256 (super_collections-0.5.5.tar.gz) = dfb3a03b5cdf47337b61bd7aaf28f8241bdadb61c936e65608d6e44c113f9bd6 -SIZE (super_collections-0.5.5.tar.gz) = 17408 +TIMESTAMP = 1761562788 +SHA256 (super_collections-0.6.2.tar.gz) = 0c8d8abacd9fad2c7c1c715f036c29f5db213f8cac65f24d45ecba12b4da187a +SIZE (super_collections-0.6.2.tar.gz) = 31315 |
