132 lines
4.3 KiB
Plaintext
132 lines
4.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Aug 20 13:01:54 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Package only supports Python >= 3.7
|
|
- Remove linter flake8 and static type checker mypy from build
|
|
requirements: Not used and not necessary during rpm packaging.
|
|
- Remove stray build dependency for six
|
|
- Remove entrypoint2 build dependency: only required for building
|
|
docs
|
|
- Don't catchall in files section
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 10 07:46:11 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
|
|
|
|
- Fix build dependencies for test flavour
|
|
- Update to 1.1:
|
|
* Use popen timeout parameter, remove daemon thread #22
|
|
* use only kill(), remove terminate(), remove kill* parameters #20 #22
|
|
* add py310 support, remove py36
|
|
* fix EASYPROCESS_USE_TEMP_FILES env var usage
|
|
* test: increase timeouts to avoid random fails
|
|
* remove py2
|
|
* add py39 support
|
|
* Add option to force kill process after timeout
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 9 00:07:33 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- update to 0.3
|
|
* relpace nose with pytest
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 26 16:00:25 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Switch to multibuild in order to avoid cycle
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 26 09:06:42 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to version 0.2.10
|
|
* test and code fixtures
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 13 15:13:26 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to version 0.2.8
|
|
* enable_stdout_log, enable_stderr_log
|
|
* py38 support
|
|
* remove py34 support
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 5 09:53:44 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update with spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 15 03:11:23 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Fix examples to use sys.executable
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 17 12:15:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.2.7:
|
|
* Small fixes only
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 5 23:58:47 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Add export LANG=en_US.UTF-8 to fix Leap builds
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 1 12:54:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.2.5:
|
|
* Fixes for python 3.7
|
|
* Many utf8 fixes
|
|
- Switch to github tarball for tests
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 5 01:05:28 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Trim bias from description. Do not put limitations under
|
|
"features".
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:47:32 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 28 19:32:50 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- update to version 0.2.3:
|
|
* no changelog available
|
|
- Implement single-spec version
|
|
- Fix source URL
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 4 13:36:58 UTC 2015 - benoit.monin@gmx.fr
|
|
|
|
- update to version 0.1.9:
|
|
* no changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 24 11:04:50 UTC 2013 - speilicke@suse.com
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 17 14:07:19 UTC 2013 - p.drouand@gmail.com
|
|
|
|
- Update to version 0.1.6:
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 16 14:52:19 UTC 2013 - p.drouand@gmail.com
|
|
|
|
- Update to version 0.1.5:
|
|
* No changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 10 18:38:33 UTC 2013 - p.drouand@gmail.com
|
|
|
|
- Initial python3 support package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 26 11:44:14 UTC 2012 - saschpe@suse.de
|
|
|
|
- Initial version
|
|
|