14
0

- update to 2.0.1:

* Add `__all__` to `__init__.py`
  * Update the package metadata
  * Drop support for Python 3.6
  * Add support for Python 3.11 and 3.12
  * Fix type annotations
- Update to version 2.0.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=23
This commit is contained in:
2024-04-20 07:45:34 +00:00
committed by Git OBS Bridge
parent d05ea11a41
commit 60129adfbd
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Apr 20 07:45:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.0.1:
* Add `__all__` to `__init__.py`
* Update the package metadata
* Drop support for Python 3.6
* Add support for Python 3.11 and 3.12
* Fix type annotations
-------------------------------------------------------------------
Fri Nov 11 13:18:05 UTC 2022 - pgajdos@suse.com
@@ -11,7 +21,7 @@ Fri Nov 11 12:58:18 UTC 2022 - pgajdos@suse.com
-------------------------------------------------------------------
Tue Oct 11 15:32:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.0.0
- Update to version 2.0.0
Drop support for Python 3.5
Add input/encoding keyword arguments to run method
Add raise_for_returncode method to SubprocessRunner class