Oz Tiram
63ddce2fd0
Add news snippet
2023-07-23 06:59:03 +02:00
Oz N Tiram
9649faaa84
Fix call to console print
2023-07-23 06:59:03 +02:00
Oz N Tiram
735d64f83a
Fix rich Console import
2023-07-23 06:59:03 +02:00
Oz N Tiram
bc4f543f6a
Remove secho from pipenv.utils.pipfile
2023-07-23 06:59:03 +02:00
Oz N Tiram
cb716a7787
Replace secho in pipenv.utils.pip
2023-07-23 06:59:03 +02:00
Oz N Tiram
6376b0cb4a
Remove secho from pipenv.routines.clean
2023-07-23 06:59:03 +02:00
Oz N Tiram
f661f49794
Remove secho from pipenv.environment
2023-07-23 06:59:03 +02:00
Frank Lichtenheld
7085c79cdb
utils.toml: Handle tomlkit OutOfOrderTableProxy ( #5797 )
...
We get this when we have subtables that do not
directly follow their parent table.
Fixes : #5794
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com >
2023-07-18 23:05:59 -04:00
github-actions[bot]
00b622a169
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-11 19:00:36 +00:00
Matt Davis
de356738df
Release v2023.7.11
2023-07-11 14:58:26 -04:00
Matt Davis
70b77ae332
Fix failing test
2023-07-11 20:23:42 +02:00
Matt Davis
49b78914b4
somehow this change got reverted
2023-07-11 20:23:42 +02:00
Matt Davis
041695bbc4
Restore this patch in hopes it fixes the windows 3.8 build.
2023-07-11 20:23:42 +02:00
Matt Davis
2fe293c58e
Don't use search for generic python to crreate the venv for this test.
2023-07-11 20:23:42 +02:00
Matt Davis
fd5549d50b
Safer rmtree in case of failure
2023-07-11 20:23:42 +02:00
Matt Davis
2350346866
Insulate this test from side-effects with other tests using six
2023-07-11 20:23:42 +02:00
Matt Davis
71950a85dd
Avoid the global temprdir manager to avoid problems with parallel tests.
2023-07-11 20:23:42 +02:00
Matt Davis
593eb31592
Add news fragment.
2023-07-11 20:23:42 +02:00
Matt Davis
2975e8e5e3
Use this because of macos and linux test failure.
2023-07-11 20:23:42 +02:00
Matt Davis
faeae5cb40
Remove duplicated test
2023-07-11 20:23:42 +02:00
Matt Davis
c715b11234
Finally get to the bottom of the test parallelism random failures is because click's CliRunner is not thread safe.
2023-07-11 20:23:42 +02:00
Matt Davis
47e4d355e0
Invoke the resolver in the same process as pipenv rather than utilzing subprocess. Restore accidentally commented out part of pip validations.
2023-07-11 20:23:42 +02:00
Matt Davis
57406bb52b
Fix markers being included as None/null ( #5788 )
...
* Fix markers being included as None/null
* Add news fragment.
2023-07-11 09:53:54 +02:00
github-actions[bot]
30067b458b
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-09 20:03:44 +00:00
Matt Davis
0fe379d103
Release v2023.7.9
2023-07-09 16:01:59 -04:00
Matt Davis
ea82bae751
Fix extras not being included for pypi packages in requirements command ( #5784 )
...
* Fix extras not being included for pypi packages in requirements command
* fix for issue with requirements command not handling file based requirements.
* add news fragment
2023-07-09 05:14:52 -04:00
Matt Davis
374b7064e3
fix build
2023-07-05 01:43:40 -04:00
Matt Davis
2622985c7c
add news fragment.
2023-07-05 01:40:56 -04:00
Matt Davis
9befcb644e
Merge pull request #5730 from pypa/drop-deprecated-flags
...
Drop the --keep-outdated flag and --selective-upgrade flags
2023-07-05 01:40:15 -04:00
github-actions[bot]
dd6b9c9a40
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-05 02:18:16 +00:00
Matt Davis
1808923cf6
Release v2023.7.4
2023-07-04 22:01:57 -04:00
Matt Davis
343f0208fa
Merge pull request #5765 from sebastien-coavoux/main
...
Ensure version contains an operator when defined
2023-07-04 16:43:45 -04:00
Matt Davis
62363f1fe7
Rename 5765.bugfix to 5765.bugfix.rst
2023-07-03 21:54:43 -04:00
Matt Davis
0180d42fd3
Merge pull request #5776 from henryiii/patch-2
...
chore: ruff moved to astral-sh
2023-07-03 21:54:03 -04:00
Matt Davis
717d888676
Merge pull request #5778 from timhourigan/issue-5777
...
Keep hashes at the end of generated requirements.txt files
2023-07-03 21:53:46 -04:00
Tim Hourigan
b0c34833b7
gh-5777 Fix typo
2023-07-04 01:23:42 +01:00
Tim Hourigan
8db0977680
gh-5777 Add bugfix note
2023-07-04 01:21:30 +01:00
Tim Hourigan
7a1f18d12f
gh-5777 Keep hashes at the end
2023-07-04 01:05:12 +01:00
Sébastien Coavoux
20033663ff
Add news
2023-07-03 14:52:25 -04:00
Sébastien Coavoux
2ca0ed4ca3
Ensure version match operator when building specifier from pipfile
2023-07-03 14:50:33 -04:00
Henry Schreiner
98b62b2375
chore: ruff moved to astral-sh
2023-07-03 12:35:04 -04:00
Oz Tiram
2e913386cc
Witchcraft and sourcery ( #5774 )
...
Makefile step to build and push all images
2023-07-02 23:19:20 +02:00
Matt Davis
df647c378e
Fixes issue I've been having running pipenv as an editable install on windows. ( #5770 )
2023-07-02 22:40:24 +02:00
github-actions[bot]
0a8f1aa00c
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-02 20:03:04 +00:00
Matt Davis
e790186f6a
Release v2023.7.3
2023-07-02 15:44:49 -04:00
Matt Davis
846b68b35c
add news fragment
2023-07-02 15:44:39 -04:00
Matt Davis
0bcf1d9596
Merge pull request #5773 from pypa/issue-5772
...
Pass system flag to python which
2023-07-02 15:59:26 -04:00
Matt Davis
2d1037654f
Pass system flag to pyhon which
2023-07-02 06:52:40 -04:00
github-actions[bot]
e6be3dd67f
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-01 23:40:06 +00:00
Matt Davis
d976c6c5dc
Release v2023.7.1
2023-07-01 19:21:43 -04:00