Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-translate-toolkit-man-3.15.5-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python313-translate-toolkit-man Distribution: openSUSE Tumbleweed
Version: 3.15.5 Vendor: openSUSE
Release: 1.1 Build date: Thu Jun 19 18:22:38 2025
Group: Unspecified Build host: reproducible
Size: 346576 Source RPM: translate-toolkit-man-3.15.5-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://toolkit.translatehouse.org/
Summary: Tools and API to assist with translation and software localization
The translate-toolkit-man package contains manual pages for translate-toolkit.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Thu Jun 19 2025 Markéta Machová <mmachova@suse.com>
  - Fix the doc build
* Wed Jun 18 2025 Markéta Machová <mmachova@suse.com>
  - Update to 3.15.5
    * Improvements to multiple formats.
    * Packaging now follows PEP 621.
    * Documentation improvements and cleanups.
    * Added support for Compose Multiplatform Resources
    * Added language definition for Toki Pona
  - Convert to libalternatives
* Wed Jan 15 2025 Dominique Leuenberger <dimstar@opensuse.org>
  - Only provide the 'translate-toolkit' symbol in the actual
    packages, not the doc/test flavored ones.
* Fri Jan 10 2025 Markéta Machová <mmachova@suse.com>
  - Split the documentation from the main package to avoid many new
    dependencies in Ring1
    * man pages are being made optional by this change
* Mon Jan 06 2025 Markéta Machová <mmachova@suse.com>
  - Update to 3.14.5
    * Improvements to multiple formats.
    * Dropped support for Python 3.8.
    * Improved multistring implementation.
    * Python 3.13 compatiblity.
  - Drop merged py313.patch
* Wed Oct 30 2024 Markéta Machová <mmachova@suse.com>
  - Update to 3.13.3
    * Improved handling of MO files
  - Drop merged sphinx-intersphinx.patch
  - Add py313.patch
* Thu Jul 04 2024 Markéta Machová <mmachova@suse.com>
  - Update to 3.13.1
    * Added support for FormatJS
    * Several improvements to the PO, XML and Properties formats.
    * Updated language definitions to include CLDR aliases.
    * Dropped unmatained Mozilla l10n scripts.
  - Drop merged 0001-tests-Adjust-to-changed-aeidon-behavior.patch
* Sat Jun 29 2024 Dirk Müller <dmueller@suse.com>
  - update to 3.13.1:
    * Compatibility with current pytest and setuptools.
    * Updated language definitions to include CLDR aliases.
    * Dropped unmatained Mozilla l10n scripts.
    * Updated aeidon compatibility
    * PO: Fixed newlines handling in notes
    * PO: Improved header handling
    * PO: Avoid adding duplicate context when merging duplicates
  - drop 0001-tests-Adjust-to-changed-aeidon-behavior.patch:
    (upstream)
* Mon Apr 08 2024 Ana Guerrero <ana.guerrero@suse.com>
  - Add patch 0001-tests-Adjust-to-changed-aeidon-behavior.patch for
    the new the "in-between" newline logic
* Sun Jan 14 2024 Ben Greiner <code@bnavigator.de>
  - Update to 3.12.1
    * Fixed parsing of some Android translation files
  - Release 3.12.0
    * Improved Android format compatibility with plurals and CDATA
    * Added support for MOKO resources
    * Gettext PO honors line wrapping configuration when adding unit
    * Use correct plurals matching Qt implementation
    * Properties notes behave consistently with other formats
    * RESX/RESW use Windows newlines instead of UNIX ones
    * INI does not treat lines starting with rem as comments
    * Improved JSON round-tri
  - Release 3.11.1
    * Updated language definitions to CLDR 44
  - Release 3.11.0
    * Improved Android format compatibility
    * Improved JSON round-trip
    * Add support for relative locations in TS2
    * Python 3.12 is now supported
    * Tests are no longer distributed in the module
    * Switched to ruff for linting and formatting
  - Release 3.10.1
    * Added android2po converter
    * Improved support of the RC and XLIFF formats
  - Release 3.10.0
    * Added support for Markdown
    * Improved support of the XLIFF and Fluent formats
* Sat Jul 01 2023 Markéta Machová <mmachova@suse.com>
  - Update to 3.9.2
    * Fluent: Attributes are now exposed as translatable entities
    * Fluent: Terms are now prefixed with -
    * POXLIFF: Avoid using "None" as translation for untranslated pluralized units
    * TBX: Improved notes parsing
    * improved CSV output of pocount and refactored it
    * junitmsgfmt has been rewritten in Python
    * po2csv, csv2po: Add support for preserving context
    * dropped support for Python 3.7
    * TS2: Fixed handling of files without a source string
* Fri Mar 17 2023 Luiz Fernando Ranghetti <elchevive@opensuse.org>
  - update to 3.8.6
    * Improved support for go-i18n v2
    * Fixed parsing unicode RC files with pragma encoding
    * Add support for go-i18n v2
    * Fixes in the i18next v4 and GWT formats
    * Fixes in the JSON, YAML and stringsdict formats
    * Adds support for gotext and i18next v4 JSON variants
  - switch back to upstream tarball
  - fix for boo#1208870 (translate/share folder not packaged)
* Mon Jan 02 2023 Ben Greiner <code@bnavigator.de>
  - update to 3.8.0
    * JSON: Fixed serialization for some corner case keys
    * PO: Wrapping is now compatible with GNU gettext 0.21.1
    * Fluent: Consolidate error handling to be similar as with other
      formats
    * Fluent: Add support for extracting placeables
    * LISA (XLIFF, Android, ...): Allow to customize behavior of
      empty XML tags
    * RC: Added support for MENUEX block and DISCARDABLE attribute
  - Move to PEP517 build
  - Add pyparsing as build requirment for manpage genaration: It is
    not pulled in automatically anymore (python-packaging 22)
  - Fix alternatives uninstall command: Master ends in 1.gz
    (%ext_man)
* Wed Oct 26 2022 Dirk Müller <dmueller@suse.com>
  - update to 3.7.3:
    * Addded new classified rewriter
    * Updated CLDR data
    * Fixes in the Android, GWT and RC formats.
    * Rewritten installation to use modern setuptools features.
    * Added support for Resource Dictionary format.
    * Fixes in the CSV, PO and RC formats.
    * Fixes in the JSON, YAML, RC, and properties formats.
    * see https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/3.7.3.html
    * see https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/3.7.2.html
    * see https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/3.7.1.html
    * see https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/3.7.0.html
    * see https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/3.6.2.html
  - switch to obs_scm due to broken upstream tarball (gh#translate/translate#4744)
* Tue Oct 04 2022 Martin Liška <mliska@suse.cz>
  - Drop not needed BuildRequires: subversion.
* Fri Apr 29 2022 Markéta Machová <mmachova@suse.com>
  - Update to 3.6.1
    * Dropped support for Python 3.6
    * Added support for Python 3.10
    * Switch to charset-normalizer from chardet for more reliable detection
* Tue Feb 01 2022 Luiz Fernando Ranghetti <elchevive@opensuse.org>
  - update to 3.5.3:
    * Fixed updating files with DOS end of lines in PO format
    * Improved error reporting for parse errors in PO format
    * Fixed adding strings to empty Ruby YAML file
    * Better handling of multiline stringtable translations in po2rc
    * Update CLDR data to 37.0.0

Files

/usr/share/doc/packages/python313-translate-toolkit-man
/usr/share/doc/packages/python313-translate-toolkit-man/README.rst
/usr/share/libalternatives/android2po
/usr/share/libalternatives/android2po/1313.conf
/usr/share/libalternatives/csv2po
/usr/share/libalternatives/csv2po/1313.conf
/usr/share/libalternatives/csv2tbx
/usr/share/libalternatives/csv2tbx/1313.conf
/usr/share/libalternatives/dtd2po
/usr/share/libalternatives/dtd2po/1313.conf
/usr/share/libalternatives/flatxml2po
/usr/share/libalternatives/flatxml2po/1313.conf
/usr/share/libalternatives/html2po
/usr/share/libalternatives/html2po/1313.conf
/usr/share/libalternatives/ical2po
/usr/share/libalternatives/ical2po/1313.conf
/usr/share/libalternatives/idml2po
/usr/share/libalternatives/idml2po/1313.conf
/usr/share/libalternatives/ini2po
/usr/share/libalternatives/ini2po/1313.conf
/usr/share/libalternatives/json2po
/usr/share/libalternatives/json2po/1313.conf
/usr/share/libalternatives/moz2po
/usr/share/libalternatives/moz2po/1313.conf
/usr/share/libalternatives/mozfunny2prop
/usr/share/libalternatives/mozfunny2prop/1313.conf
/usr/share/libalternatives/mozlang2po
/usr/share/libalternatives/mozlang2po/1313.conf
/usr/share/libalternatives/odf2xliff
/usr/share/libalternatives/odf2xliff/1313.conf
/usr/share/libalternatives/oo2po
/usr/share/libalternatives/oo2po/1313.conf
/usr/share/libalternatives/oo2xliff
/usr/share/libalternatives/oo2xliff/1313.conf
/usr/share/libalternatives/php2po
/usr/share/libalternatives/php2po/1313.conf
/usr/share/libalternatives/phppo2pypo
/usr/share/libalternatives/phppo2pypo/1313.conf
/usr/share/libalternatives/po2csv
/usr/share/libalternatives/po2csv/1313.conf
/usr/share/libalternatives/po2dtd
/usr/share/libalternatives/po2dtd/1313.conf
/usr/share/libalternatives/po2flatxml
/usr/share/libalternatives/po2flatxml/1313.conf
/usr/share/libalternatives/po2html
/usr/share/libalternatives/po2html/1313.conf
/usr/share/libalternatives/po2ical
/usr/share/libalternatives/po2ical/1313.conf
/usr/share/libalternatives/po2idml
/usr/share/libalternatives/po2idml/1313.conf
/usr/share/libalternatives/po2ini
/usr/share/libalternatives/po2ini/1313.conf
/usr/share/libalternatives/po2json
/usr/share/libalternatives/po2json/1313.conf
/usr/share/libalternatives/po2moz
/usr/share/libalternatives/po2moz/1313.conf
/usr/share/libalternatives/po2mozlang
/usr/share/libalternatives/po2mozlang/1313.conf
/usr/share/libalternatives/po2oo
/usr/share/libalternatives/po2oo/1313.conf
/usr/share/libalternatives/po2php
/usr/share/libalternatives/po2php/1313.conf
/usr/share/libalternatives/po2prop
/usr/share/libalternatives/po2prop/1313.conf
/usr/share/libalternatives/po2rc
/usr/share/libalternatives/po2rc/1313.conf
/usr/share/libalternatives/po2resx
/usr/share/libalternatives/po2resx/1313.conf
/usr/share/libalternatives/po2sub
/usr/share/libalternatives/po2sub/1313.conf
/usr/share/libalternatives/po2symb
/usr/share/libalternatives/po2symb/1313.conf
/usr/share/libalternatives/po2tiki
/usr/share/libalternatives/po2tiki/1313.conf
/usr/share/libalternatives/po2tmx
/usr/share/libalternatives/po2tmx/1313.conf
/usr/share/libalternatives/po2ts
/usr/share/libalternatives/po2ts/1313.conf
/usr/share/libalternatives/po2txt
/usr/share/libalternatives/po2txt/1313.conf
/usr/share/libalternatives/po2web2py
/usr/share/libalternatives/po2web2py/1313.conf
/usr/share/libalternatives/po2wordfast
/usr/share/libalternatives/po2wordfast/1313.conf
/usr/share/libalternatives/po2xliff
/usr/share/libalternatives/po2xliff/1313.conf
/usr/share/libalternatives/po2yaml
/usr/share/libalternatives/po2yaml/1313.conf
/usr/share/libalternatives/poclean
/usr/share/libalternatives/poclean/1313.conf
/usr/share/libalternatives/pocompile
/usr/share/libalternatives/pocompile/1313.conf
/usr/share/libalternatives/poconflicts
/usr/share/libalternatives/poconflicts/1313.conf
/usr/share/libalternatives/podebug
/usr/share/libalternatives/podebug/1313.conf
/usr/share/libalternatives/pofilter
/usr/share/libalternatives/pofilter/1313.conf
/usr/share/libalternatives/pogrep
/usr/share/libalternatives/pogrep/1313.conf
/usr/share/libalternatives/pomerge
/usr/share/libalternatives/pomerge/1313.conf
/usr/share/libalternatives/porestructure
/usr/share/libalternatives/porestructure/1313.conf
/usr/share/libalternatives/posegment
/usr/share/libalternatives/posegment/1313.conf
/usr/share/libalternatives/poswap
/usr/share/libalternatives/poswap/1313.conf
/usr/share/libalternatives/pot2po
/usr/share/libalternatives/pot2po/1313.conf
/usr/share/libalternatives/poterminology
/usr/share/libalternatives/poterminology/1313.conf
/usr/share/libalternatives/pretranslate
/usr/share/libalternatives/pretranslate/1313.conf
/usr/share/libalternatives/prop2po
/usr/share/libalternatives/prop2po/1313.conf
/usr/share/libalternatives/pypo2phppo
/usr/share/libalternatives/pypo2phppo/1313.conf
/usr/share/libalternatives/rc2po
/usr/share/libalternatives/rc2po/1313.conf
/usr/share/libalternatives/resx2po
/usr/share/libalternatives/resx2po/1313.conf
/usr/share/libalternatives/sub2po
/usr/share/libalternatives/sub2po/1313.conf
/usr/share/libalternatives/symb2po
/usr/share/libalternatives/symb2po/1313.conf
/usr/share/libalternatives/tbx2po
/usr/share/libalternatives/tbx2po/1313.conf
/usr/share/libalternatives/tiki2po
/usr/share/libalternatives/tiki2po/1313.conf
/usr/share/libalternatives/translatetoolkit
/usr/share/libalternatives/translatetoolkit/1313.conf
/usr/share/libalternatives/ts2po
/usr/share/libalternatives/ts2po/1313.conf
/usr/share/libalternatives/txt2po
/usr/share/libalternatives/txt2po/1313.conf
/usr/share/libalternatives/web2py2po
/usr/share/libalternatives/web2py2po/1313.conf
/usr/share/libalternatives/xliff2odf
/usr/share/libalternatives/xliff2odf/1313.conf
/usr/share/libalternatives/xliff2oo
/usr/share/libalternatives/xliff2oo/1313.conf
/usr/share/libalternatives/xliff2po
/usr/share/libalternatives/xliff2po/1313.conf
/usr/share/libalternatives/yaml2po
/usr/share/libalternatives/yaml2po/1313.conf
/usr/share/licenses/python313-translate-toolkit-man
/usr/share/licenses/python313-translate-toolkit-man/COPYING
/usr/share/man/man1/android2po-3.13.1.gz
/usr/share/man/man1/csv2po-3.13.1.gz
/usr/share/man/man1/csv2tbx-3.13.1.gz
/usr/share/man/man1/dtd2po-3.13.1.gz
/usr/share/man/man1/flatxml2po-3.13.1.gz
/usr/share/man/man1/html2po-3.13.1.gz
/usr/share/man/man1/ical2po-3.13.1.gz
/usr/share/man/man1/idml2po-3.13.1.gz
/usr/share/man/man1/ini2po-3.13.1.gz
/usr/share/man/man1/json2po-3.13.1.gz
/usr/share/man/man1/moz2po-3.13.1.gz
/usr/share/man/man1/mozfunny2prop-3.13.1.gz
/usr/share/man/man1/mozlang2po-3.13.1.gz
/usr/share/man/man1/odf2xliff-3.13.1.gz
/usr/share/man/man1/oo2po-3.13.1.gz
/usr/share/man/man1/oo2xliff-3.13.1.gz
/usr/share/man/man1/php2po-3.13.1.gz
/usr/share/man/man1/phppo2pypo-3.13.1.gz
/usr/share/man/man1/po2csv-3.13.1.gz
/usr/share/man/man1/po2dtd-3.13.1.gz
/usr/share/man/man1/po2flatxml-3.13.1.gz
/usr/share/man/man1/po2html-3.13.1.gz
/usr/share/man/man1/po2ical-3.13.1.gz
/usr/share/man/man1/po2idml-3.13.1.gz
/usr/share/man/man1/po2ini-3.13.1.gz
/usr/share/man/man1/po2json-3.13.1.gz
/usr/share/man/man1/po2moz-3.13.1.gz
/usr/share/man/man1/po2mozlang-3.13.1.gz
/usr/share/man/man1/po2oo-3.13.1.gz
/usr/share/man/man1/po2php-3.13.1.gz
/usr/share/man/man1/po2prop-3.13.1.gz
/usr/share/man/man1/po2rc-3.13.1.gz
/usr/share/man/man1/po2resx-3.13.1.gz
/usr/share/man/man1/po2sub-3.13.1.gz
/usr/share/man/man1/po2symb-3.13.1.gz
/usr/share/man/man1/po2tiki-3.13.1.gz
/usr/share/man/man1/po2tmx-3.13.1.gz
/usr/share/man/man1/po2ts-3.13.1.gz
/usr/share/man/man1/po2txt-3.13.1.gz
/usr/share/man/man1/po2web2py-3.13.1.gz
/usr/share/man/man1/po2wordfast-3.13.1.gz
/usr/share/man/man1/po2xliff-3.13.1.gz
/usr/share/man/man1/po2yaml-3.13.1.gz
/usr/share/man/man1/poclean-3.13.1.gz
/usr/share/man/man1/pocompile-3.13.1.gz
/usr/share/man/man1/poconflicts-3.13.1.gz
/usr/share/man/man1/podebug-3.13.1.gz
/usr/share/man/man1/pofilter-3.13.1.gz
/usr/share/man/man1/pogrep-3.13.1.gz
/usr/share/man/man1/pomerge-3.13.1.gz
/usr/share/man/man1/porestructure-3.13.1.gz
/usr/share/man/man1/posegment-3.13.1.gz
/usr/share/man/man1/poswap-3.13.1.gz
/usr/share/man/man1/pot2po-3.13.1.gz
/usr/share/man/man1/poterminology-3.13.1.gz
/usr/share/man/man1/pretranslate-3.13.1.gz
/usr/share/man/man1/prop2po-3.13.1.gz
/usr/share/man/man1/pypo2phppo-3.13.1.gz
/usr/share/man/man1/rc2po-3.13.1.gz
/usr/share/man/man1/resx2po-3.13.1.gz
/usr/share/man/man1/sub2po-3.13.1.gz
/usr/share/man/man1/symb2po-3.13.1.gz
/usr/share/man/man1/tbx2po-3.13.1.gz
/usr/share/man/man1/tiki2po-3.13.1.gz
/usr/share/man/man1/translatetoolkit-3.13.1.gz
/usr/share/man/man1/ts2po-3.13.1.gz
/usr/share/man/man1/txt2po-3.13.1.gz
/usr/share/man/man1/web2py2po-3.13.1.gz
/usr/share/man/man1/xliff2odf-3.13.1.gz
/usr/share/man/man1/xliff2oo-3.13.1.gz
/usr/share/man/man1/xliff2po-3.13.1.gz
/usr/share/man/man1/yaml2po-3.13.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Jun 25 23:27:56 2025