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-1.fc37 RPM for noarch

From Fedora 37 testing updates for armhfp / Packages / p

Name: python3-ConfigUpdater Distribution: Fedora Project
Version: 3.1.1 Vendor: Fedora Project
Release: 1.fc37 Build date: Mon Apr 17 14:16:38 2023
Group: Unspecified Build host: buildvm-ppc64le-40.iad2.fedoraproject.org
Size: 232680 Source RPM: python-configupdater-3.1.1-1.fc37.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

* Mon Apr 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 3.1.1-1
  - Update to 3.1.1 (close RHBZ#2101232)
* Mon Apr 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 3.1-5
  - Drop duplicate license file
* Mon Apr 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 3.1-4
  - Update License to SPDX
* 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
* Wed Jul 07 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.0-1
  - minor typo fixes
  - improve doc sub-package summary
* Wed Jul 07 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.0-1
  - improve doc package description
  - add space in package description
* Tue Jul 06 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.0-1
  - Initial build

Files

/usr/lib/python3.11/site-packages/ConfigUpdater-3.1.1.dist-info
/usr/lib/python3.11/site-packages/ConfigUpdater-3.1.1.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/ConfigUpdater-3.1.1.dist-info/LICENSE.txt
/usr/lib/python3.11/site-packages/ConfigUpdater-3.1.1.dist-info/METADATA
/usr/lib/python3.11/site-packages/ConfigUpdater-3.1.1.dist-info/WHEEL
/usr/lib/python3.11/site-packages/ConfigUpdater-3.1.1.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/configupdater
/usr/lib/python3.11/site-packages/configupdater/__init__.py
/usr/lib/python3.11/site-packages/configupdater/__pycache__
/usr/lib/python3.11/site-packages/configupdater/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/configupdater/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/configupdater/__pycache__/block.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/configupdater/__pycache__/block.cpython-311.pyc
/usr/lib/python3.11/site-packages/configupdater/__pycache__/builder.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/configupdater/__pycache__/builder.cpython-311.pyc
/usr/lib/python3.11/site-packages/configupdater/__pycache__/configupdater.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/configupdater/__pycache__/configupdater.cpython-311.pyc
/usr/lib/python3.11/site-packages/configupdater/__pycache__/container.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/configupdater/__pycache__/container.cpython-311.pyc
/usr/lib/python3.11/site-packages/configupdater/__pycache__/document.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/configupdater/__pycache__/document.cpython-311.pyc
/usr/lib/python3.11/site-packages/configupdater/__pycache__/option.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/configupdater/__pycache__/option.cpython-311.pyc
/usr/lib/python3.11/site-packages/configupdater/__pycache__/parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/configupdater/__pycache__/parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/configupdater/__pycache__/section.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/configupdater/__pycache__/section.cpython-311.pyc
/usr/lib/python3.11/site-packages/configupdater/block.py
/usr/lib/python3.11/site-packages/configupdater/builder.py
/usr/lib/python3.11/site-packages/configupdater/configupdater.py
/usr/lib/python3.11/site-packages/configupdater/container.py
/usr/lib/python3.11/site-packages/configupdater/document.py
/usr/lib/python3.11/site-packages/configupdater/option.py
/usr/lib/python3.11/site-packages/configupdater/parser.py
/usr/lib/python3.11/site-packages/configupdater/py.typed
/usr/lib/python3.11/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, Tue Apr 9 18:49:43 2024