Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| bdc38e57e1 | |||
| 4e6a894460 | |||
| 447b724e92 |
BIN
expandvars-0.12.0.tar.gz
LFS
BIN
expandvars-0.12.0.tar.gz
LFS
Binary file not shown.
3
expandvars-1.1.2.tar.gz
Normal file
3
expandvars-1.1.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c5822b7b756a99a356b915dd1267f52ab8a4efaa135963bd7f4bd5d368f71d7
|
||||
size 70842
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 26 13:17:43 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
- Remove coverage report which also breaks with Pytest 9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 26 12:00:07 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 1.1.2
|
||||
* add ability to disable escape and force ${var} usage
|
||||
* Fix handling of empty variables
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 28 14:52:53 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-expandvars
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# 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 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-expandvars
|
||||
Version: 0.12.0
|
||||
Version: 1.1.2
|
||||
Release: 0
|
||||
Summary: Expand system variables Unix style
|
||||
License: MIT
|
||||
@@ -43,6 +43,8 @@ function.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n expandvars-%{version}
|
||||
# remove coverage which also breaks with pytest 9
|
||||
sed -i '/addopts = /d' pyproject.toml
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
Reference in New Issue
Block a user