Up to [cvs.NetBSD.org] / pkgsrc / devel / py-virtualenv
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.62 / (download) - annotate - [select for diffs], Wed Sep 13 19:27:34 2023 UTC (13 days, 16 hours ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.61: +4 -4
lines
Diff to previous 1.61 (colored)
py-virtualenv: updated to 20.24.5 v20.24.5 Bugfixes - 20.24.5 Declare PyPy 3.10 support Brew on macOS no longer allows copy builds - disallow choosing this Upgrade embedded wheels: setuptools to 68.2.0 from 68.1.2
Revision 1.61 / (download) - annotate - [select for diffs], Thu Aug 31 14:06:25 2023 UTC (3 weeks, 5 days ago) by adam
Branch: MAIN
Changes since 1.60: +4 -4
lines
Diff to previous 1.60 (colored)
py-virtualenv: updated to 20.24.4 20.24.4 Fix typo found by codespell Updating extend.rst typo
Revision 1.60 / (download) - annotate - [select for diffs], Sat Aug 12 12:58:24 2023 UTC (6 weeks, 3 days ago) by adam
Branch: MAIN
Changes since 1.59: +4 -4
lines
Diff to previous 1.59 (colored)
py-virtualenv: updated to 20.24.3 Bugfixes - 20.24.3 Fixed ResourceWarning on exit caused by periodic update subprocess Upgrade embedded wheels: wheel to 0.41.1 from 0.41.0
Revision 1.59 / (download) - annotate - [select for diffs], Mon Jul 24 18:40:03 2023 UTC (2 months ago) by adam
Branch: MAIN
Changes since 1.58: +4 -4
lines
Diff to previous 1.58 (colored)
py-virtualenv: updated to 20.24.2 Bugfixes - 20.24.2 Upgrade embedded wheels: - pip to 23.2.1 from 23.2 - wheel to 0.41.0 from 0.40.0
Revision 1.58 / (download) - annotate - [select for diffs], Thu Jul 20 07:53:37 2023 UTC (2 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.57: +4 -4
lines
Diff to previous 1.57 (colored)
py-virtualenv: updated to 20.24.1 v20.24.1 (2023-07-19) Bugfixes - 20.24.1 Upgrade embedded wheels: pip to 23.2 from 23.1.2
Revision 1.57 / (download) - annotate - [select for diffs], Mon Jul 17 16:10:10 2023 UTC (2 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.56: +4 -4
lines
Diff to previous 1.56 (colored)
py-virtualenv: updated to 20.24.0 v20.24.0 (2023-07-14) Features Export the prompt prefix as VIRTUAL_ENV_PROMPT when activating a virtual environment Bugfixes Fix test suite Upgrade embedded wheels: setuptools to 68.0.0 from 67.8.0
Revision 1.56 / (download) - annotate - [select for diffs], Mon Jun 26 16:13:22 2023 UTC (3 months ago) by adam
Branch: MAIN
Changes since 1.55: +5 -5
lines
Diff to previous 1.55 (colored)
py-virtualenv: updated to 20.23.1 v20.23.1 update and simplify nushell activation script, fixes an issue on Windows resulting in consecutive command not found Upgrade embedded wheels: setuptools to 67.8.0 from 67.7.2
Revision 1.55 / (download) - annotate - [select for diffs], Fri Apr 28 07:50:15 2023 UTC (5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.54: +4 -4
lines
Diff to previous 1.54 (colored)
py-virtualenv: updated to 20.23.0 v20.23.0 Features Do not install wheel and setuptools seed packages for Python 3.12+. To restore the old behaviour use: for wheel use VIRTUALENV_WHEEL=bundle environment variable or --wheel=bundle CLI flag, for setuptools use VIRTUALENV_SETUPTOOLS=bundle environment variable or --setuptools=bundle CLI flag. 3.12 support Bugfixes Prevent PermissionError when using venv creator on systems that deliver files without user write permission Upgrade setuptools to 67.7.2 from 67.6.1 and pip to 23.1.2 from 23.1
Revision 1.54 / (download) - annotate - [select for diffs], Tue Apr 25 09:46:57 2023 UTC (5 months ago) by adam
Branch: MAIN
Changes since 1.53: +4 -4
lines
Diff to previous 1.53 (colored)
py-virtualenv: updated to 20.22.0 v20.22.0 Drop support for creating Python <=3.6 (including 2) interpreters. Removed pip of 20.3.4, 21.3.1; wheel of 0.37.1; setuptools of 59.6.0, 44.1.1, 50.3.2
Revision 1.53 / (download) - annotate - [select for diffs], Tue Apr 4 09:52:28 2023 UTC (5 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.52: +5 -5
lines
Diff to previous 1.52 (colored)
py-virtualenv: updated to 20.21.0 v20.21.0 (2023-03-12) Features - 20.21.0 Make closure syntax explicitly starts with {||. Bugfixes - 20.21.0 Add print command to nushell print_prompt to ensure compatibility with future release of nushell, where intermediate commands no longer print their result to stdout. Do not assume the default encoding. Make ReentrantFileLock thread-safe and, thereby, fix race condition in virtualenv.cli_run
Revision 1.52 / (download) - annotate - [select for diffs], Tue Mar 7 20:32:27 2023 UTC (6 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.51: +4 -4
lines
Diff to previous 1.51 (colored)
py-virtualenv: updated to 20.20.0 v20.20.0 (2023-02-28) Features Change environment variable existence check in Nushell activation script to not use deprecated command. Bugfixes Discover CPython implementations distributed on Windows by any organization Upgrade embedded setuptools to 67.4.0 from 67.1.0 and pip to 23.0.1 from 23.0
Revision 1.51 / (download) - annotate - [select for diffs], Wed Feb 8 10:28:52 2023 UTC (7 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.50: +4 -4
lines
Diff to previous 1.50 (colored)
py-virtualenv: updated to 20.19.0 v20.19.0 (2023-02-07) Features - 20.19.0 Allow platformdirs version 3 v20.18.0 (2023-02-06) Features - 20.18.0 Drop 3.6 runtime support (can still create 2.7+) Bugfixes - 20.18.0 Fix broken prompt in Nushell when activating virtual environment Bump embedded pip to 23.0 and setuptools to 67.1
Revision 1.50 / (download) - annotate - [select for diffs], Tue Dec 6 08:08:42 2022 UTC (9 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.49: +4 -4
lines
Diff to previous 1.49 (colored)
py-virtualenv: updated to 20.17.1 Bugfixes - 20.17.1 ~~~~~~~~~~~~~~~~~~ - A ``py`` or ``python`` spec means any Python rather than ``CPython`` - Make ``activate.nu`` respect ``VIRTUAL_ENV_DISABLE_PROMPT`` and not set the prompt if reqeusted
Revision 1.49 / (download) - annotate - [select for diffs], Mon Nov 28 09:34:42 2022 UTC (9 months, 4 weeks ago) by adam
Branch: MAIN
Changes since 1.48: +4 -4
lines
Diff to previous 1.48 (colored)
py-virtualenv: updated to 20.17.0 v20.17.0 (2022-11-27) --------------------- Features - 20.17.0 ~~~~~~~~~~~~~~~~~~ - Change Nushell activation script to be a module meant to be activated as an overlay. - Update operator used in Nushell activation script to be compatible with future versions. Bugfixes - 20.17.0 ~~~~~~~~~~~~~~~~~~ - Do not use deprecated API from ``importlib.resources`` on Python 3.10 or later. - Upgrade embedded setuptools to ``65.6.3`` from ``65.5.1``
Revision 1.48 / (download) - annotate - [select for diffs], Sun Nov 20 16:52:16 2022 UTC (10 months ago) by adam
Branch: MAIN
Changes since 1.47: +4 -4
lines
Diff to previous 1.47 (colored)
py-virtualenv: updated to 20.16.7 Bugfixes - 20.16.7 - Use parent directory of python executable for pyvenv.cfg "home" value per PEP 405 - In POSIX virtual environments, try alternate binary names if ``sys._base_executable`` does not exist - Upgrade embedded wheel to ``0.38.4`` and pip to ``22.3.1`` from ``22.3`` and setuptools to ``65.5.1`` from ``65.5.0``
Revision 1.47 / (download) - annotate - [select for diffs], Fri Oct 28 09:52:46 2022 UTC (10 months, 4 weeks ago) by adam
Branch: MAIN
Changes since 1.46: +4 -4
lines
Diff to previous 1.46 (colored)
py-virtualenv: updated to 20.16.6 v20.16.6 (2022-10-25) --------------------- Features - 20.16.6 - Drop unneeded shims for PyPy3 directory structure Bugfixes - 20.16.6 - Fix selected scheme on debian derivatives for python 3.10 when ``python3-distutils`` is not installed or the ``venv`` scheme is not avaiable - Allow the test suite to pass even with the original C shell (rather than ``tcsh``) - Fix fallback handling of downloading wheels for bundled packages - Upgrade embedded setuptools to ``65.5.0`` from ``65.3.0`` and pip to ``22.3`` from ``22.2.2``
Revision 1.46 / (download) - annotate - [select for diffs], Thu Sep 8 07:46:09 2022 UTC (12 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.45: +7 -7
lines
Diff to previous 1.45 (colored)
py-virtualenv: updated to 20.16.5 v20.16.5 (2022-09-07) --------------------- Bugfixes - 20.16.5 ~~~~~~~~~~~~~~~~~~ - Do not turn echo off for subsequent commands in batch activators (``activate.bat`` and ``deactivate.bat``) - by :user:`pawelszramowski`. v20.16.4 (2022-08-29) --------------------- Bugfixes - 20.16.4 ~~~~~~~~~~~~~~~~~~ - Bump embed setuptools to ``65.3`` - by :user:`gaborbernat`. v20.16.3 (2022-08-04) --------------------- Bugfixes - 20.16.3 ~~~~~~~~~~~~~~~~~~ - Upgrade embedded pip to ``22.2.2`` from ``22.2.1`` and setuptools to ``63.4.1`` from ``63.2.0`` - by :user:`gaborbernat`. v20.16.2 (2022-07-27) --------------------- Bugfixes - 20.16.2 ~~~~~~~~~~~~~~~~~~ - Bump embeded pip from ``22.2`` to ``22.2.1`` - by :user:`gaborbernat`. v20.16.1 (2022-07-26) --------------------- Features - 20.16.1 ~~~~~~~~~~~~~~~~~~ - Update Nushell activation scripts to version 0.67 - by :user:`kubouch`. v20.16.0 (2022-07-25) --------------------- Features - 20.16.0 ~~~~~~~~~~~~~~~~~~ - Drop support for running under Python 2 (still can generate Python 2 environments) - by :user:`gaborbernat`. - Upgrade embedded pip to ``22.2`` from ``22.1.2`` and setuptools to ``63.2.0`` from ``62.6.0`` - by :user:`gaborbernat`.
Revision 1.45 / (download) - annotate - [select for diffs], Thu Jul 7 11:49:50 2022 UTC (14 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.44: +4 -4
lines
Diff to previous 1.44 (colored)
py-virtualenv: updated to 20.15.1 v20.15.1 (2022-06-28) --------------------- Bugfixes - 20.15.1 ~~~~~~~~~~~~~~~~~~ - Fix the incorrect operation when ``setuptools`` plugins output something into ``stdout``. - CPython3Windows creator ignores missing ``DLLs`` dir. v20.15.0 (2022-06-25) --------------------- Features - 20.15.0 ~~~~~~~~~~~~~~~~~~ - Support for Windows embeddable Python package: includes ``python<VERSION>.zip`` in the creator sources Bugfixes - 20.15.0 ~~~~~~~~~~~~~~~~~~ - Upgrade embedded setuptools to ``62.3.3`` from ``62.6.0`` and pip to ``22.1.2`` from ``22.0.4`` - Use ``shlex.quote`` instead of deprecated ``pipes.quote`` in Python 3 - by :user:`frenzymadness`. - Fix Windows PyPy 3.6
Revision 1.44 / (download) - annotate - [select for diffs], Mon May 9 22:08:10 2022 UTC (16 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.43: +7 -4
lines
Diff to previous 1.43 (colored)
py-virtualenv: update 20.14.1 Based on wip/py-virtualenv20, mostly by Iku Iwasa, with some help from adam@ Changes: too many to list here.
Revision 1.43 / (download) - annotate - [select for diffs], Tue Oct 26 10:19:15 2021 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.42 / (download) - annotate - [select for diffs], Thu Oct 7 13:43:53 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.41: +1 -2
lines
Diff to previous 1.41 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.41 / (download) - annotate - [select for diffs], Wed Jan 22 19:27:06 2020 UTC (3 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.40: +5 -5
lines
Diff to previous 1.40 (colored)
py-virtualenv: updated to 16.7.9 v16.7.9: Bugfixes - upgrade setuptools from ``41.6.0`` to ``42.0.2``
Revision 1.40 / (download) - annotate - [select for diffs], Mon Nov 25 11:54:38 2019 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.39: +5 -5
lines
Diff to previous 1.39 (colored)
py-virtualenv: updated to 16.7.8 v16.7.8: - upgrade setuptools from 41.4.0 to 41.6.0
Revision 1.39 / (download) - annotate - [select for diffs], Tue Oct 29 15:07:27 2019 UTC (3 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.38: +5 -5
lines
Diff to previous 1.38 (colored)
py-virtualenv: updated to 16.7.7 v16.7.7: Bugfixes - * fix virtualenv creation when ``--no-pip`` argument used. - upgrade bundled pip from ``19.3`` to ``19.3.1`` v16.7.6: Bugfixes - fix to support for Python 3 on MacOS 10.15 provided by Xcode - bump bundled pip from ``19.2.3`` to ``19.3`` and setuptools from ``41.2.0`` to ``41.4.0``
Revision 1.38 / (download) - annotate - [select for diffs], Fri Sep 6 13:42:25 2019 UTC (4 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.37: +5 -5
lines
Diff to previous 1.37 (colored)
py-virtualenv: updated to 16.7.5 v16.7.5: Bugfixes - upgrade pip from 19.2.2 to 19.2.3 v16.7.4: Bugfixes - * fix powershell activation when sourced - * upgrade wheel from 0.33.4 to 0.33.6 and setuptools from 41.1.0 to 41.2.0 v16.7.3: Bugfixes - upgrade pip from 19.1.1 to 19.2.2 and setuptools from 41.0.1 to 41.1.0 v16.7.2: Bugfixes - fix regression - sh activation script not working under sh (only bash) v16.7.1: Features - pip bumped to 19.2.1 v16.7.0: Features - activate.ps1 syntax and style updated to follow PSStyleAnalyzer rules - Allow creating virtual environments for 3.xy. - Report error when running activate scripts directly, instead of sourcing. By reporting an error instead of running silently, the user get immediate feedback that the script was not used correctly. Only Bash and PowerShell are supported for now. - * add pip 19.2 (19.1.1 is kept to still support python 3.4 dropped by latest pip)
Revision 1.37 / (download) - annotate - [select for diffs], Thu Jul 18 11:24:53 2019 UTC (4 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.36: +5 -5
lines
Diff to previous 1.36 (colored)
py-virtualenv: updated to 16.6.2 v16.6.2: Bugfixes - Extend the LICESNE search paths list by lib64/pythonX.Y to support Linux vendors who install their Python to /usr/lib64/pythonX.Y (Gentoo, Fedora, openSUSE, RHEL and others)
Revision 1.36 / (download) - annotate - [select for diffs], Tue Jun 18 08:38:51 2019 UTC (4 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.35: +5 -5
lines
Diff to previous 1.35 (colored)
py-virtualenv: updated to 16.6.1 v16.6.1: Bugfixes - Raise an error if the target path contains the operating systems path separator (using this would break our activation scripts) - Fix an additional issue with 1339, where the user specifies --python pointing to a venv redirector executable.
Revision 1.35 / (download) - annotate - [select for diffs], Wed May 29 20:16:15 2019 UTC (4 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.34: +5 -5
lines
Diff to previous 1.34 (colored)
py-virtualenv: updated to 16.6.0 v16.6.0: Features - Drop Jython support. Jython became slower and slower in the last few months and significantly holds back our CI and development. As there's very little user base for it decided to drop support for it. If there are Jython developers reach out to us to see how we can add back support. - Upgrade embedded packages: * upgrade wheel from 0.33.1 to 0.33.4 * upgrade pip from 19.1 to 19.1.1 v16.5.0: Bugfixes - Add tests covering prompt manipulation during activation/deactivation, and harmonize behavior of all supported shells - Handle running virtualenv from within a virtual environment created using the stdlib venv module. Fixes 1339. Features - -p option accepts Python version in following formats now: X, X-ZZ, X.Y and X.Y-ZZ, where ZZ is 32 or 64. (Windows only) - upgrade pip from 19.0.3 to 19.1 - upgrade setuptools from 40.8.0 to 41.0.1 v16.4.3: Bugfixes - Revert the symlink fix, causing debian packaging issues. v16.4.1: Bugfixes - Fix license() builtin by copying the LICENSE file into the virtualenv Features - bump vendored pip to 19.0.3 and wheel to 0.33.1 v16.4.0: Bugfixes - fixes the scenario where the python base install is symlinked with relative symlinks - Use importlib over imp in virtualenv.py for python >= 3.4 - Copy or link PyPy header files instead of include directory itself - Allow virtualenv creation with older pip not having config command correspondingly disabling configuration related features (such as pip cert setting) in this case. Features - upgrade to pip 19.0.2 and setuptools 40.8.0
Revision 1.34 / (download) - annotate - [select for diffs], Mon Jan 28 08:39:23 2019 UTC (4 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.33: +5 -5
lines
Diff to previous 1.33 (colored)
py-virtualenv: updated to 16.3.0 v16.3.0: Bugfixes Use importlib over deprecated imp in distutils/__init__.py for python 3 Preserve cert option defined in pip.conf or environment variable. fixed a ResourceWarning: unclosed file in call_subprocess() pre-import some built-in modules in site.py on PyPy according to PyPyãàÑÔ site.py Copy files from sys.exec_prefix only if it is really different path than used prefix
Revision 1.33 / (download) - annotate - [select for diffs], Fri Jan 4 21:44:13 2019 UTC (4 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.32: +5 -5
lines
Diff to previous 1.32 (colored)
py-virtualenv: updated to 16.2.0 v16.2.0: Bugfixes copyfile handles relative symlinks and symlinks to symlinks, avoiding problems when Python was installed using stow or homebrew. Fix preserving of original path when using fish and a subshell. Drop the source layout of the project, going back to how the source was laid out before 16.1.0. Fix bootstrap script generation broken with 16.0.0. Support now both CPython, pypy, jython. lib64 symlink is again relative (as was with < 16.1.0). Features fish version 3 support for the activation script. powershell activator is no longer signed. pyproject.toml with PEP-517 and PEP-518 is now provided. tox.ini is now packaged with the sdist. Distributions repackaging the library should use tox -e py to run the test suite on the sdist. activate_this.py improvements: set VIRTUAL_ENV environment variable; pypy, pypy3 and jython support. The xonsh shell is now supported by generating the xon.sh activation script. Support pip wheels with removed certifi's cacert.pem. Upgrade setuptools from 40.5.0 to 40.6.3 and wheel from 0.32.2 to 0.32.3. powershell now also provides the pydoc function that uses the virtual environments pydoc. Migrate to a setup.cfg based build. Minimum setuptools required to build is setuptools >= 40.6.3, this is automatically acquired for all PEP-518 builders (recommended), or acquired via the old setup_requires method otherwise. Move exclusively to a setuptools generated console entry point script, this now does make setuptools >= 18.0.0 a runtime dependency (install requires). Source and issue tracker now is shown on PyPi (supplied as package metadata) beside the homepage. Deprecations (removal in next major release) Using python setup.py test is now marked as deprecated and will be removed in next release. Use tox instead, always. Using the project directly from the source layout is now deprecated. Going ahead people wanting to use the project without installing the virtualenv are encouraged to download the wheel from PyPi and extract it to access the virtualenv.py file. WeãàÑÍl be switching to a src layout with next release. No longer support distutils build/installation, now setuptools >= 40.6.3 is required.
Revision 1.32 / (download) - annotate - [select for diffs], Thu Nov 1 18:09:52 2018 UTC (4 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.31: +5 -5
lines
Diff to previous 1.31 (colored)
py-virtualenv: updated to 16.1.0 16.1.0: Fixed documentation to use pypi.org and correct curl options bug fix: ensure prefix is absolute when creating a new virtual environment upgrade setuptools from 39.1.0 to 40.5.0 upgrade wheel from 0.31.1 to 0.32.2 upgrade pip from 10.0.1 to 18.1 activate.csh does not use basename and handles newlines fix failure to copy on platforms that use lib64 enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__ on Python 3 suppress warning of usage of the deprecated imp module
Revision 1.31 / (download) - annotate - [select for diffs], Sun May 27 12:42:41 2018 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.30: +5 -5
lines
Diff to previous 1.30 (colored)
py-virtualenv: update to 16.0.0. 16.0.0 (2018-05-16) ------------------- * Drop support for Python 2.6. * Upgrade pip to 10.0.1. * Upgrade setuptools to 39.1.0. * Upgrade wheel to 0.31.1.
Revision 1.30 / (download) - annotate - [select for diffs], Sat Mar 24 07:51:15 2018 UTC (5 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.29: +5 -5
lines
Diff to previous 1.29 (colored)
py-virtualenv: updated to 15.2.0 15.2.0: Upgrade setuptools to 39.0.1. Upgrade pip to 9.0.3. Upgrade wheel to 0.30.0.
Revision 1.29 / (download) - annotate - [select for diffs], Mon Nov 28 15:15:40 2016 UTC (6 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.28: +5 -5
lines
Diff to previous 1.28 (colored)
Updated py-virtualenv to 15.1.0. 15.1.0 (2016-11-15) ------------------- * Support Python 3.6. * Upgrade setuptools to 28.0.0. * Upgrade pip to 9.0.1. * Don't install pre-release versions of pip, setuptools, or wheel from PyPI.
Revision 1.28 / (download) - annotate - [select for diffs], Fri Aug 19 15:35:22 2016 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.27: +5 -5
lines
Diff to previous 1.27 (colored)
Updated py-virtualenv to 15.0.3. 15.0.3 (2016-08-05) Test for given python path actually being an executable file, #939 Only search for copy actual existing Tcl/Tk directories (PR #937) Generically search for correct Tcl/Tk version (PR #926, PR #933) Upgrade setuptools to 22.0.5
Revision 1.27 / (download) - annotate - [select for diffs], Sun May 29 21:30:53 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.26: +5 -5
lines
Diff to previous 1.26 (colored)
Updated py-virtualenv to 15.0.2. 15.0.2 (2016-05-28) Copy Tcl/Tk libs on Windows to allow them to run, fixes #93 (PR #888) Upgrade setuptools to 21.2.1. Upgrade pip to 8.1.2.
Revision 1.26 / (download) - annotate - [select for diffs], Wed Apr 13 18:51:05 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.25: +5 -5
lines
Diff to previous 1.25 (colored)
Update py-virtualenv to 15.0.1. Changes: the usual updates.
Revision 1.25 / (download) - annotate - [select for diffs], Tue Mar 8 15:19:16 2016 UTC (7 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.24: +5 -5
lines
Diff to previous 1.24 (colored)
Update py-virtualenv to 15.0.0. 15.0.0 (2016-03-05) Remove the virtualenv-N.N script from the package; this can no longer be correctly created from a wheel installation. Resolves #851, #692 Remove accidental runtime dependency on pip by extracting certificate in the subprocess. Upgrade setuptools 20.2.2. Upgrade pip to 8.1.0.
Revision 1.24 / (download) - annotate - [select for diffs], Sun Feb 14 10:58:00 2016 UTC (7 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.23: +5 -5
lines
Diff to previous 1.23 (colored)
Update py-virtualenv to 14.0.6. 14.0.6 (2016-02-07) ------------------- * Upgrade setuptools to 20.0 * Upgrade wheel to 0.29.0 * Fix an error where virtualenv didn't pass in a working ssl certificate for pip, causing "weird" errors related to ssl.
Revision 1.23 / (download) - annotate - [select for diffs], Sun Feb 7 14:18:45 2016 UTC (7 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.22: +5 -5
lines
Diff to previous 1.22 (colored)
Update py-virtualenv to 14.0.5: 14.0.5 (2016-02-01) ------------------- * Homogenize drive letter casing for both prefixes and filenames. :issue:`858` 14.0.4 (2016-01-31) ------------------- * Upgrade setuptools to 19.6.2 * Revert ac4ea65; only correct drive letter case. Fixes :issue:`856`, :issue:`815`
Revision 1.22 / (download) - annotate - [select for diffs], Mon Feb 1 13:10:09 2016 UTC (7 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.21: +5 -5
lines
Diff to previous 1.21 (colored)
Update py-virtualenv to 14.0.3. All self tests pass. 14.0.3 (2016-01-28) ------------------- * Upgrade setuptools to 19.6.1 14.0.2 (2016-01-28) ------------------- * Upgrade setuptools to 19.6 * Supress any errors from `unset` on different shells (:pull:`843`) * Normalize letter case for prefix path checking. Fixes :issue:`837`
Revision 1.21 / (download) - annotate - [select for diffs], Wed Jan 27 09:00:49 2016 UTC (7 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.20: +5 -5
lines
Diff to previous 1.20 (colored)
Update py-virtualenv to 14.0.1: 14.0.1 (2016-01-21) ------------------- * Upgrade from pip 8.0.0 to 8.0.2. * Fix the default of ``--(no-)download`` to default to downloading. 14.0.0 (2016-01-19) ------------------- * **BACKWARDS INCOMPATIBLE** Drop support for Python 3.2. * Upgrade setuptools to 19.4 * Upgrade wheel to 0.26.0 * Upgrade pip to 8.0.0 * Upgrade argparse to 1.4.0 * Added support for ``python-config`` script (:pull:`798`) * Updated activate.fish (:pull:`589`) (:pull:`799`) * Account for a ``site.pyo`` correctly in some python implementations (:pull:`759`) * Properly restore an empty PS1 (:issue:`407`) * Properly remove ``pydoc`` when deactivating * Remove workaround for very old Mageia / Mandriva linuxes (:pull:`472`) * Added a space after virtualenv name in the prompt: ``(env) $PS1`` * Make sure not to run a --user install when creating the virtualenv (:pull:`803`) * Remove virtualenv file's path from directory when executing with a new python. Fixes issue :issue:`779`, :issue:`763` (:pull:`805`) * Remove use of () in .bat files so ``Program Files (x86)`` works :issue:`35` * Download new releases of the preinstalled software from PyPI when there are new releases available. This behavior can be disabled using ``--no-download``. * Make ``--no-setuptools``, ``--no-pip``, and ``--no-wheel`` independent of each other.
Revision 1.20 / (download) - annotate - [select for diffs], Tue Nov 3 03:29:17 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.19: +2 -1
lines
Diff to previous 1.19 (colored)
Add SHA512 digests for distfiles for devel category Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.19 / (download) - annotate - [select for diffs], Sun Aug 30 14:46:17 2015 UTC (8 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.18: +4 -4
lines
Diff to previous 1.18 (colored)
Update to 13.1.2: 13.1.2 (2015-08-23) ~~~~~~~~~~~~~~~~~~~ * Upgrade pip to 7.1.2. 13.1.1 (2015-08-20) ~~~~~~~~~~~~~~~~~~~ * Upgrade pip to 7.1.1. * Upgrade setuptools to 18.2. * Make the activate script safe to use when bash is running with ``-u``.
Revision 1.18 / (download) - annotate - [select for diffs], Wed Jul 8 11:42:54 2015 UTC (8 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.17: +4 -4
lines
Diff to previous 1.17 (colored)
Update to 13.1.0: 13.1.0 (2015-06-30) ~~~~~~~~~~~~~~~~~~~ * Upgrade pip to 7.1.0 * Upgrade setuptools to 18.0.1
Revision 1.17 / (download) - annotate - [select for diffs], Sun Jun 7 08:54:35 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (colored)
Update to 13.0.3: 13.0.3 (2015-06-01) ~~~~~~~~~~~~~~~~~~~ * Upgrade pip to 7.0.3 13.0.2 (2015-06-01) ~~~~~~~~~~~~~~~~~~~ * Upgrade pip to 7.0.2 * Upgrade setuptools to 17.0
Revision 1.16 / (download) - annotate - [select for diffs], Thu May 28 07:17:12 2015 UTC (8 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.15: +4 -4
lines
Diff to previous 1.15 (colored)
Update to 13.0.1: 13.0.1 (2015-05-22) ~~~~~~~~~~~~~~~~~~~ * Upgrade pip to 7.0.1 13.0.0 (2015-05-21) ~~~~~~~~~~~~~~~~~~~ * Automatically install wheel when creating a new virutalenv. This can be disabled by using the ``--no-wheel`` option. * Don't trust the current directory as a location to discover files to install packages from. * Upgrade setuptools to 16.0. * Upgrade pip to 7.0.0.
Revision 1.15 / (download) - annotate - [select for diffs], Sun Apr 12 14:30:29 2015 UTC (8 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.14: +4 -4
lines
Diff to previous 1.14 (colored)
Update to 12.1.1: 12.1.1 (2015-04-07) ~~~~~~~~~~~~~~~~~~~ * Upgrade pip to 6.1.1 12.1.0 (2015-04-07) ~~~~~~~~~~~~~~~~~~~ * Upgrade setuptools to 15.0 * Upgrade pip to 6.1.0
Revision 1.14 / (download) - annotate - [select for diffs], Sun Feb 8 16:39:35 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.13: +4 -4
lines
Diff to previous 1.13 (colored)
Update to 12.0.7: 12.0.7 (2015-02-04) ~~~~~~~~~~~~~~~~~~~ * Upgrade pip to 6.0.8
Revision 1.13 / (download) - annotate - [select for diffs], Sun Feb 1 19:43:43 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.12: +4 -4
lines
Diff to previous 1.12 (colored)
Update to 12.0.6: 12.0.6 (2015-01-28) ~~~~~~~~~~~~~~~~~~~ * Upgrade pip to 6.0.7 * Upgrade setuptools to 12.0.5
Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 4 23:48:43 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
Update to 12.0.5: 12.0.5 (2015-01-03) ~~~~~~~~~~~~~~~~~~~ * Upgrade pip to 6.0.6 * Upgrade setuptools to 11.0
Revision 1.11 / (download) - annotate - [select for diffs], Tue Dec 30 14:26:33 2014 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
Update to 12.0.4: 12.0.4 (2014-22-23) ~~~~~~~~~~~~~~~~~~~ * Revert the fix to ``-p`` on Debian based pythons as it was broken in other situations. * Revert several sys.path changes new in 12.0 which were breaking virtualenv. 12.0.3 (2014-22-23) ~~~~~~~~~~~~~~~~~~~ * Fix an issue where Debian based Pythons would fail when using -p with the host Python. * Upgrade pip to 6.0.3 12.0.2 (2014-12-23) ~~~~~~~~~~~~~~~~~~~ * Upgraded pip to 6.0.2 12.0.1 (2014-12-22) ~~~~~~~~~~~~~~~~~~~ * Upgraded pip to 6.0.1 12.0 (2014-12-22) ~~~~~~~~~~~~~~~~~ * **PROCESS** Version numbers are now simply ``X.Y`` where the leading ``1`` has been dropped. * Split up documentation into structured pages * Now using pytest framework * Correct sys.path ordering for debian, issue #461 * Correctly throws error on older Pythons, issue #619 * Allow for empty $PATH, pull #601 * Don't set prompt if $env:VIRTUAL_ENV_DISABLE_PROMPT is set for Powershell * Updated setuptools to 7.0
Revision 1.10 / (download) - annotate - [select for diffs], Tue May 20 08:49:26 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
Update to 1.11.6: 1.11.6 (2014-05-16) ~~~~~~~~~~~~~~~~~~~ * Updated setuptools to 3.6 * Updated pip to 1.5.6
Revision 1.9 / (download) - annotate - [select for diffs], Sun May 4 17:17:01 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Update to 1.11.5: 1.11.5 (2014-05-03) ~~~~~~~~~~~~~~~~~~~ * Updated setuptools to 3.4.4 * Updated documentation to use https://virtualenv.pypa.io/
Revision 1.8 / (download) - annotate - [select for diffs], Mon Feb 24 12:04:44 2014 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
Update to 1.11.4: 1.11.4 (2014-02-21) ~~~~~~~~~~~~~~~~~~~ * Updated pip to 1.5.4 1.11.3 (2014-02-20) ~~~~~~~~~~~~~~~~~~~ * Updated setuptools to 2.2 * Updated pip to 1.5.3
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 27 19:15:55 2014 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
Update to 1.11.2: 1.11.2 (2014-01-26) ~~~~~~~~~~~~~~~~~~~ * Fixed easy_install installed virtualenvs by updated pip to 1.5.2 1.11.1 (2014-01-20) ~~~~~~~~~~~~~~~~~~~ * Fixed an issue where pip and setuptools were not getting installed when using the ``--system-site-packages`` flag. * Updated setuptools to fix an issue when installed with easy_install * Fixed an issue with Python 3.4 and sys.stdout encoding being set to ascii * Upgraded pip to v1.5.1 * Upgraded setuptools to v2.1
Revision 1.6 / (download) - annotate - [select for diffs], Thu Jan 16 02:57:42 2014 UTC (9 years, 8 months ago) by rodent
Branch: MAIN
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
Update to latest release, 1.11. From doc/news.rst: 1.11 (2014-01-02) ~~~~~~~~~~~~~~~~~ * **BACKWARDS INCOMPATIBLE** Switched to using wheels for the bundled copies of setuptools and pip. Using sdists is no longer supported - users supplying their own versions of pip/setuptools will need to provide wheels. * **BACKWARDS INCOMPATIBLE** Modified the handling of ``--extra-search-dirs``. This option now works like pip's ``--find-links`` option, in that it adds extra directories to search for compatible wheels for pip and setuptools. The actual wheel selected is chosen based on version and compatibility, using the same algorithm as ``pip install setuptools``. * Upgraded pip to v1.5 * Upgraded setuptools to v1.4
Revision 1.5 / (download) - annotate - [select for diffs], Thu Aug 15 10:44:10 2013 UTC (10 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
Update to 1.10.1: 1.10.1 (2013-08-07) ~~~~~~~~~~~~~~~~~~~ * **New Signing Key** Release 1.10.1 is using a different key than normal with fingerprint: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA * Upgraded pip to v1.4.1 * Upgraded setuptools to v0.9.8
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jul 28 20:44:46 2013 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored)
Update to 1.10: 1.10 (2013-07-23) ~~~~~~~~~~~~~~~~~ * **BACKWARDS INCOMPATIBLE** Dropped support for Python 2.5. The minimum supported Python version is now Python 2.6. * **BACKWARDS INCOMPATIBLE** Using ``virtualenv.py`` as an isolated script (i.e. without an associated ``virtualenv_support`` directory) is no longer supported for security reasons and will fail with an error. Along with this, ``--never-download`` is now always pinned to ``True``, and is only being maintained in the short term for backward compatibility (Pull #412). * **IMPORTANT** Switched to the new setuptools (v0.9.7) which has been merged with Distribute_ again and works for Python 2 and 3 with one codebase. The ``--distribute`` and ``--setuptools`` options are now no-op. * Updated to pip 1.4. * Added support for PyPy3k * Added the option to use a version number with the ``-p`` option to get the system copy of that Python version (Windows only) * Removed embedded ``ez_setup.py``, ``distribute_setup.py`` and ``distribute_from_egg.py`` files as part of switching to merged setuptools. * Fixed ``--relocatable`` to work better on Windows. * Fixed issue with readline on Windows. .. _Distribute: https://pypi.python.org/pypi/distribute
Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 15 21:54:01 2013 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
Update to 1.9.1: 1.9.1 (2013-03-08) ~~~~~~~~~~~~~~~~~~ * Updated to pip 1.3.1 that fixed a major backward incompatible change of parsing URLs to externally hosted packages that got accidentily included in pip 1.3. 1.9 (2013-03-07) ~~~~~~~~~~~~~~~~ * Unset VIRTUAL_ENV environment variable in deactivate.bat (Pull #364) * Upgraded distribute to 0.6.34. * Added ``--no-setuptools`` and ``--no-pip`` options (Pull #336). * Fixed Issue #373. virtualenv-1.8.4 was failing in cygwin (Pull #382). * Fixed Issue #378. virtualenv is now "multiarch" aware on debian/ubuntu (Pull #379). * Fixed issue with readline module path on pypy and OSX (Pull #374). * Made 64bit detection compatible with Python 2.5 (Pull #393).
Revision 1.2 / (download) - annotate - [select for diffs], Sun Dec 16 16:09:42 2012 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Update to 1.8.4: 1.8.4 (2012-11-25) Updated distribute to 0.6.31. This fixes #359 (numpy install regression) on UTF-8 platforms, and provides a workaround on other platforms: PYTHONIOENCODING=utf8 pip install numpy. When installing virtualenv via curl, don't forget to filter out arguments the distribute setup script won't understand. Fixes #358. Added some more integration tests. 1.8.3 (2012-11-21) Fixed readline on OS X. Thanks minrk Updated distribute to 0.6.30 (improves our error reporting, plus new distribute features and fixes). Thanks Gabriel (g2p) Added compatibility with multiarch Python (Python 3.3 for example). Added an integration test. Thanks Gabriel (g2p) Added ability to install distribute from a user-provided egg, rather than the bundled sdist, for better speed. Thanks Paul Moore. Make the creation of lib64 symlink smarter about already-existing symlink, and more explicit about full paths. Fixes #334 and #330. Thanks Jeremy Orem. Give lib64 site-dir preference over lib on 64-bit systems, to avoid wrong 32-bit compiles in the venv. Fixes #328. Thanks Damien Nozay. Fix a bug with prompt-handling in activate.csh in non-interactive csh shells. Fixes #332. Thanks Benjamin Root for report and patch. Make it possible to create a virtualenv from within a Python 3.3. pyvenv. Thanks Chris McDonough for the report. Add optional --setuptools option to be able to switch to it in case distribute is the default (like in Debian).
Revision 1.1 / (download) - annotate - [select for diffs], Sat Oct 6 22:23:22 2012 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
Import py-virtualenv-1.8.2 as devel/py-virtualenv. virtualenv is a tool to create isolated Python environments. The basic problem being addressed is one of dependencies and versions, and indirectly permissions. Imagine you have an application that needs version 1 of LibFoo, but another application requires version 2. How can you use both these applications? If you install everything into /usr/lib/python2.7/site-packages (or whatever your platform's standard location is), it's easy to end up in a situation where you unintentionally upgrade an application that shouldn't be upgraded. Or more generally, what if you want to install an application and leave it be? If an application works, any change in its libraries or the versions of those libraries can break the application. Also, what if you can't install packages into the global site-packages directory? For instance, on a shared host. In all these cases, virtualenv can help you. It creates an environment that has its own installation directories, that doesn't share libraries with other virtualenv environments (and optionally doesn't access the globally installed libraries either).