python-process-tests/python-process-tests.changes
Dirk Mueller d1092a530d - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-process-tests?expand=0&rev=14
2023-01-05 20:36:56 +00:00

50 lines
1.6 KiB
Plaintext

-------------------------------------------------------------------
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