Skip to content
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

Add a new category for build system related changes #261

Merged
merged 1 commit into from
Dec 16, 2020

Conversation

kitchoi
Copy link
Contributor

@kitchoi kitchoi commented Dec 11, 2020

Motivated by #257

This PR adds a new category for the news fragments containing build system related changes.

Checklist

  • Add a news fragment if this PR is news-worthy for end users. (see docs/releases/README.rst)

@@ -342,6 +342,7 @@ def changelog(ctx):
"removal": "Removals",
"doc": "Documentation changes",
"test": "Test suite",
"build": "Build System",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the ordering here is used for the changelog too. The ordering should be more or less consistent with the ordering seen in Traits or TraitsUI's changelogs.

Copy link
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aaronayres35 aaronayres35 added the need backport to 5.0 PRs that need to be backported to maint/5.0 label Dec 16, 2020
@aaronayres35
Copy link
Contributor

I am going to go ahead and merge this PR so that it can be backported to 5.0.0. I hope thats okay!

@aaronayres35 aaronayres35 merged commit 20c6276 into master Dec 16, 2020
@aaronayres35 aaronayres35 deleted the maint-add-build-category branch December 16, 2020 20:58
@kitchoi
Copy link
Contributor Author

kitchoi commented Dec 17, 2020

I am going to go ahead and merge this PR so that it can be backported to 5.0.0. I hope thats okay!

Yes definitely. Thank you!

aaronayres35 added a commit that referenced this pull request Dec 17, 2020
* Make sure optional dependencies are optional for tests (#260)

* make sure optional dependencies are optional for tests

* add a news fragment

* apply suggestion from code review

* Add extras_require to setup.py for optional dependencies (#257)

* add optional dependencies for specific cub packages to extras_require

* add details to README about optional dependencies

* list io imports as standard library imports

* add prefrences/configobj to extras_rrequire as well (leave configobj in install_requires too)

* add specific install instructions

* formatting

* remove unneeded back ticks

* move install instructions into a separate section

* add news fragment

* add PR number to news fragment

* Remove image license files (#262)

* remove image license files

* move internal image license file to root directory

* add image_LICENSE_CP.txt and include it in manifest

* Apply suggestions from code review

Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>

Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>

* Add a new category for build system related changes (#261)

* update changelog

Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>
Co-authored-by: Kit Choi <kitchoi@users.noreply.github.com>
aaronayres35 added a commit that referenced this pull request Dec 17, 2020
* Make sure optional dependencies are optional for tests (#260)

* make sure optional dependencies are optional for tests

* add a news fragment

* apply suggestion from code review

* Add extras_require to setup.py for optional dependencies (#257)

* add optional dependencies for specific cub packages to extras_require

* add details to README about optional dependencies

* list io imports as standard library imports

* add prefrences/configobj to extras_rrequire as well (leave configobj in install_requires too)

* add specific install instructions

* formatting

* remove unneeded back ticks

* move install instructions into a separate section

* add news fragment

* add PR number to news fragment

* Remove image license files (#262)

* remove image license files

* move internal image license file to root directory

* add image_LICENSE_CP.txt and include it in manifest

* Apply suggestions from code review

Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>

Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>

* Add a new category for build system related changes (#261)

* update changelog

Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>
Co-authored-by: Kit Choi <kitchoi@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need backport to 5.0 PRs that need to be backported to maint/5.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants