Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-hcloud for openSUSE:Factory checked in at 2024-01-05 21:44:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-hcloud (Old) and /work/SRC/openSUSE:Factory/.python-hcloud.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hcloud" Fri Jan 5 21:44:47 2024 rev:7 rq:1137007 version:1.33.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-hcloud/python-hcloud.changes 2023-12-28 23:03:19.310517739 +0100 +++ /work/SRC/openSUSE:Factory/.python-hcloud.new.28375/python-hcloud.changes 2024-01-05 21:46:41.409862666 +0100 @@ -1,0 +2,7 @@ +Fri Jan 5 09:11:16 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 1.33.2: + * publish package to PyPI using OIDC auth + * private object not exported in top level module + +------------------------------------------------------------------- Old: ---- hcloud-1.33.0.tar.gz New: ---- hcloud-1.33.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-hcloud.spec ++++++ --- /var/tmp/diff_new_pack.8g86Og/_old 2024-01-05 21:46:41.873879647 +0100 +++ /var/tmp/diff_new_pack.8g86Og/_new 2024-01-05 21:46:41.877879793 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-hcloud # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-hcloud -Version: 1.33.0 +Version: 1.33.2 Release: 0 Summary: Hetzner Cloud Python library License: MIT ++++++ hcloud-1.33.0.tar.gz -> hcloud-1.33.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hcloud-1.33.0/CHANGELOG.md new/hcloud-1.33.2/CHANGELOG.md --- old/hcloud-1.33.0/CHANGELOG.md 2023-12-19 17:33:48.000000000 +0100 +++ new/hcloud-1.33.2/CHANGELOG.md 2024-01-02 18:18:37.000000000 +0100 @@ -1,5 +1,26 @@ # Changelog +## [1.33.2](https://github.com/hetznercloud/hcloud-python/compare/v1.33.1...v1.33.2) (2024-01-02) + + +### Bug Fixes + +* publish package to PyPI using OIDC auth ([1a0e93b](https://github.com/hetznercloud/hcloud-python/commit/1a0e93bbf1ae6cc747e6c4d8305dafd3e49dbbdc)) + +## [1.33.1](https://github.com/hetznercloud/hcloud-python/compare/v1.33.0...v1.33.1) (2024-01-02) + + +### Bug Fixes + +* private object not exported in top level module ([#346](https://github.com/hetznercloud/hcloud-python/issues/346)) ([5281b05](https://github.com/hetznercloud/hcloud-python/commit/5281b0583541b6e0e9b8c7ad75faa42c5d379735)) + + +### Dependencies + +* update dependency coverage to >=7.4,<7.5 ([#348](https://github.com/hetznercloud/hcloud-python/issues/348)) ([3ac5711](https://github.com/hetznercloud/hcloud-python/commit/3ac57117e8a68a02cba19c56f850f037c4aca462)) +* update dependency mypy to >=1.8,<1.9 ([#343](https://github.com/hetznercloud/hcloud-python/issues/343)) ([984022f](https://github.com/hetznercloud/hcloud-python/commit/984022fd3888ef856be83de82554d55a8af18dba)) +* update pre-commit hook psf/black-pre-commit-mirror to v23.12.1 ([#347](https://github.com/hetznercloud/hcloud-python/issues/347)) ([2c24efe](https://github.com/hetznercloud/hcloud-python/commit/2c24efe93bc221846f8dcc91abcf1aad61547875)) + ## [1.33.0](https://github.com/hetznercloud/hcloud-python/compare/v1.32.0...v1.33.0) (2023-12-19) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hcloud-1.33.0/PKG-INFO new/hcloud-1.33.2/PKG-INFO --- old/hcloud-1.33.0/PKG-INFO 2023-12-19 17:34:00.156214000 +0100 +++ new/hcloud-1.33.2/PKG-INFO 2024-01-02 18:18:54.792610400 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: hcloud -Version: 1.33.0 +Version: 1.33.2 Summary: Official Hetzner Cloud python library Home-page: https://github.com/hetznercloud/hcloud-python Author: Hetzner Cloud GmbH @@ -32,10 +32,10 @@ Requires-Dist: myst-parser<2.1,>=2.0.0; extra == "docs" Requires-Dist: watchdog<3.1,>=3.0.0; extra == "docs" Provides-Extra: test -Requires-Dist: coverage<7.4,>=7.3; extra == "test" +Requires-Dist: coverage<7.5,>=7.4; extra == "test" Requires-Dist: pylint<3.1,>=3; extra == "test" Requires-Dist: pytest<7.5,>=7.4; extra == "test" -Requires-Dist: mypy<1.8,>=1.7; extra == "test" +Requires-Dist: mypy<1.9,>=1.8; extra == "test" Requires-Dist: types-python-dateutil; extra == "test" Requires-Dist: types-requests; extra == "test" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hcloud-1.33.0/hcloud/__init__.py new/hcloud-1.33.2/hcloud/__init__.py --- old/hcloud-1.33.0/hcloud/__init__.py 2023-12-19 17:33:48.000000000 +0100 +++ new/hcloud-1.33.2/hcloud/__init__.py 2024-01-02 18:18:37.000000000 +0100 @@ -1,4 +1,7 @@ from __future__ import annotations -from ._client import Client # noqa -from ._exceptions import APIException, HCloudException # noqa +from ._client import Client as Client # noqa pylint: disable=C0414 +from ._exceptions import ( # noqa pylint: disable=C0414 + APIException as APIException, + HCloudException as HCloudException, +) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hcloud-1.33.0/hcloud/__version__.py new/hcloud-1.33.2/hcloud/__version__.py --- old/hcloud-1.33.0/hcloud/__version__.py 2023-12-19 17:33:48.000000000 +0100 +++ new/hcloud-1.33.2/hcloud/__version__.py 2024-01-02 18:18:37.000000000 +0100 @@ -1,3 +1,3 @@ from __future__ import annotations -VERSION = "1.33.0" # x-release-please-version +VERSION = "1.33.2" # x-release-please-version diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hcloud-1.33.0/hcloud.egg-info/PKG-INFO new/hcloud-1.33.2/hcloud.egg-info/PKG-INFO --- old/hcloud-1.33.0/hcloud.egg-info/PKG-INFO 2023-12-19 17:34:00.000000000 +0100 +++ new/hcloud-1.33.2/hcloud.egg-info/PKG-INFO 2024-01-02 18:18:54.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: hcloud -Version: 1.33.0 +Version: 1.33.2 Summary: Official Hetzner Cloud python library Home-page: https://github.com/hetznercloud/hcloud-python Author: Hetzner Cloud GmbH @@ -32,10 +32,10 @@ Requires-Dist: myst-parser<2.1,>=2.0.0; extra == "docs" Requires-Dist: watchdog<3.1,>=3.0.0; extra == "docs" Provides-Extra: test -Requires-Dist: coverage<7.4,>=7.3; extra == "test" +Requires-Dist: coverage<7.5,>=7.4; extra == "test" Requires-Dist: pylint<3.1,>=3; extra == "test" Requires-Dist: pytest<7.5,>=7.4; extra == "test" -Requires-Dist: mypy<1.8,>=1.7; extra == "test" +Requires-Dist: mypy<1.9,>=1.8; extra == "test" Requires-Dist: types-python-dateutil; extra == "test" Requires-Dist: types-requests; extra == "test" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hcloud-1.33.0/hcloud.egg-info/requires.txt new/hcloud-1.33.2/hcloud.egg-info/requires.txt --- old/hcloud-1.33.0/hcloud.egg-info/requires.txt 2023-12-19 17:34:00.000000000 +0100 +++ new/hcloud-1.33.2/hcloud.egg-info/requires.txt 2024-01-02 18:18:54.000000000 +0100 @@ -8,9 +8,9 @@ watchdog<3.1,>=3.0.0 [test] -coverage<7.4,>=7.3 +coverage<7.5,>=7.4 pylint<3.1,>=3 pytest<7.5,>=7.4 -mypy<1.8,>=1.7 +mypy<1.9,>=1.8 types-python-dateutil types-requests diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hcloud-1.33.0/setup.py new/hcloud-1.33.2/setup.py --- old/hcloud-1.33.0/setup.py 2023-12-19 17:33:48.000000000 +0100 +++ new/hcloud-1.33.2/setup.py 2024-01-02 18:18:37.000000000 +0100 @@ -51,10 +51,10 @@ "watchdog>=3.0.0,<3.1", ], "test": [ - "coverage>=7.3,<7.4", + "coverage>=7.4,<7.5", "pylint>=3,<3.1", "pytest>=7.4,<7.5", - "mypy>=1.7,<1.8", + "mypy>=1.8,<1.9", "types-python-dateutil", "types-requests", ],