pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-pip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jun 26 16:57:56 UTC 2024

Modified Files:
        pkgsrc/devel/py-pip: ALTERNATIVES Makefile PLIST distinfo

Log Message:
py-pip: update to 24.1.

24.1 (2024-06-20)
=================

Vendored Libraries
------------------

- Upgrade truststore to 0.9.1.

24.1b2 (2024-06-12)
===================

Features
--------

- Report informative messages about invalid requirements. (`#12713 <https://github.com/pypa/pip/issues/12713>`_)

Bug Fixes
---------

- Eagerly import the self version check logic to avoid crashes while upgrading or downgrading pip at the same time. (`#12675 <https://github.com/pypa/pip/issues/12675>`_)
- Accommodate for mismatches between different sources of truth for extra names, for packages generated by ``setuptools``. (`#12688 <https://github.com/pypa/pip/issues/12688>`_)
- Accommodate for development versions of CPython ending in ``+`` in the version string. (`#12691 <https://github.com/pypa/pip/issues/12691>`_)

Vendored Libraries
------------------

- Upgrade packaging to 24.1
- Upgrade requests to 2.32.0
- Remove vendored colorama
- Remove vendored six
- Remove vendored webencodings
- Remove vendored charset_normalizer

  ``requests`` provides optional character detection support on some APIs when processing ambiguous bytes. This isn't relevant for pip to function and we're able to remove it due to recent upstream 
changes.

24.1b1 (2024-05-06)
===================

Deprecations and Removals
-------------------------

- Drop support for EOL Python 3.7. (`#11934 <https://github.com/pypa/pip/issues/11934>`_)
- Remove support for legacy versions and dependency specifiers.

  Packages with non standard-compliant versions or dependency specifiers are now ignored by the resolver.
  Already installed packages with non standard-compliant versions or dependency specifiers
  must be uninstalled before upgrading them. (`#12063 <https://github.com/pypa/pip/issues/12063>`_)

Features
--------

- Improve performance of resolution of large dependency trees, with more caching. (`#12453 <https://github.com/pypa/pip/issues/12453>`_)
- Further improve resolution performance of large dependency trees, by caching hash calculations. (`#12657 <https://github.com/pypa/pip/issues/12657>`_)
- Reduce startup time of commands (e.g. show, freeze) that do not access the network by 15-30%. (`#4768 <https://github.com/pypa/pip/issues/4768>`_)
- Reword and improve presentation of uninstallation errors. (`#10421 <https://github.com/pypa/pip/issues/10421>`_)
- Add a 'raw' progress_bar type for simple and parsable download progress reports (`#11508 <https://github.com/pypa/pip/issues/11508>`_)
- ``pip list`` no longer performs the pip version check unless ``--outdated`` or ``--uptodate`` is given. (`#11677 <https://github.com/pypa/pip/issues/11677>`_)
- Use the ``data_filter`` when extracting tarballs, if it's available. (`#12111 <https://github.com/pypa/pip/issues/12111>`_)
- Display the Project-URL value under key "Home-page" in ``pip show`` when the Home-Page metadata field is not set.

  The Project-URL key detection is case-insensitive, and ignores any dashes and underscores. (`#11221 <https://github.com/pypa/pip/issues/11221>`_)

Bug Fixes
---------

- Ensure ``-vv`` gets passed to any ``pip install`` build environment subprocesses. (`#12577 <https://github.com/pypa/pip/issues/12577>`_)
- Deduplicate entries in the ``Requires`` field of ``pip show``. (`#12165 <https://github.com/pypa/pip/issues/12165>`_)
- Fix error on checkout for subversion and bazaar with verbose mode on. (`#11050 <https://github.com/pypa/pip/issues/11050>`_)
- Fix exception with completions when COMP_CWORD is not set (`#12401 <https://github.com/pypa/pip/issues/12401>`_)
- Fix intermittent "cannot locate t64.exe" errors when upgrading pip. (`#12666 <https://github.com/pypa/pip/issues/12666>`_)
- Remove duplication in invalid wheel error message (`#12579 <https://github.com/pypa/pip/issues/12579>`_)
- Remove the incorrect pip3.x console entrypoint from the pip wheel. This console
  script continues to be generated by pip when it installs itself. (`#12536 <https://github.com/pypa/pip/issues/12536>`_)
- Gracefully skip VCS detection in pip freeze when PATH points to a non-directory path. (`#12567 <https://github.com/pypa/pip/issues/12567>`_)
- Make the ``--proxy`` parameter take precedence over environment variables. (`#10685 <https://github.com/pypa/pip/issues/10685>`_)

Vendored Libraries
------------------

- Add charset-normalizer 3.3.2
- Remove chardet
- Remove pyparsing
- Upgrade CacheControl to 0.14.0
- Upgrade certifi to 2024.2.2
- Upgrade distro to 1.9.0
- Upgrade idna to 3.7
- Upgrade msgpack to 1.0.8
- Upgrade packaging to 24.0
- Upgrade platformdirs to 4.2.1
- Upgrade pygments to 2.17.2
- Upgrade rich to 13.7.1
- Upgrade setuptools to 69.5.1
- Upgrade tenacity to 8.2.3
- Upgrade typing_extensions to 4.11.0
- Upgrade urllib3 to 1.26.18

Improved Documentation
----------------------

- Document UX research done on pip. (`#10745 <https://github.com/pypa/pip/issues/10745>`_)
- Fix the direct usage of zipapp showing up as ``python -m pip.pyz`` rather than ``./pip.pyz`` / ``.\pip.pyz`` (`#12043 <https://github.com/pypa/pip/issues/12043>`_)
- Add a warning explaining that the snippet in "Fallback behavior" is not a valid
  ``pyproject.toml`` snippet for projects, and link to setuptools documentation
  instead. (`#12122 <https://github.com/pypa/pip/issues/12122>`_)
- The Python Support Policy has been updated. (`#12529 <https://github.com/pypa/pip/issues/12529>`_)
- Document the environment variables that correspond with CLI options. (`#12576 <https://github.com/pypa/pip/issues/12576>`_)
- Update architecture documentation for command line interface. (`#6831 <https://github.com/pypa/pip/issues/6831>`_)

Process
-------

- Remove ``setup.py`` since all the pip project metadata is now declared in
  ``pyproject.toml``.
- Move remaining pip development tools configurations to ``pyproject.toml``.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-pip/ALTERNATIVES
cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/py-pip/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/py-pip/PLIST
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/py-pip/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-pip/ALTERNATIVES
diff -u pkgsrc/devel/py-pip/ALTERNATIVES:1.2 pkgsrc/devel/py-pip/ALTERNATIVES:1.3
--- pkgsrc/devel/py-pip/ALTERNATIVES:1.2        Mon Jun  8 20:17:56 2020
+++ pkgsrc/devel/py-pip/ALTERNATIVES    Wed Jun 26 16:57:56 2024
@@ -1,2 +1,2 @@
-bin/pip @PREFIX@/bin/pip@PYVERSSUFFIX@
-bin/pip@PYMAJORVERSION@ @PREFIX@/bin/pip@PYVERSSUFFIX@
+bin/pip @PREFIX@/bin/pip-@PYVERSSUFFIX@
+bin/pip@PYMAJORVERSION@ @PREFIX@/bin/pip-@PYVERSSUFFIX@

Index: pkgsrc/devel/py-pip/Makefile
diff -u pkgsrc/devel/py-pip/Makefile:1.73 pkgsrc/devel/py-pip/Makefile:1.74
--- pkgsrc/devel/py-pip/Makefile:1.73   Sun May 26 01:56:12 2024
+++ pkgsrc/devel/py-pip/Makefile        Wed Jun 26 16:57:56 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2024/05/26 01:56:12 gutteridge Exp $
+# $NetBSD: Makefile,v 1.74 2024/06/26 16:57:56 wiz Exp $
 
-DISTNAME=      pip-24.0
+DISTNAME=      pip-24.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pip/}
@@ -25,8 +25,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 FILES_SUBST+=  PYMAJORVERSION=${PYTHON_VERSION:C/^([0-9]).*/\1/}
 
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${RM} -f pip pip[2-3]
-       ${CHMOD} -R go-w ${DESTDIR}${PREFIX}/${PYSITELIB}
+       cd ${DESTDIR}${PREFIX}/bin && ${RM} -f pip3 && ${MV} pip pip-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/devel/py-pip/PLIST
diff -u pkgsrc/devel/py-pip/PLIST:1.42 pkgsrc/devel/py-pip/PLIST:1.43
--- pkgsrc/devel/py-pip/PLIST:1.42      Sun Dec 17 19:09:12 2023
+++ pkgsrc/devel/py-pip/PLIST   Wed Jun 26 16:57:56 2024
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.42 2023/12/17 19:09:12 adam Exp $
-bin/pip${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.43 2024/06/26 16:57:56 wiz Exp $
+bin/pip-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -40,6 +40,9 @@ ${PYSITELIB}/pip/_internal/cli/cmdoption
 ${PYSITELIB}/pip/_internal/cli/command_context.py
 ${PYSITELIB}/pip/_internal/cli/command_context.pyc
 ${PYSITELIB}/pip/_internal/cli/command_context.pyo
+${PYSITELIB}/pip/_internal/cli/index_command.py
+${PYSITELIB}/pip/_internal/cli/index_command.pyc
+${PYSITELIB}/pip/_internal/cli/index_command.pyo
 ${PYSITELIB}/pip/_internal/cli/main.py
 ${PYSITELIB}/pip/_internal/cli/main.pyc
 ${PYSITELIB}/pip/_internal/cli/main.pyo
@@ -409,9 +412,6 @@ ${PYSITELIB}/pip/_internal/utils/logging
 ${PYSITELIB}/pip/_internal/utils/misc.py
 ${PYSITELIB}/pip/_internal/utils/misc.pyc
 ${PYSITELIB}/pip/_internal/utils/misc.pyo
-${PYSITELIB}/pip/_internal/utils/models.py
-${PYSITELIB}/pip/_internal/utils/models.pyc
-${PYSITELIB}/pip/_internal/utils/models.pyo
 ${PYSITELIB}/pip/_internal/utils/packaging.py
 ${PYSITELIB}/pip/_internal/utils/packaging.pyc
 ${PYSITELIB}/pip/_internal/utils/packaging.pyo
@@ -508,190 +508,6 @@ ${PYSITELIB}/pip/_vendor/certifi/core.py
 ${PYSITELIB}/pip/_vendor/certifi/core.pyc
 ${PYSITELIB}/pip/_vendor/certifi/core.pyo
 ${PYSITELIB}/pip/_vendor/certifi/py.typed
-${PYSITELIB}/pip/_vendor/chardet/__init__.py
-${PYSITELIB}/pip/_vendor/chardet/__init__.pyc
-${PYSITELIB}/pip/_vendor/chardet/__init__.pyo
-${PYSITELIB}/pip/_vendor/chardet/big5freq.py
-${PYSITELIB}/pip/_vendor/chardet/big5freq.pyc
-${PYSITELIB}/pip/_vendor/chardet/big5freq.pyo
-${PYSITELIB}/pip/_vendor/chardet/big5prober.py
-${PYSITELIB}/pip/_vendor/chardet/big5prober.pyc
-${PYSITELIB}/pip/_vendor/chardet/big5prober.pyo
-${PYSITELIB}/pip/_vendor/chardet/chardistribution.py
-${PYSITELIB}/pip/_vendor/chardet/chardistribution.pyc
-${PYSITELIB}/pip/_vendor/chardet/chardistribution.pyo
-${PYSITELIB}/pip/_vendor/chardet/charsetgroupprober.py
-${PYSITELIB}/pip/_vendor/chardet/charsetgroupprober.pyc
-${PYSITELIB}/pip/_vendor/chardet/charsetgroupprober.pyo
-${PYSITELIB}/pip/_vendor/chardet/charsetprober.py
-${PYSITELIB}/pip/_vendor/chardet/charsetprober.pyc
-${PYSITELIB}/pip/_vendor/chardet/charsetprober.pyo
-${PYSITELIB}/pip/_vendor/chardet/cli/__init__.py
-${PYSITELIB}/pip/_vendor/chardet/cli/__init__.pyc
-${PYSITELIB}/pip/_vendor/chardet/cli/__init__.pyo
-${PYSITELIB}/pip/_vendor/chardet/cli/chardetect.py
-${PYSITELIB}/pip/_vendor/chardet/cli/chardetect.pyc
-${PYSITELIB}/pip/_vendor/chardet/cli/chardetect.pyo
-${PYSITELIB}/pip/_vendor/chardet/codingstatemachine.py
-${PYSITELIB}/pip/_vendor/chardet/codingstatemachine.pyc
-${PYSITELIB}/pip/_vendor/chardet/codingstatemachine.pyo
-${PYSITELIB}/pip/_vendor/chardet/codingstatemachinedict.py
-${PYSITELIB}/pip/_vendor/chardet/codingstatemachinedict.pyc
-${PYSITELIB}/pip/_vendor/chardet/codingstatemachinedict.pyo
-${PYSITELIB}/pip/_vendor/chardet/cp949prober.py
-${PYSITELIB}/pip/_vendor/chardet/cp949prober.pyc
-${PYSITELIB}/pip/_vendor/chardet/cp949prober.pyo
-${PYSITELIB}/pip/_vendor/chardet/enums.py
-${PYSITELIB}/pip/_vendor/chardet/enums.pyc
-${PYSITELIB}/pip/_vendor/chardet/enums.pyo
-${PYSITELIB}/pip/_vendor/chardet/escprober.py
-${PYSITELIB}/pip/_vendor/chardet/escprober.pyc
-${PYSITELIB}/pip/_vendor/chardet/escprober.pyo
-${PYSITELIB}/pip/_vendor/chardet/escsm.py
-${PYSITELIB}/pip/_vendor/chardet/escsm.pyc
-${PYSITELIB}/pip/_vendor/chardet/escsm.pyo
-${PYSITELIB}/pip/_vendor/chardet/eucjpprober.py
-${PYSITELIB}/pip/_vendor/chardet/eucjpprober.pyc
-${PYSITELIB}/pip/_vendor/chardet/eucjpprober.pyo
-${PYSITELIB}/pip/_vendor/chardet/euckrfreq.py
-${PYSITELIB}/pip/_vendor/chardet/euckrfreq.pyc
-${PYSITELIB}/pip/_vendor/chardet/euckrfreq.pyo
-${PYSITELIB}/pip/_vendor/chardet/euckrprober.py
-${PYSITELIB}/pip/_vendor/chardet/euckrprober.pyc
-${PYSITELIB}/pip/_vendor/chardet/euckrprober.pyo
-${PYSITELIB}/pip/_vendor/chardet/euctwfreq.py
-${PYSITELIB}/pip/_vendor/chardet/euctwfreq.pyc
-${PYSITELIB}/pip/_vendor/chardet/euctwfreq.pyo
-${PYSITELIB}/pip/_vendor/chardet/euctwprober.py
-${PYSITELIB}/pip/_vendor/chardet/euctwprober.pyc
-${PYSITELIB}/pip/_vendor/chardet/euctwprober.pyo
-${PYSITELIB}/pip/_vendor/chardet/gb2312freq.py
-${PYSITELIB}/pip/_vendor/chardet/gb2312freq.pyc
-${PYSITELIB}/pip/_vendor/chardet/gb2312freq.pyo
-${PYSITELIB}/pip/_vendor/chardet/gb2312prober.py
-${PYSITELIB}/pip/_vendor/chardet/gb2312prober.pyc
-${PYSITELIB}/pip/_vendor/chardet/gb2312prober.pyo
-${PYSITELIB}/pip/_vendor/chardet/hebrewprober.py
-${PYSITELIB}/pip/_vendor/chardet/hebrewprober.pyc
-${PYSITELIB}/pip/_vendor/chardet/hebrewprober.pyo
-${PYSITELIB}/pip/_vendor/chardet/jisfreq.py
-${PYSITELIB}/pip/_vendor/chardet/jisfreq.pyc
-${PYSITELIB}/pip/_vendor/chardet/jisfreq.pyo
-${PYSITELIB}/pip/_vendor/chardet/johabfreq.py
-${PYSITELIB}/pip/_vendor/chardet/johabfreq.pyc
-${PYSITELIB}/pip/_vendor/chardet/johabfreq.pyo
-${PYSITELIB}/pip/_vendor/chardet/johabprober.py
-${PYSITELIB}/pip/_vendor/chardet/johabprober.pyc
-${PYSITELIB}/pip/_vendor/chardet/johabprober.pyo
-${PYSITELIB}/pip/_vendor/chardet/jpcntx.py
-${PYSITELIB}/pip/_vendor/chardet/jpcntx.pyc
-${PYSITELIB}/pip/_vendor/chardet/jpcntx.pyo
-${PYSITELIB}/pip/_vendor/chardet/langbulgarianmodel.py
-${PYSITELIB}/pip/_vendor/chardet/langbulgarianmodel.pyc
-${PYSITELIB}/pip/_vendor/chardet/langbulgarianmodel.pyo
-${PYSITELIB}/pip/_vendor/chardet/langgreekmodel.py
-${PYSITELIB}/pip/_vendor/chardet/langgreekmodel.pyc
-${PYSITELIB}/pip/_vendor/chardet/langgreekmodel.pyo
-${PYSITELIB}/pip/_vendor/chardet/langhebrewmodel.py
-${PYSITELIB}/pip/_vendor/chardet/langhebrewmodel.pyc
-${PYSITELIB}/pip/_vendor/chardet/langhebrewmodel.pyo
-${PYSITELIB}/pip/_vendor/chardet/langhungarianmodel.py
-${PYSITELIB}/pip/_vendor/chardet/langhungarianmodel.pyc
-${PYSITELIB}/pip/_vendor/chardet/langhungarianmodel.pyo
-${PYSITELIB}/pip/_vendor/chardet/langrussianmodel.py
-${PYSITELIB}/pip/_vendor/chardet/langrussianmodel.pyc
-${PYSITELIB}/pip/_vendor/chardet/langrussianmodel.pyo
-${PYSITELIB}/pip/_vendor/chardet/langthaimodel.py
-${PYSITELIB}/pip/_vendor/chardet/langthaimodel.pyc
-${PYSITELIB}/pip/_vendor/chardet/langthaimodel.pyo
-${PYSITELIB}/pip/_vendor/chardet/langturkishmodel.py
-${PYSITELIB}/pip/_vendor/chardet/langturkishmodel.pyc
-${PYSITELIB}/pip/_vendor/chardet/langturkishmodel.pyo
-${PYSITELIB}/pip/_vendor/chardet/latin1prober.py
-${PYSITELIB}/pip/_vendor/chardet/latin1prober.pyc
-${PYSITELIB}/pip/_vendor/chardet/latin1prober.pyo
-${PYSITELIB}/pip/_vendor/chardet/macromanprober.py
-${PYSITELIB}/pip/_vendor/chardet/macromanprober.pyc
-${PYSITELIB}/pip/_vendor/chardet/macromanprober.pyo
-${PYSITELIB}/pip/_vendor/chardet/mbcharsetprober.py
-${PYSITELIB}/pip/_vendor/chardet/mbcharsetprober.pyc
-${PYSITELIB}/pip/_vendor/chardet/mbcharsetprober.pyo
-${PYSITELIB}/pip/_vendor/chardet/mbcsgroupprober.py
-${PYSITELIB}/pip/_vendor/chardet/mbcsgroupprober.pyc
-${PYSITELIB}/pip/_vendor/chardet/mbcsgroupprober.pyo
-${PYSITELIB}/pip/_vendor/chardet/mbcssm.py
-${PYSITELIB}/pip/_vendor/chardet/mbcssm.pyc
-${PYSITELIB}/pip/_vendor/chardet/mbcssm.pyo
-${PYSITELIB}/pip/_vendor/chardet/metadata/__init__.py
-${PYSITELIB}/pip/_vendor/chardet/metadata/__init__.pyc
-${PYSITELIB}/pip/_vendor/chardet/metadata/__init__.pyo
-${PYSITELIB}/pip/_vendor/chardet/metadata/languages.py
-${PYSITELIB}/pip/_vendor/chardet/metadata/languages.pyc
-${PYSITELIB}/pip/_vendor/chardet/metadata/languages.pyo
-${PYSITELIB}/pip/_vendor/chardet/py.typed
-${PYSITELIB}/pip/_vendor/chardet/resultdict.py
-${PYSITELIB}/pip/_vendor/chardet/resultdict.pyc
-${PYSITELIB}/pip/_vendor/chardet/resultdict.pyo
-${PYSITELIB}/pip/_vendor/chardet/sbcharsetprober.py
-${PYSITELIB}/pip/_vendor/chardet/sbcharsetprober.pyc
-${PYSITELIB}/pip/_vendor/chardet/sbcharsetprober.pyo
-${PYSITELIB}/pip/_vendor/chardet/sbcsgroupprober.py
-${PYSITELIB}/pip/_vendor/chardet/sbcsgroupprober.pyc
-${PYSITELIB}/pip/_vendor/chardet/sbcsgroupprober.pyo
-${PYSITELIB}/pip/_vendor/chardet/sjisprober.py
-${PYSITELIB}/pip/_vendor/chardet/sjisprober.pyc
-${PYSITELIB}/pip/_vendor/chardet/sjisprober.pyo
-${PYSITELIB}/pip/_vendor/chardet/universaldetector.py
-${PYSITELIB}/pip/_vendor/chardet/universaldetector.pyc
-${PYSITELIB}/pip/_vendor/chardet/universaldetector.pyo
-${PYSITELIB}/pip/_vendor/chardet/utf1632prober.py
-${PYSITELIB}/pip/_vendor/chardet/utf1632prober.pyc
-${PYSITELIB}/pip/_vendor/chardet/utf1632prober.pyo
-${PYSITELIB}/pip/_vendor/chardet/utf8prober.py
-${PYSITELIB}/pip/_vendor/chardet/utf8prober.pyc
-${PYSITELIB}/pip/_vendor/chardet/utf8prober.pyo
-${PYSITELIB}/pip/_vendor/chardet/version.py
-${PYSITELIB}/pip/_vendor/chardet/version.pyc
-${PYSITELIB}/pip/_vendor/chardet/version.pyo
-${PYSITELIB}/pip/_vendor/colorama/__init__.py
-${PYSITELIB}/pip/_vendor/colorama/__init__.pyc
-${PYSITELIB}/pip/_vendor/colorama/__init__.pyo
-${PYSITELIB}/pip/_vendor/colorama/ansi.py
-${PYSITELIB}/pip/_vendor/colorama/ansi.pyc
-${PYSITELIB}/pip/_vendor/colorama/ansi.pyo
-${PYSITELIB}/pip/_vendor/colorama/ansitowin32.py
-${PYSITELIB}/pip/_vendor/colorama/ansitowin32.pyc
-${PYSITELIB}/pip/_vendor/colorama/ansitowin32.pyo
-${PYSITELIB}/pip/_vendor/colorama/initialise.py
-${PYSITELIB}/pip/_vendor/colorama/initialise.pyc
-${PYSITELIB}/pip/_vendor/colorama/initialise.pyo
-${PYSITELIB}/pip/_vendor/colorama/tests/__init__.py
-${PYSITELIB}/pip/_vendor/colorama/tests/__init__.pyc
-${PYSITELIB}/pip/_vendor/colorama/tests/__init__.pyo
-${PYSITELIB}/pip/_vendor/colorama/tests/ansi_test.py
-${PYSITELIB}/pip/_vendor/colorama/tests/ansi_test.pyc
-${PYSITELIB}/pip/_vendor/colorama/tests/ansi_test.pyo
-${PYSITELIB}/pip/_vendor/colorama/tests/ansitowin32_test.py
-${PYSITELIB}/pip/_vendor/colorama/tests/ansitowin32_test.pyc
-${PYSITELIB}/pip/_vendor/colorama/tests/ansitowin32_test.pyo
-${PYSITELIB}/pip/_vendor/colorama/tests/initialise_test.py
-${PYSITELIB}/pip/_vendor/colorama/tests/initialise_test.pyc
-${PYSITELIB}/pip/_vendor/colorama/tests/initialise_test.pyo
-${PYSITELIB}/pip/_vendor/colorama/tests/isatty_test.py
-${PYSITELIB}/pip/_vendor/colorama/tests/isatty_test.pyc
-${PYSITELIB}/pip/_vendor/colorama/tests/isatty_test.pyo
-${PYSITELIB}/pip/_vendor/colorama/tests/utils.py
-${PYSITELIB}/pip/_vendor/colorama/tests/utils.pyc
-${PYSITELIB}/pip/_vendor/colorama/tests/utils.pyo
-${PYSITELIB}/pip/_vendor/colorama/tests/winterm_test.py
-${PYSITELIB}/pip/_vendor/colorama/tests/winterm_test.pyc
-${PYSITELIB}/pip/_vendor/colorama/tests/winterm_test.pyo
-${PYSITELIB}/pip/_vendor/colorama/win32.py
-${PYSITELIB}/pip/_vendor/colorama/win32.pyc
-${PYSITELIB}/pip/_vendor/colorama/win32.pyo
-${PYSITELIB}/pip/_vendor/colorama/winterm.py
-${PYSITELIB}/pip/_vendor/colorama/winterm.pyc
-${PYSITELIB}/pip/_vendor/colorama/winterm.pyo
 ${PYSITELIB}/pip/_vendor/distlib/__init__.py
 ${PYSITELIB}/pip/_vendor/distlib/__init__.pyc
 ${PYSITELIB}/pip/_vendor/distlib/__init__.pyo
@@ -784,24 +600,33 @@ ${PYSITELIB}/pip/_vendor/msgpack/ext.pyo
 ${PYSITELIB}/pip/_vendor/msgpack/fallback.py
 ${PYSITELIB}/pip/_vendor/msgpack/fallback.pyc
 ${PYSITELIB}/pip/_vendor/msgpack/fallback.pyo
-${PYSITELIB}/pip/_vendor/packaging/__about__.py
-${PYSITELIB}/pip/_vendor/packaging/__about__.pyc
-${PYSITELIB}/pip/_vendor/packaging/__about__.pyo
 ${PYSITELIB}/pip/_vendor/packaging/__init__.py
 ${PYSITELIB}/pip/_vendor/packaging/__init__.pyc
 ${PYSITELIB}/pip/_vendor/packaging/__init__.pyo
+${PYSITELIB}/pip/_vendor/packaging/_elffile.py
+${PYSITELIB}/pip/_vendor/packaging/_elffile.pyc
+${PYSITELIB}/pip/_vendor/packaging/_elffile.pyo
 ${PYSITELIB}/pip/_vendor/packaging/_manylinux.py
 ${PYSITELIB}/pip/_vendor/packaging/_manylinux.pyc
 ${PYSITELIB}/pip/_vendor/packaging/_manylinux.pyo
 ${PYSITELIB}/pip/_vendor/packaging/_musllinux.py
 ${PYSITELIB}/pip/_vendor/packaging/_musllinux.pyc
 ${PYSITELIB}/pip/_vendor/packaging/_musllinux.pyo
+${PYSITELIB}/pip/_vendor/packaging/_parser.py
+${PYSITELIB}/pip/_vendor/packaging/_parser.pyc
+${PYSITELIB}/pip/_vendor/packaging/_parser.pyo
 ${PYSITELIB}/pip/_vendor/packaging/_structures.py
 ${PYSITELIB}/pip/_vendor/packaging/_structures.pyc
 ${PYSITELIB}/pip/_vendor/packaging/_structures.pyo
+${PYSITELIB}/pip/_vendor/packaging/_tokenizer.py
+${PYSITELIB}/pip/_vendor/packaging/_tokenizer.pyc
+${PYSITELIB}/pip/_vendor/packaging/_tokenizer.pyo
 ${PYSITELIB}/pip/_vendor/packaging/markers.py
 ${PYSITELIB}/pip/_vendor/packaging/markers.pyc
 ${PYSITELIB}/pip/_vendor/packaging/markers.pyo
+${PYSITELIB}/pip/_vendor/packaging/metadata.py
+${PYSITELIB}/pip/_vendor/packaging/metadata.pyc
+${PYSITELIB}/pip/_vendor/packaging/metadata.pyo
 ${PYSITELIB}/pip/_vendor/packaging/py.typed
 ${PYSITELIB}/pip/_vendor/packaging/requirements.py
 ${PYSITELIB}/pip/_vendor/packaging/requirements.pyc
@@ -942,6 +767,9 @@ ${PYSITELIB}/pip/_vendor/pygments/style.
 ${PYSITELIB}/pip/_vendor/pygments/styles/__init__.py
 ${PYSITELIB}/pip/_vendor/pygments/styles/__init__.pyc
 ${PYSITELIB}/pip/_vendor/pygments/styles/__init__.pyo
+${PYSITELIB}/pip/_vendor/pygments/styles/_mapping.py
+${PYSITELIB}/pip/_vendor/pygments/styles/_mapping.pyc
+${PYSITELIB}/pip/_vendor/pygments/styles/_mapping.pyo
 ${PYSITELIB}/pip/_vendor/pygments/token.py
 ${PYSITELIB}/pip/_vendor/pygments/token.pyc
 ${PYSITELIB}/pip/_vendor/pygments/token.pyo
@@ -951,40 +779,6 @@ ${PYSITELIB}/pip/_vendor/pygments/unistr
 ${PYSITELIB}/pip/_vendor/pygments/util.py
 ${PYSITELIB}/pip/_vendor/pygments/util.pyc
 ${PYSITELIB}/pip/_vendor/pygments/util.pyo
-${PYSITELIB}/pip/_vendor/pyparsing/__init__.py
-${PYSITELIB}/pip/_vendor/pyparsing/__init__.pyc
-${PYSITELIB}/pip/_vendor/pyparsing/__init__.pyo
-${PYSITELIB}/pip/_vendor/pyparsing/actions.py
-${PYSITELIB}/pip/_vendor/pyparsing/actions.pyc
-${PYSITELIB}/pip/_vendor/pyparsing/actions.pyo
-${PYSITELIB}/pip/_vendor/pyparsing/common.py
-${PYSITELIB}/pip/_vendor/pyparsing/common.pyc
-${PYSITELIB}/pip/_vendor/pyparsing/common.pyo
-${PYSITELIB}/pip/_vendor/pyparsing/core.py
-${PYSITELIB}/pip/_vendor/pyparsing/core.pyc
-${PYSITELIB}/pip/_vendor/pyparsing/core.pyo
-${PYSITELIB}/pip/_vendor/pyparsing/diagram/__init__.py
-${PYSITELIB}/pip/_vendor/pyparsing/diagram/__init__.pyc
-${PYSITELIB}/pip/_vendor/pyparsing/diagram/__init__.pyo
-${PYSITELIB}/pip/_vendor/pyparsing/exceptions.py
-${PYSITELIB}/pip/_vendor/pyparsing/exceptions.pyc
-${PYSITELIB}/pip/_vendor/pyparsing/exceptions.pyo
-${PYSITELIB}/pip/_vendor/pyparsing/helpers.py
-${PYSITELIB}/pip/_vendor/pyparsing/helpers.pyc
-${PYSITELIB}/pip/_vendor/pyparsing/helpers.pyo
-${PYSITELIB}/pip/_vendor/pyparsing/py.typed
-${PYSITELIB}/pip/_vendor/pyparsing/results.py
-${PYSITELIB}/pip/_vendor/pyparsing/results.pyc
-${PYSITELIB}/pip/_vendor/pyparsing/results.pyo
-${PYSITELIB}/pip/_vendor/pyparsing/testing.py
-${PYSITELIB}/pip/_vendor/pyparsing/testing.pyc
-${PYSITELIB}/pip/_vendor/pyparsing/testing.pyo
-${PYSITELIB}/pip/_vendor/pyparsing/unicode.py
-${PYSITELIB}/pip/_vendor/pyparsing/unicode.pyc
-${PYSITELIB}/pip/_vendor/pyparsing/unicode.pyo
-${PYSITELIB}/pip/_vendor/pyparsing/util.py
-${PYSITELIB}/pip/_vendor/pyparsing/util.pyc
-${PYSITELIB}/pip/_vendor/pyparsing/util.pyo
 ${PYSITELIB}/pip/_vendor/pyproject_hooks/__init__.py
 ${PYSITELIB}/pip/_vendor/pyproject_hooks/__init__.pyc
 ${PYSITELIB}/pip/_vendor/pyproject_hooks/__init__.pyo
@@ -1308,9 +1102,6 @@ ${PYSITELIB}/pip/_vendor/rich/traceback.
 ${PYSITELIB}/pip/_vendor/rich/tree.py
 ${PYSITELIB}/pip/_vendor/rich/tree.pyc
 ${PYSITELIB}/pip/_vendor/rich/tree.pyo
-${PYSITELIB}/pip/_vendor/six.py
-${PYSITELIB}/pip/_vendor/six.pyc
-${PYSITELIB}/pip/_vendor/six.pyo
 ${PYSITELIB}/pip/_vendor/tenacity/__init__.py
 ${PYSITELIB}/pip/_vendor/tenacity/__init__.pyc
 ${PYSITELIB}/pip/_vendor/tenacity/__init__.pyo
@@ -1498,19 +1289,4 @@ ${PYSITELIB}/pip/_vendor/urllib3/util/wa
 ${PYSITELIB}/pip/_vendor/urllib3/util/wait.pyc
 ${PYSITELIB}/pip/_vendor/urllib3/util/wait.pyo
 ${PYSITELIB}/pip/_vendor/vendor.txt
-${PYSITELIB}/pip/_vendor/webencodings/__init__.py
-${PYSITELIB}/pip/_vendor/webencodings/__init__.pyc
-${PYSITELIB}/pip/_vendor/webencodings/__init__.pyo
-${PYSITELIB}/pip/_vendor/webencodings/labels.py
-${PYSITELIB}/pip/_vendor/webencodings/labels.pyc
-${PYSITELIB}/pip/_vendor/webencodings/labels.pyo
-${PYSITELIB}/pip/_vendor/webencodings/mklabels.py
-${PYSITELIB}/pip/_vendor/webencodings/mklabels.pyc
-${PYSITELIB}/pip/_vendor/webencodings/mklabels.pyo
-${PYSITELIB}/pip/_vendor/webencodings/tests.py
-${PYSITELIB}/pip/_vendor/webencodings/tests.pyc
-${PYSITELIB}/pip/_vendor/webencodings/tests.pyo
-${PYSITELIB}/pip/_vendor/webencodings/x_user_defined.py
-${PYSITELIB}/pip/_vendor/webencodings/x_user_defined.pyc
-${PYSITELIB}/pip/_vendor/webencodings/x_user_defined.pyo
 ${PYSITELIB}/pip/py.typed

Index: pkgsrc/devel/py-pip/distinfo
diff -u pkgsrc/devel/py-pip/distinfo:1.61 pkgsrc/devel/py-pip/distinfo:1.62
--- pkgsrc/devel/py-pip/distinfo:1.61   Thu Feb  8 22:25:25 2024
+++ pkgsrc/devel/py-pip/distinfo        Wed Jun 26 16:57:56 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.61 2024/02/08 22:25:25 adam Exp $
+$NetBSD: distinfo,v 1.62 2024/06/26 16:57:56 wiz Exp $
 
-BLAKE2s (pip-24.0.tar.gz) = 684d3679c4058ac0f477f24c68485c2d99adb1c899347aead163fd8bbdc5f639
-SHA512 (pip-24.0.tar.gz) = b687d9e7e2b0348a1c3355610bcf4e194dd157dc6e79638f8a0a383cf1ba7c4253be4b145e9a5029e089807d1feec9e444976f34f77a732f3ef527d9bc6bcebf
-Size (pip-24.0.tar.gz) = 2132709 bytes
+BLAKE2s (pip-24.1.tar.gz) = aac277c8b8bd00bbfcd62030ffcd41e4ff1077a2732842d30fae4e9bc5560f99
+SHA512 (pip-24.1.tar.gz) = df7390b5de4a754a25ed146ba745a81aa8f8db6aa76f016c43c64f660c9a80e99fcfa46465c20d7bbed63c9fe4a50d9766c848ef791d92b6b6e70a01d895362c
+Size (pip-24.1.tar.gz) = 1924468 bytes
 SHA1 (patch-src_pip___internal_build__env.py) = 19c6feb4b56cbdb70f9150c452dac73ca3949911
 SHA1 (patch-src_pip___internal_commands_install.py) = 2f78c5af7c677d052a2275488dcda2f7b86c6e51
 SHA1 (patch-src_pip___internal_operations_install_wheel.py) = 0f590d2a11a2373f50abbc9377044f728625b13d



Home | Main Index | Thread Index | Old Index