1
0

- 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
- 20.23.1:
  - Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in #2566
  - feat:  update and simplify nushell activation by @melMass in #2572
  - Fix deprecation warning by @jugmac00 in #2575
  - Replace unmaintained pytest-freezegun by @jugmac00 in #2576
  - Update cli_interface.rst by @uberFoo in #2586

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=137
This commit is contained in:
2023-10-03 06:46:26 +00:00
committed by Git OBS Bridge
parent 3403a890c5
commit 01cc60728c
4 changed files with 39 additions and 11 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
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>