14
0

26 Commits

Author SHA256 Message Date
2abbcc9ab3 Accepting request 1285471 from devel:languages:python
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1285471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-subprocrunner?expand=0&rev=12
2025-06-13 16:48:04 +00:00
33d1024a96 - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=25
2025-06-13 12:14:06 +00:00
2df633c16c Accepting request 1169319 from devel:languages:python
- 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

- Update to version 2.0.0

OBS-URL: https://build.opensuse.org/request/show/1169319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-subprocrunner?expand=0&rev=11
2024-04-21 18:26:39 +00:00
60129adfbd - 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
- Update to version 2.0.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=23
2024-04-20 07:45:34 +00:00
0bd40d8cb5 Accepting request 1035281 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1035281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-subprocrunner?expand=0&rev=10
2022-11-12 16:41:13 +00:00
d05ea11a41 Accepting request 1035258 from home:pgajdos:python
- silent rpmlint

- python-six is not required

OBS-URL: https://build.opensuse.org/request/show/1035258
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=21
2022-11-11 13:43:53 +00:00
66d3fe55a7 Accepting request 1009831 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1009831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-subprocrunner?expand=0&rev=9
2022-10-12 16:24:22 +00:00
4ee4d5b3e7 Accepting request 1009822 from home:yarunachalam:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1009822
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=19
2022-10-11 15:53:26 +00:00
09fed3db07 Accepting request 971950 from devel:languages:python
- Add missing BR hostname

OBS-URL: https://build.opensuse.org/request/show/971950
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-subprocrunner?expand=0&rev=8
2022-04-22 19:54:34 +00:00
8393c475e5 - Add missing BR hostname
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=17
2022-04-21 23:58:24 +00:00
587595b6f4 Accepting request 897730 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/897730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-subprocrunner?expand=0&rev=7
2021-06-05 21:31:47 +00:00
218e38a7e1 Accepting request 897708 from home:mnhauke
- Update to version 1.6.0
  * Add __repr__ method to Retry/SubprocessRunner classes
  * Fix to properly suppress debug logs when quiet=True
  * Fixed to save command history at runtime

OBS-URL: https://build.opensuse.org/request/show/897708
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=15
2021-06-05 17:09:17 +00:00
64c98e3f47 Accepting request 897578 from home:mnhauke
- Update to version 1.5.0
  * Add no_retry_returncodes parameter to Retry class
- Update to version 1.4.2
  * Fix retry processing
  * Modify log messages
- Update to version 1.4.1
  * Fix retry processing
- Update to version 1.4.0
  * Add quiet mode support for SubprocessRunner/Retry
  * Modify a retry log message
- Update to version 1.3.0
  * Add timeout keyword argument to SubprocessRunner.run:
  * Add support for retry functionality to SubprocessRunner.run
  * Add SubprocessRunner.Retry class
  * Modify type annotation of SubprocessRunner.run return value

OBS-URL: https://build.opensuse.org/request/show/897578
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=14
2021-06-05 12:23:11 +00:00
c3d0fb5ab1 Accepting request 893494 from devel:languages:python
- Don't require pytest-runner, when we don't need it.
- Update to version 1.2.2
  * Add support for Python 3.10
  * Modify type annotations
  * Add subprocrunner.typing

OBS-URL: https://build.opensuse.org/request/show/893494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-subprocrunner?expand=0&rev=6
2021-05-17 16:45:01 +00:00
827a2e5129 - Don't require pytest-runner, when we don't need it.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=12
2021-05-16 18:30:32 +00:00
4fce380b4b Accepting request 892931 from home:mnhauke
- Update to version 1.2.2
  * Add support for Python 3.10
  * Modify type annotations
  * Add subprocrunner.typing

OBS-URL: https://build.opensuse.org/request/show/892931
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=11
2021-05-14 06:52:55 +00:00
42e35b3708 Accepting request 791506 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/791506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-subprocrunner?expand=0&rev=5
2020-04-07 08:28:23 +00:00
Tomáš Chvátal
82b67d891c Accepting request 791504 from home:mnhauke
- version update to 1.2.1
  * no upstream changelog this time

OBS-URL: https://build.opensuse.org/request/show/791504
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=9
2020-04-05 11:34:35 +00:00
bb3203bf25 Accepting request 786977 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/786977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-subprocrunner?expand=0&rev=4
2020-03-23 11:50:15 +00:00
Tomáš Chvátal
f05a8b8bb3 Accepting request 786961 from home:mnhauke
- Update to version 1.2.0
  * Add follow_symlinks argument to Which constructor
  * Improve path existence check for Which
  * Modify an error handling when a command not specified for Which
  * Fix to include py.typed to the package

OBS-URL: https://build.opensuse.org/request/show/786961
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=7
2020-03-20 18:27:08 +00:00
3ec8d51a7e Accepting request 785907 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/785907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-subprocrunner?expand=0&rev=3
2020-03-17 12:12:20 +00:00
Tomáš Chvátal
78583831ad Accepting request 785904 from home:pgajdos:python
- version update to 1.1.0
  * no upstream changelog this time

OBS-URL: https://build.opensuse.org/request/show/785904
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=5
2020-03-17 11:49:47 +00:00
40f1b5fee4 Accepting request 774733 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/774733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-subprocrunner?expand=0&rev=2
2020-02-18 09:36:17 +00:00
Tomáš Chvátal
dcb81411af Accepting request 774732 from home:mnhauke
- Update to version 1.0.0
  * Drop Python 2 support
  * Add type annotations and py.typed to the package
  * Replace the logging library from Logbook to loguru
  * Remove deprecated error classes
  * Remove deprecated methods

OBS-URL: https://build.opensuse.org/request/show/774732
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=3
2020-02-16 19:57:14 +00:00
bf7d2883fa Accepting request 770776 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/770776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-subprocrunner?expand=0&rev=1
2020-02-09 19:47:27 +00:00
Tomáš Chvátal
236ca016b7 Accepting request 770775 from home:mnhauke
Initial package for python-subprocrunner

OBS-URL: https://build.opensuse.org/request/show/770775
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=1
2020-02-07 07:06:09 +00:00