The NetBSD Project

CVS log for pkgsrc/devel/py-virtualenv/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-virtualenv

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.82 / (download) - annotate - [select for diffs], Fri Feb 23 07:56:02 2024 UTC (4 weeks, 6 days ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored) to selected 1.42 (colored)

py-virtualenv: updated to 20.25.1

Bugfixes - 20.25.1
Upgrade embedded wheels:
setuptools to 69.0.3 from 69.0.2
pip to 23.3.2 from 23.3.1
Upgrade embedded wheels:
pip 23.3.2 to 24.0`,
setuptools 69.0.3 to 69.1.0.

Revision 1.81 / (download) - annotate - [select for diffs], Thu Dec 7 18:29:32 2023 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (colored) to selected 1.42 (colored)

py-virtualenv: update to 20.25.0.

v20.25.0 (2023-12-01)

Features - 20.25.0

    The tests now pass on the CI with Python 3.13.0a2 - by @hroncok. (#2673)

Bugfixes - 20.25.0

    Upgrade embedded wheels:

        wheel to 0.41.3 from 0.41.2 (#2665)

    Upgrade embedded wheels:

        wheel to 0.42.0 from 0.41.3

        setuptools to 69.0.2 from 68.2.2 (#2669)

Revision 1.80 / (download) - annotate - [select for diffs], Tue Nov 28 17:16:25 2023 UTC (3 months, 4 weeks ago) by adam
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored) to selected 1.42 (colored)

py-virtualenv: fix path to devel/py-test-freezer

Revision 1.79 / (download) - annotate - [select for diffs], Tue Nov 28 17:09:22 2023 UTC (3 months, 4 weeks ago) by adam
Branch: MAIN
Changes since 1.78: +10 -16 lines
Diff to previous 1.78 (colored) to selected 1.42 (colored)

py-virtualenv: updated to 20.24.7

20.24.7
Upgrade embedded wheels:
wheel to 0.41.3 from 0.41.2

Revision 1.78 / (download) - annotate - [select for diffs], Sat Oct 28 19:57:08 2023 UTC (4 months, 4 weeks ago) by wiz
Branch: MAIN
Changes since 1.77: +2 -1 lines
Diff to previous 1.77 (colored) to selected 1.42 (colored)

python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.

Revision 1.77 / (download) - annotate - [select for diffs], Tue Oct 24 04:32:43 2023 UTC (5 months ago) by adam
Branch: MAIN
Changes since 1.76: +2 -3 lines
Diff to previous 1.76 (colored) to selected 1.42 (colored)

py-virtualenv: updated to 20.24.6

Bugfixes - 20.24.6
Use get_hookimpls method instead of the private attribute in tests.
Upgrade embedded wheels:
setuptools to 68.2.2 from 68.2.0
pip to 23.3.1 from 23.2.1

Revision 1.76 / (download) - annotate - [select for diffs], Mon Oct 23 06:37:43 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.75: +3 -2 lines
Diff to previous 1.75 (colored) to selected 1.42 (colored)

*: update for Python base package change

Instead of depending on one of the removed packages (that are now included
in the base Python packages), include batteries-included.mk to require
a Python version that supplies them.

Remove now included packages.

Bump PKGREVISION.

Revision 1.75 / (download) - annotate - [select for diffs], Wed Sep 13 19:27:34 2023 UTC (6 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (colored) to selected 1.42 (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.74 / (download) - annotate - [select for diffs], Thu Aug 31 14:06:25 2023 UTC (6 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored) to selected 1.42 (colored)

py-virtualenv: updated to 20.24.4

20.24.4

Fix typo found by codespell
Updating extend.rst typo

Revision 1.73 / (download) - annotate - [select for diffs], Sat Aug 12 12:58:24 2023 UTC (7 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored) to selected 1.42 (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.72 / (download) - annotate - [select for diffs], Mon Jul 24 18:40:03 2023 UTC (8 months ago) by adam
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored) to selected 1.42 (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.71 / (download) - annotate - [select for diffs], Thu Jul 20 07:53:37 2023 UTC (8 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored) to selected 1.42 (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.70 / (download) - annotate - [select for diffs], Mon Jul 17 16:10:10 2023 UTC (8 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.69: +4 -3 lines
Diff to previous 1.69 (colored) to selected 1.42 (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.69 / (download) - annotate - [select for diffs], Mon Jun 26 16:13:22 2023 UTC (9 months ago) by adam
Branch: MAIN
Changes since 1.68: +2 -3 lines
Diff to previous 1.68 (colored) to selected 1.42 (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.68 / (download) - annotate - [select for diffs], Wed Jun 7 20:47:10 2023 UTC (9 months, 2 weeks ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.67: +3 -1 lines
Diff to previous 1.67 (colored) to selected 1.42 (colored)

py-virtualenv: Requires py-expat.

Bump PKGREVISION.

Revision 1.67 / (download) - annotate - [select for diffs], Fri Apr 28 07:50:15 2023 UTC (11 months ago) by adam
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored) to selected 1.42 (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.66 / (download) - annotate - [select for diffs], Tue Apr 25 09:46:57 2023 UTC (11 months ago) by adam
Branch: MAIN
Changes since 1.65: +10 -10 lines
Diff to previous 1.65 (colored) to selected 1.42 (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.65 / (download) - annotate - [select for diffs], Tue Apr 4 09:52:28 2023 UTC (11 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.64: +5 -3 lines
Diff to previous 1.64 (colored) to selected 1.42 (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.64 / (download) - annotate - [select for diffs], Tue Mar 7 20:32:27 2023 UTC (12 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored) to selected 1.42 (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.63 / (download) - annotate - [select for diffs], Wed Feb 8 10:28:52 2023 UTC (13 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.62: +5 -6 lines
Diff to previous 1.62 (colored) to selected 1.42 (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.62 / (download) - annotate - [select for diffs], Tue Dec 6 08:08:42 2022 UTC (15 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored) to selected 1.42 (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.61 / (download) - annotate - [select for diffs], Mon Nov 28 09:34:42 2022 UTC (15 months, 4 weeks ago) by adam
Branch: MAIN
Changes since 1.60: +4 -9 lines
Diff to previous 1.60 (colored) to selected 1.42 (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.60 / (download) - annotate - [select for diffs], Sun Nov 20 16:52:16 2022 UTC (16 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored) to selected 1.42 (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.59 / (download) - annotate - [select for diffs], Fri Oct 28 09:52:46 2022 UTC (16 months, 4 weeks ago) by adam
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored) to selected 1.42 (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.58 / (download) - annotate - [select for diffs], Thu Sep 8 07:46:09 2022 UTC (18 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.57: +14 -17 lines
Diff to previous 1.57 (colored) to selected 1.42 (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.57 / (download) - annotate - [select for diffs], Thu Jul 7 11:49:50 2022 UTC (20 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored) to selected 1.42 (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.56 / (download) - annotate - [select for diffs], Mon May 9 22:08:10 2022 UTC (22 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.55: +25 -16 lines
Diff to previous 1.55 (colored) to selected 1.42 (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.55 / (download) - annotate - [select for diffs], Mon May 2 09:08:53 2022 UTC (22 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.54: +6 -2 lines
Diff to previous 1.54 (colored) to selected 1.42 (colored)

py-virtualenv: improve test target, add test status

Revision 1.54 / (download) - annotate - [select for diffs], Fri Apr 29 23:17:52 2022 UTC (22 months, 4 weeks ago) by wiz
Branch: MAIN
Changes since 1.53: +5 -7 lines
Diff to previous 1.53 (colored) to selected 1.42 (colored)

*: mark dependencies of py-test-localserver as not-for-python-2.x

Revision 1.53 / (download) - annotate - [select for diffs], Wed Jan 5 15:41:09 2022 UTC (2 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.52: +4 -2 lines
Diff to previous 1.52 (colored) to selected 1.42 (colored)

python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.

Revision 1.52 / (download) - annotate - [select for diffs], Tue Jan 4 20:53:47 2022 UTC (2 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.51: +2 -1 lines
Diff to previous 1.51 (colored) to selected 1.42 (colored)

*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.51 / (download) - annotate - [select for diffs], Sat May 16 17:38:40 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, 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
Changes since 1.50: +4 -2 lines
Diff to previous 1.50 (colored) to selected 1.42 (colored)

pytest from versioned deps.

Revision 1.50 / (download) - annotate - [select for diffs], Wed Jan 22 19:27:06 2020 UTC (4 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored) to selected 1.42 (colored)

py-virtualenv: updated to 16.7.9

v16.7.9:
Bugfixes
- upgrade setuptools from ``41.6.0`` to ``42.0.2``

Revision 1.49 / (download) - annotate - [select for diffs], Mon Nov 25 11:54:38 2019 UTC (4 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored) to selected 1.42 (colored)

py-virtualenv: updated to 16.7.8

v16.7.8:
- upgrade setuptools from 41.4.0 to 41.6.0

Revision 1.48 / (download) - annotate - [select for diffs], Tue Oct 29 15:07:27 2019 UTC (4 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored) to selected 1.42 (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.47 / (download) - annotate - [select for diffs], Fri Sep 6 13:42:25 2019 UTC (4 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.46: +4 -3 lines
Diff to previous 1.46 (colored) to selected 1.42 (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.46 / (download) - annotate - [select for diffs], Thu Jul 18 11:24:53 2019 UTC (4 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored) to selected 1.42 (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.45 / (download) - annotate - [select for diffs], Tue Jun 18 08:38:51 2019 UTC (4 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) to selected 1.42 (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.44 / (download) - annotate - [select for diffs], Wed May 29 20:16:15 2019 UTC (4 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.43: +5 -4 lines
Diff to previous 1.43 (colored) to selected 1.42 (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.43 / (download) - annotate - [select for diffs], Mon Jan 28 08:39:23 2019 UTC (5 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.42: +2 -5 lines
Diff to previous 1.42 (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.42 / (download) - annotate - [selected], Fri Jan 4 21:44:13 2019 UTC (5 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.41: +10 -3 lines
Diff to previous 1.41 (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.41 / (download) - annotate - [select for diffs], Thu Nov 1 18:09:52 2018 UTC (5 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.40: +11 -4 lines
Diff to previous 1.40 (colored) to selected 1.42 (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.40 / (download) - annotate - [select for diffs], Mon Jun 11 09:11:29 2018 UTC (5 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.42 (colored)

py-virtualenv: updated HOMEPAGE

Revision 1.39 / (download) - annotate - [select for diffs], Sun May 27 12:42:41 2018 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.42 (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.38 / (download) - annotate - [select for diffs], Sat Mar 24 07:51:15 2018 UTC (6 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.37: +8 -3 lines
Diff to previous 1.37 (colored) to selected 1.42 (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.37 / (download) - annotate - [select for diffs], Mon Sep 4 18:08:22 2017 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.42 (colored)

Follow some redirects.

Revision 1.36 / (download) - annotate - [select for diffs], Tue Jan 3 13:23:03 2017 UTC (7 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.42 (colored)

Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Nov 28 15:15:40 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.42 (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.34 / (download) - annotate - [select for diffs], Sun Aug 28 15:48:31 2016 UTC (7 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.33: +1 -3 lines
Diff to previous 1.33 (colored) to selected 1.42 (colored)

Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.

Revision 1.33 / (download) - annotate - [select for diffs], Fri Aug 19 15:35:22 2016 UTC (7 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.32: +2 -3 lines
Diff to previous 1.32 (colored) to selected 1.42 (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.32 / (download) - annotate - [select for diffs], Tue Jun 14 11:21:12 2016 UTC (7 years, 9 months ago) by wiedi
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.31: +3 -2 lines
Diff to previous 1.31 (colored) to selected 1.42 (colored)

ship virtualenv with PYVERSSUFFIX so pkg_alternatives can find it

Revision 1.31 / (download) - annotate - [select for diffs], Wed Jun 8 17:49:19 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.42 (colored)

Switch to MASTER_SITE_PYPI.

Revision 1.30 / (download) - annotate - [select for diffs], Sun May 29 21:30:53 2016 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored) to selected 1.42 (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.29 / (download) - annotate - [select for diffs], Wed Apr 13 18:51:05 2016 UTC (7 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.42 (colored)

Update py-virtualenv to 15.0.1.

Changes: the usual updates.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Mar 8 15:19:16 2016 UTC (8 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.42 (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.27 / (download) - annotate - [select for diffs], Sun Feb 14 10:58:00 2016 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.42 (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.26 / (download) - annotate - [select for diffs], Sun Feb 7 14:18:45 2016 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.42 (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.25 / (download) - annotate - [select for diffs], Mon Feb 1 13:10:09 2016 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.42 (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.24 / (download) - annotate - [select for diffs], Wed Jan 27 09:00:49 2016 UTC (8 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.23: +2 -3 lines
Diff to previous 1.23 (colored) to selected 1.42 (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.23 / (download) - annotate - [select for diffs], Fri Dec 11 11:41:37 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.22: +3 -2 lines
Diff to previous 1.22 (colored) to selected 1.42 (colored)

Fix ALTERNATIVES file. Bump PKGREVISION.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Sep 28 23:16:12 2015 UTC (8 years, 6 months ago) by rodent
Branch: MAIN
Changes since 1.21: +5 -1 lines
Diff to previous 1.21 (colored) to selected 1.42 (colored)

Make this not self-conflict like we did with a lot of other python packages
ie. remove ${DESTDIR}${PREFIX}/bin/virtualenv in the post-install phase.
Bump PKGREVISION.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Aug 30 14:46:17 2015 UTC (8 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.42 (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.20 / (download) - annotate - [select for diffs], Wed Jul 8 11:42:54 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.42 (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.19 / (download) - annotate - [select for diffs], Sun Jun 7 08:54:35 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.42 (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.18 / (download) - annotate - [select for diffs], Thu May 28 07:17:12 2015 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.42 (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.17 / (download) - annotate - [select for diffs], Sun Apr 12 14:30:29 2015 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.42 (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.16 / (download) - annotate - [select for diffs], Sun Feb 8 16:39:35 2015 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.42 (colored)

Update to 12.0.7:

12.0.7 (2015-02-04)
~~~~~~~~~~~~~~~~~~~

* Upgrade pip to 6.0.8

Revision 1.15 / (download) - annotate - [select for diffs], Sun Feb 1 19:43:43 2015 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.42 (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.14 / (download) - annotate - [select for diffs], Sun Jan 4 23:48:43 2015 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.42 (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.13 / (download) - annotate - [select for diffs], Tue Dec 30 14:26:33 2014 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.42 (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.12 / (download) - annotate - [select for diffs], Tue May 20 08:49:26 2014 UTC (9 years, 10 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.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.42 (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.11 / (download) - annotate - [select for diffs], Sun May 4 17:17:01 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.42 (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.10 / (download) - annotate - [select for diffs], Mon Feb 24 12:04:44 2014 UTC (10 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.42 (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.9 / (download) - annotate - [select for diffs], Mon Jan 27 19:15:55 2014 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.42 (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.8 / (download) - annotate - [select for diffs], Mon Jan 27 18:41:12 2014 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored) to selected 1.42 (colored)

Do not set FETCH_USING, should not be set in a package Makefile.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jan 16 02:57:42 2014 UTC (10 years, 2 months ago) by rodent
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored) to selected 1.42 (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.6 / (download) - annotate - [select for diffs], Thu Aug 15 10:44:10 2013 UTC (10 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.42 (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.5 / (download) - annotate - [select for diffs], Sun Jul 28 20:44:46 2013 UTC (10 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.42 (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.4 / (download) - annotate - [select for diffs], Fri Mar 15 21:54:01 2013 UTC (11 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.42 (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.3 / (download) - annotate - [select for diffs], Sun Dec 16 16:09:42 2012 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.42 (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.2 / (download) - annotate - [select for diffs], Wed Oct 31 11:19:36 2012 UTC (11 years, 4 months ago) by asau
Branch: MAIN
Changes since 1.1: +1 -3 lines
Diff to previous 1.1 (colored) to selected 1.42 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Oct 6 22:23:22 2012 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
Diff to selected 1.42 (colored)

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).

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>