Update to 2.1.0, and packaging cleanups
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2017-3f30cc765c
Please login to add feedback.
This update has been submitted for testing by petersen.
This update has obsoleted translate-toolkit-2.1.0-2.fc26, and has inherited its bugs and notes.
petersen edited this update.
This update has been pushed to testing.
works fine, to check if there was any other "po2sub" issue, I ran this: for i in
ls /usr/bin/po2*
; do$i
; doneIt spotted one more tiny issue to fix for po2l20n: Traceback (most recent call last): File "/usr/bin/po2l20n", line 11, in <module> load_entry_point('translate-toolkit==2.1.0', 'console_scripts', 'po2l20n')() File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 560, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 2648, in load_entry_point return ep.load() File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 2302, in load return self.resolve() File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 2308, in resolve module = import(self.module_name, fromlist=['name'], level=0) File "/usr/lib/python3.6/site-packages/translate/convert/po2l20n.py", line 26, in <module> from translate.storage import l20n, po File "/usr/lib/python3.6/site-packages/translate/storage/l20n.py", line 24, in <module> from l20n.format.parser import FTLParser as L20nParser ModuleNotFoundError: No module named 'l20n'
Works for me.
This update has reached 3 days in testing and can be pushed to stable now if the maintainer wishes
looks good except reported issues of po2l20n
This update has been submitted for stable by bodhi.
I don't think we have the l20n library in Fedora?
This update has been pushed to stable.