Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python312-pypuppetdb | Distribution: openSUSE:Factory:zSystems |
Version: 2.5.1 | Vendor: openSUSE |
Release: 2.1 | Build date: Thu Mar 7 09:48:08 2024 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 274960 | Source RPM: python-pypuppetdb-2.5.1-2.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/nedap/pypuppetdb | |
Summary: Library to work with PuppetDB's REST API |
This library is a wrapper around the REST API providing some convinience functions and objects to request and hold data from PuppetDB. More information: https://github.com/nedap/pypuppetdb
Apache-2.0
* Thu Mar 07 2024 Matej Cepl <mcepl@cepl.eu> - Clean up the SPEC file * Wed Mar 06 2024 Bernhard Wiedemann <bwiedemann@suse.com> - Fix build with --nocheck * Thu Apr 07 2022 pgajdos@suse.com - version update to 2.5.1 2.5.1 - ---- - Fix TypeError exception thrown by `BaseAPI._query()` when using debug logging. 2.5.0 - ---- - Python 3.10 added as a supported version ([#213](https://github.com/voxpupuli/pypuppetdb/pull/213)) 2.4.0 - ---- - Added PQL support with `pql()` method (PR [#201](https://github.com/voxpupuli/pypuppetdb/pull/201), fixes [#167](https://github.com/voxpupuli/pypuppetdb/issues/167)) - Added ability to specify additional queries when using `Node.facts()` ([#127](https://github.com/voxpupuli/pypuppetdb/pull/127)) - Improve the documentation (even more ;)) (PR [#206](https://github.com/voxpupuli/pypuppetdb/issues/206), fixes [#143](https://github.com/voxpupuli/pypuppetdb/issues/143) and [#129](https://github.com/voxpupuli/pypuppetdb/issues/129)) - Fixed creating `Edge` objects ([#202](https://github.com/voxpupuli/pypuppetdb/issues/202)) - Python 3.9 added as a supported version ([#203](https://github.com/voxpupuli/pypuppetdb/pull/203)) 2.3.0 - ---- - Added support for `with` statement ([#185](https://github.com/voxpupuli/pypuppetdb/pull/185)) - Added explicit `disconnect()` method ([#185](https://github.com/voxpupuli/pypuppetdb/pull/185)) - Improved the documentation on [Read the Docs](https://pypuppetdb.readthedocs.io/en/latest/) and in the project's README ([#190](https://github.com/voxpupuli/pypuppetdb/pull/190)) - do not require python-mock for build * Fri Aug 07 2020 Marketa Calabkova <mcalabkova@suse.com> - Update to 2.2.0 * Loosen requirements and drop six - Drop loosen-requirements.patch * Fri Mar 20 2020 Marketa Calabkova <mcalabkova@suse.com> - Update to 2.1.0 * Dropping old python 2.7/3.5 and ensuring 3 latest versions are supported * Adding mypy + cleanup + further removal of python2 code * Bugfix: Httpretty is not used outside tests and breaks install on newer python versions for some systems * Add option to get nodes without using event-counts * define the project status as stable * bundle requirements-test.txt in python package * Bugfix: Fixed metric() function to query the new v2 endpoint based on Jolokia * added few new parameters - Added patch loosen-requirements.patch * Tue Sep 10 2019 Tomáš Chvátal <tchvatal@suse.com> - Update to 1.1.0: * deduplicate dependencylist * QueryBuilder.py: Use native data structures for internal representation * Add support for the Command API * Tue Aug 27 2019 Marketa Calabkova <mcalabkova@suse.com> - update to version 1.0.0 * QueryBuilder: Added support for FromOperator, arrays and FromOperator * New endpoint: status * POST query in request body * Thu Feb 14 2019 Jan Engelhardt <jengelh@inai.de> - Use noun phrase in summary. * Tue Feb 12 2019 Tomáš Chvátal <tchvatal@suse.com> - Drop not-needed devel dependency * Tue Feb 05 2019 joop.boonen@opensuse.org - Build version 0.3.3 * Add support for authentication with tokens * Fix bug with parsing results from inventory endpoint - Build version 0.3.2 * Fixed noop puppet runs reporting unchanged instead of noop. * Fixed unreported nodes shown as 'noop' in puppetdb > 4.1.0. * Add Inventory API endpoint for PuppetDB 4.2.0. * Support for producer field on catalogs, facts and report types. - Build version 0.3.1 * Fixed a datetime related bug in :func:`pypuppetdb.api.nodes()` that caused all returned nodes to be an unreported status - Build version 0.3.0 * New QueryBuilder module allows users to build PuppetDB queries in an Object-Oriented fashion. * Adding support for new fields provided in PuppetDB 4.1.0. - Build version 0.2.3 * Removed deprecation of :func:`pypuppetdb.types.Report.events()`. Expanded resource events data timestamps are not parseable. * Escaping additional path parameters passed to _url() with urllib.quote - Build version 0.2.2 * Fixed URL Encoding found when querying the specific value of a macaddress fact. * Adding support for PuppetDB 4.0.0 information. Namely Adding a catalog_uuid attribute to the Catalog type object. Adding code_id, catalog_uuid and cached_catalog_status attributes to the Report type object. * Removing unneeded sudo option from .travis.yml, this gave unnecessary warning in the test environment. * Updating the files under docs/ so https://pypuppetdb.readthedocs.org/en/latest/ can be updated * Deprecating :func:`pypuppetdb.types.Report.events()` in favour of the new events list variable. * Renaming test-requirements.txt to requirements.txt - Build version 0.2.1 * Adding a version comparison utility function using examples provided in http://stackoverflow.com/questions/1714027/version-number-comparison * Adding a new variable latest_report_hash to the Node object. Default None but is given a real value from the field of the same name in the Nodes endpoint available in PuppetDB 3.2 or higher. * Allowing support for 'GET' AND 'POST' requests in the api _query() function. This will allow clients to send requests to the PuppetDB that are too long for a GEt request query string * Adding a node field, code_id, to the Catalog object using the field of the same name from the Catalogs endpoint (currently unused as of PuppetDB 3.2.2) * Adding test cases for new features EXCEPT the GET and POST update. - Build version 0.2.0 * Version bump to 0.2.0 * Adding support for v4 of the Query API * Removing v2 and v3 api functions as per changelog * pypuppetdb will no longer support multiple API versions, removing the api_version attribute from pypuppetdb.connect() * All clients must remove the api_version attribute from the connect function, or the starting number, since it is no longer supported * Removing all NotImplemented errors in the function of BaseAPI and filled them with the real code
/usr/lib/python3.12/site-packages/pypuppetdb /usr/lib/python3.12/site-packages/pypuppetdb-2.5.1-py3.12.egg-info /usr/lib/python3.12/site-packages/pypuppetdb-2.5.1-py3.12.egg-info/PKG-INFO /usr/lib/python3.12/site-packages/pypuppetdb-2.5.1-py3.12.egg-info/SOURCES.txt /usr/lib/python3.12/site-packages/pypuppetdb-2.5.1-py3.12.egg-info/dependency_links.txt /usr/lib/python3.12/site-packages/pypuppetdb-2.5.1-py3.12.egg-info/requires.txt /usr/lib/python3.12/site-packages/pypuppetdb-2.5.1-py3.12.egg-info/top_level.txt /usr/lib/python3.12/site-packages/pypuppetdb/QueryBuilder.py /usr/lib/python3.12/site-packages/pypuppetdb/__init__.py /usr/lib/python3.12/site-packages/pypuppetdb/__pycache__ /usr/lib/python3.12/site-packages/pypuppetdb/__pycache__/QueryBuilder.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pypuppetdb/__pycache__/QueryBuilder.cpython-312.pyc /usr/lib/python3.12/site-packages/pypuppetdb/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pypuppetdb/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pypuppetdb/__pycache__/errors.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pypuppetdb/__pycache__/errors.cpython-312.pyc /usr/lib/python3.12/site-packages/pypuppetdb/__pycache__/types.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pypuppetdb/__pycache__/types.cpython-312.pyc /usr/lib/python3.12/site-packages/pypuppetdb/__pycache__/utils.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pypuppetdb/__pycache__/utils.cpython-312.pyc /usr/lib/python3.12/site-packages/pypuppetdb/api /usr/lib/python3.12/site-packages/pypuppetdb/api/__init__.py /usr/lib/python3.12/site-packages/pypuppetdb/api/__pycache__ /usr/lib/python3.12/site-packages/pypuppetdb/api/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pypuppetdb/api/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pypuppetdb/api/__pycache__/base.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pypuppetdb/api/__pycache__/base.cpython-312.pyc /usr/lib/python3.12/site-packages/pypuppetdb/api/__pycache__/command.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pypuppetdb/api/__pycache__/command.cpython-312.pyc /usr/lib/python3.12/site-packages/pypuppetdb/api/__pycache__/metadata.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pypuppetdb/api/__pycache__/metadata.cpython-312.pyc /usr/lib/python3.12/site-packages/pypuppetdb/api/__pycache__/metrics.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pypuppetdb/api/__pycache__/metrics.cpython-312.pyc /usr/lib/python3.12/site-packages/pypuppetdb/api/__pycache__/pql.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pypuppetdb/api/__pycache__/pql.cpython-312.pyc /usr/lib/python3.12/site-packages/pypuppetdb/api/__pycache__/query.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pypuppetdb/api/__pycache__/query.cpython-312.pyc /usr/lib/python3.12/site-packages/pypuppetdb/api/__pycache__/status.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pypuppetdb/api/__pycache__/status.cpython-312.pyc /usr/lib/python3.12/site-packages/pypuppetdb/api/base.py /usr/lib/python3.12/site-packages/pypuppetdb/api/command.py /usr/lib/python3.12/site-packages/pypuppetdb/api/metadata.py /usr/lib/python3.12/site-packages/pypuppetdb/api/metrics.py /usr/lib/python3.12/site-packages/pypuppetdb/api/pql.py /usr/lib/python3.12/site-packages/pypuppetdb/api/query.py /usr/lib/python3.12/site-packages/pypuppetdb/api/status.py /usr/lib/python3.12/site-packages/pypuppetdb/errors.py /usr/lib/python3.12/site-packages/pypuppetdb/types.py /usr/lib/python3.12/site-packages/pypuppetdb/utils.py /usr/share/doc/packages/python312-pypuppetdb /usr/share/doc/packages/python312-pypuppetdb/CHANGELOG.md /usr/share/doc/packages/python312-pypuppetdb/README.md /usr/share/licenses/python312-pypuppetdb /usr/share/licenses/python312-pypuppetdb/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Nov 7 00:41:23 2024