Commit Graph

8242 Commits

Author SHA1 Message Date
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
Oz Tiram fe99aa1384 Remove deprecated flag --three 2023-01-23 01:18:23 +01:00
Matt Davis e8a7b45eb9 Merge pull request #5565 from TrellixVulnTeam/main
CVE-2007-4559 Patch
2023-01-07 12:06:45 -05:00
TrellixVulnTeam fa918c89c3 Adding tarfile member sanitization to extractall() 2023-01-07 15:24:43 +00:00
Oz Tiram 7fe3a887eb Move snippet to the correct place 2023-01-03 06:47:17 +01:00
Oz Tiram 8a994e4c80 Merge pull request #5556 from pypa/remove-pytest-pypi-take-2
Remove pytest pypi take 2
2023-01-03 06:38:52 +01:00
Oz Tiram 5a4c3a461c Add colorama to Pipfile and lock
Mark as windows only.
2023-01-02 22:34:37 +01:00
Oz Tiram c282680aee Merge pull request #5555 from pypa/fix-5536
Fix duplicate egg name when adding extras for package install from url
2022-12-30 15:28:57 +01:00
Oz Tiram 836e106528 Add news snippet for 5536 2022-12-28 21:34:08 +01:00
Oz Tiram 3f0acb92de Add news snippet for pytest-pypi removal 2022-12-28 17:05:04 +01:00
Oz Tiram 0dc2275934 Add missing importlib-metadata for python3.7 2022-12-28 16:51:57 +01:00
Oz Tiram 54b8f59ece Update Pipfile.lock 2022-12-28 16:36:46 +01:00
Oz Tiram d8cc2ae466 Remove pytest-pypi from Pipfile 2022-12-28 15:48:23 +01:00
Oz Tiram 1c8b7f9814 Remove pytest-pypi from pyproject.toml 2022-12-28 15:47:40 +01:00
Oz Tiram 3a2e708001 Remove pytest-pypi package included in tests/ 2022-12-28 15:46:53 +01:00
Oz Tiram abcb3e2df4 Remove pytest-pypi server from usage in tests 2022-12-28 15:45:41 +01:00
Oz Tiram d243efe39c Merge branch 'main' into fix-5536 2022-12-28 14:41:35 +01:00
Oz Tiram 7dd7ce146f vendor: actually bump requirementslib to 2.2.3
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
2022-12-28 14:37:36 +01:00