pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-posting
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 20 22:19:11 UTC 2025
Modified Files:
pkgsrc/www/py-posting: Makefile PLIST distinfo
Log Message:
py-posting: update to 2.7.0.
2.7.0
The main feature of this release is the ability to import collections from Postman.
2.6.0
This is a pretty huge release. It introduces a bunch of features the community requested, and a bunch they didn't!
2.5.4
Fixes an issue where user configured User-Agent headers were being overwritten by Posting's own User-Agent.
Posting now only adds the header if a user has not supplied it themselves.
2.5.3
This release reduces the startup time of Posting by around 40%.
2.5.2
A little bit of polish.
2.5.1
Small fix and tweak.
2.5.0
This release adds support for Bearer token auth, thanks to @edgarrmondragon!
2.4.1
Bugfix release.
2.4.0
Request search, curl export, toggle table rows, and more!
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-posting/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-posting/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-posting/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-posting/Makefile
diff -u pkgsrc/www/py-posting/Makefile:1.12 pkgsrc/www/py-posting/Makefile:1.13
--- pkgsrc/www/py-posting/Makefile:1.12 Sun Nov 24 10:44:23 2024
+++ pkgsrc/www/py-posting/Makefile Sun Apr 20 22:19:11 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/11/24 10:44:23 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/04/20 22:19:11 wiz Exp $
-DISTNAME= posting-2.3.0
+DISTNAME= posting-2.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PYPI:=p/posting/}
@@ -11,17 +11,18 @@ COMMENT= Modern API client that lives in
LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
-DEPENDS+= ${PYPKGPREFIX}-click>=8.1.7:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-click-default-group>=1.2.4:../../devel/py-click-default-group
+DEPENDS+= ${PYPKGPREFIX}-click>=8.1.7:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-dotenv>=1.0.1:../../devel/py-dotenv
-DEPENDS+= ${PYPKGPREFIX}-httpx>=0.27.2:../../www/py-httpx
-DEPENDS+= ${PYPKGPREFIX}-pydantic>=2.9.2:../../devel/py-pydantic
+DEPENDS+= ${PYPKGPREFIX}-httpx>=0.28.1:../../www/py-httpx
DEPENDS+= ${PYPKGPREFIX}-pydantic-settings>=2.4.0:../../devel/py-pydantic-settings
+DEPENDS+= ${PYPKGPREFIX}-pydantic>=2.9.2:../../devel/py-pydantic
+DEPENDS+= ${PYPKGPREFIX}-openapi-pydantic>=0.5.0:../../textproc/py-openapi-pydantic
DEPENDS+= ${PYPKGPREFIX}-pyperclip>=1.9.0:../../x11/py-pyperclip
-DEPENDS+= ${PYPKGPREFIX}-textual>=0.83.0:../../comms/py-textual
-DEPENDS+= ${PYPKGPREFIX}-textual-autocomplete>=3.0.0a12:../../comms/py-textual-autocomplete
-DEPENDS+= ${PYPKGPREFIX}-xdg-base-dirs>=6.0.1:../../devel/py-xdg-base-dirs
+DEPENDS+= ${PYPKGPREFIX}-textual-autocomplete>=4.0.4:../../comms/py-textual-autocomplete
+DEPENDS+= ${PYPKGPREFIX}-textual>=3.0.0:../../comms/py-textual
DEPENDS+= ${PYPKGPREFIX}-watchfiles>=0.24.0:../../misc/py-watchfiles
+DEPENDS+= ${PYPKGPREFIX}-xdg-base-dirs>=6.0.1:../../devel/py-xdg-base-dirs
DEPENDS+= ${PYPKGPREFIX}-yaml>=6.0.2:../../textproc/py-yaml
TEST_DEPENDS+= ${PYPKGPREFIX}-textual-dev>=1.5.1:../../comms/py-textual-dev
TEST_DEPENDS+= ${PYPKGPREFIX}-test-textual-snapshot>=1.0.0:../../devel/py-test-textual-snapshot
@@ -30,13 +31,14 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.
# "syrupy>=4.6.1",
# "pytest-xdist>=3.6.1",
# "mkdocs-material>=9.5.30",
+# "pyinstrument>=5.0.1",
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 310
-# as of 2.3.0
-# 9 failed, 81 passed, 1 warning
+# as of 2.7.0
+# 56 failed, 115 passed, 1 skipped, 1 warning
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} posting posting-${PYVERSSUFFIX}
Index: pkgsrc/www/py-posting/PLIST
diff -u pkgsrc/www/py-posting/PLIST:1.6 pkgsrc/www/py-posting/PLIST:1.7
--- pkgsrc/www/py-posting/PLIST:1.6 Sun Nov 24 10:44:23 2024
+++ pkgsrc/www/py-posting/PLIST Sun Apr 20 22:19:11 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2024/11/24 10:44:23 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/04/20 22:19:11 wiz Exp $
bin/posting-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -12,9 +12,15 @@ ${PYSITELIB}/posting/__init__.pyo
${PYSITELIB}/posting/__main__.py
${PYSITELIB}/posting/__main__.pyc
${PYSITELIB}/posting/__main__.pyo
+${PYSITELIB}/posting/_start_time.py
+${PYSITELIB}/posting/_start_time.pyc
+${PYSITELIB}/posting/_start_time.pyo
${PYSITELIB}/posting/app.py
${PYSITELIB}/posting/app.pyc
${PYSITELIB}/posting/app.pyo
+${PYSITELIB}/posting/auth.py
+${PYSITELIB}/posting/auth.pyc
+${PYSITELIB}/posting/auth.pyo
${PYSITELIB}/posting/collection.py
${PYSITELIB}/posting/collection.pyc
${PYSITELIB}/posting/collection.pyo
@@ -30,6 +36,9 @@ ${PYSITELIB}/posting/exit_codes.pyo
${PYSITELIB}/posting/files.py
${PYSITELIB}/posting/files.pyc
${PYSITELIB}/posting/files.pyo
+${PYSITELIB}/posting/help_data.py
+${PYSITELIB}/posting/help_data.pyc
+${PYSITELIB}/posting/help_data.pyo
${PYSITELIB}/posting/help_screen.py
${PYSITELIB}/posting/help_screen.pyc
${PYSITELIB}/posting/help_screen.pyo
@@ -45,6 +54,9 @@ ${PYSITELIB}/posting/importing/curl.pyo
${PYSITELIB}/posting/importing/open_api.py
${PYSITELIB}/posting/importing/open_api.pyc
${PYSITELIB}/posting/importing/open_api.pyo
+${PYSITELIB}/posting/importing/postman.py
+${PYSITELIB}/posting/importing/postman.pyc
+${PYSITELIB}/posting/importing/postman.pyo
${PYSITELIB}/posting/jump_overlay.py
${PYSITELIB}/posting/jump_overlay.pyc
${PYSITELIB}/posting/jump_overlay.pyo
@@ -79,6 +91,9 @@ ${PYSITELIB}/posting/tuple_to_multidict.
${PYSITELIB}/posting/types.py
${PYSITELIB}/posting/types.pyc
${PYSITELIB}/posting/types.pyo
+${PYSITELIB}/posting/urls.py
+${PYSITELIB}/posting/urls.pyc
+${PYSITELIB}/posting/urls.pyo
${PYSITELIB}/posting/user_host.py
${PYSITELIB}/posting/user_host.pyc
${PYSITELIB}/posting/user_host.pyo
@@ -190,3 +205,6 @@ ${PYSITELIB}/posting/widgets/variable_in
${PYSITELIB}/posting/xresources.py
${PYSITELIB}/posting/xresources.pyc
${PYSITELIB}/posting/xresources.pyo
+${PYSITELIB}/posting/yaml.py
+${PYSITELIB}/posting/yaml.pyc
+${PYSITELIB}/posting/yaml.pyo
Index: pkgsrc/www/py-posting/distinfo
diff -u pkgsrc/www/py-posting/distinfo:1.10 pkgsrc/www/py-posting/distinfo:1.11
--- pkgsrc/www/py-posting/distinfo:1.10 Sun Nov 24 10:44:23 2024
+++ pkgsrc/www/py-posting/distinfo Sun Apr 20 22:19:11 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/11/24 10:44:23 wiz Exp $
+$NetBSD: distinfo,v 1.11 2025/04/20 22:19:11 wiz Exp $
-BLAKE2s (posting-2.3.0.tar.gz) = d1820e95bf37355bf871d37a9c7971adbe59ab4359a329545de53fcce24caf9b
-SHA512 (posting-2.3.0.tar.gz) = d9f643944f17ec3b7b65493c3328bb39dfb3e71b48ed0ea0e93db724a88283eabe4cac796c2ef9fbed5f7c2fbefdfcd060e31094adeec687d2662f48f62935c8
-Size (posting-2.3.0.tar.gz) = 3380719 bytes
+BLAKE2s (posting-2.7.0.tar.gz) = e92d33c1be05cde0a2abcd60290a633663c462b93f8cd9936643bda3769b4708
+SHA512 (posting-2.7.0.tar.gz) = 9be87f29703643b58b9ee56ea614cbbcb974977bb320e99d0926454ca45de12fa406b81f68feccd4f7c53745ae03ee16905b193612162aa8a767f1ee995892fb
+Size (posting-2.7.0.tar.gz) = 5991104 bytes
Home |
Main Index |
Thread Index |
Old Index