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

python311-javaproperties-0.8.1-2.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-javaproperties Distribution: openSUSE:Factory:zSystems
Version: 0.8.1 Vendor: openSUSE
Release: 2.2 Build date: Wed Mar 6 15:31:15 2024
Group: Development/Languages/Python Build host: reproducible
Size: 224114 Source RPM: python-javaproperties-0.8.1-2.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/jwodder/javaproperties
Summary: Read & Write Java Properties Files
Read & write Java .properties files.

Provides

Requires

License

MIT

Changelog

* Wed Mar 06 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Switch package to modern Python Stack on SLE-15
    + Add %{?sle15_python_module_pythons}
* Mon Apr 03 2023 pgajdos@suse.com
  - version update to 0.8.1
    v0.8.1 (2021-10-05)
    - ------------------
    - Fix a typing issue in Python 3.9
    - Support Python 3.10
    v0.8.0 (2020-11-28)
    - ------------------
    - Drop support for Python 2.7, 3.4, and 3.5
    - Support Python 3.9
    - `ensure_ascii` parameter added to `PropertiesFile.dump()` and
      `PropertiesFile.dumps()`
    - **Bugfix**: When parsing XML input, empty `<entry>` tags now produce an empty
      string as a value, not `None`
    - Added type annotations
    - `Properties` and `PropertiesFile` no longer raise `TypeError` when given a
      non-string key or value, as type correctness is now expected to be enforced
      through static type checking
    - The `PropertiesElement` classes returned by `parse()` are no longer
      subclasses of `namedtuple`, but they can still be iterated over to retrieve
      their fields like a tuple
  - python-six is not required
* Thu Apr 16 2020 pgajdos@suse.com
  - version update to 0.7.0
    v0.7.0 (2020-03-09)
    - ------------------
    - `parse()` now accepts strings as input
    - **Breaking**: `parse()` now returns a generator of custom objects instead of
      triples of strings
    - Gave `PropertiesFile` a settable `timestamp` property
    - Gave `PropertiesFile` a settable `header_comment` property
    - Handle unescaping surrogate pairs on narrow Python builds
    v0.6.0 (2020-02-28)
    - ------------------
    - Include changelog in the Read the Docs site
    - Support Python 3.8
    - When dumping a value that begins with more than one space, only escape the
      first space in order to better match Java's behavior
    - Gave `dump()`, `dumps()`, `escape()`, and `join_key_value()` an
      `ensure_ascii` parameter for optionally not escaping non-ASCII characters in
      output
    - Gave `dump()` and `dumps()` an `ensure_ascii_comments` parameter for
      controlling what characters in the `comments` parameter are escaped
    - Gave `to_comment()` an `ensure_ascii` parameter for controlling what
      characters are escaped
    - Added a custom encoding error handler `'javapropertiesreplace'` that encodes
      invalid characters as `\uXXXX` escape sequences
  - really test the package
* Tue Nov 26 2019 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Initial build
    + Version 0.5.2

Files

/usr/lib/python3.11/site-packages/javaproperties
/usr/lib/python3.11/site-packages/javaproperties-0.8.1.dist-info
/usr/lib/python3.11/site-packages/javaproperties-0.8.1.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/javaproperties-0.8.1.dist-info/LICENSE
/usr/lib/python3.11/site-packages/javaproperties-0.8.1.dist-info/METADATA
/usr/lib/python3.11/site-packages/javaproperties-0.8.1.dist-info/RECORD
/usr/lib/python3.11/site-packages/javaproperties-0.8.1.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/javaproperties-0.8.1.dist-info/WHEEL
/usr/lib/python3.11/site-packages/javaproperties-0.8.1.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/javaproperties/__init__.py
/usr/lib/python3.11/site-packages/javaproperties/__pycache__
/usr/lib/python3.11/site-packages/javaproperties/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/javaproperties/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/javaproperties/__pycache__/propclass.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/javaproperties/__pycache__/propclass.cpython-311.pyc
/usr/lib/python3.11/site-packages/javaproperties/__pycache__/propfile.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/javaproperties/__pycache__/propfile.cpython-311.pyc
/usr/lib/python3.11/site-packages/javaproperties/__pycache__/reading.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/javaproperties/__pycache__/reading.cpython-311.pyc
/usr/lib/python3.11/site-packages/javaproperties/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/javaproperties/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/javaproperties/__pycache__/writing.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/javaproperties/__pycache__/writing.cpython-311.pyc
/usr/lib/python3.11/site-packages/javaproperties/__pycache__/xmlprops.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/javaproperties/__pycache__/xmlprops.cpython-311.pyc
/usr/lib/python3.11/site-packages/javaproperties/propclass.py
/usr/lib/python3.11/site-packages/javaproperties/propfile.py
/usr/lib/python3.11/site-packages/javaproperties/py.typed
/usr/lib/python3.11/site-packages/javaproperties/reading.py
/usr/lib/python3.11/site-packages/javaproperties/util.py
/usr/lib/python3.11/site-packages/javaproperties/writing.py
/usr/lib/python3.11/site-packages/javaproperties/xmlprops.py
/usr/share/doc/packages/python311-javaproperties
/usr/share/doc/packages/python311-javaproperties/CHANGELOG.md
/usr/share/doc/packages/python311-javaproperties/README.rst
/usr/share/licenses/python311-javaproperties
/usr/share/licenses/python311-javaproperties/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024