git: 2c4693d1766e - main - devel/py-py-serializable: Update to 0.13.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Oct 2023 02:01:50 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c4693d1766e68c91d0f5f3695d59cf184bb597b commit 2c4693d1766e68c91d0f5f3695d59cf184bb597b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-10-05 01:56:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-10-05 02:00:20 +0000 devel/py-py-serializable: Update to 0.13.0 Changes: https://github.com/madpah/serializable/releases https://py-serializable.readthedocs.io/en/latest/changelog.html --- devel/py-py-serializable/Makefile | 3 +-- devel/py-py-serializable/distinfo | 6 +++--- devel/py-py-serializable/files/patch-pyproject.toml | 19 ------------------- 3 files changed, 4 insertions(+), 24 deletions(-) diff --git a/devel/py-py-serializable/Makefile b/devel/py-py-serializable/Makefile index 622c1c031769..485c939c5e6c 100644 --- a/devel/py-py-serializable/Makefile +++ b/devel/py-py-serializable/Makefile @@ -1,6 +1,5 @@ PORTNAME= py-serializable -PORTVERSION= 0.12.0 -PORTREVISION= 1 +PORTVERSION= 0.13.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-py-serializable/distinfo b/devel/py-py-serializable/distinfo index 85225b18c827..e87e08307ff4 100644 --- a/devel/py-py-serializable/distinfo +++ b/devel/py-py-serializable/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689398881 -SHA256 (py-serializable-0.12.0.tar.gz) = 1771811289b919062fdc0a26c02b79cfedeeaa7fbc97ac2d862ee7f8eaf13dee -SIZE (py-serializable-0.12.0.tar.gz) = 18424 +TIMESTAMP = 1696432934 +SHA256 (py-serializable-0.13.0.tar.gz) = 8238f9882573a291856b9c0234c9f98b405a7743b32a612955027aa268c2e152 +SIZE (py-serializable-0.13.0.tar.gz) = 18760 diff --git a/devel/py-py-serializable/files/patch-pyproject.toml b/devel/py-py-serializable/files/patch-pyproject.toml deleted file mode 100644 index b8265aa99965..000000000000 --- a/devel/py-py-serializable/files/patch-pyproject.toml +++ /dev/null @@ -1,19 +0,0 @@ ---- pyproject.toml.orig 2023-03-07 10:15:49 UTC -+++ pyproject.toml -@@ -11,9 +11,6 @@ repository = "https://github.com/madpah/serializable" - packages = [ - { include = "serializable" } - ] --include = [ -- "LICENSE" --] - classifiers = [ - # Trove classifiers - https://packaging.python.org/specifications/core-metadata/#metadata-classifier - # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers -@@ -63,4 +60,4 @@ version_variable = [ - branch = "main" - upload_to_pypi = true - upload_to_release = true --build_command = "pip install poetry==1.1.12 && poetry build" -\ No newline at end of file -+build_command = "pip install poetry==1.1.12 && poetry build"