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

Move pyramid_beaker a new extra named upload #251

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

sbrunner
Copy link
Member

@sbrunner sbrunner commented Mar 31, 2023

@sbrunner sbrunner force-pushed the beaker-extra branch 2 times, most recently from 0f39650 to 847f7a1 Compare March 31, 2023 14:04
try:
config.include('pyramid_beaker') # use Beaker for session storage
except ModuleNotFoundError:
logger.info("""Unable to include pyramid_beaker this probably mean that he is not installer.
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't we log this as warning ?

Suggested change
logger.info("""Unable to include pyramid_beaker this probably mean that he is not installer.
logger.info("""Unable to include pyramid_beaker this probably mean that it is not installed.

@arnaud-morvan
Copy link
Member

arnaud-morvan commented Apr 3, 2023

Currently in this project release process is:

  • Create a tag (next one is 2.1.28, see file setup.py). => this create a package on PyPi.
  • Upgrade the version in setup.py for the next release.

Note that, regading your change in CHANGES.txt you might also update version in setup.py and create a tag.

We use MAJOR.MINOR.RELEASE. So this might be a 2.1.28 version or 2.2.0 version.

Will this be used in GMF 2.7 or 2.8 ?

Available for discussion if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants