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

python3-ConfigUpdater-3.1.1-5.fc39 RPM for noarch

From Fedora 39 for x86_64 / p

Name: python3-ConfigUpdater Distribution: Fedora Project
Version: 3.1.1 Vendor: Fedora Project
Release: 5.fc39 Build date: Fri Jul 21 10:45:10 2023
Group: Unspecified Build host: buildvm-a64-13.iad2.fedoraproject.org
Size: 220244 Source RPM: python-configupdater-3.1.1-5.fc39.src.rpm
Packager: Fedora Project
Url: https://github.com/pyscaffold/configupdater
Summary: Parser like ConfigParser but for updating configuration files
The sole purpose of ConfigUpdater is to easily update an INI config file with
no changes to the original file except the intended ones. This means comments,
the ordering of sections and key/value-pairs as well as their cases are kept as
in the original file. Thus ConfigUpdater provides complementary functionality
to Python’s ConfigParser which is primarily meant for reading config files and
writing new ones.

Features:

The key differences to ConfigParser are:

  • minimal invasive changes in the update configuration file,
  • proper handling of comments,
  • only a single config file can be updated at a time,
  • the original case of sections and keys are kept,
  • control over the position of a new section/key

The following features are deliberately not implemented:

  • interpolation of values,
  • propagation of parameters from the default section,
  • conversions of values,
  • passing key/value-pairs with default argument,
  • non-strict mode allowing duplicate sections and keys.

Provides

Requires

License

MIT AND Python-2.0.1

Changelog

* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jul 12 2023 Python Maint <python-maint@redhat.com> - 3.1.1-4
  - Rebuilt for Python 3.12
* Wed Jul 12 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.1.1-3
  - Remove unnecessary dependencies
* Sat May 06 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 3.1.1-2
  - Don’t assume %_smp_mflags is -j%_smp_build_ncpus
* Sat Apr 15 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 3.1.1-1
  - Update to 3.1.1 (close RHBZ#2101232)
* Sat Apr 15 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 3.1-6
  - Drop duplicate license file
* Sat Apr 15 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 3.1-5
  - Update License to SPDX
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 3.1-2
  - Rebuilt for Python 3.11
* Tue Apr 12 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 3.1-1
  - Update to 3.1 (close RHBZ#2058238)
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jan 07 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 3.0.1-5
  - Clarify intersphinx mapping situation
* Thu Dec 23 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 3.0.1-2
  - Switch to pyproject-rpm-macros
  - Build Sphinx documentation as PDF instead of HTML to sidestep bundled web assets
* Sat Oct 23 2021 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 3.0.1-1
  - Update to 3.0.1 (#2016777)
* Mon Sep 13 2021 Josh Santos - 3.0-1
  - new version
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

Files

/usr/lib/python3.12/site-packages/ConfigUpdater-3.1.1.dist-info
/usr/lib/python3.12/site-packages/ConfigUpdater-3.1.1.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/ConfigUpdater-3.1.1.dist-info/LICENSE.txt
/usr/lib/python3.12/site-packages/ConfigUpdater-3.1.1.dist-info/METADATA
/usr/lib/python3.12/site-packages/ConfigUpdater-3.1.1.dist-info/WHEEL
/usr/lib/python3.12/site-packages/ConfigUpdater-3.1.1.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/configupdater
/usr/lib/python3.12/site-packages/configupdater/__init__.py
/usr/lib/python3.12/site-packages/configupdater/__pycache__
/usr/lib/python3.12/site-packages/configupdater/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/configupdater/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/configupdater/__pycache__/block.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/configupdater/__pycache__/block.cpython-312.pyc
/usr/lib/python3.12/site-packages/configupdater/__pycache__/builder.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/configupdater/__pycache__/builder.cpython-312.pyc
/usr/lib/python3.12/site-packages/configupdater/__pycache__/configupdater.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/configupdater/__pycache__/configupdater.cpython-312.pyc
/usr/lib/python3.12/site-packages/configupdater/__pycache__/container.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/configupdater/__pycache__/container.cpython-312.pyc
/usr/lib/python3.12/site-packages/configupdater/__pycache__/document.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/configupdater/__pycache__/document.cpython-312.pyc
/usr/lib/python3.12/site-packages/configupdater/__pycache__/option.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/configupdater/__pycache__/option.cpython-312.pyc
/usr/lib/python3.12/site-packages/configupdater/__pycache__/parser.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/configupdater/__pycache__/parser.cpython-312.pyc
/usr/lib/python3.12/site-packages/configupdater/__pycache__/section.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/configupdater/__pycache__/section.cpython-312.pyc
/usr/lib/python3.12/site-packages/configupdater/block.py
/usr/lib/python3.12/site-packages/configupdater/builder.py
/usr/lib/python3.12/site-packages/configupdater/configupdater.py
/usr/lib/python3.12/site-packages/configupdater/container.py
/usr/lib/python3.12/site-packages/configupdater/document.py
/usr/lib/python3.12/site-packages/configupdater/option.py
/usr/lib/python3.12/site-packages/configupdater/parser.py
/usr/lib/python3.12/site-packages/configupdater/py.typed
/usr/lib/python3.12/site-packages/configupdater/section.py
/usr/share/doc/python3-ConfigUpdater
/usr/share/doc/python3-ConfigUpdater/AUTHORS.rst
/usr/share/doc/python3-ConfigUpdater/CHANGELOG.rst
/usr/share/doc/python3-ConfigUpdater/CONTRIBUTING.rst
/usr/share/doc/python3-ConfigUpdater/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri May 10 02:04:07 2024