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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67d59d66cdba8d624e0389b87b2a83a176f21f16a87553b50f5703b23f29bac2
|
||||
size 90667
|
||||
3
python-augeas-1.1.0.tar.gz
Normal file
3
python-augeas-1.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a1d2cdaf2ad4c091ed5ec7976c52d16e14ecfbf40b1bdcaced2465255fb0f87
|
||||
size 95457
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user