15
0
forked from pool/python-augeas

Accepting request 1096487 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1096487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-augeas?expand=0&rev=9
This commit is contained in:
2023-07-03 15:43:54 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jul 2 12:15:20 UTC 2023 - ecsos <ecsos@opensuse.org>
- Update to 1.1.0
- No changelog from upstream.
-------------------------------------------------------------------
Mon Jun 12 05:38:45 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-augeas
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,17 @@
%{?sle15_python_module_pythons}
Name: python-augeas
Version: 0.5.0
Version: 1.1.0
Release: 0
Summary: Python bindings for Augeas
License: LGPL-2.1-or-later
Group: Development/Languages/Python
Url: http://augeas.net/
Source: https://fedorahosted.org/released/python-augeas/python-augeas-%{version}.tar.gz
URL: http://augeas.net/
Source: https://github.com/hercules-team/python-augeas/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: %{python_module cffi >= 1.0.0}
BuildRequires: %{python_module setuptools}
BuildRequires: augeas-lenses
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
Requires: augeas
# We'd always want to have augeas-lenses installed
Requires: augeas-lenses
@@ -47,6 +48,9 @@ configuration files.
%install
%python_install
# do not pack tests
%python_expand rm -rf %{buildroot}%{$python_sitelib}/test
%check
cd test
%python_exec test_augeas.py