Sync from SUSE:SLFO:Main python-virtualenv revision ddd009def331cdf82b2db856fa5dbfe2

This commit is contained in:
2024-09-25 17:18:30 +02:00
parent 5b5237e80f
commit 727334f71d
4 changed files with 141 additions and 60 deletions

View File

@@ -1,7 +1,98 @@
-------------------------------------------------------------------
Sat Jun 29 12:43:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 20.26.3:
* Bump embeded wheels
-------------------------------------------------------------------
Mon Jun 10 08:58:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 12:26:09 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- 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 07:42:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update update 20.25.3:
* Python 3.13.0a6 renamed pathmod to parser
* Upgrade embedded wheels
-------------------------------------------------------------------
Tue Feb 27 18:13:43 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 20.25.1
* Upgrade embedded wheels:
* Avoid importing contextlib in _virtualenv #2688
-------------------------------------------------------------------
Fri Jan 5 13:24:46 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 20.25.0
* Allow platformdirs v4 by @alex 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 3 07:10:17 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Add fix-tests-hookimpls.patch to fix tests with latest pytest in
Factory.
-------------------------------------------------------------------
Tue Oct 3 06:39:58 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Update to v20.24.5:
- Fix brew cannot copy by @gaborbernat in #2640
- Test with 3.12 rc by @gaborbernat in #2641
- Upgrade setuptools by @gaborbernat in #2642
- GitHub Actions: Add PyPy 3.10 to testing by @cclauss in #2638
- 20.24.4:
- Fix typo found by codespell by @DimitriPapadopoulos in #2624
- Updating extend.rst typo by @sagardesai1 in #2626
- 20.24.3:
- Update compatibility docs by @jugmac00 in #2618
- fix ResourceWarning on process exit (#2472) by @sigma67 in #2617
- added scripts in tasks directory to sdist on build (#2610) by @sigma67 in #2620
- Bump wheel by @gaborbernat in #2622
- 20.24.2:
- Bump pip and wheel by @gaborbernat in #2614
- 20.24.1:
- Upgrade pip by @arielkirkwood in #2611
- 20.24.0:
- Fix the CI by @gaborbernat in #2593
- Quickstart guide by @AlvesJorge in #2599
- Updated CLI documentation with config file name by @nathanczh in #2602
- Exclude dependabot and pre-commit ci from release notes by @gaborbernat in #2603
- Export VIRTUAL_ENV_PROMPT in activation scripts (#2194) by @jimporter in #2606
- Upgrade setuptools by @gaborbernat in #2607
-------------------------------------------------------------------
Fri Jun 30 15:40:31 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Update to v20.23.1
* update and simplify nushell activation script
-------------------------------------------------------------------
Mon May 22 08:32:57 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing BuildRequires on time-machine
- Add missing BuildRequires on time-machine
-------------------------------------------------------------------
Fri May 12 09:12:55 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
@@ -91,7 +182,7 @@ Fri Mar 17 14:01:37 UTC 2023 - pgajdos@suse.com
Wed Jan 11 03:46:18 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add python_module devel to BuildRequires in the test flavor, since
the test suite checks if the include path exists.
the test suite checks if the include path exists.
-------------------------------------------------------------------
Sat Dec 3 02:36:31 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
@@ -289,7 +380,7 @@ Wed Sep 29 16:35:34 UTC 2021 - Ben Greiner <code@bnavigator.de>
-------------------------------------------------------------------
Tue Sep 14 08:21:26 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing Requires on two modules.
- Add missing Requires on two modules.
- Drop no longer required appdirs Requires.
- Shift new BuildRequires to :test to avoid cycles.
@@ -346,9 +437,9 @@ Sun Dec 6 23:22:34 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
gh#openSUSE/python-rpm-macros#66
- Update to 20.2.1
* Optionally skip VCS ignore directive for entire virtualenv directory
* Add ``--read-only-app-data`` option to allow for creation based on
* Add ``--read-only-app-data`` option to allow for creation based on
an existing app data cache which is non-writable
* The python specification can now take one or more values, first found
* The python specification can now take one or more values, first found
is used to create the virtual environment
-------------------------------------------------------------------
@@ -794,7 +885,7 @@ Mon Jul 29 14:29:55 UTC 2013 - speilicke@suse.com
+ 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 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