Oz N Tiram
|
16b82949ec
|
Add type definitions
- This didn't exist in Python2 so there was a need for the
remove guard.
|
2022-10-12 14:58:27 +02:00 |
|
Oz N Tiram
|
7c945d6bf0
|
Remove usage of mkdir_p in favour of os.makedirs
This function was defined in ``pipenv.utils.shell`` and
in ``vistir.path``. ``os.makedirs`` which is added in newer Python
version is doing the same.
|
2022-10-12 11:00:15 +02:00 |
|
Oz N Tiram
|
ea7de7f62f
|
Bump plette to v0.4.2 (#5401)
Fix #5395
|
2022-10-11 21:56:52 -04:00 |
|
github-actions[bot]
|
4eb5c9ff91
|
Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-10-11 13:24:44 +00:00 |
|
Matt Davis
|
3fbc39a9c5
|
Release v2022.10.11
|
2022-10-11 09:22:28 -04:00 |
|
Matt Davis
|
c46606b652
|
Add news fragment.
|
2022-10-11 09:21:57 -04:00 |
|
Oz N Tiram
|
9bf7c8e8a6
|
Merge pull request #5399 from pypa/issue-5398
Revert back to build isolation by default; support extra-pip-args on sync command.
|
2022-10-11 11:52:48 +02:00 |
|
Matt Davis
|
58f0e8a717
|
Revert back to build isolation by default; support extra-pip-args on sync command.
|
2022-10-11 04:10:16 -04:00 |
|
github-actions[bot]
|
8b84c2f06e
|
Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-10-10 12:16:01 +00:00 |
|
Matt Davis
|
68485cd570
|
Release v2022.10.10
|
2022-10-10 08:14:14 -04:00 |
|
Matt Davis
|
9c986eb9e7
|
Followup plette update: run vendoring script + news fragment (#5394)
* run vendoring script.
* Add news fragment.
|
2022-10-10 08:12:28 -04:00 |
|
Oz N Tiram
|
6b8b74f6cf
|
Merge pull request #5393 from pypa/issue-5392
Fix for the meta data not getting updated in the lock phase.
|
2022-10-10 14:08:16 +02:00 |
|
Matt Davis
|
3f421206eb
|
bump plette for bugfix.
|
2022-10-10 08:06:09 -04:00 |
|
Matt Davis
|
2640dd8881
|
Relock to generate fresh hash.
|
2022-10-10 07:03:32 -04:00 |
|
Matt Davis
|
58bdd319ec
|
exclude pipenv from hash generation.
|
2022-10-10 06:57:42 -04:00 |
|
Matt Davis
|
7177ca15fe
|
Corrections based on test results.
|
2022-10-09 21:19:25 -04:00 |
|
Matt Davis
|
d24c0a6882
|
Possible fix for the meta data not getting updated in the lock phase.
|
2022-10-09 20:49:46 -04:00 |
|
Oz N Tiram
|
612241b4ef
|
Merge pull request #5390 from jerempy/Scripts-run-package-functions
Scripts run package functions
|
2022-10-09 22:24:02 +02:00 |
|
jerempy
|
5f548d05dd
|
update vendored lib
update to vendored tomlkit everywhere
tests were breaking primarily due to the vendored tomlkit classes do not equal the non vendored
|
2022-10-09 14:55:58 -04:00 |
|
jerempy
|
4f16fa99e4
|
lint
|
2022-10-09 14:48:09 -04:00 |
|
jerempy
|
8ff455b413
|
news seg
|
2022-10-09 14:48:09 -04:00 |
|
jerempy
|
bb0944265b
|
added callables to [scripts] in Pipfile
Can now add a callable like {call = "package.module:func('arg')"}
|
2022-10-09 14:48:09 -04:00 |
|
github-actions[bot]
|
ba7ec0313a
|
Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-10-09 14:45:55 +00:00 |
|
Matt Davis
|
eab868d5a4
|
Release v2022.10.9
|
2022-10-09 10:43:59 -04:00 |
|
Matt Davis
|
cb1ca34c28
|
Apply vendoring.update script.
|
2022-10-08 22:48:51 -04:00 |
|
Matt Davis
|
fbf8a2319d
|
Specify new versions of requirementslib and plette.
|
2022-10-08 22:42:51 -04:00 |
|
Oz N Tiram
|
9699512397
|
Merge pull request #5366 from pypa/named-categories
Support Named Package Categories
|
2022-10-08 17:41:02 +02:00 |
|
Matt Davis
|
4fa70dba68
|
Merge branch 'main' into named-categories
|
2022-10-08 10:55:13 -04:00 |
|
Matt Davis
|
81cde423a5
|
add documentation for named categories.
|
2022-10-08 10:54:43 -04:00 |
|
Oz N Tiram
|
9d532123d1
|
Merge pull request #5389 from pypa/clean-conftest
Clean conftest
|
2022-10-06 08:13:29 +02:00 |
|
Matt Davis
|
19b53014f4
|
Merge branch 'main' into named-categories
|
2022-10-05 23:30:54 -04:00 |
|
Oz N Tiram
|
8d6bec6bfd
|
Merge pull request #5387 from jerempy/python_full_version-in-pipfile
Python full version in pipfile
|
2022-10-06 01:17:05 +02:00 |
|
Oz N Tiram
|
1f836f66fc
|
Remove usage of fs_encode
See also #5062
|
2022-10-06 00:24:08 +02:00 |
|
Oz N Tiram
|
ea84f684a6
|
Remove unused import of threading
|
2022-10-06 00:23:47 +02:00 |
|
jerempy
|
3cf0696769
|
more news
|
2022-10-05 11:41:07 -04:00 |
|
jerempy
|
3171333449
|
delete accidental dup test
|
2022-10-05 10:54:46 -04:00 |
|
jerempy
|
5bf9f1baac
|
pipfile saves correctly
and news segment
|
2022-10-05 10:52:09 -04:00 |
|
Oz N Tiram
|
7bde538c71
|
Merge pull request #5388 from jerempy/Register-pytest-markers
Add pytest.markers to pyproject.toml
|
2022-10-05 09:15:13 +02:00 |
|
Oz N Tiram
|
edf7d1cd4a
|
Merge pull request #5383 from pypa/issue-5266-docs
Update documentation around requirements command and provide current examples.
|
2022-10-05 08:40:17 +02:00 |
|
Matt Davis
|
8c0667539c
|
Update docs based on PR feedback.
|
2022-10-04 21:45:08 -04:00 |
|
github-actions[bot]
|
12ebb670cc
|
Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-10-05 01:39:54 +00:00 |
|
Matt Davis
|
6c457fe41c
|
Release v2022.10.4
|
2022-10-04 21:38:07 -04:00 |
|
jerempy
|
ee29d99821
|
solve lint error
|
2022-10-04 11:24:46 -04:00 |
|
jerempy
|
2f14fa08d4
|
filename change
|
2022-10-04 10:38:21 -04:00 |
|
jerempy
|
88aeff1bbb
|
-> .rst
|
2022-10-04 10:01:40 -04:00 |
|
jerempy
|
31cfc992bc
|
Create 5388.process.dev
|
2022-10-04 09:32:11 -04:00 |
|
Matt Davis
|
11b96eddce
|
Prefer click secho over echo + style.
|
2022-10-04 05:41:42 -04:00 |
|
Matt Davis
|
a5256d2949
|
Remove debug print.
|
2022-10-04 05:34:02 -04:00 |
|
Matt Davis
|
35b996df76
|
merge in main and resolve conflict.
|
2022-10-04 05:32:31 -04:00 |
|
jerempy
|
4fd60625b5
|
add pytest.markers
to help silence most of the warnings when running pytest
|
2022-10-03 10:57:00 -04:00 |
|