Dirk Mueller
d005fa0649
* Dropped Python 2 support. * Added an optional non-pipe TestProcess mode. You can use file objects for processes that are too verbose for a pipe. * Added some tests. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-process-tests?expand=0&rev=18
69 lines
2.3 KiB
Plaintext
69 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Dec 12 13:50:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 3.0.0:
|
|
* Dropped Python 2 support.
|
|
* Added an optional non-pipe TestProcess mode. You can use file
|
|
objects for processes that are too verbose for a pipe.
|
|
* Added some tests.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 21 12:29:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 13 22:43:16 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Make calling of %{sle15modernpython} optional.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 5 20:35:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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 <mcepl@suse.com>
|
|
|
|
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 13 11:58:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 2.0.2:
|
|
* No upstream changelog provided
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:51:42 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 12 17:00:15 UTC 2017 - arun@gmx.de
|
|
|
|
- specfile:
|
|
* update copyright year
|
|
|
|
- update to version 1.2.2:
|
|
* Add missing output decoding.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 31 15:05:13 UTC 2017 - aloisio@gmx.com
|
|
|
|
- Updated to 1.2.1
|
|
- Converted to single-spec
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 21 09:17:16 UTC 2015 - hpj@urpla.net
|
|
|
|
- version 1.2.0: initial build
|
|
|