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,3 +1,13 @@
-------------------------------------------------------------------
Sat Apr 20 07:45:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Fri Nov 11 13:18:05 UTC 2022 - pgajdos@suse.com

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd22aad8befd610461536463955e205122fed80303b814cc926c3a4a8d9aaf3c
size 14357

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3723226a1bf6b51569fd8f82aa4f0588eef7adf129d16aac8b317555624e8f69
size 15112