-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: PythonExpert/sampleproject
base: master
head repository: pypa/sampleproject
compare: main
- 20 commits
- 13 files changed
- 16 contributors
Commits on Jan 8, 2021
-
Remove Python 3.5 and add 3.9 (pypa#132)
Signed-off-by: Gábor Lipták <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90d44ab - Browse repository at this point
Copy the full SHA 90d44abView commit details
Commits on Oct 30, 2021
-
* Slight tweaks to the release workflow * Add testing workflow * Support Python 3.10 * Remove Travis-CI config
Configuration menu - View commit details
-
Copy full SHA for d2bae02 - Browse repository at this point
Copy the full SHA d2bae02View commit details -
dead link: requirements.txt vs install_requires (pypa#147)
Co-authored-by: Dustin Ingram <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 091d322 - Browse repository at this point
Copy the full SHA 091d322View commit details -
Fix some dead links (pypa#148)
Co-authored-by: Dustin Ingram <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a83690 - Browse repository at this point
Copy the full SHA 3a83690View commit details
Commits on Nov 23, 2021
-
Remove MANIFEST.in entirely (pypa#155)
* Upgrade the Setuptools version That way, we can remove items from the manifest file. * Simplify the manifest file Remove: * pyproject.toml (now covered by setuptools>=43.0.0) * LICENSE.txt (included by `license_files` and covered by setuptools>=42.0.0) * setup.py (which is the file where the build is called) * Remove README.md from the manifest file It is now included by default. * Delete MANIFEST.in This is no longer necessary. All the items are included by Setuptools.
Configuration menu - View commit details
-
Copy full SHA for 87c524a - Browse repository at this point
Copy the full SHA 87c524aView commit details
Commits on Mar 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d424e43 - Browse repository at this point
Copy the full SHA d424e43View commit details
Commits on Mar 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 918bd33 - Browse repository at this point
Copy the full SHA 918bd33View commit details
Commits on Sep 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d4ee05f - Browse repository at this point
Copy the full SHA d4ee05fView commit details
Commits on Dec 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for db5806e - Browse repository at this point
Copy the full SHA db5806eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aeeb50a - Browse repository at this point
Copy the full SHA aeeb50aView commit details
Commits on Apr 25, 2023
-
Remove workflow warnings (pypa#190)
The warnings are: Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Configuration menu - View commit details
-
Copy full SHA for fa13f7d - Browse repository at this point
Copy the full SHA fa13f7dView commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc8d83e - Browse repository at this point
Copy the full SHA fc8d83eView commit details
Commits on Jul 26, 2023
-
Add token permissions to release workflow. (pypa#192)
Required for trusted publishing.
Configuration menu - View commit details
-
Copy full SHA for bae8ff4 - Browse repository at this point
Copy the full SHA bae8ff4View commit details
Commits on Aug 23, 2023
-
Update
release.yml
with release branch forgh-action-pypi-publish
(……pypa#195) * Update `release.yml` with release branch for `gh-action-pypi-publish` Per documentation here: https://github.com/pypa/gh-action-pypi-publish (cc @webknjaz) * Update .github/workflows/release.yml Co-authored-by: Sviatoslav Sydorenko <[email protected]> --------- Co-authored-by: Sviatoslav Sydorenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3fb1461 - Browse repository at this point
Copy the full SHA 3fb1461View commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9944026 - Browse repository at this point
Copy the full SHA 9944026View commit details -
Fixes inconsistencies in pyproject.toml documentation. (pypa#197)
* Minor improvements to pyproject.toml documentation. * Fixes readme field. --------- Co-authored-by: Dustin Ingram <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1dfa48 - Browse repository at this point
Copy the full SHA b1dfa48View commit details -
Update pyproject.toml (pypa#204)
* Update pyproject.toml - extend descriptions of build-system table - add useful links - edit other comments * Update pyproject.toml - be more clear that the values in [build-system] may be generated by the command line interface of the build backend, so the [build-system] table is not required - reorganize comments to better correspond to their sections * add changes from pypa#197 add the changes authored by thomasbbrunner in pypa#197 * implement changes from code review - separate links to guide and specification - remove text that can already be found by following the provided links - more accurate comment about the `build-backend` key * minor: ":" * better comment about extras Co-authored-by: chrysle <[email protected]> * remove # Optional coments, because instead of them we'll mark the REQUIRED fields --------- Co-authored-by: chrysle <[email protected]> Co-authored-by: Dustin Ingram <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d27795 - Browse repository at this point
Copy the full SHA 5d27795View commit details
Commits on Jun 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a1f0005 - Browse repository at this point
Copy the full SHA a1f0005View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8603eaf - Browse repository at this point
Copy the full SHA 8603eafView commit details -
pyproject: prep 4.0.0 (pypa#219)
* pyproject: prep 4.0.0 Signed-off-by: William Woodruff <[email protected]> * remove 3.8, add 3.13 Signed-off-by: William Woodruff <[email protected]> * noxfile: remove 3.8, add 3.13 Signed-off-by: William Woodruff <[email protected]> --------- Signed-off-by: William Woodruff <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 621e497 - Browse repository at this point
Copy the full SHA 621e497View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...main