diff --git a/python-augeas-0.5.0.tar.gz b/python-augeas-0.5.0.tar.gz deleted file mode 100644 index b77bbe3..0000000 --- a/python-augeas-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67d59d66cdba8d624e0389b87b2a83a176f21f16a87553b50f5703b23f29bac2 -size 90667 diff --git a/python-augeas-1.1.0.tar.gz b/python-augeas-1.1.0.tar.gz new file mode 100644 index 0000000..8c18371 --- /dev/null +++ b/python-augeas-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1d2cdaf2ad4c091ed5ec7976c52d16e14ecfbf40b1bdcaced2465255fb0f87 +size 95457 diff --git a/python-augeas.changes b/python-augeas.changes index fe7b5aa..535483e 100644 --- a/python-augeas.changes +++ b/python-augeas.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jul 2 12:15:20 UTC 2023 - ecsos + +- Update to 1.1.0 + - No changelog from upstream. + ------------------------------------------------------------------- Mon Jun 12 05:38:45 UTC 2023 - ecsos diff --git a/python-augeas.spec b/python-augeas.spec index 1ce5a99..7f55c80 100644 --- a/python-augeas.spec +++ b/python-augeas.spec @@ -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