14
0

- 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
This commit is contained in:
2024-04-20 07:45:34 +00:00
committed by Git OBS Bridge
parent d05ea11a41
commit 60129adfbd
4 changed files with 16 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-subprocrunner
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define skip_python2 1
Name: python-subprocrunner
Version: 2.0.0
Version: 2.0.1
Release: 0
Summary: A Python wrapper library for subprocess module
License: MIT