14
0

Accepting request 967441 from home:pgajdos:python

- 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/)

OBS-URL: https://build.opensuse.org/request/show/967441
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypuppetdb?expand=0&rev=14
This commit is contained in:
2022-04-07 14:46:07 +00:00
committed by Git OBS Bridge
parent cd79a40f9b
commit 28eedd4aaf
4 changed files with 45 additions and 7 deletions

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Apr 7 08:24:33 UTC 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 7 09:18:21 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>