forked from intel/bmap-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PEP517 cleanup #2
Open
sarnold
wants to merge
12
commits into
main
Choose a base branch
from
pep517
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sarnold
force-pushed
the
pep517
branch
12 times, most recently
from
November 20, 2023 02:26
c1f4a9f
to
864978c
Compare
…ports * prefer setuptools over poetry, simple is better than overkill * prefer pytest as test runner instead of nose/unittest, mark slow tests * remove superfluous files, move tool configs to pyproject.toml * add tox file with development workflows (no pre-commit just yet) Signed-off-by: Stephen L Arnold <[email protected]>
* add bandit tox env and fix one class of security warning * needs a lot more sec cleanup, mainly subprocess and assert calls Signed-off-by: Stephen L Arnold <[email protected]>
* bump debian package deps to python3 only, add new deps Signed-off-by: Stephen L Arnold <[email protected]>
* update workflows for now to use 20.04 instead of latest * remove windows for now and use brew on Macos * skip linux-only tests on mac or windows * cleanup more imports and env typos Signed-off-by: Stephen L Arnold <[email protected]>
… files Signed-off-by: Stephen L Arnold <[email protected]>
sarnold
force-pushed
the
pep517
branch
2 times, most recently
from
November 20, 2023 19:58
b2fd952
to
e182218
Compare
* remove setuptools_scm toml feature and bump build-system requires * note setuptools versions greater than 59 are only available for py37 and higher while minimum required for setuptools_scm is 61 while setuptools_scm 8 is also too high for py37 * make sure debian control file depends on python3-setuptools-scm because it gets parsed by deb-helper scripts * update rules file for proper cleaning and deselect CLI tests * fix even more typos and remove superflous MANIFEST.in file * make sure debian pkg workflow gets a compliant tag version Signed-off-by: Stephen L Arnold <[email protected]>
Signed-off-by: Stephen L Arnold <[email protected]>
Signed-off-by: Steve Arnold <[email protected]>
…file Signed-off-by: Steve Arnold <[email protected]>
sarnold
force-pushed
the
pep517
branch
3 times, most recently
from
April 6, 2024 02:31
c77ceaa
to
646cd85
Compare
Signed-off-by: Steve Arnold <[email protected]>
Signed-off-by: Steve Arnold <[email protected]>
sarnold
force-pushed
the
pep517
branch
8 times, most recently
from
April 7, 2024 02:01
0c54c94
to
cf1f8d6
Compare
* make sure six is a test-only requirement used by oldcodebase * make sure debuild can see new (python) package name * enhance the deb workflow for artifact action v4 * update .gitchangelog.rc and add keepachangelog template file * revert previous changelog updates to original (upstream) Signed-off-by: Steve Arnold <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
switch to setuptools/pep517 packaging, cleanup tests and imports