pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-poetry
Module Name: pkgsrc
Committed By: adam
Date: Sat Aug 26 14:43:01 UTC 2023
Modified Files:
pkgsrc/devel/py-poetry: Makefile PLIST distinfo
Log Message:
py-poetry: updated to 1.6.1
1.6.1 - 2023-08-21
Fixed
Update the minimum required version of requests
1.6.0 - 2023-08-20
Added
Add support for repositories that do not provide a supported hash algorithm
Add full support for duplicate dependencies with overlapping markers
Improve performance of poetry lock for certain edge cases
Improve performance of poetry install
poetry check validates that specified readme files do exist
Add a downgrading note when updating to an older version
Add support for vox in the xonsh shell
Add support for pre-commit hooks for projects where the pyproject.toml file is located in a subfolder
Add support for the git+http:// scheme
Changed
Drop support for Python 3.7
Move poetry lock --check to poetry check --lock and deprecate the former
Change future warning that PyPI will only be disabled automatically if there are no primary sources
Fixed
Fix an issue where build-system.requires were not respected for projects with build scripts
Fix an issue where the encoding was not handled correctly when calling a subprocess
Fix an issue where poetry show --top-level did not show top level dependencies with extras
Fix an issue where poetry init handled projects with src layout incorrectly
Fix an issue where Poetry wrote .pth files with the wrong encoding
Fix an issue where poetry install did not respect the source if the same version of a package has been locked from different sources
Docs
Document official Poetry badge
Update configuration folder path for macOS
Add a warning about pip ignoring lock files
Clarify the use of the virtualenvs.in-project setting.
Change pre-commit YAML style to be consistent with pre-commit's own examples
Fix command for listing installed plugins
Mention the nox-poetry package
Add an example with a PyPI source in the pyproject.toml file
Use reference instead of deprecated callable in the scripts example
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-poetry/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-poetry/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-poetry/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-poetry/Makefile
diff -u pkgsrc/devel/py-poetry/Makefile:1.12 pkgsrc/devel/py-poetry/Makefile:1.13
--- pkgsrc/devel/py-poetry/Makefile:1.12 Sun Jul 30 15:32:48 2023
+++ pkgsrc/devel/py-poetry/Makefile Sat Aug 26 14:43:01 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2023/07/30 15:32:48 adam Exp $
+# $NetBSD: Makefile,v 1.13 2023/08/26 14:43:01 adam Exp $
-DISTNAME= poetry-1.5.1
+DISTNAME= poetry-1.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/poetry/}
@@ -11,39 +11,33 @@ COMMENT= Python dependency management an
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-build>=0.10.0:../../devel/py-build
-DEPENDS+= ${PYPKGPREFIX}-cachecontrol>=0.12.9:../../devel/py-cachecontrol
+DEPENDS+= ${PYPKGPREFIX}-cachecontrol>=0.13.0:../../devel/py-cachecontrol
DEPENDS+= ${PYPKGPREFIX}-cleo>=2.0.0:../../comms/py-cleo
DEPENDS+= ${PYPKGPREFIX}-crashtest>=0.4.1:../../misc/py-crashtest
DEPENDS+= ${PYPKGPREFIX}-dulwich>=0.21.2:../../devel/py-dulwich
-DEPENDS+= ${PYPKGPREFIX}-filelock>=3.8.0:../../devel/py-filelock
-DEPENDS+= ${PYPKGPREFIX}-html5lib>=1.0:../../textproc/py-html5lib
DEPENDS+= ${PYPKGPREFIX}-installer>=0.7.0:../../misc/py-installer
DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.10.0:../../textproc/py-jsonschema
-DEPENDS+= ${PYPKGPREFIX}-keyring>=23.9.0:../../security/py-keyring
-DEPENDS+= ${PYPKGPREFIX}-lockfile>=0.12.2:../../devel/py-lockfile
+DEPENDS+= ${PYPKGPREFIX}-keyring>=24.0.0:../../security/py-keyring
DEPENDS+= ${PYPKGPREFIX}-packaging>=20.4:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-pexpect>=4.7.0:../../devel/py-pexpect
DEPENDS+= ${PYPKGPREFIX}-pkginfo>=1.9.4:../../devel/py-pkginfo
-DEPENDS+= ${PYPKGPREFIX}-platformdirs>=2.5.2:../../misc/py-platformdirs
-DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.6.1:../../devel/py-poetry-core
-DEPENDS+= ${PYPKGPREFIX}-poetry-plugin-export>=1.4.0:../../devel/py-poetry-plugin-export
+DEPENDS+= ${PYPKGPREFIX}-platformdirs>=3.0.0:../../misc/py-platformdirs
+DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.7.0:../../devel/py-poetry-core
+DEPENDS+= ${PYPKGPREFIX}-poetry-plugin-export>=1.5.0:../../devel/py-poetry-plugin-export
DEPENDS+= ${PYPKGPREFIX}-pyproject_hooks>=1.0.0:../../devel/py-pyproject_hooks
-DEPENDS+= ${PYPKGPREFIX}-requests>=2.18:../../devel/py-requests
+DEPENDS+= ${PYPKGPREFIX}-requests>=2.26:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-requests-toolbelt>=0.9.1:../../devel/py-requests-toolbelt
DEPENDS+= ${PYPKGPREFIX}-shellingham>=1.5:../../misc/py-shellingham
DEPENDS+= ${PYPKGPREFIX}-tomlkit>=0.11.4:../../textproc/py-tomlkit
DEPENDS+= ${PYPKGPREFIX}-trove-classifiers>=2022.5.19:../../misc/py-trove-classifiers
-DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.26.0:../../www/py-urllib3
DEPENDS+= ${PYPKGPREFIX}-virtualenv>=20.4.7:../../devel/py-virtualenv
-TEST_DEPENDS+= ${PYPKGPREFIX}-cachy>=0.3.0:../../devel/py-cachy
-TEST_DEPENDS+= ${PYPKGPREFIX}-deepdiff>=0:../../textproc/py-deepdiff
+TEST_DEPENDS+= ${PYPKGPREFIX}-deepdiff>=6.3:../../textproc/py-deepdiff
TEST_DEPENDS+= ${PYPKGPREFIX}-httpretty>=1.0:../../www/py-httpretty
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.1:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.9:../../devel/py-test-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-test-randomly>=3.12:../../devel/py-test-randomly
TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=3.1:../../devel/py-test-xdist
-TEST_DEPENDS+= ${PYPKGPREFIX}-zipp>=3.4:../../archivers/py-zipp
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-poetry/PLIST
diff -u pkgsrc/devel/py-poetry/PLIST:1.3 pkgsrc/devel/py-poetry/PLIST:1.4
--- pkgsrc/devel/py-poetry/PLIST:1.3 Sun May 21 18:45:07 2023
+++ pkgsrc/devel/py-poetry/PLIST Sat Aug 26 14:43:01 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/05/21 18:45:07 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/08/26 14:43:01 adam Exp $
bin/poetry-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
@@ -296,6 +296,12 @@ ${PYSITELIB}/poetry/repositories/link_so
${PYSITELIB}/poetry/repositories/link_sources/json.pyc
${PYSITELIB}/poetry/repositories/lockfile_repository.py
${PYSITELIB}/poetry/repositories/lockfile_repository.pyc
+${PYSITELIB}/poetry/repositories/parsers/__init__.py
+${PYSITELIB}/poetry/repositories/parsers/__init__.pyc
+${PYSITELIB}/poetry/repositories/parsers/html_page_parser.py
+${PYSITELIB}/poetry/repositories/parsers/html_page_parser.pyc
+${PYSITELIB}/poetry/repositories/parsers/pypi_search_parser.py
+${PYSITELIB}/poetry/repositories/parsers/pypi_search_parser.pyc
${PYSITELIB}/poetry/repositories/pypi_repository.py
${PYSITELIB}/poetry/repositories/pypi_repository.pyc
${PYSITELIB}/poetry/repositories/repository.py
@@ -322,8 +328,28 @@ ${PYSITELIB}/poetry/utils/constants.py
${PYSITELIB}/poetry/utils/constants.pyc
${PYSITELIB}/poetry/utils/dependency_specification.py
${PYSITELIB}/poetry/utils/dependency_specification.pyc
-${PYSITELIB}/poetry/utils/env.py
-${PYSITELIB}/poetry/utils/env.pyc
+${PYSITELIB}/poetry/utils/env/__init__.py
+${PYSITELIB}/poetry/utils/env/__init__.pyc
+${PYSITELIB}/poetry/utils/env/base_env.py
+${PYSITELIB}/poetry/utils/env/base_env.pyc
+${PYSITELIB}/poetry/utils/env/env_manager.py
+${PYSITELIB}/poetry/utils/env/env_manager.pyc
+${PYSITELIB}/poetry/utils/env/exceptions.py
+${PYSITELIB}/poetry/utils/env/exceptions.pyc
+${PYSITELIB}/poetry/utils/env/generic_env.py
+${PYSITELIB}/poetry/utils/env/generic_env.pyc
+${PYSITELIB}/poetry/utils/env/mock_env.py
+${PYSITELIB}/poetry/utils/env/mock_env.pyc
+${PYSITELIB}/poetry/utils/env/null_env.py
+${PYSITELIB}/poetry/utils/env/null_env.pyc
+${PYSITELIB}/poetry/utils/env/script_strings.py
+${PYSITELIB}/poetry/utils/env/script_strings.pyc
+${PYSITELIB}/poetry/utils/env/site_packages.py
+${PYSITELIB}/poetry/utils/env/site_packages.pyc
+${PYSITELIB}/poetry/utils/env/system_env.py
+${PYSITELIB}/poetry/utils/env/system_env.pyc
+${PYSITELIB}/poetry/utils/env/virtual_env.py
+${PYSITELIB}/poetry/utils/env/virtual_env.pyc
${PYSITELIB}/poetry/utils/extras.py
${PYSITELIB}/poetry/utils/extras.pyc
${PYSITELIB}/poetry/utils/helpers.py
Index: pkgsrc/devel/py-poetry/distinfo
diff -u pkgsrc/devel/py-poetry/distinfo:1.7 pkgsrc/devel/py-poetry/distinfo:1.8
--- pkgsrc/devel/py-poetry/distinfo:1.7 Tue Jun 6 10:40:35 2023
+++ pkgsrc/devel/py-poetry/distinfo Sat Aug 26 14:43:01 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/06/06 10:40:35 wiz Exp $
+$NetBSD: distinfo,v 1.8 2023/08/26 14:43:01 adam Exp $
-BLAKE2s (poetry-1.5.1.tar.gz) = 03f6b7eb4066e2e0e0a0531cd09a6a3b1e4fee03ee73f7f5527ccb292b2577be
-SHA512 (poetry-1.5.1.tar.gz) = 863bc4ea43b6fc5b340f50f007c76d2c253223d6bd55ea5c1ead4bc353c3d4cd85d51372a774276e14d9fca733fac9c2f582892fec950b74f25dc188dafa7a96
-Size (poetry-1.5.1.tar.gz) = 1469755 bytes
+BLAKE2s (poetry-1.6.1.tar.gz) = abd41eccd013ec6851bba29c4baaa29cfc628c28989c17f2f88096c61d450f4e
+SHA512 (poetry-1.6.1.tar.gz) = 3d5aac641c0fa4dd16f8f7b2a55fa1795ced1803886a048167a0a2a2ac419ff1c16734458316100f54ca4e8bcf88b5aa176b0ba2bde74bee6bdd41305b078f3b
+Size (poetry-1.6.1.tar.gz) = 1475487 bytes
Home |
Main Index |
Thread Index |
Old Index