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

Copy project, version info when updating from template #706

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

Conversation

stephenfin
Copy link

When updating catalogs using the 'update_catalog' command, one would expect to see the 'Project-Id-Version' header updated using the information extracted with distutils. Make it so.

Closes: #705

When updating catalogs using the 'update_catalog' command, one would
expect to see the 'Project-Id-Version' header updated using the
information extracted with distutils. Make it so.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Closes: python-babel#705
@codecov
Copy link

codecov bot commented Apr 8, 2022

Codecov Report

Merging #706 (a80d8f1) into master (4a6e86f) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #706      +/-   ##
==========================================
+ Coverage   91.09%   91.12%   +0.02%     
==========================================
  Files          23       23              
  Lines        4156     4158       +2     
==========================================
+ Hits         3786     3789       +3     
+ Misses        370      369       -1     
Impacted Files Coverage Δ
babel/messages/catalog.py 95.31% <100.00%> (+0.02%) ⬆️
babel/core.py 96.65% <0.00%> (+0.30%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@akx akx self-requested a review April 8, 2022 12:47
@stephenfin
Copy link
Author

Oh wow, I'd forgotten about this. It'd be great to land this but fair warning, I've totally forgotten the context on this by now (in my defense, it's been 2 COVID-ful years)

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

Successfully merging this pull request may close these issues.

'update_catalog' doesn't update 'Project-Id-Version'
2 participants