SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-virtualenv-20.26.3-ku.2.7.noarch.rpm :

* Sat Jun 29 2024 Dirk Müller - update to 20.26.3:
* Bump embeded wheels
* Mon Jun 10 2024 Dirk Müller - update to 20.26.2:
* virtualenv.pyz no longer fails when zipapp path contains a symlink
* Fix bad return code from activate.sh if hashing is disabled
* Sun May 12 2024 Atri Bhattacharya - Update to version 20.26.1:
* No Linux related change.- Changes from version 20.26.0:
* allow builtin discovery to discover specific interpreters (e.g. python3.12) given an unspecific spec (e.g. python3) - (gh#pypa/virtualenv#2709)
* Sat Apr 20 2024 Dirk Müller - update update 20.25.3:
* Python 3.13.0a6 renamed pathmod to parser
* Upgrade embedded wheels
* Tue Feb 27 2024 Ben Greiner - Update to 20.25.1
* Upgrade embedded wheels:
* Avoid importing contextlib in _virtualenv #2688
* Fri Jan 05 2024 Ben Greiner - Update to 20.25.0
* Allow platformdirs v4 by AATTalex in #2664
* Upgrade embedded wheels- Drop fix-tests-hookimpls.patch- Update requirements- Update test execution: Remove obsolete hacks, don\'t build again on test flavor. Accomodate changed behavior with bundled setuptools on Python 3.12- Conflict with setuptools_scm for tests gh#pypa/virtualenv#2668
* Tue Oct 03 2023 Daniel Garcia - Add fix-tests-hookimpls.patch to fix tests with latest pytest in Factory.
* Tue Oct 03 2023 Daniel Garcia - Update to v20.24.5: - Fix brew cannot copy by AATTgaborbernat in #2640 - Test with 3.12 rc by AATTgaborbernat in #2641 - Upgrade setuptools by AATTgaborbernat in #2642 - GitHub Actions: Add PyPy 3.10 to testing by AATTcclauss in #2638- 20.24.4: - Fix typo found by codespell by AATTDimitriPapadopoulos in #2624 - Updating extend.rst typo by AATTsagardesai1 in #2626- 20.24.3: - Update compatibility docs by AATTjugmac00 in #2618 - fix ResourceWarning on process exit (#2472) by AATTsigma67 in #2617 - added scripts in tasks directory to sdist on build (#2610) by AATTsigma67 in #2620 - Bump wheel by AATTgaborbernat in #2622- 20.24.2: - Bump pip and wheel by AATTgaborbernat in #2614- 20.24.1: - Upgrade pip by AATTarielkirkwood in #2611- 20.24.0: - Fix the CI by AATTgaborbernat in #2593 - Quickstart guide by AATTAlvesJorge in #2599 - Updated CLI documentation with config file name by AATTnathanczh in #2602 - Exclude dependabot and pre-commit ci from release notes by AATTgaborbernat in #2603 - Export VIRTUAL_ENV_PROMPT in activation scripts (#2194) by AATTjimporter in #2606 - Upgrade setuptools by AATTgaborbernat in #2607
* Fri Jun 30 2023 Markéta Machová - Update to v20.23.1
* update and simplify nushell activation script
* Mon May 22 2023 Steve Kowalik - Add missing BuildRequires on time-machine
* Fri May 12 2023 Daniel Garcia - Update to v20.23.0: [#] Features - 20.23.0
* 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. By AATTchrysle. (#2487)
* 3.12 support - by AATTgaborbernat. (#2558) [#] Bugfixes - 20.23.0
* Prevent PermissionError when using venv creator on systems that deliver files without user write permission - by AATTkulikjak. (#2543)
* Upgrade setuptools to 67.7.2 from 67.6.1 and pip to 23.1.2 from 23.1 - by AATTszleb. (#2560)
* Tue Apr 25 2023 John Vandenberg - Update to 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- from v20.21.1
* Add tox.ini to sdist
* Move the use of \'let\' in nushell to ensure compatibility with future releases of nushell, where \'let\' no longer assumes that its initializer is a full expressions.
* The nushell command \'str collect\' has been superseded by the \'str join\' command. The activate.nu script has been updated to reflect this change.
* Upgrade embedded wheels: + wheel to 0.40.0 from 0.38.4 + setuptools to 67.6.1 from 67.4.0 + pip to 23.1 from 23.0.1- from v20.21.0
* Make closure syntax explicitly starts with {||.
* 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 conditio in virtualenv.cli_run - by :user:`radoering`.- from v20.20.0
* Change environment variable existence check in Nushell activation script to not use deprecated command.
* 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- from v20.19.0
* Allow platformdirs version 3- from v20.18.0
* Drop 3.6 runtime support (can still create 2.7+)
* Fix broken prompt in Nushell when activating virtual environment.
* Bump embedded pip to 23.0 and setuptools to 67.1.- from v20.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.- from v20.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.
* 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.
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Fri Mar 17 2023 pgajdosAATTsuse.com- python-six is not required
* Wed Jan 11 2023 Steve Kowalik - Add python_module devel to BuildRequires in the test flavor, since the test suite checks if the include path exists.
* Sat Dec 03 2022 Yogalakshmi Arunachalam - Update to version 20.16.7
* Use parent directory of python executable for pyvenv.cfg “home” value per PEP 405 - by AATTvfazio. (#2440)
* In POSIX virtual environments, try alternate binary names if sys._base_executable does not exist - by AATTvfazio. (#2442)
* 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
* Tue Oct 25 2022 Matej Cepl - Update to 20.16.6: - Drop unneeded shims for PyPy3 directory structure - 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
* Mon Oct 10 2022 Matej Cepl - Update to vesion 20.16.5: - Do not turn echo off for subsequent commands in batch activators (activate.bat and deactivate.bat) - Bump embed setuptools to 65.3 - Upgrade embedded pip to 22.2.2 from 22.2.1 and setuptools to 63.4.1 from 63.2.0 - Bump embeded pip from 22.2 to 22.2.1 - Update Nushell activation scripts to version 0.67 - Drop support for running under Python 2 (still can generate Python 2 environments) - Upgrade embedded pip to 22.2 from 22.1.2 and setuptools to 63.2.0 from 62.6.0
* Sat Jul 09 2022 Arun Persaud - update to version 20.15.1:
* Bugfixes + Fix the incorrect operation when setuptools plugins output something into stdout. (#2335) + CPython3Windows creator ignores missing DLLs dir. (#2368)- changes from version 20.15.0:
* Features + Support for Windows embeddable Python package: includes python.zip in the creator sources - by AATTreksarka. (#1774)
* Bugfixes + Upgrade embedded setuptools to 62.3.3 from 62.6.0 and pip to 22.1.2 from 22.0.4 - by AATTgaborbernat. (#2348) + Use shlex.quote instead of deprecated pipes.quote in Python 3 - by AATTfrenzymadness. (#2351) + Fix Windows PyPy 3.6 - by AATTreksarka. (#2363)
* Sat Jun 04 2022 Arun Persaud - update to version 20.14.1:
* Features + Support for creating a virtual environment from a Python 2.7 framework on macOS 12 - by AATTnickhutchinson. (#2284)
* Bugfixes + Upgrade embedded setuptools to 62.1.0 from 61.0.0 - by AATTgaborbernat. (#2327)- changes from version 20.14.0:
* Features + Support Nushell activation scripts with nu version 0.60 - by AATTkubouch. (#2321)
* Bugfixes + Upgrade embedded setuptools to 61.0.0 from 60.10.0 - by AATTgaborbernat. (#2322)- changes from version 20.13.4:
* Bugfixes + Improve performance of python startup inside created virtualenvs - by AATTasottile. (#2317) + Upgrade embedded setuptools to 60.10.0 from 60.9.3 - by AATTgaborbernat. (#2320)
* Sat Mar 12 2022 Arun Persaud - update to version 20.13.3:
* Avoid symlinking the contents of /usr into PyPy3.8+ virtualenvs - by AATTstefanor. (#2310)
* Bump embed pip from 22.0.3 to 22.0.4 - by AATTgaborbernat. (#2311)- changes from version 20.13.2:
* Upgrade embedded setuptools to 60.9.3 from 60.6.0 - by AATTgaborbernat. (#2306)
* Mon Feb 07 2022 Dirk Müller - update to 20.13.1:
* fix “execv() arg 2 must contain only strings” error on M1 MacOS
* Ugrade embedded setuptools to 60.5.0 from 60.2.0
* Upgrade embedded pip to 22.0.3 and setuptools to 60.6.0
* Sat Jan 29 2022 Arun Persaud - specfile:
* update copyright year- update to version 20.13.0:
* Features + Add downloaded wheel information in the relevant JSON embed file to prevent additional downloads of the same wheel. - by AATTmayeut. (#2268)
* Bugfixes + Fix AttributeError: \'bool\' object has no attribute \'error\' when creating a Python 2.x virtualenv on macOS - by moreati. (#2269) + Fix PermissionError: [Errno 1] Operation not permitted when creating a Python 2.x virtualenv on macOS/arm64 - by moreati. (#2271)- changes from version 20.12.1:
* Bugfixes + Try using previous updates of pip, setuptools & wheel when inside an update grace period rather than always falling back to embedded wheels - by AATTmayeut. (#2265) + New patch versions of pip, setuptools & wheel are now returned in the expected timeframe. - by AATTmayeut. (#2266) + Manual upgrades of pip, setuptools & wheel are not discarded by a periodic update - by AATTmayeut. (#2267)- changes from version 20.12.0:
* Features + Sign the python2 exe on Darwin arm64 - by AATTtmspicer. (#2233)
* Bugfixes + Fix --download option - by AATTmayeut. (#2120) + Ugrade embedded setuptools to 60.2.0 from 60.1.1 - by AATTgaborbernat. (#2263)- changes from version 20.11.2:
* Bugfixes + Fix installation of pinned versions of pip, setuptools & wheel - by AATTmayeut. (#2203)- changes from version 20.11.1:
* Bugfixes + Bump embed setuptools to 60.1.1 from 60.1.0 - by AATTgaborbernat. (#2258)- changes from version 20.11.0:
* Features + Avoid deprecation warning from py-filelock argument - by AATTofek. (#2237) + Upgrade embedded setuptools to 61.1.0 from 58.3.0 - by AATTgaborbernat. (#2240) + Drop the runtime dependency of backports.entry-points-selectable - by AATThroncok. (#2246) + Fish: PATH variables should not be quoted when being set - by AATThroncok. (#2248)
* Mon Dec 06 2021 Dirk Müller - update to 20.10.0:
* Special-case ``--prompt .`` to the name of the current directory
* Add libffi-8.dll to pypy windows
* Fixed path collision that could lead to a PermissionError or writing to system directories when using PyPy3.8
* Upgrade embedded setuptools to ``58.3.0`` from ``58.1.0`` and pip to ``21.3.1`` from ``21.2.4``
* Remove stray closing parenthesis in activate.bat
* Wed Sep 29 2021 Ben Greiner - Update to 20.8.1
* Fixed a bug where while creating a venv on top of an existing one, without cleaning, when seeded wheel version mismatch occurred, multiple .dist-info directories may be present, confounding entrypoint discovery
* upgrade embedded setuptools to 58.1.0 and pip to 21.2.4- Release to 20.8.0
* Add nushell activation script- Release 2.7.1
* Fix unpacking dictionary items in PythonInfo.install_path (#2165)- Fix and activate the test suite- Update importlib
* dependencies for older pythons- Disable the python2 build because there is no python2-platformdirs on any distribution
* Tue Sep 14 2021 Steve Kowalik - Add missing Requires on two modules.- Drop no longer required appdirs Requires.- Shift new BuildRequires to :test to avoid cycles.
* Wed Aug 04 2021 Matej Cepl - Switch off tests, they are just broken.
* Tue Aug 03 2021 Matej Cepl - Update to 20.7.0: - Removed xonsh activator due to this breaking fairly often the CI and lack of support from those packages maintainers, upstream is encouraged to continue supporting the project as a plugin - Support Python interpreters without distutils (fallback to syconfig in these cases) - Plugins now use \'selectable\' entry points - add libffi-7.dll to the hard-coded list of dlls for PyPy - Drop python 3.4 support as it has been over 2 years since EOL - Use the better maintained platformdirs instead of appdirs - Built in discovery class is always preferred over plugin supplied classes. - On the programmatic API allow passing in the environment variable dictionary to use, defaults to os.environ if not specified - The builtin discovery takes now a --try-first-with argument and is first attempted as valid interpreters. One can use this to force discovery of a given python executable when the discovery order/mechanism raises errors
* Thu Mar 11 2021 Matej Cepl - Actually switch off all activation tests, so we can shed all those dependencies.
* Mon Mar 08 2021 Matej Cepl - Skip test_xonsh on platforms we don\'t carry xonsh.
 
ICM