diff --git a/process-tests-2.0.2.tar.gz b/process-tests-2.0.2.tar.gz deleted file mode 100644 index d593d6a..0000000 --- a/process-tests-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ae24a680cc7c44e7687e3723e6e64597a28223ad664989999efe10dd38c2431 -size 4815 diff --git a/process-tests-2.1.2.tar.gz b/process-tests-2.1.2.tar.gz new file mode 100644 index 0000000..8107d7a --- /dev/null +++ b/process-tests-2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3747ad947bdfc93e5c986bdb17a6d718f3f26e8577a0807a00962f29e26deba +size 11554 diff --git a/python-process-tests.changes b/python-process-tests.changes index f0e9f28..6574cd0 100644 --- a/python-process-tests.changes +++ b/python-process-tests.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jan 5 20:35:26 UTC 2023 - Dirk Müller + +- update to 2.1.2: + * Fixed another regression caused by the ``universal_newlines`` for + Windows. + * Fixed regression caused by the ``universal_newlines`` (now the internals + don't decode strings). + * Applied the cookiecutter-pylibrary templates. + * ``TestProcess`` will use ``universal_newlines`` by default for the + contained ``subprocess.Popen`` to make sure line buffering is actually + used. This also fixes warnings on Python 3. + ------------------------------------------------------------------- Mon Oct 14 14:14:12 UTC 2019 - Matej Cepl diff --git a/python-process-tests.spec b/python-process-tests.spec index 8c51fc8..cce9de1 100644 --- a/python-process-tests.spec +++ b/python-process-tests.spec @@ -1,7 +1,7 @@ # # spec file for package python-process-tests # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-process-tests -Version: 2.0.2 +Version: 2.1.2 Release: 0 Summary: Tools for testing processes License: BSD-2-Clause