diff --git a/python-subprocrunner.changes b/python-subprocrunner.changes index b8424a9..eb43f79 100644 --- a/python-subprocrunner.changes +++ b/python-subprocrunner.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 20 07:45:10 UTC 2024 - Dirk Müller + +- 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 -- 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 diff --git a/python-subprocrunner.spec b/python-subprocrunner.spec index c18b64a..a3d2ce3 100644 --- a/python-subprocrunner.spec +++ b/python-subprocrunner.spec @@ -1,7 +1,7 @@ # # spec file for package python-subprocrunner # -# Copyright (c) 2022 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 @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-subprocrunner -Version: 2.0.0 +Version: 2.0.1 Release: 0 Summary: A Python wrapper library for subprocess module License: MIT diff --git a/subprocrunner-2.0.0.tar.gz b/subprocrunner-2.0.0.tar.gz deleted file mode 100644 index a185f48..0000000 --- a/subprocrunner-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd22aad8befd610461536463955e205122fed80303b814cc926c3a4a8d9aaf3c -size 14357 diff --git a/subprocrunner-2.0.1.tar.gz b/subprocrunner-2.0.1.tar.gz new file mode 100644 index 0000000..7e78b04 --- /dev/null +++ b/subprocrunner-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3723226a1bf6b51569fd8f82aa4f0588eef7adf129d16aac8b317555624e8f69 +size 15112