!6 update to version 1.1.0
From: @wang--ge Reviewed-by: @licihua Signed-off-by: @licihua
This commit is contained in:
commit
4b97fba66e
Binary file not shown.
22
python-augeas-test-package-installation.patch
Normal file
22
python-augeas-test-package-installation.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
From f74c4a8206c5a7f28836cbe3cd043bc481c5e518 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Nehal J Wani <nehaljw.kkd1@gmail.com>
|
||||||
|
Date: Sun, 23 May 2021 09:54:53 -0400
|
||||||
|
Subject: [PATCH] Ensure exclude is a tuple (#53)
|
||||||
|
|
||||||
|
---
|
||||||
|
setup.py | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/setup.py b/setup.py
|
||||||
|
index 6c4265e..13b1a38 100755
|
||||||
|
--- a/setup.py
|
||||||
|
+++ b/setup.py
|
||||||
|
@@ -18,7 +18,7 @@
|
||||||
|
author="Harald Hoyer",
|
||||||
|
author_email="augeas-devel@redhat.com",
|
||||||
|
description="""Python bindings for Augeas""",
|
||||||
|
- packages=find_packages(exclude=('test')),
|
||||||
|
+ packages=find_packages(exclude=('test',)),
|
||||||
|
setup_requires=["cffi>=1.0.0"],
|
||||||
|
cffi_modules=["augeas/ffi.py:ffi"],
|
||||||
|
install_requires=["cffi>=1.0.0"],
|
||||||
@ -1,12 +1,13 @@
|
|||||||
Name: python-augeas
|
Name: python-augeas
|
||||||
Version: 0.5.0
|
Version: 1.1.0
|
||||||
Release: 17
|
Release: 1
|
||||||
Summary: Python bindings for augeas
|
Summary: Python bindings for augeas
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://augeas.net/
|
URL: http://augeas.net/
|
||||||
Source0: https://pypi.python.org/packages/41/e6/4b6740cb3e31b82252099994cea751c648b846aa7874343c31d68c2215be/python-augeas-0.5.0.tar.gz
|
Source0: https://github.com/hercules-team/python-augeas/archive/refs/tags/v1.1.0.tar.gz
|
||||||
|
Patch0: python-augeas-test-package-installation.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python3-setuptools python3-devel
|
BuildRequires: python3-setuptools python3-devel python3-cffi augeas
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pure python bindings for augeas
|
Pure python bindings for augeas
|
||||||
@ -33,10 +34,14 @@ Python 3 bindings for augeas
|
|||||||
%doc AUTHORS README.txt
|
%doc AUTHORS README.txt
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{python3_sitelib}/augeas.py
|
%{python3_sitelib}/augeas.py
|
||||||
|
%{python3_sitelib}/augeas/
|
||||||
%{python3_sitelib}/python_augeas-*.egg-info
|
%{python3_sitelib}/python_augeas-*.egg-info
|
||||||
%{python3_sitelib}/__pycache__/augeas.cpython*
|
%{python3_sitelib}/__pycache__/augeas.cpython*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 13 2022 Ge Wang <wangge20@h-partners.com> - 1.1.0-1
|
||||||
|
- Update to version 1.1.0 and Resolve python3-augeas conflicts with pkgship
|
||||||
|
|
||||||
* Wed Oct 21 2020 chengzihan<chengzihan2@huawei.com> - 0.5.0-17
|
* Wed Oct 21 2020 chengzihan<chengzihan2@huawei.com> - 0.5.0-17
|
||||||
- Remove subpackage python2-augeas
|
- Remove subpackage python2-augeas
|
||||||
|
|
||||||
|
|||||||
BIN
v1.1.0.tar.gz
Normal file
BIN
v1.1.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user