Commit Graph

7911 Commits

Author SHA1 Message Date
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
Oz N Tiram 89e266cc8a Merge pull request #5381 from pypa/drop-six-vendoring
Add news fragment for dropping six
2022-10-03 15:19:32 +02:00
jerempy 3fe3674949 test first - it fails
expected output doesn't match current output which is "python_version": "3.10"
2022-10-03 09:10:56 -04:00
Oz N Tiram 53763e13c1 Merge pull request #5384 from pypa/vendor-latest-wheel
Vendor latest wheel
2022-10-03 13:51:11 +02:00
Oz N Tiram 37fb31e6cf Merge pull request #5386 from pypa/bump-dparse
Bump dparse version to 0.6.2
2022-10-03 13:50:36 +02:00
Oz N Tiram d2fe28a8b0 Bump dparse version to 0.6.2 2022-10-02 23:58:38 +02:00
Matt Davis c0dcc4ad83 Vendor in latest wheel version and add missing license file. 2022-10-02 09:55:47 -04:00
Matt Davis 32ede85a55 Clarify sentence. 2022-10-02 09:50:53 -04:00
Matt Davis 047d828fcf Prep to vendor in latest wheel version. 2022-10-02 09:46:31 -04:00
Matt Davis 9bc26b056f Prefer to use the lockfile sources if available since this is used in install phase (#5380)
* Prefer to use the lockfile sources if available since this is used in install phase.

* Add news fragment.
2022-10-02 09:44:55 -04:00
Matt Davis 6ad06134a2 Update documentation around requirements command and provide current examples. 2022-10-02 09:37:46 -04:00
Oz N Tiram 181b0c64ef Add new fragment for dropping six 2022-10-02 09:50:46 +02:00
Oz N Tiram 2eb7712a9b Remove vendored six library
Fix #5187.
2022-10-02 09:46:53 +02:00
Matt Davis eaed25d5b1 Write the lockfile contents when default content is missing. 2022-09-25 22:17:32 -04:00
Matt Davis f6775eb443 Merge branch 'main' into named-categories 2022-09-25 21:36:18 -04:00
Matt Davis 16ca1f5358 Add news fragment. 2022-09-25 21:35:52 -04:00