17
0

3 Commits

Author SHA256 Message Date
bdc38e57e1 Accepting request 1320179 from devel:languages:python
- Remove coverage report which also breaks with Pytest 9
- Update to 1.1.2
  * add ability to disable escape and force ${var} usage
  * Fix handling of empty variables

OBS-URL: https://build.opensuse.org/request/show/1320179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-expandvars?expand=0&rev=3
2025-12-02 12:18:18 +00:00
4e6a894460 - Remove coverage report which also breaks with Pytest 9
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-expandvars?expand=0&rev=8
2025-11-26 13:18:23 +00:00
447b724e92 - Update to 1.1.2
* add ability to disable escape and force ${var} usage
  * Fix handling of empty variables

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-expandvars?expand=0&rev=7
2025-11-26 12:25:37 +00:00
4 changed files with 19 additions and 5 deletions

Binary file not shown.

3
expandvars-1.1.2.tar.gz Normal file
View File

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

View File

@@ -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>

View File

@@ -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