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

Maintain metadata #999

Merged
merged 2 commits into from
Dec 1, 2023
Merged

Conversation

WilliamBergamin
Copy link
Contributor

@WilliamBergamin WilliamBergamin commented Dec 1, 2023

During the implementation of slack-sdk#1436 it was found that the metadata from pip show slack-bolt was not maintained in the changes introduced by #996

This PR aims to remedy this situation by introducing changes that maintain the output of pip show slack-bolt

Output:

Name: slack-bolt
Version: 1.18.1
Summary: The Bolt Framework for Python
Home-page: https://github.com/slackapi/bolt-python
Author: Slack Technologies, LLC
Author-email: opensource@slack.com
License: MIT
Location: /.../env_3.11.2/lib/python3.11/site-packages
Requires: slack-sdk

This package was also deployed to test.pypi/slack-bolt no behaviors were noticed

Category

  • slack_bolt.App and/or its core components
  • slack_bolt.async_app.AsyncApp and/or its core components
  • Adapters in slack_bolt.adapter
  • Document pages under /docs
  • Others

Requirements

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

  • I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've run ./scripts/install_all_and_run_tests.sh after making the changes.

@WilliamBergamin WilliamBergamin added the bug Something isn't working label Dec 1, 2023
@WilliamBergamin WilliamBergamin self-assigned this Dec 1, 2023
Copy link

codecov bot commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9209e7b) 91.76% compared to head (4b2d8a8) 91.76%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #999   +/-   ##
=======================================
  Coverage   91.76%   91.76%           
=======================================
  Files         181      181           
  Lines        6312     6312           
=======================================
  Hits         5792     5792           
  Misses        520      520           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seratch seratch added this to the 1.18.2 milestone Dec 1, 2023
Copy link
Member

@seratch seratch left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this!

@seratch seratch merged commit 5e63905 into slackapi:main Dec 1, 2023
12 checks passed
@WilliamBergamin WilliamBergamin deleted the maintain-metadata branch December 4, 2023 16:02
@seratch seratch modified the milestones: 1.18.2, 1.19.0 May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants