Commit Graph

633 Commits

Author SHA1 Message Date
Matt Davis 79841483e7 try using the actual Changelog in the docs 2024-10-29 22:28:30 -04:00
Matt Davis 30892c4f3a try using the actual Changelog in the docs 2024-10-29 22:24:15 -04:00
Matt Davis ab1cdd0d6e try rebuilding the docs (error 2) 2024-10-29 22:09:56 -04:00
Matt Davis 232bf18414 try rebuilding the docs (error 2) 2024-10-29 22:06:59 -04:00
Matt Davis 2637eaed00 try rebuilding the docs (#6291)
* try rebuilding the docs

* remove sub-dependencies since they will be installed with correct by parent solving resolution error

* add news
2024-10-29 22:04:19 -04:00
Matt Davis 089bc2dd59 Fix lint 2024-10-22 19:49:33 +02:00
Greg Back ccaa78946a PiPenv -> Pipenv 2024-06-27 17:45:48 -04:00
Matt Davis 0618fab5f4 Prepare actually for 2024.0.0 release after peer feedback. 2024-06-06 21:12:41 -04:00
Matt Davis 66eef03ccc Supply the extra pip args in the resolver. (#6006)
* Use the extra pip args in the resolver.
* Expand to upgrade/update command as well
* add news fragment
* Add locking help to the docs.
2024-06-02 23:17:19 -04:00
Matt Davis 09799120a0 pipenv 3000 install (behavioral refactor) (#6098)
* Pipenv 3000 install refactor
* add news fragment.
* Factor out do_install_dependencies from do_init as it made no sense; reduce down unused arguments; no longer perform full lock resolution during install commands.
* Fix other issues affecting the CI
* Factor out validations to eliminate ruff branching factor error.
* provide documentation updates for this important pipenv 3000 behavioral change.
* PR Feedback.
* Further refinements to the docs.
2024-06-02 23:16:48 -04:00
Matt Davis b40fd2da62 Merge pull request #6157 from pypa/dependabot/pip/requests-2.32.0
Bump requests from 2.31.0 to 2.32.0
2024-05-23 23:44:36 -04:00
Matt Davis cec3d2bfc2 Merge pull request #6150 from pypa/dependabot/pip/jinja2-3.1.4
Bump jinja2 from 3.1.3 to 3.1.4
2024-05-23 23:44:19 -04:00
dependabot[bot] 34f20cab32 ---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 06:10:22 +00:00
Sam Snarr fc8a79388d added missing newline 2024-05-15 19:16:31 -04:00
Sam Snarr 91494dcef7 docs update
- added scripts section to commands and cli page
- made commands page examples more consistent
2024-05-14 20:49:30 -04:00
dependabot[bot] 36bf8de68b Bump jinja2 from 3.1.3 to 3.1.4
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 20:57:29 +00:00
Krzysztof Mierzejewski 7188a59768 Update index.md
Correct a typo.
2024-04-13 09:25:51 +02:00
dependabot[bot] cdaaa30848 Bump jinja2 from 3.1.2 to 3.1.3
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-17 11:43:58 +01:00
Matt Davis 8fd6dfc9cc Merge pull request #5965 from daveschaefer/sort-category-alphabetical
feat: Option to sort packages alphabetically inside each Pipfile category
2023-10-20 07:41:10 -04:00
dependabot[bot] 34b281124d Bump urllib3 from 1.26.17 to 1.26.18
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 12:51:27 +00:00
Eric Davies 27587ad5d0 Update advanced.md to restore Automatic Python Installation header 2023-10-18 18:26:18 -05:00
Dave Schaefer f2b7b3a823 Add doc for new sorting directive 2023-10-08 10:39:33 -06:00
Dave Schaefer 773fcb519d Add docs for [pipenv] directives
Based on notes from existing code and release docs

Note that `keep_outdated` has been discontinued,
so no docs added for it.
2023-10-08 10:32:24 -06:00
dependabot[bot] 26055469a6 Bump urllib3 from 1.26.14 to 1.26.17 in /docs
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.14...1.26.17)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 03:00:03 +00:00
Paulo Haddad Martim 2c4b039f73 Update some external links on the docs (#5943)
* Fix broken URLs on docs

* Adjust pip URL so header is highlighted

* Update URL for TOML specs
2023-09-24 09:33:52 +02:00
Matt Davis 06151cfe1c man pages wouldn't build which made release difficult 2023-09-07 11:53:27 -04:00
Thiago Gariani 9b2e0d41a8 5881-Full conversion from rst to md (#5909)
* add the files from rst -> md
2023-09-05 21:19:27 -04:00
birdhackor 5882e8d0d8 Add corresponding documentation for PIPENV_REQUESTS_TIMEOUT 2023-09-02 12:20:22 +08:00
Mathieu Dupuy 6cd5a99df0 clean of .rst leftovers in commands.md (#5876) 2023-08-28 05:43:23 -04:00
Matt Davis 6ac1451ec8 stop using requirementslib models (#5793)
* Move away from requirementslib models

* Revise test since PEP-440 does not support wildcard versions but does support equivalent compatible release specifiers.

* simplify and remove dead code

* Ensure the os_name marker is AND with the other markers.

* Move what we still need from requirementslib into the pipenv utils and stop vendoring it.

* Remove requirementslib.

* force upgrade of virtualenv for python 3.12

* remove virtualenv-clone

* Update vcs specifiers documentation; infer name from specific pip line formats where possible.

* Provide helpful text and error for recently removed commands

* Set the right log levels and verbosity to show users the errors generated by pip resolver when supplying -v flag

* Fix the collection of all matching package hashes for non-pypi indexes.  Plus lesson from testing torch which contains local identifiers.
2023-08-19 16:36:52 -04:00
langaaegeskov 5416f80eff Attempt to fix build issues 2023-08-17 22:21:10 +02:00
langaaegeskov b84d924179 Address Issue #5129 Document how to rename (move) project directory
- Added documentation in installation.md under 'Virtualenv' mapping caveat
- Added documentation to the virtualenv.md
2023-08-17 22:21:10 +02:00
Jeff Widman 94497b209b Some docs cleanups
1. `pypi.python.org` now redirects to `pypi.org`, so let's point folks towards that to save them the redirect.
2. Travis CI has struggled mightily ever since they were acquired by a PE firm. Most open source projects have moved away from them.
3. Update the python version in the example so it doesn't look quite so dated.
4. Use the `name` key for `sources` as that's now [required](https://github.com/pypa/pipenv/discussions/5370#discussioncomment-3701061).
2023-08-05 23:40:48 -07:00
dependabot[bot] 2941c06240 Bump pygments from 2.14.0 to 2.15.0
Bumps [pygments](https://github.com/pygments/pygments) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.14.0...2.15.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-29 10:09:24 +02:00
dependabot[bot] 86ad563196 Bump certifi from 2022.12.7 to 2023.7.22
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-29 10:08:47 +02:00
Kian-Meng Ang 810fb745ae Fix typos
Found via `codespell -S ./peeps,./pipenv/patched,./pipenv/vendor,./pipenv/pipenv.1,./get-pipenv.py,./tests/test_artifacts`
2023-07-23 21:55:03 +08:00
Matt Davis 3b719cbbf2 Merge pull request #5754 from pypa/docker-images
Add docker build, update docs for using docker images
2023-07-01 19:37:16 -04:00
Oz N Tiram 4e8bcf1793 Add docker build, update docs for using docker images 2023-06-27 23:00:16 +02:00
nullSoup 0e494736db Fix for issue #5748 (#5749)
* Add missing tab from Spinx autoclass directive

* Add news description of change
2023-06-26 23:55:31 +02:00
Matt Davis bd85705fde remove skip-lock from docs 2023-06-18 22:45:06 +02:00
Matt Davis 0dcfd08cbf Improve keyring docs. (#5733) 2023-06-12 09:42:41 +02:00
Matt Davis 5ebad396fd Remove ubuntu apt install from list and some other small doc review. (#5731) 2023-06-11 08:55:46 +02:00
plgruener 9a9ee9cfda Fix formatting in /docs (#5721) 2023-06-10 22:03:44 +02:00
dependabot[bot] 58fc4e74a4 Bump requests from 2.28.2 to 2.31.0 in /docs
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-25 21:38:39 +02:00
TomeHirata 0fcd7444fc Fix a typo in the document 2023-04-27 12:09:57 +09:00
Matt Davis da5e75ce46 Merge pull request #5650 from ryan-rozario/tilde_semver
Update docs for tilde-equals in package versions
2023-04-16 20:27:18 -04:00
Ryan Rozario c04ce9e2bb Added another example example 2023-04-13 15:30:11 +00:00
Christian Clauss 9525db4623 feat: Replace flake8 and isort with ruff 2023-04-13 15:58:49 +02:00
Ryan Rozario 8b225737d3 Update docs for tilde-equals in package versions 2023-04-12 18:34:29 +00:00
Sam Doran 5d0b2d23b2 Correct typo in docs 2023-03-30 15:57:15 -04:00