babel
babel copied to clipboard
Copy project, version info when updating from template
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
Codecov Report
Merging #706 (a80d8f1) into master (4a6e86f) will increase coverage by
0.02%. The diff coverage is100.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%) |
:arrow_up: |
| babel/core.py | 96.65% <0.00%> (+0.30%) |
:arrow_up: |
:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more
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)