Commit Graph

8259 Commits

Author SHA1 Message Date
Matt Davis 2c8a292cf8 Release v2023.3.18 2023-03-18 09:14:41 -04:00
Matt Davis 761a03d088 Doc revisions1 (#5621)
* Begin reviewing the basics docs.

* Check in delta

* More doc revisions.

* Split apart basics docs.

* Refactor based on building docs

* add the files back as markdown.

* more conversions to markdown.

* more conversions to markdown.

* fix markdown formatting.

* convert index to markdown.

* More docs review

* More markdown and doc revisions.

* Fix docs.

* Update doc build requirements.

* fix lint

* Fix build with update/upgrade command.

* remove useless quickstart and update the commands section.

* Fix lint

* change ordering of table of contents.

* fix changelog duplicate headings.

* Start splitting advanced topics.

* minor nits

* Move some sections from advanced to shell.

* remove this section as its stale and kind of off topic.

* move scripts out into its own section.

* Wrap up revisions1

* fix lint

* address PR feedback and other nits.

* fix lint

* Try improving ordering of table of contents, fix issue with indexes.md file location.

* fix lint

* PR feedback.
2023-03-18 08:44:58 +01:00
Matt Davis 08ce3f7d5e Merge pull request #5635 from pypa/bump-vistir-0.8.0
Bump vistir and requirementslib
2023-03-17 19:53:56 -04:00
Oz Tiram c6481eb846 Add news snippet 2023-03-18 00:15:10 +01:00
Oz Tiram d98b03ac8f Bump vistir and requirementslib
Fix direct import from vistir.
2023-03-17 23:49:28 +01:00
Matt Davis 8c88666893 Merge pull request #5625 from pypa/issue-5624
Fix dev flag support in update/upgrade.
2023-03-13 03:43:14 -04:00
Matt Davis b3abbf7187 Merge pull request #5629 from hugovk/replace-deprecated-BadZipfile
Replace deprecated BadZipfile with BadZipFile
2023-03-12 18:27:54 -04:00
Hugo van Kemenade b9ea8b761f Replace deprecated BadZipfile with BadZipFile 2023-03-12 20:30:14 +02:00
Matt Davis ad5a8acebe Merge pull request #5628 from ryan-rozario/main
Message for Pipfile.lock packages vulnerabilities check
2023-03-10 05:25:17 -05:00
Ryan Rozario cc34320ba5 Added news fragment 2023-03-10 08:33:38 +00:00
Matt Davis f888e5c2f1 actually pass dev flag state to upgrade command. 2023-03-09 20:03:25 -05:00
Matt Davis 30d2609ce4 restore change that prevents blowing away pipfile category. 2023-03-09 20:01:17 -05:00
Matt Davis 8e82a9a815 Correct issue where pep423 name is added along side non pep423 name and simplify code path. 2023-03-09 19:58:50 -05:00
Matt Davis 2719bba6f6 Sometimes an older package in the lock restricts the addition of a newer package. 2023-03-09 19:51:29 -05:00
Ryan Rozario fd074c7a1b Message for Pipfile.lock vulnerabilities check 2023-03-09 16:34:42 +00:00
Matt Davis ad315e0f40 Fix dev flag support in update/upgrade. 2023-03-03 22:48:04 -05:00
Matt Davis 8c8d3d1f8e Improve pipenv update and add pipenv upgrade command (#5617)
* Split apart core using pycharm refactor move methods.

* move init to remove cicular import.

* Fix imports.

* Check in concept for pipenv upgrade command

* Fix upgrade command expectation on how it updates the lockfile.

* Actually write the result to the Pipfile, and fix secondary bug with items not being written to the Pipfile.

* Fix issue where package being upgraded already exists.

* Add news fragment.

* Integrate upgrade with a refactor of update.

* Handle cases where there is nothing to upgrade.

* Add lock-only option.
2023-03-01 10:26:36 +01:00
Bill Nottingham 424f7ead67 Require the actual 'beautifulsoup4' package, not the 'bs4' redirect. (#5620)
* Require the actual 'beautifulsoup4' package, not the 'bs4' redirect.

* Add changelog.
2023-02-28 07:43:25 +01:00
Matt Davis 8524df5426 Merge pull request #5619 from kurtmckee/add-missing-spaces-issue-5618
Add missing spaces to `--keep-outdated` deprecation text
2023-02-25 07:22:43 -05:00
Matt Davis 52f180eb91 Split apart core.py (#5616)
* Split apart core using pycharm refactor move methods.
2023-02-25 00:25:00 +01:00
Kurt McKee 56256f9c3a Add missing spaces to --keep-outdated deprecation text
Fixes #5618
2023-02-20 09:17:28 -06:00
github-actions[bot] 34b5768128 Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-18 22:14:33 +00:00
Matt Davis e8e15a4fd5 Release v2023.2.18 2023-02-18 17:12:29 -05:00
Matt Davis 65d19877c4 Merge pull request #5592 from pypa/removal/vistir-misc
Removal/vistir misc
2023-02-18 17:03:55 -05:00
Matt Davis ca436af2bc Issue 5600 check command should be able to pull requirements from lock file (#5607)
* Allow pipenv check inputs to be built from the lockfile categories instead of whats installed.

* fix lint

* add news fragment.

* update pipenv check documentation.

* Revise logic for pipenv check and change default behavior to check lockfile.

* fix issue revealed by tests

* fix docs for pipenv check changes.

* change conditional ordering in prep for supporting for future default categories env var.
2023-02-18 20:58:47 +01:00
Oz Tiram b862b7ffaf Add test for funktools 2023-02-18 16:21:02 +01:00
Matt Davis 8877d7944f Pip 23.0.1 (#5614)
* Bump version of pip 23.0.1

* Invoke 2.0.0 for python 3.11 environments.

* Vendor in pip==23.0.1

* add news fragment.

* vendoring updates.

* Vendor in latest pythonfinder.

* Add exceptiongroup backport for pytest update.

* Fix lock file with python 3.11
2023-02-18 15:45:57 +01:00
Matt Davis 2b0dae3011 Allow the pip.conf to override the default index source. (#5297) 2023-02-18 15:00:49 +01:00
Matt Davis 5e2c0d6a18 fix lint 2023-02-16 21:31:38 -05:00
chrysle 2b94966ffc Improved contributing guide (#5611)
* Improved contributing guide

* Added news entry
2023-02-14 23:07:44 +01:00
Matt Davis ebdf1ff8de Flexibile argument specification when specifying multiple cateogires. (#5606)
* Flexibile argument specification when specifying multiple categories.

* fix lint

* add test and news fragment.
2023-02-12 17:14:20 +01:00
Hilmar Gústafsson 3e35f95f04 Switch to Nushell overlays (#5603)
* Switch to Nushell overlays

This adds support for Nushell overlays. See #5583 for info.

* Add news file
2023-02-12 16:01:37 +01:00
Oz Tiram 8939c86346 Bump required setuptools and virtualenv (#5593)
Following the discussion in #5582, it seems it's about time
to update these versions.
2023-02-06 13:11:36 +01:00
Oz Tiram 9ece27995e Remove vistir.mist.get_text_stderr()
Backward compatibility code for python2-python3 on Windows.
Should be OK without it.
2023-02-05 10:35:23 +01:00
Matt Davis 85b856f6b1 Fix regression with CI variable (#5591)
* add missing news fragment.

* Fix regression with detection of CI env variable being set to something other than a truthy value.

* Add news fragment.

* Fix lint
2023-02-04 20:33:37 +01:00
Oz Tiram ed82ae969b Add new module: utils.funktools
This is a collection of a few functions that we used to import
from vistir misc.
2023-02-04 16:04:22 +01:00
Oz Tiram e362bb01ea Remove usage of vistir.to_bytes
Remove backward compatability code
2023-02-04 16:01:37 +01:00
Oz Tiram 8ebb5ed1e4 Update RELEASING.md 2023-02-04 13:14:07 +01:00
Matt Davis b7ed02240b Pip 23.0 (#5586)
* update pip to 23.0 in patched.txt

* Vendor in pip517 since pip dropped it from its _vendor.

* adjust vendoring script.

* vendor in pip==23.0

* correct vendoring script.

* fix import with vendoring script.
2023-02-04 13:10:02 +01:00
Oz Tiram 6d420e4172 Merge pull request #5590 from pypa/remove-pipenv/_compat.py
Remove pipenv/_compat.py
2023-02-04 12:55:02 +01:00
github-actions[bot] eee3eb5e58 Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-04 11:26:49 +00:00
Oz Tiram aaec00d616 Bump version to 2023.2.4
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
2023-02-04 12:24:11 +01:00
Oz Tiram efad5252c9 Remove pipenv/_compat.py
Clean up more old py2-py3 compatability code.

Reduce cruft, and make the code more readable.

Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
2023-02-04 10:08:37 +01:00
Oz Tiram 36ecc149e8 Merge pull request #5581 from pypa/fix-verbose-logging
Fix verbose logging
2023-01-30 21:37:15 +01:00
Oz Tiram b4c000a033 Bump isort version to 5.12.0
This version now works again.
2023-01-29 22:05:47 +01:00
Oz Tiram 8a2c5dfb4a Add news snippet for 5530 2023-01-28 16:27:01 +01:00
Oz Tiram 040b4649e9 Fix failing test
This is due to slightly modified output format
2023-01-28 16:25:47 +01:00
Oz Tiram 737de39381 Fix over-writing of verbose output
Fix #5530
2023-01-28 16:24:35 +01:00
Oz Tiram 4cb2644ce1 Merge pull request #5576 from pypa/remove-three-flag
Remove deprecated flag --three
2023-01-26 09:29:35 +01:00
Oz Tiram 21017aa378 Add news snippet. 2023-01-23 01:21:52 +01:00